@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.
Files changed (848) hide show
  1. package/README.md +591 -0
  2. package/dist/components.cjs.css +19 -0
  3. package/dist/components.cjs.js +975 -0
  4. package/dist/components.esm.css +19 -0
  5. package/dist/components.esm.js +975 -0
  6. package/dist/hooks.cjs.css +1 -0
  7. package/dist/hooks.cjs.js +799 -0
  8. package/dist/hooks.esm.css +1 -0
  9. package/dist/hooks.esm.js +799 -0
  10. package/dist/ihabdevteam-core-tokens.css +1 -0
  11. package/dist/ihabdevteam-core.cjs.js +993 -0
  12. package/dist/ihabdevteam-core.css +1 -0
  13. package/dist/ihabdevteam-core.d.ts +8272 -0
  14. package/dist/ihabdevteam-core.esm.js +993 -0
  15. package/dist/logo/Logo_APEB.svg +53 -0
  16. package/dist/logo/Logo_APEB_black.svg +42 -0
  17. package/dist/logo/Logo_APEB_white.svg +42 -0
  18. package/dist/logo/Logo_HTP_kr.svg +21 -0
  19. package/dist/logo/Logo_HTP_kr_black.svg +17 -0
  20. package/dist/logo/Logo_HTP_kr_white.svg +17 -0
  21. package/dist/logo/Logo_IHAB_en.svg +18 -0
  22. package/dist/logo/Logo_IHAB_en_black.svg +14 -0
  23. package/dist/logo/Logo_IHAB_en_white.svg +14 -0
  24. package/dist/logo/Logo_IHAB_kr.svg +18 -0
  25. package/dist/logo/Logo_IHAB_kr_black.svg +14 -0
  26. package/dist/logo/Logo_IHAB_kr_white.svg +14 -0
  27. package/dist/logo/Logo_SDS_kr.svg +22 -0
  28. package/dist/logo/Logo_SDS_kr_black.svg +18 -0
  29. package/dist/logo/Logo_SDS_kr_white.svg +18 -0
  30. package/dist/logo/Logo_speechearManager_kr.svg +20 -0
  31. package/dist/logo/Logo_speechearManager_kr_black.svg +21 -0
  32. package/dist/logo/Logo_speechearManager_kr_textWhite.svg +45 -0
  33. package/dist/logo/Logo_speechearManager_kr_white.svg +21 -0
  34. package/dist/logo/Logo_speechear_kr.svg +17 -0
  35. package/dist/logo/Logo_speechear_kr_black.svg +16 -0
  36. package/dist/logo/Logo_speechear_kr_textWhite.svg +42 -0
  37. package/dist/logo/Logo_speechear_kr_white.svg +16 -0
  38. package/dist/logo/Symbol_APEB.svg +34 -0
  39. package/dist/logo/Symbol_APEB_black.svg +15 -0
  40. package/dist/logo/Symbol_APEB_white.svg +15 -0
  41. package/dist/logo/Symbol_HTP.svg +14 -0
  42. package/dist/logo/Symbol_HTP_black.svg +10 -0
  43. package/dist/logo/Symbol_HTP_white.svg +10 -0
  44. package/dist/logo/Symbol_IHAB.svg +14 -0
  45. package/dist/logo/Symbol_IHAB_black.svg +10 -0
  46. package/dist/logo/Symbol_IHAB_white.svg +10 -0
  47. package/dist/logo/Symbol_SDS.svg +14 -0
  48. package/dist/logo/Symbol_SDS_black.svg +10 -0
  49. package/dist/logo/Symbol_SDS_white.svg +10 -0
  50. package/dist/logo/Symbol_speechear.svg +15 -0
  51. package/dist/logo/Symbol_speechear_black.svg +16 -0
  52. package/dist/logo/Symbol_speechear_white.svg +16 -0
  53. package/dist/logo/qr_speechear.svg +1 -0
  54. package/dist/packages/core/src/CoreScope.d.ts +40 -0
  55. package/dist/packages/core/src/CoreScope.js +19 -0
  56. package/dist/packages/core/src/components/Accordion.css +125 -0
  57. package/dist/packages/core/src/components/Accordion.d.ts +19 -0
  58. package/dist/packages/core/src/components/Accordion.js +33 -0
  59. package/dist/packages/core/src/components/ActionCard.css +109 -0
  60. package/dist/packages/core/src/components/ActionCard.d.ts +33 -0
  61. package/dist/packages/core/src/components/ActionCard.js +28 -0
  62. package/dist/packages/core/src/components/Alert.css +76 -0
  63. package/dist/packages/core/src/components/Alert.d.ts +18 -0
  64. package/dist/packages/core/src/components/Alert.js +28 -0
  65. package/dist/packages/core/src/components/AudioMeter.css +80 -0
  66. package/dist/packages/core/src/components/AudioMeter.d.ts +49 -0
  67. package/dist/packages/core/src/components/AudioMeter.js +91 -0
  68. package/dist/packages/core/src/components/Avatar.css +42 -0
  69. package/dist/packages/core/src/components/Avatar.d.ts +21 -0
  70. package/dist/packages/core/src/components/Avatar.js +31 -0
  71. package/dist/packages/core/src/components/Badge.css +166 -0
  72. package/dist/packages/core/src/components/Badge.d.ts +82 -0
  73. package/dist/packages/core/src/components/Badge.js +62 -0
  74. package/dist/packages/core/src/components/BarChart.css +142 -0
  75. package/dist/packages/core/src/components/BarChart.d.ts +16 -0
  76. package/dist/packages/core/src/components/BarChart.js +187 -0
  77. package/dist/packages/core/src/components/Board.css +85 -0
  78. package/dist/packages/core/src/components/Board.d.ts +39 -0
  79. package/dist/packages/core/src/components/Board.js +12 -0
  80. package/dist/packages/core/src/components/BottomNav.css +105 -0
  81. package/dist/packages/core/src/components/BottomNav.d.ts +32 -0
  82. package/dist/packages/core/src/components/BottomNav.js +92 -0
  83. package/dist/packages/core/src/components/Breadcrumb.css +62 -0
  84. package/dist/packages/core/src/components/Breadcrumb.d.ts +13 -0
  85. package/dist/packages/core/src/components/Breadcrumb.js +10 -0
  86. package/dist/packages/core/src/components/BulkBar.css +75 -0
  87. package/dist/packages/core/src/components/BulkBar.d.ts +22 -0
  88. package/dist/packages/core/src/components/BulkBar.js +40 -0
  89. package/dist/packages/core/src/components/Button.css +655 -0
  90. package/dist/packages/core/src/components/Button.d.ts +5 -0
  91. package/dist/packages/core/src/components/Button.js +202 -0
  92. package/dist/packages/core/src/components/Calendar.css +249 -0
  93. package/dist/packages/core/src/components/Calendar.d.ts +23 -0
  94. package/dist/packages/core/src/components/Calendar.js +92 -0
  95. package/dist/packages/core/src/components/ChartSection.css +191 -0
  96. package/dist/packages/core/src/components/ChartSection.d.ts +42 -0
  97. package/dist/packages/core/src/components/ChartSection.js +22 -0
  98. package/dist/packages/core/src/components/Checkbox.css +94 -0
  99. package/dist/packages/core/src/components/Checkbox.d.ts +16 -0
  100. package/dist/packages/core/src/components/Checkbox.js +15 -0
  101. package/dist/packages/core/src/components/ChoiceChips.css +65 -0
  102. package/dist/packages/core/src/components/ChoiceChips.d.ts +15 -0
  103. package/dist/packages/core/src/components/ChoiceChips.js +8 -0
  104. package/dist/packages/core/src/components/CircleBadge.d.ts +31 -0
  105. package/dist/packages/core/src/components/CircleBadge.js +20 -0
  106. package/dist/packages/core/src/components/CodeBox.css +62 -0
  107. package/dist/packages/core/src/components/CodeBox.d.ts +18 -0
  108. package/dist/packages/core/src/components/CodeBox.js +132 -0
  109. package/dist/packages/core/src/components/ColorPicker.css +40 -0
  110. package/dist/packages/core/src/components/ColorPicker.d.ts +17 -0
  111. package/dist/packages/core/src/components/ColorPicker.js +23 -0
  112. package/dist/packages/core/src/components/CompanyMeta.css +33 -0
  113. package/dist/packages/core/src/components/CompanyMeta.d.ts +14 -0
  114. package/dist/packages/core/src/components/CompanyMeta.js +12 -0
  115. package/dist/packages/core/src/components/CountTile.css +47 -0
  116. package/dist/packages/core/src/components/CountTile.d.ts +22 -0
  117. package/dist/packages/core/src/components/CountTile.js +24 -0
  118. package/dist/packages/core/src/components/DatePicker.css +151 -0
  119. package/dist/packages/core/src/components/DatePicker.d.ts +13 -0
  120. package/dist/packages/core/src/components/DatePicker.js +107 -0
  121. package/dist/packages/core/src/components/Dialog.css +98 -0
  122. package/dist/packages/core/src/components/Dialog.d.ts +31 -0
  123. package/dist/packages/core/src/components/Dialog.js +51 -0
  124. package/dist/packages/core/src/components/Divider.css +33 -0
  125. package/dist/packages/core/src/components/Divider.d.ts +13 -0
  126. package/dist/packages/core/src/components/Divider.js +14 -0
  127. package/dist/packages/core/src/components/Dropdown.css +175 -0
  128. package/dist/packages/core/src/components/Dropdown.d.ts +23 -0
  129. package/dist/packages/core/src/components/Dropdown.js +117 -0
  130. package/dist/packages/core/src/components/Effect/EffectPartyPopper.css +25 -0
  131. package/dist/packages/core/src/components/Effect/EffectPartyPopper.d.ts +11 -0
  132. package/dist/packages/core/src/components/Effect/EffectPartyPopper.js +298 -0
  133. package/dist/packages/core/src/components/Effect/EffectPartyPopperHost.d.ts +5 -0
  134. package/dist/packages/core/src/components/Effect/EffectPartyPopperHost.js +13 -0
  135. package/dist/packages/core/src/components/EmptyState.css +23 -0
  136. package/dist/packages/core/src/components/EmptyState.d.ts +19 -0
  137. package/dist/packages/core/src/components/EmptyState.js +7 -0
  138. package/dist/packages/core/src/components/ErrorState.css +2 -0
  139. package/dist/packages/core/src/components/ErrorState.d.ts +18 -0
  140. package/dist/packages/core/src/components/ErrorState.js +11 -0
  141. package/dist/packages/core/src/components/FileUpload.css +114 -0
  142. package/dist/packages/core/src/components/FileUpload.d.ts +25 -0
  143. package/dist/packages/core/src/components/FileUpload.js +111 -0
  144. package/dist/packages/core/src/components/FilterPanel.css +188 -0
  145. package/dist/packages/core/src/components/FilterPanel.d.ts +34 -0
  146. package/dist/packages/core/src/components/FilterPanel.js +82 -0
  147. package/dist/packages/core/src/components/FilterSectionInfo.d.ts +12 -0
  148. package/dist/packages/core/src/components/FilterSectionInfo.js +15 -0
  149. package/dist/packages/core/src/components/Footer.css +186 -0
  150. package/dist/packages/core/src/components/Footer.d.ts +18 -0
  151. package/dist/packages/core/src/components/Footer.js +19 -0
  152. package/dist/packages/core/src/components/Header.css +274 -0
  153. package/dist/packages/core/src/components/Header.d.ts +44 -0
  154. package/dist/packages/core/src/components/Header.js +98 -0
  155. package/dist/packages/core/src/components/HearingDeviceInfo.css +48 -0
  156. package/dist/packages/core/src/components/HearingDeviceInfo.d.ts +22 -0
  157. package/dist/packages/core/src/components/HearingDeviceInfo.js +13 -0
  158. package/dist/packages/core/src/components/Icon.d.ts +14 -0
  159. package/dist/packages/core/src/components/Icon.js +73 -0
  160. package/dist/packages/core/src/components/IconGridMenu.css +141 -0
  161. package/dist/packages/core/src/components/IconGridMenu.d.ts +20 -0
  162. package/dist/packages/core/src/components/IconGridMenu.js +45 -0
  163. package/dist/packages/core/src/components/LandingBottomSticky.css +114 -0
  164. package/dist/packages/core/src/components/LandingBottomSticky.d.ts +26 -0
  165. package/dist/packages/core/src/components/LandingBottomSticky.js +20 -0
  166. package/dist/packages/core/src/components/LandingHeader.css +192 -0
  167. package/dist/packages/core/src/components/LandingHeader.d.ts +67 -0
  168. package/dist/packages/core/src/components/LandingHeader.js +40 -0
  169. package/dist/packages/core/src/components/Loader.css +88 -0
  170. package/dist/packages/core/src/components/Loader.d.ts +14 -0
  171. package/dist/packages/core/src/components/Loader.js +12 -0
  172. package/dist/packages/core/src/components/NoticeBox.css +79 -0
  173. package/dist/packages/core/src/components/NoticeBox.d.ts +21 -0
  174. package/dist/packages/core/src/components/NoticeBox.js +19 -0
  175. package/dist/packages/core/src/components/PageTitle.css +27 -0
  176. package/dist/packages/core/src/components/PageTitle.d.ts +23 -0
  177. package/dist/packages/core/src/components/PageTitle.js +10 -0
  178. package/dist/packages/core/src/components/Pagination.css +11 -0
  179. package/dist/packages/core/src/components/Pagination.d.ts +22 -0
  180. package/dist/packages/core/src/components/Pagination.js +20 -0
  181. package/dist/packages/core/src/components/Panel.css +361 -0
  182. package/dist/packages/core/src/components/Panel.d.ts +166 -0
  183. package/dist/packages/core/src/components/Panel.js +162 -0
  184. package/dist/packages/core/src/components/PassCard/PassCard.css +289 -0
  185. package/dist/packages/core/src/components/PassCard/PassCard.d.ts +56 -0
  186. package/dist/packages/core/src/components/PassCard/PassCard.js +313 -0
  187. package/dist/packages/core/src/components/PassCard/PassCardBg.css +39 -0
  188. package/dist/packages/core/src/components/PassCard/PassCardBg.d.ts +8 -0
  189. package/dist/packages/core/src/components/PassCard/PassCardBg.js +6 -0
  190. package/dist/packages/core/src/components/PassCard/PassCardBgIHAB.css +25 -0
  191. package/dist/packages/core/src/components/PassCard/PassCardBgIHAB.d.ts +7 -0
  192. package/dist/packages/core/src/components/PassCard/PassCardBgIHAB.js +18 -0
  193. package/dist/packages/core/src/components/PassCard/PassCardBgLeftColorGrid.css +45 -0
  194. package/dist/packages/core/src/components/PassCard/PassCardBgLeftColorGrid.d.ts +9 -0
  195. package/dist/packages/core/src/components/PassCard/PassCardBgLeftColorGrid.js +19 -0
  196. package/dist/packages/core/src/components/PassCard/PassCardBgSoundLine.css +19 -0
  197. package/dist/packages/core/src/components/PassCard/PassCardBgSoundLine.d.ts +9 -0
  198. package/dist/packages/core/src/components/PassCard/PassCardBgSoundLine.js +23 -0
  199. package/dist/packages/core/src/components/PassCard/PassCardBgSoundLineV1.css +15 -0
  200. package/dist/packages/core/src/components/PassCard/PassCardBgSoundLineV1.d.ts +9 -0
  201. package/dist/packages/core/src/components/PassCard/PassCardBgSoundLineV1.js +24 -0
  202. package/dist/packages/core/src/components/PassCard/PassCardBgSoundMove.css +16 -0
  203. package/dist/packages/core/src/components/PassCard/PassCardBgSoundMove.d.ts +9 -0
  204. package/dist/packages/core/src/components/PassCard/PassCardBgSoundMove.js +31 -0
  205. package/dist/packages/core/src/components/PassCard/PassCardBgSoundMoveV1.css +16 -0
  206. package/dist/packages/core/src/components/PassCard/PassCardBgSoundMoveV1.d.ts +9 -0
  207. package/dist/packages/core/src/components/PassCard/PassCardBgSoundMoveV1.js +32 -0
  208. package/dist/packages/core/src/components/PassCard/PassCardBgTalk.css +33 -0
  209. package/dist/packages/core/src/components/PassCard/PassCardBgTalk.d.ts +9 -0
  210. package/dist/packages/core/src/components/PassCard/PassCardBgTalk.js +18 -0
  211. package/dist/packages/core/src/components/PassCard/PassCardBgTalkV1.css +36 -0
  212. package/dist/packages/core/src/components/PassCard/PassCardBgTalkV1.d.ts +13 -0
  213. package/dist/packages/core/src/components/PassCard/PassCardBgTalkV1.js +22 -0
  214. package/dist/packages/core/src/components/PassCard/PassCardBgTheme.d.ts +38 -0
  215. package/dist/packages/core/src/components/PassCard/PassCardBgTheme.js +34 -0
  216. package/dist/packages/core/src/components/PassCard/PassCardBgTwoCircle.css +36 -0
  217. package/dist/packages/core/src/components/PassCard/PassCardBgTwoCircle.d.ts +9 -0
  218. package/dist/packages/core/src/components/PassCard/PassCardBgTwoCircle.js +18 -0
  219. package/dist/packages/core/src/components/PassCard/PassCard_Back.css +76 -0
  220. package/dist/packages/core/src/components/PassCard/PassCard_Back.d.ts +13 -0
  221. package/dist/packages/core/src/components/PassCard/PassCard_Back.js +20 -0
  222. package/dist/packages/core/src/components/PassCard/ihabOutlinePath.d.ts +12 -0
  223. package/dist/packages/core/src/components/PassCard/ihabOutlinePath.js +19 -0
  224. package/dist/packages/core/src/components/PassCard/passCardProduct.d.ts +48 -0
  225. package/dist/packages/core/src/components/PassCard/passCardProduct.js +56 -0
  226. package/dist/packages/core/src/components/PaymentPlan.css +318 -0
  227. package/dist/packages/core/src/components/PaymentPlan.d.ts +57 -0
  228. package/dist/packages/core/src/components/PaymentPlan.js +126 -0
  229. package/dist/packages/core/src/components/PersonCard.css +72 -0
  230. package/dist/packages/core/src/components/PersonCard.d.ts +27 -0
  231. package/dist/packages/core/src/components/PersonCard.js +11 -0
  232. package/dist/packages/core/src/components/Popup/ConfirmPopup.d.ts +58 -0
  233. package/dist/packages/core/src/components/Popup/ConfirmPopup.js +59 -0
  234. package/dist/packages/core/src/components/Popup/CouponInputPopup.css +28 -0
  235. package/dist/packages/core/src/components/Popup/CouponInputPopup.d.ts +8 -0
  236. package/dist/packages/core/src/components/Popup/CouponInputPopup.js +45 -0
  237. package/dist/packages/core/src/components/Popup/DeviceListPopup.css +78 -0
  238. package/dist/packages/core/src/components/Popup/DeviceListPopup.d.ts +28 -0
  239. package/dist/packages/core/src/components/Popup/DeviceListPopup.js +31 -0
  240. package/dist/packages/core/src/components/Popup/DeviceSideTable.d.ts +41 -0
  241. package/dist/packages/core/src/components/Popup/DeviceSideTable.js +92 -0
  242. package/dist/packages/core/src/components/Popup/ListPopup.css +44 -0
  243. package/dist/packages/core/src/components/Popup/ListPopup.d.ts +75 -0
  244. package/dist/packages/core/src/components/Popup/ListPopup.js +85 -0
  245. package/dist/packages/core/src/components/Popup/LoadTablePopup.css +248 -0
  246. package/dist/packages/core/src/components/Popup/LoadTablePopup.d.ts +12 -0
  247. package/dist/packages/core/src/components/Popup/LoadTablePopup.js +86 -0
  248. package/dist/packages/core/src/components/Popup/Popup.css +136 -0
  249. package/dist/packages/core/src/components/Popup/Popup.d.ts +77 -0
  250. package/dist/packages/core/src/components/Popup/Popup.js +135 -0
  251. package/dist/packages/core/src/components/Popup/SaveTablePopup.css +32 -0
  252. package/dist/packages/core/src/components/Popup/SaveTablePopup.d.ts +25 -0
  253. package/dist/packages/core/src/components/Popup/SaveTablePopup.js +55 -0
  254. package/dist/packages/core/src/components/Popup/TrainingResultPopup.css +277 -0
  255. package/dist/packages/core/src/components/Popup/TrainingResultPopup.d.ts +14 -0
  256. package/dist/packages/core/src/components/Popup/TrainingResultPopup.js +104 -0
  257. package/dist/packages/core/src/components/Popup/WordDataUpdatePopup.css +119 -0
  258. package/dist/packages/core/src/components/Popup/WordDataUpdatePopup.d.ts +12 -0
  259. package/dist/packages/core/src/components/Popup/WordDataUpdatePopup.js +73 -0
  260. package/dist/packages/core/src/components/Popup/customerDetailUtils.d.ts +19 -0
  261. package/dist/packages/core/src/components/Popup/customerDetailUtils.js +45 -0
  262. package/dist/packages/core/src/components/ProgressBar.css +114 -0
  263. package/dist/packages/core/src/components/ProgressBar.d.ts +65 -0
  264. package/dist/packages/core/src/components/ProgressBar.js +51 -0
  265. package/dist/packages/core/src/components/ProgressIndicator.css +41 -0
  266. package/dist/packages/core/src/components/ProgressIndicator.d.ts +18 -0
  267. package/dist/packages/core/src/components/ProgressIndicator.js +45 -0
  268. package/dist/packages/core/src/components/PromoBanner.css +54 -0
  269. package/dist/packages/core/src/components/PromoBanner.d.ts +30 -0
  270. package/dist/packages/core/src/components/PromoBanner.js +54 -0
  271. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBg.css +8 -0
  272. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDark.css +3 -0
  273. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDark.d.ts +11 -0
  274. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDark.js +20 -0
  275. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDeep.css +3 -0
  276. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDeep.d.ts +10 -0
  277. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDeep.js +19 -0
  278. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDiagonal.css +10 -0
  279. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDiagonal.d.ts +10 -0
  280. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDiagonal.js +19 -0
  281. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDots.css +5 -0
  282. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDots.d.ts +10 -0
  283. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgDots.js +19 -0
  284. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgInstagram.css +3 -0
  285. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgInstagram.d.ts +11 -0
  286. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgInstagram.js +20 -0
  287. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgMain.css +3 -0
  288. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgMain.d.ts +12 -0
  289. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgMain.js +21 -0
  290. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgNaver.css +3 -0
  291. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgNaver.d.ts +11 -0
  292. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgNaver.js +20 -0
  293. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgOutline.css +16 -0
  294. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgOutline.d.ts +11 -0
  295. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgOutline.js +20 -0
  296. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgRadial.css +3 -0
  297. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgRadial.d.ts +10 -0
  298. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgRadial.js +19 -0
  299. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSoft.css +3 -0
  300. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSoft.d.ts +12 -0
  301. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSoft.js +21 -0
  302. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSoftSub.css +3 -0
  303. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSoftSub.d.ts +10 -0
  304. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSoftSub.js +19 -0
  305. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSub.css +3 -0
  306. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSub.d.ts +10 -0
  307. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSub.js +19 -0
  308. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSuccess.css +3 -0
  309. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSuccess.d.ts +11 -0
  310. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgSuccess.js +20 -0
  311. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgTheme.d.ts +32 -0
  312. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgTheme.js +29 -0
  313. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgWarm.css +3 -0
  314. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgWarm.d.ts +11 -0
  315. package/dist/packages/core/src/components/PromoBannerBg/PromoBannerBgWarm.js +20 -0
  316. package/dist/packages/core/src/components/PromoBannerBg/promoBannerBg.d.ts +21 -0
  317. package/dist/packages/core/src/components/PromoBannerBg/promoBannerBg.js +49 -0
  318. package/dist/packages/core/src/components/PublicationCard.css +70 -0
  319. package/dist/packages/core/src/components/PublicationCard.d.ts +31 -0
  320. package/dist/packages/core/src/components/PublicationCard.js +11 -0
  321. package/dist/packages/core/src/components/Radio.css +64 -0
  322. package/dist/packages/core/src/components/Radio.d.ts +13 -0
  323. package/dist/packages/core/src/components/Radio.js +9 -0
  324. package/dist/packages/core/src/components/RadioGroup.css +14 -0
  325. package/dist/packages/core/src/components/RadioGroup.d.ts +21 -0
  326. package/dist/packages/core/src/components/RadioGroup.js +14 -0
  327. package/dist/packages/core/src/components/Rating.css +69 -0
  328. package/dist/packages/core/src/components/Rating.d.ts +21 -0
  329. package/dist/packages/core/src/components/Rating.js +51 -0
  330. package/dist/packages/core/src/components/RingChart.css +50 -0
  331. package/dist/packages/core/src/components/RingChart.d.ts +68 -0
  332. package/dist/packages/core/src/components/RingChart.js +57 -0
  333. package/dist/packages/core/src/components/SearchSummary.css +62 -0
  334. package/dist/packages/core/src/components/SearchSummary.d.ts +32 -0
  335. package/dist/packages/core/src/components/SearchSummary.js +48 -0
  336. package/dist/packages/core/src/components/Section.css +73 -0
  337. package/dist/packages/core/src/components/Section.d.ts +16 -0
  338. package/dist/packages/core/src/components/Section.js +15 -0
  339. package/dist/packages/core/src/components/SectionHeader.css +87 -0
  340. package/dist/packages/core/src/components/SectionHeader.d.ts +31 -0
  341. package/dist/packages/core/src/components/SectionHeader.js +16 -0
  342. package/dist/packages/core/src/components/SegmentedControl.css +67 -0
  343. package/dist/packages/core/src/components/SegmentedControl.d.ts +26 -0
  344. package/dist/packages/core/src/components/SegmentedControl.js +13 -0
  345. package/dist/packages/core/src/components/ShortcutBadge.css +68 -0
  346. package/dist/packages/core/src/components/ShortcutBadge.d.ts +31 -0
  347. package/dist/packages/core/src/components/ShortcutBadge.js +23 -0
  348. package/dist/packages/core/src/components/SideNav.css +281 -0
  349. package/dist/packages/core/src/components/SideNav.d.ts +32 -0
  350. package/dist/packages/core/src/components/SideNav.js +92 -0
  351. package/dist/packages/core/src/components/Slider.css +184 -0
  352. package/dist/packages/core/src/components/Slider.d.ts +67 -0
  353. package/dist/packages/core/src/components/Slider.js +97 -0
  354. package/dist/packages/core/src/components/SoundCompass.css +138 -0
  355. package/dist/packages/core/src/components/SoundCompass.d.ts +42 -0
  356. package/dist/packages/core/src/components/SoundCompass.js +136 -0
  357. package/dist/packages/core/src/components/SplashLogo.css +32 -0
  358. package/dist/packages/core/src/components/SplashLogo.d.ts +35 -0
  359. package/dist/packages/core/src/components/SplashLogo.js +32 -0
  360. package/dist/packages/core/src/components/StatChart.css +83 -0
  361. package/dist/packages/core/src/components/StatChart.d.ts +26 -0
  362. package/dist/packages/core/src/components/StatChart.js +41 -0
  363. package/dist/packages/core/src/components/Table.css +158 -0
  364. package/dist/packages/core/src/components/Table.d.ts +94 -0
  365. package/dist/packages/core/src/components/Table.js +200 -0
  366. package/dist/packages/core/src/components/TableCell.css +12 -0
  367. package/dist/packages/core/src/components/TableField.css +60 -0
  368. package/dist/packages/core/src/components/Tabs.css +55 -0
  369. package/dist/packages/core/src/components/Tabs.d.ts +30 -0
  370. package/dist/packages/core/src/components/Tabs.js +55 -0
  371. package/dist/packages/core/src/components/TextField.css +266 -0
  372. package/dist/packages/core/src/components/TextField.d.ts +86 -0
  373. package/dist/packages/core/src/components/TextField.js +149 -0
  374. package/dist/packages/core/src/components/Timeline.css +62 -0
  375. package/dist/packages/core/src/components/Timeline.d.ts +26 -0
  376. package/dist/packages/core/src/components/Timeline.js +11 -0
  377. package/dist/packages/core/src/components/Toast.css +76 -0
  378. package/dist/packages/core/src/components/Toast.d.ts +10 -0
  379. package/dist/packages/core/src/components/Toast.js +19 -0
  380. package/dist/packages/core/src/components/Toggle.css +61 -0
  381. package/dist/packages/core/src/components/Toggle.d.ts +18 -0
  382. package/dist/packages/core/src/components/Toggle.js +7 -0
  383. package/dist/packages/core/src/components/Toolbar.css +86 -0
  384. package/dist/packages/core/src/components/Toolbar.d.ts +52 -0
  385. package/dist/packages/core/src/components/Toolbar.js +20 -0
  386. package/dist/packages/core/src/components/Tooltip/DebugTooltip.css +27 -0
  387. package/dist/packages/core/src/components/Tooltip/DebugTooltip.d.ts +12 -0
  388. package/dist/packages/core/src/components/Tooltip/DebugTooltip.js +79 -0
  389. package/dist/packages/core/src/components/Tooltip/DescriptionTooltip.css +50 -0
  390. package/dist/packages/core/src/components/Tooltip/DescriptionTooltip.d.ts +16 -0
  391. package/dist/packages/core/src/components/Tooltip/DescriptionTooltip.js +11 -0
  392. package/dist/packages/core/src/components/Tooltip/InfoTooltip.css +39 -0
  393. package/dist/packages/core/src/components/Tooltip/InfoTooltip.d.ts +13 -0
  394. package/dist/packages/core/src/components/Tooltip/InfoTooltip.js +10 -0
  395. package/dist/packages/core/src/components/Tooltip/MenuTooltip.css +93 -0
  396. package/dist/packages/core/src/components/Tooltip/MenuTooltip.d.ts +30 -0
  397. package/dist/packages/core/src/components/Tooltip/MenuTooltip.js +92 -0
  398. package/dist/packages/core/src/components/Tooltip/TextBoxTooltip.css +95 -0
  399. package/dist/packages/core/src/components/Tooltip/TextBoxTooltip.d.ts +13 -0
  400. package/dist/packages/core/src/components/Tooltip/TextBoxTooltip.js +55 -0
  401. package/dist/packages/core/src/components/Tooltip/Tooltip.css +120 -0
  402. package/dist/packages/core/src/components/Tooltip/Tooltip.d.ts +25 -0
  403. package/dist/packages/core/src/components/Tooltip/Tooltip.js +296 -0
  404. package/dist/packages/core/src/components/Tooltip/TrainingTooltip.css +67 -0
  405. package/dist/packages/core/src/components/Tooltip/TrainingTooltip.d.ts +16 -0
  406. package/dist/packages/core/src/components/Tooltip/TrainingTooltip.js +40 -0
  407. package/dist/packages/core/src/components/Tooltip/WordImageTooltip.css +61 -0
  408. package/dist/packages/core/src/components/Tooltip/WordImageTooltip.d.ts +12 -0
  409. package/dist/packages/core/src/components/Tooltip/WordImageTooltip.js +39 -0
  410. package/dist/packages/core/src/components/Tooltip/tooltipConstants.d.ts +44 -0
  411. package/dist/packages/core/src/components/Tooltip/tooltipConstants.js +38 -0
  412. package/dist/packages/core/src/components/TopBanner.css +100 -0
  413. package/dist/packages/core/src/components/TopBanner.d.ts +25 -0
  414. package/dist/packages/core/src/components/TopBanner.js +36 -0
  415. package/dist/packages/core/src/components/Training/AudioPlayerWaveForm.d.ts +17 -0
  416. package/dist/packages/core/src/components/Training/AudioPlayerWaveForm.js +237 -0
  417. package/dist/packages/core/src/components/Training/CategoryIcon.css +85 -0
  418. package/dist/packages/core/src/components/Training/CategoryIcon.d.ts +16 -0
  419. package/dist/packages/core/src/components/Training/CategoryIcon.js +79 -0
  420. package/dist/packages/core/src/components/Training/NoisePlayerContext.d.ts +43 -0
  421. package/dist/packages/core/src/components/Training/NoisePlayerContext.js +26 -0
  422. package/dist/packages/core/src/components/Training/NoiseSettingsTooltip.css +52 -0
  423. package/dist/packages/core/src/components/Training/NoiseSettingsTooltip.d.ts +13 -0
  424. package/dist/packages/core/src/components/Training/NoiseSettingsTooltip.js +81 -0
  425. package/dist/packages/core/src/components/Training/TrainingBlock.css +33 -0
  426. package/dist/packages/core/src/components/Training/TrainingBlock.d.ts +45 -0
  427. package/dist/packages/core/src/components/Training/TrainingBlock.js +44 -0
  428. package/dist/packages/core/src/components/Training/TrainingBlockButton.css +337 -0
  429. package/dist/packages/core/src/components/Training/TrainingBlockButton.d.ts +5 -0
  430. package/dist/packages/core/src/components/Training/TrainingBlockButton.js +193 -0
  431. package/dist/packages/core/src/components/Training/TrainingCard.css +178 -0
  432. package/dist/packages/core/src/components/Training/TrainingCard.d.ts +24 -0
  433. package/dist/packages/core/src/components/Training/TrainingCard.js +29 -0
  434. package/dist/packages/core/src/components/Training/TrainingCardGroup.css +73 -0
  435. package/dist/packages/core/src/components/Training/TrainingCardGroup.d.ts +41 -0
  436. package/dist/packages/core/src/components/Training/TrainingCardGroup.js +16 -0
  437. package/dist/packages/core/src/components/Training/TrainingPagePopup.css +210 -0
  438. package/dist/packages/core/src/components/Training/TrainingPagePopup.d.ts +91 -0
  439. package/dist/packages/core/src/components/Training/TrainingPagePopup.js +799 -0
  440. package/dist/packages/core/src/components/Training/TrainingPagePopupBottom.css +45 -0
  441. package/dist/packages/core/src/components/Training/TrainingPagePopupBottom.d.ts +14 -0
  442. package/dist/packages/core/src/components/Training/TrainingPagePopupBottom.js +60 -0
  443. package/dist/packages/core/src/components/Training/TrainingPagePopupContext.d.ts +13 -0
  444. package/dist/packages/core/src/components/Training/TrainingPagePopupContext.js +12 -0
  445. package/dist/packages/core/src/components/Training/TrainingPagePopupTitle.css +77 -0
  446. package/dist/packages/core/src/components/Training/TrainingPagePopupTitle.d.ts +21 -0
  447. package/dist/packages/core/src/components/Training/TrainingPagePopupTitle.js +41 -0
  448. package/dist/packages/core/src/components/Training/TrainingStep.css +236 -0
  449. package/dist/packages/core/src/components/Training/TrainingStep.d.ts +15 -0
  450. package/dist/packages/core/src/components/Training/TrainingStep.js +89 -0
  451. package/dist/packages/core/src/components/Training/TrainingStepAudioPlayer.css +320 -0
  452. package/dist/packages/core/src/components/Training/TrainingStepAudioPlayer.d.ts +5 -0
  453. package/dist/packages/core/src/components/Training/TrainingStepAudioPlayer.js +971 -0
  454. package/dist/packages/core/src/components/Training/TrainingStepBullet.css +148 -0
  455. package/dist/packages/core/src/components/Training/TrainingStepBullet.d.ts +6 -0
  456. package/dist/packages/core/src/components/Training/TrainingStepBullet.js +11 -0
  457. package/dist/packages/core/src/components/Training/TrainingStepCard.css +0 -0
  458. package/dist/packages/core/src/components/Training/TrainingStepCard.d.ts +36 -0
  459. package/dist/packages/core/src/components/Training/TrainingStepCard.js +110 -0
  460. package/dist/packages/core/src/components/Training/TrainingStepCardOrder.d.ts +15 -0
  461. package/dist/packages/core/src/components/Training/TrainingStepCardOrder.js +58 -0
  462. package/dist/packages/core/src/components/Training/TrainingStepComponents.d.ts +35 -0
  463. package/dist/packages/core/src/components/Training/TrainingStepComponents.js +60 -0
  464. package/dist/packages/core/src/components/Training/TrainingStepConfirm.d.ts +24 -0
  465. package/dist/packages/core/src/components/Training/TrainingStepConfirm.js +117 -0
  466. package/dist/packages/core/src/components/Training/TrainingStepConfirmWithText.d.ts +16 -0
  467. package/dist/packages/core/src/components/Training/TrainingStepConfirmWithText.js +60 -0
  468. package/dist/packages/core/src/components/Training/TrainingStepListen.d.ts +27 -0
  469. package/dist/packages/core/src/components/Training/TrainingStepListen.js +13 -0
  470. package/dist/packages/core/src/components/Training/TrainingStepOrderList.css +221 -0
  471. package/dist/packages/core/src/components/Training/TrainingStepOrderList.d.ts +7 -0
  472. package/dist/packages/core/src/components/Training/TrainingStepOrderList.js +445 -0
  473. package/dist/packages/core/src/components/Training/TrainingStepTextBox.css +111 -0
  474. package/dist/packages/core/src/components/Training/TrainingStepTextBox.d.ts +8 -0
  475. package/dist/packages/core/src/components/Training/TrainingStepTextBox.js +74 -0
  476. package/dist/packages/core/src/components/Training/TrainingStepTitle.css +89 -0
  477. package/dist/packages/core/src/components/Training/TrainingStepTitle.d.ts +21 -0
  478. package/dist/packages/core/src/components/Training/TrainingStepTitle.js +91 -0
  479. package/dist/packages/core/src/components/Training/TrainingWordCard.css +266 -0
  480. package/dist/packages/core/src/components/Training/TrainingWordCard.d.ts +43 -0
  481. package/dist/packages/core/src/components/Training/TrainingWordCard.js +229 -0
  482. package/dist/packages/core/src/components/Training/WordTablePopup.css +56 -0
  483. package/dist/packages/core/src/components/Training/WordTablePopup.d.ts +61 -0
  484. package/dist/packages/core/src/components/Training/WordTablePopup.js +105 -0
  485. package/dist/packages/core/src/components/Training/audioPlaybackRules.d.ts +95 -0
  486. package/dist/packages/core/src/components/Training/audioPlaybackRules.js +125 -0
  487. package/dist/packages/core/src/components/Training/audioWaits.d.ts +27 -0
  488. package/dist/packages/core/src/components/Training/audioWaits.js +64 -0
  489. package/dist/packages/core/src/components/Training/currentSound.d.ts +26 -0
  490. package/dist/packages/core/src/components/Training/currentSound.js +46 -0
  491. package/dist/packages/core/src/components/Training/pagePopupTiming.d.ts +17 -0
  492. package/dist/packages/core/src/components/Training/pagePopupTiming.js +17 -0
  493. package/dist/packages/core/src/components/Training/trainingBlockButtonTypes.d.ts +79 -0
  494. package/dist/packages/core/src/components/Training/trainingBlockButtonTypes.js +27 -0
  495. package/dist/packages/core/src/components/Training/trainingMissStats.d.ts +148 -0
  496. package/dist/packages/core/src/components/Training/trainingMissStats.js +163 -0
  497. package/dist/packages/core/src/components/Training/trainingPopupUtils.d.ts +108 -0
  498. package/dist/packages/core/src/components/Training/trainingPopupUtils.js +226 -0
  499. package/dist/packages/core/src/components/Training/trainingScenario.d.ts +42 -0
  500. package/dist/packages/core/src/components/Training/trainingScenario.js +25 -0
  501. package/dist/packages/core/src/components/Training/trainingStepAudioPlayerTypes.d.ts +37 -0
  502. package/dist/packages/core/src/components/Training/trainingStepAudioPlayerTypes.js +20 -0
  503. package/dist/packages/core/src/components/Training/trainingStepOrderListTypes.d.ts +34 -0
  504. package/dist/packages/core/src/components/Training/trainingStepOrderListTypes.js +5 -0
  505. package/dist/packages/core/src/components/Training/useAnchorRect.d.ts +26 -0
  506. package/dist/packages/core/src/components/Training/useAnchorRect.js +52 -0
  507. package/dist/packages/core/src/components/Training/useAudioPreview.d.ts +11 -0
  508. package/dist/packages/core/src/components/Training/useAudioPreview.js +178 -0
  509. package/dist/packages/core/src/components/Training/useNoiseFade.d.ts +24 -0
  510. package/dist/packages/core/src/components/Training/useNoiseFade.js +303 -0
  511. package/dist/packages/core/src/components/Training/useObjectUrls.d.ts +25 -0
  512. package/dist/packages/core/src/components/Training/useObjectUrls.js +56 -0
  513. package/dist/packages/core/src/components/Training/useProgressTicker.d.ts +33 -0
  514. package/dist/packages/core/src/components/Training/useProgressTicker.js +74 -0
  515. package/dist/packages/core/src/components/Training/useTTSPlayback.d.ts +30 -0
  516. package/dist/packages/core/src/components/Training/useTTSPlayback.js +172 -0
  517. package/dist/packages/core/src/components/Training/useWaveReady.d.ts +36 -0
  518. package/dist/packages/core/src/components/Training/useWaveReady.js +65 -0
  519. package/dist/packages/core/src/components/UpdateAlert.css +116 -0
  520. package/dist/packages/core/src/components/UpdateAlert.d.ts +23 -0
  521. package/dist/packages/core/src/components/UpdateAlert.js +25 -0
  522. package/dist/packages/core/src/components/Word/ContrastFilterPanel.d.ts +25 -0
  523. package/dist/packages/core/src/components/Word/ContrastFilterPanel.js +69 -0
  524. package/dist/packages/core/src/components/Word/PhonemeFilterPanel.d.ts +24 -0
  525. package/dist/packages/core/src/components/Word/PhonemeFilterPanel.js +15 -0
  526. package/dist/packages/core/src/components/Word/PhonemeSelectBlock.css +272 -0
  527. package/dist/packages/core/src/components/Word/PhonemeSelectBlock.d.ts +45 -0
  528. package/dist/packages/core/src/components/Word/PhonemeSelectBlock.js +71 -0
  529. package/dist/packages/core/src/components/Word/TableFilterPanel.d.ts +56 -0
  530. package/dist/packages/core/src/components/Word/TableFilterPanel.js +42 -0
  531. package/dist/packages/core/src/components/Word/WordSearchFilterPanel.d.ts +23 -0
  532. package/dist/packages/core/src/components/Word/WordSearchFilterPanel.js +14 -0
  533. package/dist/packages/core/src/components/Word/WordSearchResultBlock.css +130 -0
  534. package/dist/packages/core/src/components/Word/WordSearchResultBlock.d.ts +47 -0
  535. package/dist/packages/core/src/components/Word/WordSearchResultBlock.js +141 -0
  536. package/dist/packages/core/src/components/Word/WordTableBlock.css +85 -0
  537. package/dist/packages/core/src/components/Word/WordTableBlock.d.ts +5 -0
  538. package/dist/packages/core/src/components/Word/WordTableBlock.js +297 -0
  539. package/dist/packages/core/src/components/Word/WordTableButton.css +185 -0
  540. package/dist/packages/core/src/components/Word/WordTableButton.d.ts +48 -0
  541. package/dist/packages/core/src/components/Word/WordTableButton.js +28 -0
  542. package/dist/packages/core/src/components/Word/WordTableThumbnail.css +56 -0
  543. package/dist/packages/core/src/components/Word/WordTableThumbnail.d.ts +10 -0
  544. package/dist/packages/core/src/components/Word/WordTableThumbnail.js +21 -0
  545. package/dist/packages/core/src/components/Word/generatedDraft.d.ts +39 -0
  546. package/dist/packages/core/src/components/Word/generatedDraft.js +69 -0
  547. package/dist/packages/core/src/components/Word/phonemeSelectBlockUtils.d.ts +14 -0
  548. package/dist/packages/core/src/components/Word/phonemeSelectBlockUtils.js +10 -0
  549. package/dist/packages/core/src/components/Word/useWordTableDisplaySettings.d.ts +35 -0
  550. package/dist/packages/core/src/components/Word/useWordTableDisplaySettings.js +82 -0
  551. package/dist/packages/core/src/components/Word/useWordTablePrint.d.ts +31 -0
  552. package/dist/packages/core/src/components/Word/useWordTablePrint.js +43 -0
  553. package/dist/packages/core/src/components/Word/wordScoreStats.d.ts +77 -0
  554. package/dist/packages/core/src/components/Word/wordScoreStats.js +100 -0
  555. package/dist/packages/core/src/components/Word/wordTableBlockTypes.d.ts +85 -0
  556. package/dist/packages/core/src/components/Word/wordTableBlockTypes.js +3 -0
  557. package/dist/packages/core/src/components/Word/wordTablePrint.d.ts +14 -0
  558. package/dist/packages/core/src/components/Word/wordTablePrint.js +210 -0
  559. package/dist/packages/core/src/components/Word/wordTableRecommend.d.ts +67 -0
  560. package/dist/packages/core/src/components/Word/wordTableRecommend.js +91 -0
  561. package/dist/packages/core/src/components/Word/wordTableReview.d.ts +49 -0
  562. package/dist/packages/core/src/components/Word/wordTableReview.js +112 -0
  563. package/dist/packages/core/src/components/Word/wordTableScoring.d.ts +100 -0
  564. package/dist/packages/core/src/components/Word/wordTableScoring.js +126 -0
  565. package/dist/packages/core/src/components/Word/wordTableSettings.d.ts +56 -0
  566. package/dist/packages/core/src/components/Word/wordTableSettings.js +140 -0
  567. package/dist/packages/core/src/components/WordTable.css +424 -0
  568. package/dist/packages/core/src/components/WordTable.d.ts +75 -0
  569. package/dist/packages/core/src/components/WordTable.js +184 -0
  570. package/dist/packages/core/src/components/barChartData.d.ts +48 -0
  571. package/dist/packages/core/src/components/barChartData.js +111 -0
  572. package/dist/packages/core/src/components/barChartTypes.d.ts +82 -0
  573. package/dist/packages/core/src/components/barChartTypes.js +22 -0
  574. package/dist/packages/core/src/components/buttonTypes.d.ts +102 -0
  575. package/dist/packages/core/src/components/buttonTypes.js +1 -0
  576. package/dist/packages/core/src/components/tableTrackList.d.ts +9 -0
  577. package/dist/packages/core/src/components/tableTrackList.js +32 -0
  578. package/dist/packages/core/src/components/useAnchoredMenu.d.ts +28 -0
  579. package/dist/packages/core/src/components/useAnchoredMenu.js +72 -0
  580. package/dist/packages/core/src/components/useBarChartControl.d.ts +8 -0
  581. package/dist/packages/core/src/components/useBarChartControl.js +76 -0
  582. package/dist/packages/core/src/components/useCalendarMonth.d.ts +12 -0
  583. package/dist/packages/core/src/components/useCalendarMonth.js +50 -0
  584. package/dist/packages/core/src/components/useComboboxSuggestions.d.ts +22 -0
  585. package/dist/packages/core/src/components/useComboboxSuggestions.js +60 -0
  586. package/dist/packages/core/src/components/useFitScale.d.ts +16 -0
  587. package/dist/packages/core/src/components/useFitScale.js +43 -0
  588. package/dist/packages/core/src/components/useSoundCompassExam.d.ts +54 -0
  589. package/dist/packages/core/src/components/useSoundCompassExam.js +128 -0
  590. package/dist/packages/core/src/components/useToastLifecycle.d.ts +16 -0
  591. package/dist/packages/core/src/components/useToastLifecycle.js +140 -0
  592. package/dist/packages/core/src/components/wordTableLayout.d.ts +76 -0
  593. package/dist/packages/core/src/components/wordTableLayout.js +162 -0
  594. package/dist/packages/core/src/components.d.ts +314 -0
  595. package/dist/packages/core/src/components.js +232 -0
  596. package/dist/packages/core/src/context/I18nContext.d.ts +11 -0
  597. package/dist/packages/core/src/context/I18nContext.js +20 -0
  598. package/dist/packages/core/src/context/I18nProvider.d.ts +9 -0
  599. package/dist/packages/core/src/context/I18nProvider.js +15 -0
  600. package/dist/packages/core/src/context/WordDataContext.d.ts +25 -0
  601. package/dist/packages/core/src/context/WordDataContext.js +6 -0
  602. package/dist/packages/core/src/context/WordDataProvider.d.ts +5 -0
  603. package/dist/packages/core/src/context/WordDataProvider.js +5 -0
  604. package/dist/packages/core/src/hooks/bodyScrollLock.d.ts +5 -0
  605. package/dist/packages/core/src/hooks/bodyScrollLock.js +62 -0
  606. package/dist/packages/core/src/hooks/escStack.d.ts +2 -0
  607. package/dist/packages/core/src/hooks/escStack.js +38 -0
  608. package/dist/packages/core/src/hooks/useBackgroundUrl.d.ts +2 -0
  609. package/dist/packages/core/src/hooks/useBackgroundUrl.js +13 -0
  610. package/dist/packages/core/src/hooks/useCacheManagement.d.ts +34 -0
  611. package/dist/packages/core/src/hooks/useCacheManagement.js +107 -0
  612. package/dist/packages/core/src/hooks/useDailyTrainingSelection.d.ts +17 -0
  613. package/dist/packages/core/src/hooks/useDailyTrainingSelection.js +87 -0
  614. package/dist/packages/core/src/hooks/useDeviceManagement.d.ts +37 -0
  615. package/dist/packages/core/src/hooks/useDeviceManagement.js +40 -0
  616. package/dist/packages/core/src/hooks/useDocumentTitle.d.ts +22 -0
  617. package/dist/packages/core/src/hooks/useDocumentTitle.js +49 -0
  618. package/dist/packages/core/src/hooks/useEditableList.d.ts +20 -0
  619. package/dist/packages/core/src/hooks/useEditableList.js +73 -0
  620. package/dist/packages/core/src/hooks/useEscToClose.d.ts +19 -0
  621. package/dist/packages/core/src/hooks/useEscToClose.js +30 -0
  622. package/dist/packages/core/src/hooks/useFocusTrap.d.ts +19 -0
  623. package/dist/packages/core/src/hooks/useFocusTrap.js +50 -0
  624. package/dist/packages/core/src/hooks/useFontScale.d.ts +20 -0
  625. package/dist/packages/core/src/hooks/useFontScale.js +51 -0
  626. package/dist/packages/core/src/hooks/useHoverAnchor.d.ts +33 -0
  627. package/dist/packages/core/src/hooks/useHoverAnchor.js +49 -0
  628. package/dist/packages/core/src/hooks/useIcon.d.ts +7 -0
  629. package/dist/packages/core/src/hooks/useIcon.js +124 -0
  630. package/dist/packages/core/src/hooks/useLatestRef.d.ts +12 -0
  631. package/dist/packages/core/src/hooks/useLatestRef.js +17 -0
  632. package/dist/packages/core/src/hooks/useLucideIcon.d.ts +15 -0
  633. package/dist/packages/core/src/hooks/useLucideIcon.js +71 -0
  634. package/dist/packages/core/src/hooks/useMediaQuery.d.ts +17 -0
  635. package/dist/packages/core/src/hooks/useMediaQuery.js +45 -0
  636. package/dist/packages/core/src/hooks/usePagedList.d.ts +23 -0
  637. package/dist/packages/core/src/hooks/usePagedList.js +26 -0
  638. package/dist/packages/core/src/hooks/useParentBgTheme.d.ts +8 -0
  639. package/dist/packages/core/src/hooks/useParentBgTheme.js +18 -0
  640. package/dist/packages/core/src/hooks/usePasswordChange.d.ts +28 -0
  641. package/dist/packages/core/src/hooks/usePasswordChange.js +54 -0
  642. package/dist/packages/core/src/hooks/useRelativeDay.d.ts +12 -0
  643. package/dist/packages/core/src/hooks/useRelativeDay.js +30 -0
  644. package/dist/packages/core/src/hooks/useTablePaging.d.ts +46 -0
  645. package/dist/packages/core/src/hooks/useTablePaging.js +63 -0
  646. package/dist/packages/core/src/hooks/useToastState.d.ts +15 -0
  647. package/dist/packages/core/src/hooks/useToastState.js +29 -0
  648. package/dist/packages/core/src/hooks/useTrainingSessionLog.d.ts +7 -0
  649. package/dist/packages/core/src/hooks/useTrainingSessionLog.js +26 -0
  650. package/dist/packages/core/src/hooks/useTrainingTypeLabels.d.ts +16 -0
  651. package/dist/packages/core/src/hooks/useTrainingTypeLabels.js +25 -0
  652. package/dist/packages/core/src/hooks/useVisitAllPanel.d.ts +30 -0
  653. package/dist/packages/core/src/hooks/useVisitAllPanel.js +43 -0
  654. package/dist/packages/core/src/hooks/useVisitHistory.d.ts +38 -0
  655. package/dist/packages/core/src/hooks/useVisitHistory.js +59 -0
  656. package/dist/packages/core/src/hooks/useVisitSchedule.d.ts +31 -0
  657. package/dist/packages/core/src/hooks/useVisitSchedule.js +101 -0
  658. package/dist/packages/core/src/hooks/useWindowEvent.d.ts +11 -0
  659. package/dist/packages/core/src/hooks/useWindowEvent.js +27 -0
  660. package/dist/packages/core/src/hooks/useWordAttributeFilter.d.ts +70 -0
  661. package/dist/packages/core/src/hooks/useWordAttributeFilter.js +115 -0
  662. package/dist/packages/core/src/hooks/useWordDataStats.d.ts +22 -0
  663. package/dist/packages/core/src/hooks/useWordDataStats.js +40 -0
  664. package/dist/packages/core/src/hooks/useWordImage.d.ts +19 -0
  665. package/dist/packages/core/src/hooks/useWordImage.js +28 -0
  666. package/dist/packages/core/src/hooks/useWordMeanings.d.ts +39 -0
  667. package/dist/packages/core/src/hooks/useWordMeanings.js +62 -0
  668. package/dist/packages/core/src/hooks/useWordTrainingDataGeneration.d.ts +34 -0
  669. package/dist/packages/core/src/hooks/useWordTrainingDataGeneration.js +98 -0
  670. package/dist/packages/core/src/hooks/useWordTrainingFilter.d.ts +91 -0
  671. package/dist/packages/core/src/hooks/useWordTrainingFilter.js +549 -0
  672. package/dist/packages/core/src/hooks/wordTrainingFilterModel.d.ts +61 -0
  673. package/dist/packages/core/src/hooks/wordTrainingFilterModel.js +102 -0
  674. package/dist/packages/core/src/hooks.d.ts +27 -0
  675. package/dist/packages/core/src/hooks.js +28 -0
  676. package/dist/packages/core/src/i18n/index.d.ts +21 -0
  677. package/dist/packages/core/src/i18n/index.js +68 -0
  678. package/dist/packages/core/src/i18n/locales/en.json +4055 -0
  679. package/dist/packages/core/src/i18n/locales/ko.json +4052 -0
  680. package/dist/packages/core/src/icon/none.svg +4 -0
  681. package/dist/packages/core/src/icon/null.svg +3 -0
  682. package/dist/packages/core/src/index.d.ts +16 -0
  683. package/dist/packages/core/src/index.js +25 -0
  684. package/dist/packages/core/src/logo/Logo_APEB.svg +53 -0
  685. package/dist/packages/core/src/logo/Logo_APEB_black.svg +42 -0
  686. package/dist/packages/core/src/logo/Logo_APEB_white.svg +42 -0
  687. package/dist/packages/core/src/logo/Logo_HTP_kr.svg +21 -0
  688. package/dist/packages/core/src/logo/Logo_HTP_kr_black.svg +17 -0
  689. package/dist/packages/core/src/logo/Logo_HTP_kr_white.svg +17 -0
  690. package/dist/packages/core/src/logo/Logo_IHAB_en.svg +18 -0
  691. package/dist/packages/core/src/logo/Logo_IHAB_en_black.svg +14 -0
  692. package/dist/packages/core/src/logo/Logo_IHAB_en_white.svg +14 -0
  693. package/dist/packages/core/src/logo/Logo_IHAB_kr.svg +18 -0
  694. package/dist/packages/core/src/logo/Logo_IHAB_kr_black.svg +14 -0
  695. package/dist/packages/core/src/logo/Logo_IHAB_kr_white.svg +14 -0
  696. package/dist/packages/core/src/logo/Logo_SDS_kr.svg +22 -0
  697. package/dist/packages/core/src/logo/Logo_SDS_kr_black.svg +18 -0
  698. package/dist/packages/core/src/logo/Logo_SDS_kr_white.svg +18 -0
  699. package/dist/packages/core/src/logo/Logo_speechearManager_kr.svg +20 -0
  700. package/dist/packages/core/src/logo/Logo_speechearManager_kr_black.svg +21 -0
  701. package/dist/packages/core/src/logo/Logo_speechearManager_kr_textWhite.svg +45 -0
  702. package/dist/packages/core/src/logo/Logo_speechearManager_kr_white.svg +21 -0
  703. package/dist/packages/core/src/logo/Logo_speechear_kr.svg +17 -0
  704. package/dist/packages/core/src/logo/Logo_speechear_kr_black.svg +16 -0
  705. package/dist/packages/core/src/logo/Logo_speechear_kr_textWhite.svg +42 -0
  706. package/dist/packages/core/src/logo/Logo_speechear_kr_white.svg +16 -0
  707. package/dist/packages/core/src/logo/Symbol_APEB.svg +34 -0
  708. package/dist/packages/core/src/logo/Symbol_APEB_black.svg +15 -0
  709. package/dist/packages/core/src/logo/Symbol_APEB_white.svg +15 -0
  710. package/dist/packages/core/src/logo/Symbol_HTP.svg +14 -0
  711. package/dist/packages/core/src/logo/Symbol_HTP_black.svg +10 -0
  712. package/dist/packages/core/src/logo/Symbol_HTP_white.svg +10 -0
  713. package/dist/packages/core/src/logo/Symbol_IHAB.svg +14 -0
  714. package/dist/packages/core/src/logo/Symbol_IHAB_black.svg +10 -0
  715. package/dist/packages/core/src/logo/Symbol_IHAB_white.svg +10 -0
  716. package/dist/packages/core/src/logo/Symbol_SDS.svg +14 -0
  717. package/dist/packages/core/src/logo/Symbol_SDS_black.svg +10 -0
  718. package/dist/packages/core/src/logo/Symbol_SDS_white.svg +10 -0
  719. package/dist/packages/core/src/logo/Symbol_speechear.svg +15 -0
  720. package/dist/packages/core/src/logo/Symbol_speechear_black.svg +16 -0
  721. package/dist/packages/core/src/logo/Symbol_speechear_white.svg +16 -0
  722. package/dist/packages/core/src/logo/qr_speechear.svg +1 -0
  723. package/dist/packages/core/src/sounds/noiseAssets.d.ts +6 -0
  724. package/dist/packages/core/src/sounds/noiseAssets.js +24 -0
  725. package/dist/packages/core/src/styles.css +144 -0
  726. package/dist/packages/core/src/tokens.css +407 -0
  727. package/dist/packages/core/src/types/audio.d.ts +11 -0
  728. package/dist/packages/core/src/types/audio.js +1 -0
  729. package/dist/packages/core/src/types/device.d.ts +10 -0
  730. package/dist/packages/core/src/types/device.js +1 -0
  731. package/dist/packages/core/src/types/filterPanel.d.ts +63 -0
  732. package/dist/packages/core/src/types/filterPanel.js +8 -0
  733. package/dist/packages/core/src/types/geometry.d.ts +14 -0
  734. package/dist/packages/core/src/types/geometry.js +1 -0
  735. package/dist/packages/core/src/types/training.d.ts +131 -0
  736. package/dist/packages/core/src/types/training.js +1 -0
  737. package/dist/packages/core/src/types/wordSearch.d.ts +49 -0
  738. package/dist/packages/core/src/types/wordSearch.js +1 -0
  739. package/dist/packages/core/src/types.d.ts +3 -0
  740. package/dist/packages/core/src/types.js +1 -0
  741. package/dist/packages/core/src/utils/CategoryData.d.ts +91 -0
  742. package/dist/packages/core/src/utils/CategoryData.js +57 -0
  743. package/dist/packages/core/src/utils/array.d.ts +20 -0
  744. package/dist/packages/core/src/utils/array.js +36 -0
  745. package/dist/packages/core/src/utils/assets.d.ts +41 -0
  746. package/dist/packages/core/src/utils/assets.js +62 -0
  747. package/dist/packages/core/src/utils/audioMeter.d.ts +19 -0
  748. package/dist/packages/core/src/utils/audioMeter.js +70 -0
  749. package/dist/packages/core/src/utils/categories.d.ts +67 -0
  750. package/dist/packages/core/src/utils/categories.js +70 -0
  751. package/dist/packages/core/src/utils/clipboard.d.ts +10 -0
  752. package/dist/packages/core/src/utils/clipboard.js +46 -0
  753. package/dist/packages/core/src/utils/companyTypes.d.ts +2 -0
  754. package/dist/packages/core/src/utils/companyTypes.js +6 -0
  755. package/dist/packages/core/src/utils/csv.d.ts +22 -0
  756. package/dist/packages/core/src/utils/csv.js +35 -0
  757. package/dist/packages/core/src/utils/cx.d.ts +7 -0
  758. package/dist/packages/core/src/utils/cx.js +9 -0
  759. package/dist/packages/core/src/utils/dailySelectionUtils.d.ts +15 -0
  760. package/dist/packages/core/src/utils/dailySelectionUtils.js +68 -0
  761. package/dist/packages/core/src/utils/date.d.ts +86 -0
  762. package/dist/packages/core/src/utils/date.js +171 -0
  763. package/dist/packages/core/src/utils/deviceKind.d.ts +13 -0
  764. package/dist/packages/core/src/utils/deviceKind.js +19 -0
  765. package/dist/packages/core/src/utils/encoding.d.ts +26 -0
  766. package/dist/packages/core/src/utils/encoding.js +33 -0
  767. package/dist/packages/core/src/utils/errorMessage.d.ts +44 -0
  768. package/dist/packages/core/src/utils/errorMessage.js +63 -0
  769. package/dist/packages/core/src/utils/fontScale.d.ts +10 -0
  770. package/dist/packages/core/src/utils/fontScale.js +28 -0
  771. package/dist/packages/core/src/utils/format.d.ts +48 -0
  772. package/dist/packages/core/src/utils/format.js +122 -0
  773. package/dist/packages/core/src/utils/gameScoreLogger.d.ts +48 -0
  774. package/dist/packages/core/src/utils/gameScoreLogger.js +42 -0
  775. package/dist/packages/core/src/utils/getTrainingData.d.ts +61 -0
  776. package/dist/packages/core/src/utils/getTrainingData.js +156 -0
  777. package/dist/packages/core/src/utils/imageConfig.d.ts +48 -0
  778. package/dist/packages/core/src/utils/imageConfig.js +159 -0
  779. package/dist/packages/core/src/utils/josa.d.ts +29 -0
  780. package/dist/packages/core/src/utils/josa.js +103 -0
  781. package/dist/packages/core/src/utils/koreanPronunciation.d.ts +16 -0
  782. package/dist/packages/core/src/utils/koreanPronunciation.js +223 -0
  783. package/dist/packages/core/src/utils/koreanSyllable.d.ts +174 -0
  784. package/dist/packages/core/src/utils/koreanSyllable.js +654 -0
  785. package/dist/packages/core/src/utils/lucideIconSet.d.ts +16 -0
  786. package/dist/packages/core/src/utils/lucideIconSet.js +350 -0
  787. package/dist/packages/core/src/utils/lucideLoader.d.ts +44 -0
  788. package/dist/packages/core/src/utils/lucideLoader.js +76 -0
  789. package/dist/packages/core/src/utils/noiseSettingsStore.d.ts +22 -0
  790. package/dist/packages/core/src/utils/noiseSettingsStore.js +36 -0
  791. package/dist/packages/core/src/utils/phonemeConvert.d.ts +9 -0
  792. package/dist/packages/core/src/utils/phonemeConvert.js +53 -0
  793. package/dist/packages/core/src/utils/phonemeGroups.d.ts +22 -0
  794. package/dist/packages/core/src/utils/phonemeGroups.js +29 -0
  795. package/dist/packages/core/src/utils/phonemePairSearch.d.ts +22 -0
  796. package/dist/packages/core/src/utils/phonemePairSearch.js +583 -0
  797. package/dist/packages/core/src/utils/phonemePairSearchTypes.d.ts +46 -0
  798. package/dist/packages/core/src/utils/phonemePairSearchTypes.js +1 -0
  799. package/dist/packages/core/src/utils/planFeatures.d.ts +61 -0
  800. package/dist/packages/core/src/utils/planFeatures.js +168 -0
  801. package/dist/packages/core/src/utils/pronunciationConfig.d.ts +7 -0
  802. package/dist/packages/core/src/utils/pronunciationConfig.js +21 -0
  803. package/dist/packages/core/src/utils/savedWordTables.d.ts +18 -0
  804. package/dist/packages/core/src/utils/savedWordTables.js +70 -0
  805. package/dist/packages/core/src/utils/sortValue.d.ts +24 -0
  806. package/dist/packages/core/src/utils/sortValue.js +26 -0
  807. package/dist/packages/core/src/utils/speak.d.ts +7 -0
  808. package/dist/packages/core/src/utils/speak.js +35 -0
  809. package/dist/packages/core/src/utils/storage.d.ts +102 -0
  810. package/dist/packages/core/src/utils/storage.js +118 -0
  811. package/dist/packages/core/src/utils/theme.d.ts +11 -0
  812. package/dist/packages/core/src/utils/theme.js +28 -0
  813. package/dist/packages/core/src/utils/trainingItemResults.d.ts +60 -0
  814. package/dist/packages/core/src/utils/trainingItemResults.js +72 -0
  815. package/dist/packages/core/src/utils/trainingLogger.d.ts +58 -0
  816. package/dist/packages/core/src/utils/trainingLogger.js +50 -0
  817. package/dist/packages/core/src/utils/trainingPalette.d.ts +12 -0
  818. package/dist/packages/core/src/utils/trainingPalette.js +12 -0
  819. package/dist/packages/core/src/utils/ttsConfig.d.ts +78 -0
  820. package/dist/packages/core/src/utils/ttsConfig.js +89 -0
  821. package/dist/packages/core/src/utils/ttsResolver.d.ts +17 -0
  822. package/dist/packages/core/src/utils/ttsResolver.js +56 -0
  823. package/dist/packages/core/src/utils/wordContrast.d.ts +54 -0
  824. package/dist/packages/core/src/utils/wordContrast.js +198 -0
  825. package/dist/packages/core/src/utils/wordPairIndex.d.ts +26 -0
  826. package/dist/packages/core/src/utils/wordPairIndex.js +194 -0
  827. package/dist/packages/core/src/utils/wordPool.d.ts +34 -0
  828. package/dist/packages/core/src/utils/wordPool.js +20 -0
  829. package/dist/packages/core/src/utils/wordSuggestionPolicy.d.ts +55 -0
  830. package/dist/packages/core/src/utils/wordSuggestionPolicy.js +97 -0
  831. package/dist/packages/core/src/utils/wordTrainingGenerators.d.ts +122 -0
  832. package/dist/packages/core/src/utils/wordTrainingGenerators.js +560 -0
  833. package/dist/packages/core/src/utils/wordTrainingGroups.d.ts +10 -0
  834. package/dist/packages/core/src/utils/wordTrainingGroups.js +69 -0
  835. package/dist/packages/core/src/utils/wordTrainingPool.d.ts +51 -0
  836. package/dist/packages/core/src/utils/wordTrainingPool.js +436 -0
  837. package/dist/packages/core/src/utils/wordTrainingRuntime.d.ts +38 -0
  838. package/dist/packages/core/src/utils/wordTrainingRuntime.js +641 -0
  839. package/dist/packages/core/src/utils/wordTrainingRuntimeTypes.d.ts +89 -0
  840. package/dist/packages/core/src/utils/wordTrainingRuntimeTypes.js +77 -0
  841. package/dist/packages/core/src/utils.d.ts +57 -0
  842. package/dist/packages/core/src/utils.js +46 -0
  843. package/dist/tsdoc-metadata.json +11 -0
  844. package/dist/types.cjs.js +1 -0
  845. package/dist/types.esm.js +1 -0
  846. package/dist/utils.cjs.js +20 -0
  847. package/dist/utils.esm.js +20 -0
  848. package/package.json +171 -0
@@ -0,0 +1,993 @@
1
+ import ui,{createContext as Wa,useContext as Va,useMemo as be,useRef as X,useCallback as I,useState as P,useEffect as Y,forwardRef as pi,createElement as Go,useLayoutEffect as Yt,Children as Gr,useId as na,useImperativeHandle as yf,Fragment as qo,isValidElement as qr,cloneElement as _d}from"react";import{jsx as s,jsxs as x,Fragment as He}from"react/jsx-runtime";import{createPortal as ta}from"react-dom";function oe(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 Cf=':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}}';oe(Cf);const Me=t=>typeof t=="string",Yo=()=>{let t,e;const a=new Promise((o,r)=>{t=o,e=r});return a.resolve=t,a.reject=e,a},wd=t=>t==null?"":String(t),_f=(t,e,a)=>{t.forEach(o=>{e[o]&&(a[o]=e[o])})},wf=/###/g,xd=t=>t&&t.includes("###")?t.replace(wf,"."):t,kd=t=>!t||Me(t),Uo=(t,e,a)=>{const o=Me(e)?e.split("."):e;let r=0;for(;r<o.length-1;){if(kd(t))return{};const n=xd(o[r]);!t[n]&&a&&(t[n]=new a),Object.prototype.hasOwnProperty.call(t,n)?t=t[n]:t={},++r}return kd(t)?{}:{obj:t,k:xd(o[r])}},Sd=(t,e,a)=>{const{obj:o,k:r}=Uo(t,e,Object);if(o!==void 0||e.length===1){o[r]=a;return}let n=e[e.length-1],i=e.slice(0,e.length-1),l=Uo(t,i,Object);for(;l.obj===void 0&&i.length;)n=`${i[i.length-1]}.${n}`,i=i.slice(0,i.length-1),l=Uo(t,i,Object),l?.obj&&typeof l.obj[`${l.k}.${n}`]<"u"&&(l.obj=void 0);l.obj[`${l.k}.${n}`]=a},xf=(t,e,a,o)=>{const{obj:r,k:n}=Uo(t,e,Object);r[n]=r[n]||[],r[n].push(a)},Yr=(t,e)=>{const{obj:a,k:o}=Uo(t,e);if(a&&Object.prototype.hasOwnProperty.call(a,o))return a[o]},kf=(t,e,a)=>{const o=Yr(t,a);return o!==void 0?o:Yr(e,a)},Ad=(t,e,a)=>{for(const o in e)o!=="__proto__"&&o!=="constructor"&&(Object.prototype.hasOwnProperty.call(t,o)?Me(t[o])||t[o]instanceof String||Me(e[o])||e[o]instanceof String?a&&(t[o]=e[o]):Ad(t[o],e[o],a):t[o]=e[o]);return t},Da=t=>t.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&"),Sf={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;","/":"&#x2F;"},Af=t=>Me(t)?t.replace(/[&<>"'\/]/g,e=>Sf[e]):t;class Nf{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 Bf=[" ",",","?","!",";"],Tf=new Nf(20),Df=(t,e,a)=>{e=e||"",a=a||"";const o=Bf.filter(i=>!e.includes(i)&&!a.includes(i));if(o.length===0)return!0;const r=Tf.getRegExp(`(${o.map(i=>i==="?"?"\\?":i).join("|")})`);let n=!r.test(t);if(!n){const i=t.indexOf(a);i>0&&!r.test(t.substring(0,i))&&(n=!0)}return n},hi=(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 n=0;n<o.length;){if(!r||typeof r!="object")return;let i,l="";for(let d=n;d<o.length;++d)if(d!==n&&(l+=a),l+=o[d],i=r[l],i!==void 0){if(["string","number","boolean"].includes(typeof i)&&d<o.length-1)continue;n+=d-n+1;break}r=i}return r},Ko=t=>t?.replace(/_/g,"-"),Ef={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 si{constructor(e,a={}){this.init(e,a)}init(e,a={}){this.prefix=a.prefix||"i18next:",this.logger=e||Ef,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(n=>Me(n)?n.replace(/[\r\n\x00-\x1F\x7F]/g," "):n),Me(e[0])&&(e[0]=`${o}${this.prefix} ${e[0]}`),this.logger[a](e))}create(e){return new si(this.logger,{prefix:`${this.prefix}:${e}:`,...this.options})}clone(e){return e=e||this.options,e.prefix=e.prefix||this.prefix,new si(this.logger,e)}}var va=new si;class Ur{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,n])=>{for(let i=0;i<n;i++)r(...a)}),this.observers["*"]&&Array.from(this.observers["*"].entries()).forEach(([r,n])=>{for(let i=0;i<n;i++)r(e,...a)})}}class Nd extends Ur{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 n=r.keySeparator!==void 0?r.keySeparator:this.options.keySeparator,i=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):Me(o)&&n?l.push(...o.split(n)):l.push(o)));const d=Yr(this.data,l);return!d&&!a&&!o&&e.includes(".")&&(e=l[0],a=l[1],o=l.slice(2).join(".")),d||!i||!Me(o)?d:hi(this.data?.[e]?.[a],o,n)}addResource(e,a,o,r,n={silent:!1}){const i=n.keySeparator!==void 0?n.keySeparator:this.options.keySeparator;let l=[e,a];o&&(l=l.concat(i?o.split(i):o)),e.includes(".")&&(l=e.split("."),r=a,a=l[1]),this.addNamespaces(a),Sd(this.data,l,r),n.silent||this.emit("added",e,a,o,r)}addResources(e,a,o,r={silent:!1}){for(const n in o)(Me(o[n])||Array.isArray(o[n]))&&this.addResource(e,a,n,o[n],{silent:!0});r.silent||this.emit("added",e,a,o)}addResourceBundle(e,a,o,r,n,i={silent:!1,skipCopy:!1}){let l=[e,a];e.includes(".")&&(l=e.split("."),r=o,o=a,a=l[1]),this.addNamespaces(a);let d=Yr(this.data,l)||{};i.skipCopy||(o=JSON.parse(JSON.stringify(o))),r?Ad(d,o,n):d={...d,...o},Sd(this.data,l,d),i.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 Bd={processors:{},addPostProcessor(t){this.processors[t.name]=t},handle(t,e,a,o,r){return t.forEach(n=>{e=this.processors[n]?.process(e,a,o,r)??e}),e}};const Td=Symbol("i18next/PATH_KEY");function Lf(){const t=[],e=Object.create(null);let a;return e.get=(o,r)=>(a?.revoke?.(),r===Td?t:(t.push(r),a=Proxy.revocable(o,e),a.proxy)),Proxy.revocable(Object.create(null),e).proxy}function wo(t,e){const{[Td]:a}=t(Lf()),o=e?.keySeparator??".",r=e?.nsSeparator??":",n=e?.enableSelector==="strict";if(a.length>1&&r){const i=e?.ns,l=n?Array.isArray(i)?i:i?[i]:null:Array.isArray(i)?i:null;if(l&&(n?l:l.length>1?l.slice(1):[]).includes(a[0]))return`${a[0]}${r}${a.slice(1).join(o)}`}return a.join(o)}const mi=t=>!Me(t)&&typeof t!="boolean"&&typeof t!="number";class li extends Ur{constructor(e,a={}){super(),_f(["resourceStore","languageUtils","pluralResolver","interpolator","backendConnector","i18nFormat","utils"],e,this),this.options=a,this.options.keySeparator===void 0&&(this.options.keySeparator="."),this.logger=va.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 n=mi(r.res);return!(o.returnObjects===!1&&n)}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 n=a.ns||this.options.defaultNS||[];const i=o&&e.includes(o),l=!this.options.userDefinedKeySeparator&&!a.keySeparator&&!this.options.userDefinedNsSeparator&&!a.nsSeparator&&!Df(e,o,r);if(i&&!l){const d=e.match(this.interpolator.nestingRegexp);if(d&&d.length>0)return{key:e,namespaces:Me(n)?[n]:n};const c=e.split(o);(o!==r||o===r&&this.options.ns.includes(c[0]))&&(n=c.shift()),e=c.join(r)}return{key:e,namespaces:Me(n)?[n]:n}}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=wo(e,{...this.options,...r})),Array.isArray(e)||(e=[String(e)]),e=e.map(k=>typeof k=="function"?wo(k,{...this.options,...r}):String(k));const n=r.returnDetails!==void 0?r.returnDetails:this.options.returnDetails,i=r.keySeparator!==void 0?r.keySeparator:this.options.keySeparator,{key:l,namespaces:d}=this.extractFromKey(e[e.length-1],r),c=d[d.length-1];let p=r.nsSeparator!==void 0?r.nsSeparator:this.options.nsSeparator;p===void 0&&(p=":");const u=r.lng||this.language,h=r.appendNamespaceToCIMode||this.options.appendNamespaceToCIMode;if(u?.toLowerCase()==="cimode")return h?n?{res:`${c}${p}${l}`,usedKey:l,exactUsedKey:l,usedLng:u,usedNS:c,usedParams:this.getUsedParamsDetails(r)}:`${c}${p}${l}`:n?{res:l,usedKey:l,exactUsedKey:l,usedLng:u,usedNS:c,usedParams:this.getUsedParamsDetails(r)}:l;const m=this.resolve(e,r);let b=m?.res;const g=m?.usedKey||l,v=m?.exactUsedKey||l,f=["[object Number]","[object Function]","[object RegExp]"],y=r.joinArrays!==void 0?r.joinArrays:this.options.joinArrays,_=!this.i18nFormat||this.i18nFormat.handleAsObject,C=r.count!==void 0&&!Me(r.count),A=li.hasDefaultValue(r),w=C?this.pluralResolver.getSuffix(u,r.count,r):"",S=r.ordinal&&C?this.pluralResolver.getSuffix(u,r.count,{ordinal:!1}):"",E=C&&!r.ordinal&&r.count===0,N=E&&r[`defaultValue${this.options.pluralSeparator}zero`]||r[`defaultValue${w}`]||r[`defaultValue${S}`]||r.defaultValue;let B=b;_&&!b&&A&&(B=N);const j=mi(B),M=Object.prototype.toString.apply(B);if(_&&B&&j&&!f.includes(M)&&!(Me(y)&&Array.isArray(B))){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(g,B,{...r,ns:d}):`key '${l} (${this.language})' returned an object instead of string.`;return n?(m.res=k,m.usedParams=this.getUsedParamsDetails(r),m):k}if(i){const k=Array.isArray(B),D=k?[]:{},L=k?v:g;for(const H in B)if(Object.prototype.hasOwnProperty.call(B,H)){const ne=`${L}${i}${H}`;A&&!b?D[H]=this.translate(ne,{...r,defaultValue:mi(N)?N[H]:void 0,joinArrays:!1,ns:d}):D[H]=this.translate(ne,{...r,joinArrays:!1,ns:d}),D[H]===ne&&(D[H]=B[H])}b=D}}else if(_&&Me(y)&&Array.isArray(b))b=b.join(y),b&&(b=this.extendTranslation(b,e,r,o));else{let k=!1,D=!1;!this.isValidLookup(b)&&A&&(k=!0,b=N),this.isValidLookup(b)||(D=!0,b=l);const H=(r.missingKeyNoValueFallbackToKey||this.options.missingKeyNoValueFallbackToKey)&&D?void 0:b,ne=A&&N!==b&&this.options.updateMissing;if(D||k||ne){if(this.logger.log(ne?"updateKey":"missingKey",u,c,C&&!ne?`${l}${this.pluralResolver.getSuffix(u,r.count,r)}`:l,ne?N:b),i){const O=this.resolve(l,{...r,keySeparator:!1});O&&O.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 ae=[];const ie=this.languageUtils.getFallbackCodes(this.options.fallbackLng,r.lng||this.language);if(this.options.saveMissingTo==="fallback"&&ie&&ie[0])for(let O=0;O<ie.length;O++)ae.push(ie[O]);else this.options.saveMissingTo==="all"?ae=this.languageUtils.toResolveHierarchy(r.lng||this.language):ae.push(r.lng||this.language);const $=(O,z,W)=>{const F=A&&W!==b?W:H;this.options.missingKeyHandler?this.options.missingKeyHandler(O,c,z,F,ne,r):this.backendConnector?.saveMissing&&this.backendConnector.saveMissing(O,c,z,F,ne,r),this.emit("missingKey",O,c,z,b)};this.options.saveMissing&&(this.options.saveMissingPlurals&&C?ae.forEach(O=>{const z=this.pluralResolver.getSuffixes(O,r);E&&r[`defaultValue${this.options.pluralSeparator}zero`]&&!z.includes(`${this.options.pluralSeparator}zero`)&&z.push(`${this.options.pluralSeparator}zero`),z.forEach(W=>{$([O],l+W,r[`defaultValue${W}`]||N)})}):$(ae,l,N))}b=this.extendTranslation(b,e,r,m,o),D&&b===l&&this.options.appendNamespaceToMissingKey&&(b=`${c}${p}${l}`),(D||k)&&this.options.parseMissingKeyHandler&&(b=this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey?`${c}${p}${l}`:l,k?b:void 0,r))}return n?(m.res=b,m.usedParams=this.getUsedParamsDetails(r),m):b}extendTranslation(e,a,o,r,n){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 d=Me(e)&&(o?.interpolation?.skipOnVariables!==void 0?o.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables);let c;if(d){const u=e.match(this.interpolator.nestingRegexp);c=u&&u.length}let p=o.replace&&!Me(o.replace)?o.replace:o;if(this.options.interpolation.defaultVariables&&(p={...this.options.interpolation.defaultVariables,...p}),e=this.interpolator.interpolate(e,p,o.lng||this.language||r.usedLng,o),d){const u=e.match(this.interpolator.nestingRegexp),h=u&&u.length;c<h&&(o.nest=!1)}!o.lng&&r&&r.res&&(o.lng=this.language||r.usedLng),o.nest!==!1&&(e=this.interpolator.nest(e,(...u)=>n?.[0]===u[0]&&!o.context?(this.logger.warn(`It seems you are nesting recursively key: ${u[0]} in key: ${a[0]}`),null):this.translate(...u,a),o)),o.interpolation&&this.interpolator.reset()}const i=o.postProcess||this.options.postProcess,l=Me(i)?[i]:i;return e!=null&&l?.length&&o.applyPostProcessor!==!1&&(e=Bd.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,n,i,l;return Me(e)&&(e=[e]),Array.isArray(e)&&(e=e.map(d=>typeof d=="function"?wo(d,{...this.options,...a}):d)),e.forEach(d=>{if(this.isValidLookup(o))return;const c=this.extractFromKey(d,a),p=c.key;r=p;let u=c.namespaces;this.options.fallbackNS&&(u=u.concat(this.options.fallbackNS));const h=a.count!==void 0&&!Me(a.count),m=h&&!a.ordinal&&a.count===0,b=a.context!==void 0&&(Me(a.context)||typeof a.context=="number")&&a.context!=="",g=a.lngs?a.lngs:this.languageUtils.toResolveHierarchy(a.lng||this.language,a.fallbackLng);u.forEach(v=>{this.isValidLookup(o)||(l=v,!this.checkedLoadedFor[`${g[0]}-${v}`]&&this.utils?.hasLoadedNamespace&&!this.utils?.hasLoadedNamespace(l)&&(this.checkedLoadedFor[`${g[0]}-${v}`]=!0,this.logger.warn(`key "${r}" for languages "${g.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!!!")),g.forEach(f=>{if(this.isValidLookup(o))return;i=f;const y=[p];if(this.i18nFormat?.addLookupKeys)this.i18nFormat.addLookupKeys(y,p,f,v,a);else{let C;h&&(C=this.pluralResolver.getSuffix(f,a.count,a));const A=`${this.options.pluralSeparator}zero`,w=`${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;if(h&&(a.ordinal&&C.startsWith(w)&&y.push(p+C.replace(w,this.options.pluralSeparator)),y.push(p+C),m&&y.push(p+A)),b){const S=`${p}${this.options.contextSeparator||"_"}${a.context}`;y.push(S),h&&(a.ordinal&&C.startsWith(w)&&y.push(S+C.replace(w,this.options.pluralSeparator)),y.push(S+C),m&&y.push(S+A))}}let _;for(;_=y.pop();)this.isValidLookup(o)||(n=_,o=this.getResource(f,v,_,a))}))})}),{res:o,usedKey:r,exactUsedKey:n,usedLng:i,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&&!Me(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 n of a)delete r[n]}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 Dd{constructor(e){this.options=e,this.supportedLngs=this.options.supportedLngs||!1,this.logger=va.create("languageUtils"),this.resolveHierarchyCache={}}clearCache(){this.resolveHierarchyCache={}}getScriptPartFromCode(e){if(e=Ko(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=Ko(e),!e||!e.includes("-"))return e;const a=e.split("-");return this.formatLanguageCode(a[0])}formatLanguageCode(e){if(Me(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 n=this.getLanguagePartFromCode(o);if(this.isSupportedCode(n))return a=n;a=this.options.supportedLngs.find(i=>i===n?!0:!i.includes("-")&&!n.includes("-")?!1:!!(i.includes("-")&&!n.includes("-")&&i.slice(0,i.indexOf("-"))===n||i.startsWith(n)&&n.length>1))}),a||(a=this.getFallbackCodes(this.options.fallbackLng)[0]),a}getFallbackCodes(e,a){if(!e)return[];if(typeof e=="function"&&(e=e(a)),Me(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 n=a===void 0||a===!1||Me(a),i=a===void 0&&typeof this.options.fallbackLng=="function",l=Me(e)&&n&&!i;let d=null;if(l){let h;a===void 0?h="undefined":a===!1?h="boolean:false":h=`string:${a}`,d=`${e.length}:${e}|${h}`}if(d!==null){const h=this.resolveHierarchyCache[d];if(h!==void 0)return h.slice()}const c=this.getFallbackCodes((a===!1?[]:a)||this.options.fallbackLng||[],e),p=[],u=h=>{h&&(this.isSupportedCode(h)?p.push(h):this.logger.warn(`rejecting language code not found in supportedLngs: ${h}`))};return Me(e)&&(e.includes("-")||e.includes("_"))?(this.options.load!=="languageOnly"&&u(this.formatLanguageCode(e)),this.options.load!=="languageOnly"&&this.options.load!=="currentOnly"&&u(this.getScriptPartFromCode(e)),this.options.load!=="currentOnly"&&u(this.getLanguagePartFromCode(e))):Me(e)&&u(this.formatLanguageCode(e)),c.forEach(h=>{p.includes(h)||u(this.formatLanguageCode(h))}),d!==null?(this.resolveHierarchyCache[d]=p,p.slice()):p}}const Ed={zero:0,one:1,two:2,few:3,many:4,other:5},Ld={select:t=>t===1?"one":"other",resolvedOptions:()=>({pluralCategories:["one","other"]})};class Mf{constructor(e,a={}){this.languageUtils=e,this.options=a,this.logger=va.create("pluralResolver"),this.pluralRulesCache={}}clearCache(){this.pluralRulesCache={}}getRule(e,a={}){const o=Ko(e==="dev"?"en":e),r=a.ordinal?"ordinal":"cardinal",n=JSON.stringify({cleanedCode:o,type:r});if(n in this.pluralRulesCache)return this.pluralRulesCache[n];let i;try{i=new Intl.PluralRules(o,{type:r})}catch{if(typeof Intl>"u")return this.logger.error("No Intl support, please use an Intl polyfill!"),Ld;if(!e.match(/-|_/))return Ld;const d=this.languageUtils.getLanguagePartFromCode(e);i=this.getRule(d,a)}return this.pluralRulesCache[n]=i,i}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,n)=>Ed[r]-Ed[n]).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 Md=(t,e,a,o=".",r=!0)=>{let n=kf(t,e,a);return!n&&r&&Me(a)&&(n=hi(t,a,o),n===void 0&&(n=hi(e,a,o))),n},Pf=t=>t.replace(/\$/g,"$$$$");class Pd{constructor(e={}){this.logger=va.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:n,prefixEscaped:i,suffix:l,suffixEscaped:d,formatSeparator:c,unescapeSuffix:p,unescapePrefix:u,nestingPrefix:h,nestingPrefixEscaped:m,nestingSuffix:b,nestingSuffixEscaped:g,nestingOptionsSeparator:v,maxReplaces:f,alwaysFormat:y}=e.interpolation;this.escape=a!==void 0?a:Af,this.escapeValue=o!==void 0?o:!0,this.useRawValueToEscape=r!==void 0?r:!1,this.prefix=n?Da(n):i||"{{",this.suffix=l?Da(l):d||"}}",this.formatSeparator=c||",",this.unescapePrefix=p?"":u?Da(u):"-",this.unescapeSuffix=this.unescapePrefix?"":p?Da(p):"",this.nestingPrefix=h?Da(h):m||Da("$t("),this.nestingSuffix=b?Da(b):g||Da(")"),this.nestingOptionsSeparator=v||",",this.maxReplaces=f||1e3,this.alwaysFormat=y!==void 0?y:!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 n,i,l;const d=this.options&&this.options.interpolation&&this.options.interpolation.defaultVariables||{},c=m=>{if(!m.includes(this.formatSeparator)){const f=Md(a,d,m,this.options.keySeparator,this.options.ignoreJSONStructure);return this.alwaysFormat?this.format(f,void 0,o,{...r,...a,interpolationkey:m}):f}const b=m.split(this.formatSeparator),g=b.shift().trim(),v=b.join(this.formatSeparator).trim();return this.format(Md(a,d,g,this.options.keySeparator,this.options.ignoreJSONStructure),v,o,{...r,...a,interpolationkey:g})};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 p=r?.missingInterpolationHandler||this.options.missingInterpolationHandler,u=r?.interpolation?.skipOnVariables!==void 0?r.interpolation.skipOnVariables:this.options.interpolation.skipOnVariables;return[{regex:this.regexpUnescape,safeValue:m=>m},{regex:this.regexp,safeValue:m=>this.escapeValue?this.escape(m):m}].forEach(m=>{for(l=0;n=m.regex.exec(e);){const b=n[1].trim();if(i=c(b),i===void 0)if(typeof p=="function"){const v=p(e,n,r);i=Me(v)?v:""}else if(r&&Object.prototype.hasOwnProperty.call(r,b))i="";else if(u){i=n[0];continue}else this.logger.warn(`missed to pass in variable ${b} for interpolating ${e}`),i="";else!Me(i)&&!this.useRawValueToEscape&&(i=wd(i));const g=m.safeValue(i);if(e=e.replace(n[0],Pf(g)),u?(m.regex.lastIndex+=g.length,m.regex.lastIndex-=n[0].length):m.regex.lastIndex=0,l++,l>=this.maxReplaces)break}}),e}nest(e,a,o={}){let r,n,i;const l=(d,c)=>{const p=this.nestingOptionsSeparator;if(!d.includes(p))return d;const u=d.split(new RegExp(`${Da(p)}[ ]*{`));let h=`{${u[1]}`;d=u[0],h=this.interpolate(h,i);const m=h.match(/'/g),b=h.match(/"/g);((m?.length??0)%2===0&&!b||(b?.length??0)%2!==0)&&(h=h.replace(/'/g,'"'));try{i=JSON.parse(h),c&&(i={...c,...i})}catch(g){return this.logger.warn(`failed parsing options string in nesting for key ${d}`,g),`${d}${p}${h}`}return i.defaultValue&&i.defaultValue.includes(this.prefix)&&delete i.defaultValue,d};for(;r=this.nestingRegexp.exec(e);){let d=[];i={...o},i=i.replace&&!Me(i.replace)?i.replace:i,i.applyPostProcessor=!1,delete i.defaultValue;const c=/{.*}/s.test(r[1])?r[1].lastIndexOf("}")+1:r[1].indexOf(this.formatSeparator);if(c!==-1&&(d=r[1].slice(c).split(this.formatSeparator).map(p=>p.trim()).filter(Boolean),r[1]=r[1].slice(0,c)),n=a(l.call(this,r[1].trim(),i),i),n&&r[0]===e&&!Me(n))return n;Me(n)||(n=wd(n)),n||(this.logger.warn(`missed to resolve ${r[1]} for nesting ${e}`),n=""),d.length&&(n=d.reduce((p,u)=>this.format(p,u,o.lng,{...o,interpolationkey:r[1].trim()}),n.trim())),e=e.replace(r[0],n),this.regexp.lastIndex=0}return e}}const $f=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(i=>{if(i){const[l,...d]=i.split(":"),c=d.join(":").trim().replace(/^'+|'+$/g,""),p=l.trim();a[p]||(a[p]=c),c==="false"&&(a[p]=!1),c==="true"&&(a[p]=!0),isNaN(c)||(a[p]=parseInt(c,10))}})}return{formatName:e,formatOptions:a}},$d=t=>{const e={};return(a,o,r)=>{let n=r;r&&r.interpolationkey&&r.formatParams&&r.formatParams[r.interpolationkey]&&r[r.interpolationkey]&&(n={...n,[r.interpolationkey]:void 0});const i=o+JSON.stringify(n);let l=e[i];return l||(l=t(Ko(o),r),e[i]=l),l(a)}},Rf=t=>(e,a,o)=>t(Ko(a),o)(e);class Of{constructor(e={}){this.logger=va.create("formatter"),this.options=e,this.init(e)}init(e,a={interpolation:{}}){this.formatSeparator=a.interpolation.formatSeparator||",";const o=a.cacheInBuiltFormats?$d:Rf;this.formats={number:o((r,n)=>{const i=new Intl.NumberFormat(r,{...n});return l=>i.format(l)}),currency:o((r,n)=>{const i=new Intl.NumberFormat(r,{...n,style:"currency"});return l=>i.format(l)}),datetime:o((r,n)=>{const i=new Intl.DateTimeFormat(r,{...n});return l=>i.format(l)}),relativetime:o((r,n)=>{const i=new Intl.RelativeTimeFormat(r,{...n});return l=>i.format(l,n.range||"day")}),list:o((r,n)=>{const i=new Intl.ListFormat(r,{...n});return l=>i.format(l)})}}add(e,a){this.formats[e.toLowerCase().trim()]=a}addCached(e,a){this.formats[e.toLowerCase().trim()]=$d(a)}format(e,a,o,r={}){if(!a||e==null)return e;const n=a.split(this.formatSeparator),i=[];for(let d=0;d<n.length;d++){let c=n[d];for(;c.indexOf("(")>-1&&!c.includes(")")&&d+1<n.length;)c=`${c}${this.formatSeparator}${n[++d]}`;i.push(c)}return i.reduce((d,c)=>{const{formatName:p,formatOptions:u}=$f(c);if(this.formats[p]){let h=d;try{const m=r?.formatParams?.[r.interpolationkey]||{},b=m.locale||m.lng||r.locale||r.lng||o;h=this.formats[p](d,b,{...u,...r,...m})}catch(m){this.logger.warn(m)}return h}else this.logger.warn(`there was no format function for ${p}`);return d},e)}}const If=(t,e)=>{t.pending[e]!==void 0&&(delete t.pending[e],t.pendingCount--)};class zf extends Ur{constructor(e,a,o,r={}){super(),this.backend=e,this.store=a,this.services=o,this.languageUtils=o.languageUtils,this.options=r,this.logger=va.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 n={},i={},l={},d={};return e.forEach(c=>{let p=!0;a.forEach(u=>{const h=`${c}|${u}`;!o.reload&&this.store.hasResourceBundle(c,u)?this.state[h]=2:this.state[h]<0||(this.state[h]===1?i[h]===void 0&&(i[h]=!0):(this.state[h]=1,p=!1,i[h]===void 0&&(i[h]=!0),n[h]===void 0&&(n[h]=!0),d[u]===void 0&&(d[u]=!0)))}),p||(l[c]=!0)}),(Object.keys(n).length||Object.keys(i).length)&&this.queue.push({pending:i,pendingCount:Object.keys(i).length,loaded:{},errors:[],callback:r}),{toLoad:Object.keys(n),pending:Object.keys(i),toLoadLanguages:Object.keys(l),toLoadNamespaces:Object.keys(d)}}loaded(e,a,o){const r=e.split("|"),n=r[0],i=r[1];a&&this.emit("failedLoading",n,i,a),!a&&o&&this.store.addResourceBundle(n,i,o,void 0,void 0,{skipCopy:!0}),this.state[e]=a?-1:2,a&&o&&(this.state[e]=0);const l={};this.queue.forEach(d=>{xf(d.loaded,[n],i),If(d,e),a&&d.errors.push(a),d.pendingCount===0&&!d.done&&(Object.keys(d.loaded).forEach(c=>{l[c]||(l[c]={});const p=d.loaded[c];p.length&&p.forEach(u=>{l[c][u]===void 0&&(l[c][u]=!0)})}),d.done=!0,d.errors.length?d.callback(d.errors):d.callback())}),this.emit("loaded",l),this.queue=this.queue.filter(d=>!d.done)}read(e,a,o,r=0,n=this.retryTimeout,i){if(!e.length)return i(null,{});if(this.readingCalls>=this.maxParallelReads){this.waitingReads.push({lng:e,ns:a,fcName:o,tried:r,wait:n,callback:i});return}this.readingCalls++;const l=(c,p)=>{if(this.readingCalls--,this.waitingReads.length>0){const u=this.waitingReads.shift();this.read(u.lng,u.ns,u.fcName,u.tried,u.wait,u.callback)}if(c&&p&&r<this.maxRetries){setTimeout(()=>{this.read(e,a,o,r+1,n*2,i)},n);return}i(c,p)},d=this.backend[o].bind(this.backend);if(d.length===2){try{const c=d(e,a);c&&typeof c.then=="function"?c.then(p=>l(null,p)).catch(l):l(null,c)}catch(c){l(c)}return}return d(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();Me(e)&&(e=this.languageUtils.toResolveHierarchy(e)),Me(a)&&(a=[a]);const n=this.queueLoad(e,a,o,r);if(!n.toLoad.length)return n.pending.length||r(),null;n.toLoad.forEach(i=>{this.loadOne(i)})}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],n=o[1];this.read(r,n,"read",void 0,void 0,(i,l)=>{i&&this.logger.warn(`${a}loading namespace ${n} for language ${r} failed`,i),!i&&l&&this.logger.log(`${a}loaded namespace ${n} for language ${r}`,l),this.loaded(e,i,l)})}saveMissing(e,a,o,r,n,i={},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 d={...i,isUpdate:n},c=this.backend.create.bind(this.backend);if(c.length<6)try{let p;c.length===5?p=c(e,a,o,r,d):p=c(e,a,o,r),p&&typeof p.then=="function"?p.then(u=>l(null,u)).catch(l):l(null,p)}catch(p){l(p)}else c(e,a,o,r,l,d)}!e||!e[0]||this.store.addResource(e[0],a,o,r)}}}const gi=()=>({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]),Me(t[1])&&(e.defaultValue=t[1]),Me(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}),Rd=t=>(Me(t.ns)&&(t.ns=[t.ns]),Me(t.fallbackLng)&&(t.fallbackLng=[t.fallbackLng]),Me(t.fallbackNS)&&(t.fallbackNS=[t.fallbackNS]),t.supportedLngs&&!t.supportedLngs.includes("cimode")&&(t.supportedLngs=t.supportedLngs.concat(["cimode"])),t),Kr=()=>{},Ff=t=>{Object.getOwnPropertyNames(Object.getPrototypeOf(t)).forEach(a=>{typeof t[a]=="function"&&(t[a]=t[a].bind(t))})};class jr extends Ur{constructor(e={},a){if(super(),this.options=Rd(e),this.services={},this.logger=va,this.modules={external:[]},Ff(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&&(Me(e.ns)?e.defaultNS=e.ns:e.ns.includes("translation")||(e.defaultNS=e.ns[0]));const o=gi();this.options={...o,...this.options,...Rd(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=c=>c?typeof c=="function"?new c:c:null;if(!this.options.isClone){this.modules.logger?va.init(r(this.modules.logger),this.options):va.init(null,this.options);let c;this.modules.formatter?c=this.modules.formatter:c=Of;const p=new Dd(this.options);this.store=new Nd(this.options.resources,this.options);const u=this.services;u.logger=va,u.resourceStore=this.store,u.languageUtils=p,u.pluralResolver=new Mf(p,{prepend:this.options.pluralSeparator}),c&&(u.formatter=r(c),u.formatter.init&&u.formatter.init(u,this.options),this.options.interpolation.format=u.formatter.format.bind(u.formatter)),u.interpolator=new Pd(this.options),u.utils={hasLoadedNamespace:this.hasLoadedNamespace.bind(this)},u.backendConnector=new zf(r(this.modules.backend),u.resourceStore,u,this.options),u.backendConnector.on("*",(h,...m)=>{this.emit(h,...m)}),this.modules.languageDetector&&(u.languageDetector=r(this.modules.languageDetector),u.languageDetector.init&&u.languageDetector.init(u,this.options.detection,this.options)),this.modules.i18nFormat&&(u.i18nFormat=r(this.modules.i18nFormat),u.i18nFormat.init&&u.i18nFormat.init(this)),this.translator=new li(this.services,this.options),this.translator.on("*",(h,...m)=>{this.emit(h,...m)}),this.modules.external.forEach(h=>{h.init&&h.init(this)})}if(this.format=this.options.interpolation.format,a||(a=Kr),this.options.fallbackLng&&!this.services.languageDetector&&!this.options.lng){const c=this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);c.length>0&&c[0]!=="dev"&&(this.options.lng=c[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(c=>{this[c]=(...p)=>this.store[c](...p)}),["addResource","addResources","addResourceBundle","removeResourceBundle"].forEach(c=>{this[c]=(...p)=>(this.store[c](...p),this)});const l=Yo(),d=()=>{const c=(p,u)=>{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(u),a(p,u)};if((this.languages||this.isLanguageChangingTo)&&!this.isInitialized)return c(null,this.t.bind(this));this.changeLanguage(this.options.lng,c)};return this.options.resources||!this.options.initAsync?d():setTimeout(d,0),l}loadResources(e,a=Kr){let o=a;const r=Me(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 n=[],i=l=>{if(!l||l==="cimode")return;this.services.languageUtils.toResolveHierarchy(l).forEach(c=>{c!=="cimode"&&(n.includes(c)||n.push(c))})};r?i(r):this.services.languageUtils.getFallbackCodes(this.options.fallbackLng).forEach(d=>i(d)),this.options.preload?.forEach?.(l=>i(l)),this.services.backendConnector.load(n,this.options.ns,l=>{!l&&!this.resolvedLanguage&&this.language&&this.setResolvedLanguage(this.language),o(l)})}else o(null)}reloadResources(e,a,o){const r=Yo();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=Kr),this.services.backendConnector.reload(e,a,n=>{r.resolve(),o(n)}),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"&&Bd.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=Yo();this.emit("languageChanging",e);const r=l=>{this.language=l,this.languages=this.services.languageUtils.toResolveHierarchy(l),this.resolvedLanguage=void 0,this.setResolvedLanguage(l)},n=(l,d)=>{d?this.isLanguageChangingTo===e&&(r(d),this.translator.changeLanguage(d),this.isLanguageChangingTo=void 0,this.emit("languageChanged",d),this.logger.log("languageChanged",d)):this.isLanguageChangingTo=void 0,o.resolve((...c)=>this.t(...c)),a&&a(l,(...c)=>this.t(...c))},i=l=>{!e&&!l&&this.services.languageDetector&&(l=[]);const d=Me(l)?l:l&&l[0],c=this.store.hasLanguageSomeTranslations(d)?d:this.services.languageUtils.getBestMatchFromCodes(Me(l)?[l]:l);c&&(this.language||r(c),this.translator.language||this.translator.changeLanguage(c),this.services.languageDetector?.cacheUserLanguage?.(c)),this.loadResources(c,p=>{n(p,c)})};return!e&&this.services.languageDetector&&!this.services.languageDetector.async?i(this.services.languageDetector.detect()):!e&&this.services.languageDetector&&this.services.languageDetector.async?this.services.languageDetector.detect.length===0?this.services.languageDetector.detect().then(i):this.services.languageDetector.detect(i):i(e),o}getFixedT(e,a,o,r){const n=r?.scopeNs,i=(l,d,...c)=>{let p;typeof d!="object"?p=this.options.overloadTranslationOptionHandler([l,d].concat(c)):p={...d},p.lng=p.lng||i.lng,p.lngs=p.lngs||i.lngs;const u=p.ns!==void 0&&p.ns!==null;p.ns=p.ns||i.ns,p.keyPrefix!==""&&(p.keyPrefix=p.keyPrefix||o||i.keyPrefix);const h={...this.options,...p};Array.isArray(n)&&!u&&(h.ns=n),typeof p.keyPrefix=="function"&&(p.keyPrefix=wo(p.keyPrefix,h));const m=this.options.keySeparator||".";let b;return p.keyPrefix&&Array.isArray(l)?b=l.map(g=>(typeof g=="function"&&(g=wo(g,h)),`${p.keyPrefix}${m}${g}`)):(typeof l=="function"&&(l=wo(l,h)),b=p.keyPrefix?`${p.keyPrefix}${m}${l}`:l),this.t(b,p)};return Me(e)?i.lng=e:i.lngs=e,i.ns=a,i.keyPrefix=o,i}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,n=this.languages[this.languages.length-1];if(o.toLowerCase()==="cimode")return!0;const i=(l,d)=>{const c=this.services.backendConnector.state[`${l}|${d}`];return c===-1||c===0||c===2};if(a.precheck){const l=a.precheck(this,i);if(l!==void 0)return l}return!!(this.hasResourceBundle(o,e)||!this.services.backendConnector.backend||this.options.resources&&!this.options.partialBundledLanguages||i(o,e)&&(!r||i(n,e)))}loadNamespaces(e,a){const o=Yo();return this.options.ns?(Me(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=Yo();Me(e)&&(e=[e]);const r=this.options.preload||[],n=e.filter(i=>!r.includes(i)&&this.services.languageUtils.isSupportedCode(i));return n.length?(this.options.preload=r.concat(n),this.loadResources(i=>{o.resolve(),a&&a(i)}),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 n=r.getTextInfo();if(n&&n.direction)return n.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 Dd(gi());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 jr(e,a);return o.createInstance=jr.createInstance,o}cloneInstance(e={},a=Kr){const o=e.forkResourceStore;o&&delete e.forkResourceStore;const r={...this.options,...e,isClone:!0},n=new jr(r);if((e.debug!==void 0||e.prefix!==void 0)&&(n.logger=n.logger.clone(e)),["store","services","language"].forEach(l=>{n[l]=this[l]}),n.services={...this.services},n.services.utils={hasLoadedNamespace:n.hasLoadedNamespace.bind(n)},o){const l=Object.keys(this.store.data).reduce((d,c)=>(d[c]={...this.store.data[c]},d[c]=Object.keys(d[c]).reduce((p,u)=>(p[u]={...d[c][u]},p),d[c]),d),{});n.store=new Nd(l,r),n.services.resourceStore=n.store}if(e.interpolation){const d={...gi().interpolation,...this.options.interpolation,...e.interpolation},c={...r,interpolation:d};n.services.interpolator=new Pd(c)}return n.translator=new li(n.services,r),n.translator.on("*",(l,...d)=>{n.emit(l,...d)}),n.init(r,a),n.translator.options=r,n.translator.backendConnector.services.utils={hasLoadedNamespace:n.hasLoadedNamespace.bind(n)},n}toJSON(){return{options:this.options,store:this.store,language:this.language,languages:this.languages,resolvedLanguage:this.resolvedLanguage}}}const gt=jr.createInstance();gt.createInstance,gt.dir,gt.init,gt.loadResources,gt.reloadResources,gt.use,gt.changeLanguage,gt.getFixedT,gt.t,gt.exists,gt.setDefaultNamespace,gt.hasLoadedNamespace,gt.loadNamespaces,gt.loadLanguages;const jf=(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);no(r[0])&&(r[0]=`react-i18next:: ${r[0]}`),t?.services?.logger?.warn?t.services.logger.warn(...r):console?.warn&&console.warn(...r)},Od={},Zr=(t,e,a,o)=>{no(a)&&Od[a]||(no(a)&&(Od[a]=new Date),jf(t,e,a,o))},Id=(t,e)=>()=>{if(t.isInitialized)e();else{const a=()=>{setTimeout(()=>{t.off("initialized",a)},0),e()};t.on("initialized",a)}},bi=(t,e,a)=>{t.loadNamespaces(e,Id(t,a))},zd=(t,e,a,o)=>{if(no(a)&&(a=[a]),t.options.preload&&t.options.preload.indexOf(e)>-1)return bi(t,a,o);a.forEach(r=>{t.options.ns.indexOf(r)<0&&t.options.ns.push(r)}),t.loadLanguages(e,Id(t,o))},Hf=(t,e,a={})=>!e.languages||!e.languages.length?(Zr(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}}),no=t=>typeof t=="string",Wf=t=>typeof t=="object"&&t!==null,Vf=/&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g,Gf={"&amp;":"&","&#38;":"&","&lt;":"<","&#60;":"<","&gt;":">","&#62;":">","&apos;":"'","&#39;":"'","&quot;":'"',"&#34;":'"',"&nbsp;":" ","&#160;":" ","&copy;":"\xA9","&#169;":"\xA9","&reg;":"\xAE","&#174;":"\xAE","&hellip;":"\u2026","&#8230;":"\u2026","&#x2F;":"/","&#47;":"/"},qf=t=>Gf[t],Yf=t=>t.replace(Vf,qf);let fi={bindI18n:"languageChanged",bindI18nStore:"",transEmptyNodeValue:"",transSupportBasicHtmlNodes:!0,transWrapTextNodes:"",transKeepBasicHtmlNodesFor:["br","strong","i","p"],useSuspense:!0,unescape:Yf,transDefaultProps:void 0};const Uf=(t={})=>{fi={...fi,...t}},Kf=()=>fi;let Fd;const Zf=t=>{Fd=t},Xf=()=>Fd,Jf={type:"3rdParty",init(t){Uf(t.options.react),Zf(t)}},Qf=Wa();class e1{constructor(){this.usedNamespaces={}}addUsedNamespaces(e){e.forEach(a=>{this.usedNamespaces[a]||(this.usedNamespaces[a]=!0)})}getUsedNamespaces(){return Object.keys(this.usedNamespaces)}}var vi={exports:{}},yi={};/**
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 jd;function t1(){if(jd)return yi;jd=1;var t=ui;function e(u,h){return u===h&&(u!==0||1/u===1/h)||u!==u&&h!==h}var a=typeof Object.is=="function"?Object.is:e,o=t.useState,r=t.useEffect,n=t.useLayoutEffect,i=t.useDebugValue;function l(u,h){var m=h(),b=o({inst:{value:m,getSnapshot:h}}),g=b[0].inst,v=b[1];return n(function(){g.value=m,g.getSnapshot=h,d(g)&&v({inst:g})},[u,m,h]),r(function(){return d(g)&&v({inst:g}),u(function(){d(g)&&v({inst:g})})},[u]),i(m),m}function d(u){var h=u.getSnapshot;u=u.value;try{var m=h();return!a(u,m)}catch{return!0}}function c(u,h){return h()}var p=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?c:l;return yi.useSyncExternalStore=t.useSyncExternalStore!==void 0?t.useSyncExternalStore:p,yi}var Ci={};/**
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 Hd;function a1(){return Hd||(Hd=1,process.env.NODE_ENV!=="production"&&(function(){function t(m,b){return m===b&&(m!==0||1/m===1/b)||m!==m&&b!==b}function e(m,b){p||r.startTransition===void 0||(p=!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 g=b();if(!u){var v=b();n(g,v)||(console.error("The result of getSnapshot should be cached to avoid an infinite loop"),u=!0)}v=i({inst:{value:g,getSnapshot:b}});var f=v[0].inst,y=v[1];return d(function(){f.value=g,f.getSnapshot=b,a(f)&&y({inst:f})},[m,g,b]),l(function(){return a(f)&&y({inst:f}),m(function(){a(f)&&y({inst:f})})},[m]),c(g),g}function a(m){var b=m.getSnapshot;m=m.value;try{var g=b();return!n(m,g)}catch{return!0}}function o(m,b){return b()}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var r=ui,n=typeof Object.is=="function"?Object.is:t,i=r.useState,l=r.useEffect,d=r.useLayoutEffect,c=r.useDebugValue,p=!1,u=!1,h=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?o:e;Ci.useSyncExternalStore=r.useSyncExternalStore!==void 0?r.useSyncExternalStore:h,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())})()),Ci}process.env.NODE_ENV==="production"?vi.exports=t1():vi.exports=a1();var o1=vi.exports;const r1=(t,e)=>{if(no(e))return e;if(Wf(e)&&no(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},n1={t:r1,ready:!1},i1=()=>()=>{},Ce=(t,e={})=>{const{i18n:a}=e,{i18n:o,defaultNS:r}=Va(Qf)||{},n=a||o||Xf();n&&!n.reportNamespaces&&(n.reportNamespaces=new e1),n||Zr(n,"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 i=be(()=>({...Kf(),...n?.options?.react,...e}),[n,e]),{useSuspense:l,keyPrefix:d}=i,c=t||r||n?.options?.defaultNS,p=no(c)?[c]:c||["translation"],u=be(()=>p,p);n?.reportNamespaces?.addUsedNamespaces?.(u);const h=X(0),m=I(N=>{if(!n)return i1;const{bindI18n:B,bindI18nStore:j}=i,M=()=>{h.current+=1,N()};return B&&n.on(B,M),j&&n.store.on(j,M),()=>{B&&B.split(" ").forEach(k=>n.off(k,M)),j&&j.split(" ").forEach(k=>n.store.off(k,M))}},[n,i]),b=X(),g=I(()=>{if(!n)return n1;const N=!!(n.isInitialized||n.initializedStoreOnce)&&u.every(L=>Hf(L,n,i)),B=e.lng||n.language,j=h.current,M=b.current;if(M&&M.ready===N&&M.lng===B&&M.keyPrefix===d&&M.revision===j)return M;const D={t:n.getFixedT(B,i.nsMode==="fallback"?u:u[0],d,{scopeNs:u}),ready:N,lng:B,keyPrefix:d,revision:j};return b.current=D,D},[n,u,d,i,e.lng]),[v,f]=P(0),{t:y,ready:_}=o1.useSyncExternalStore(m,g,g);Y(()=>{if(n&&!_&&!l){const N=()=>f(B=>B+1);e.lng?zd(n,e.lng,u,N):bi(n,u,N)}},[n,e.lng,u,_,l,v]);const C=n||{},A=X(null),w=X(),S=N=>{const B=Object.getOwnPropertyDescriptors(N);B.__original&&delete B.__original;const j=Object.create(Object.getPrototypeOf(N),B);if(!Object.prototype.hasOwnProperty.call(j,"__original"))try{Object.defineProperty(j,"__original",{value:N,writable:!1,enumerable:!1,configurable:!1})}catch{}return j},E=be(()=>{const N=C,B=N?.language;let j=N;N&&(A.current&&A.current.__original===N?w.current!==B?(j=S(N),A.current=j,w.current=B):j=A.current:(j=S(N),A.current=j,w.current=B));const M=!_&&!l?(...D)=>(Zr(n,"USE_T_BEFORE_READY","useTranslation: t was called before ready. When using useSuspense: false, make sure to check the ready flag before using t."),y(...D)):y,k=[M,j,_];return k.t=M,k.i18n=j,k.ready=_,k},[y,C,_,C.resolvedLanguage,C.language,C.languages]);if(n&&l&&!_){let N=!1;try{N=process.env.NODE_ENV!=="production"}catch{}throw N&&Zr(n,"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(B=>{const j=()=>B();e.lng?zd(n,e.lng,u,j):bi(n,u,j)})}return E};var s1={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"},l1={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."},c1={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"},d1={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"}},u1={clearAriaLabel:"\uAC80\uC0C9\uC5B4 \uC9C0\uC6B0\uAE30"},p1={starLabel:"{{n}}\uBC88\uC9F8 \uBCC4 \uC120\uD0DD",valueLabel:"{{max}}\uC810 \uB9CC\uC810\uC5D0 {{value}}\uC810",groupLabel:"\uBCC4\uC810"},h1={selected:"\uC120\uD0DD\uB428"},m1={placeholder:"\uC120\uD0DD"},g1={collapse:"\uC811\uAE30",expand:"\uD3BC\uCE58\uAE30"},b1={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"},f1={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"},v1={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"}},y1={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."}},C1={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"}},_1={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."}},w1={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"}}},x1={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"},k1={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"}},S1={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."},A1={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"},N1={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."}},B1={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."}}},T1={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"}},D1={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"}},E1={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."}}},L1={title:"\uBB38\uC7A5\uD6C8\uB828",byTopic:"\uC8FC\uC81C\uBCC4",byType:"\uD6C8\uB828\uBCC4"},M1={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."}},P1={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"},$1={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"},R1={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"},O1={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"}},I1={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."},z1={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"},F1={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"},j1={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"}},H1={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."}},W1={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"},V1={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"}},G1={title:"\uB2E8\uC5B4 \uCD94\uCC9C"},q1={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"},Y1={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"},U1={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"},K1={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."},Z1={title:"\uC8FC\uC18C \uAC80\uC0C9",loadError:"Daum Postcode \uC2A4\uD06C\uB9BD\uD2B8 \uB85C\uB4DC \uC2E4\uD328"},X1={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."},J1={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"},Q1={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"},e0={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"}},t0={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."},a0={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"}},o0={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"},r0={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."}},n0={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"},i0={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."}}}},s0={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"}},l0={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."},c0={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"},d0={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"}},u0={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"}}},p0={clearAriaLabel:"\uC785\uB825\uAC12 \uC9C0\uC6B0\uAE30"},h0={ariaLabel:"\uC120\uD0DD \uD0ED"},m0={ariaLabel:"\uD0ED"},g0={dragPrompt:"\uD30C\uC77C\uC744 \uC774\uACF3\uC5D0 \uB4DC\uB798\uADF8\uD558\uC5EC \uC5C5\uB85C\uB4DC",browseButton:"\uD30C\uC77C \uC120\uD0DD",removeAriaLabel:"{{name}} \uC81C\uAC70"},b0={ariaLabel:"\uC0AC\uC6A9\uC790 \uC544\uBC14\uD0C0"},f0={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"}},v0={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."}},y0={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"}},C0={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"}},_0={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"},w0={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."},x0={card:{sub:"\uB2E8\uC5B4\uD6C8\uB828 \uBB36\uC74C",empty:"\uC774 \uCE74\uB4DC\uC5D0 \uB2E8\uC5B4\uD6C8\uB828\uC774 \uC5C6\uC2B5\uB2C8\uB2E4."}},k0={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."},S0={inProgress:"\uAC80\uC0AC \uC9C4\uD589 \uC911"},A0={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."},N0={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"},B0={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."},T0={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."},D0={defaultTitle:"\uB2E8\uC5B4\uD45C"},E0={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."},L0={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."},M0={steps:"\uC9C4\uD589 \uB2E8\uACC4 {{current}} / {{total}}"},P0={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."},$0={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."},R0={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."},O0={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"},I0={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."},z0={ariaLabel:"\uBC30\uB108",dotAriaLabel:"{{count}}\uAC1C \uC911 {{index}}\uBC88\uC9F8 \uBC30\uB108"},F0={selectYearMonth:"\uC5F0\uC6D4 \uC120\uD0DD"},j0={common:s1,plan:l1,calendar:c1,passCard:d1,searchField:u1,rating:p1,colorPicker:h1,dropdown:m1,accordion:g1,header:b1,nav:f1,settings:v1,usage:y1,account:C1,help:_1,notifications:w1,wordSuggestion:x1,training:k1,trainingSettings:S1,customers:A1,today:N1,payment:B1,coupons:T1,visits:D1,company:E1,sentenceTraining:L1,trainingType:M1,myWordTraining:P1,myWordTable:$1,keyWords:R1,wordTable:O1,wordSearch:I1,wordManagement:z1,wordPrint:F1,topic:j1,passwordExpiry:H1,feedbackWidget:W1,accessLinkManager:V1,wordRecommend:G1,subscriptionExpiry:q1,customerTrainingBanner:Y1,login:U1,agreementGate:K1,addressSearch:Z1,trainingPlanRun:X1,trainingPlan:J1,device:Q1,manager:e0,wordPairs:t0,game:a0,footer:o0,landing:r0,date:n0,trainingGroup:i0,trainingSetPage:s0,wordTrainingPreview:l0,error:c0,wordData:d0,infoInput:u0,textField:p0,segmentedControl:h0,tabs:m0,fileUpload:g0,avatar:b0,myHomework:f0,trainingStatus:v0,store:y0,cardPopup:C0,homework:_0,invite:w0,wordTraining:x0,inquiry:k0,exam:S0,inviteManage:A0,orgInvitePage:N0,linkGate:B0,homeworkGate:T0,wordTableView:D0,shareLinkFooter:E0,linkRequestGate:L0,progress:M0,nextTraining:P0,trainingMiss:$0,wordScore:R0,nextTable:O0,draft:I0,topBanner:z0,datePicker:F0},H0={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"},W0={customerSearchPlaceholder:"Search by name or contact",customerEmpty:"No customers registered",customerCount:"{n} customers total",maxCustomers:"You can select up to {{max}} customers."},V0={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"},G0={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"}},q0={clearAriaLabel:"Clear search"},Y0={starLabel:"Select star {{n}}",valueLabel:"{{value}} out of {{max}}",groupLabel:"Rating"},U0={selected:"selected"},K0={placeholder:"Select"},Z0={collapse:"Collapse",expand:"Expand"},X0={biArea:"BI area",biSymbol:"BI symbol",logoMalgwi:"Malgwi logo",logoManager:"Malgwi Manager logo",menuOpen:"Open menu"},J0={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"},Q0={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"}},ev={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"}},tv={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"}},av={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."}},ov={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"}}},rv={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"},nv={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"}},iv={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."},sv={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}}"}},lv={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."}},cv={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."}}},dv={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"}},uv={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"}},pv={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."},hv={title:"Sentence Training",byTopic:"By Topic",byType:"By Type"},mv={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."}},gv={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"},bv={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"},fv={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"},vv={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"}},yv={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."},Cv={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"},_v={clearAllSelection:"Clear All Selections",scrollToTable:"Go to Word Table",divLine:"Contrast Line",removePair:"Remove pair",removeWord:"Remove word"},wv={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"}},xv={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."}},kv={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"},Sv={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"}},Av={title:"Word suggestions"},Nv={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"},Bv={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"},Tv={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"},Dv={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."},Ev={title:"Address Search",loadError:"Failed to load Daum Postcode script"},Lv={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"},Mv={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"},Pv={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"}},$v={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."},Rv={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"}},Ov={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"},Iv={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."}},zv={yearField:"Year",monthField:"Month",dayField:"Day",yearLabel:"{{y}}",monthLabel:"{{m}}",hourLabel:"{{h}}:00",daySuffix:"",minuteSuffix:"",dayLabel:"{{n}}",timeHM:"{{hh}}:{{mm}}",timeH:"{{hh}}:{{mm}}"},Fv={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."}}}},jv={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)"}},Hv={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."},Wv={unexpectedTitle:"Something went wrong",unexpectedMessage:"An unexpected error occurred. Please try again.",retry:"Try Again"},Vv={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"}},Gv={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"}}},qv={clearAriaLabel:"Clear input"},Yv={ariaLabel:"Select tab"},Uv={ariaLabel:"Tabs"},Kv={dragPrompt:"Drag and drop files here",browseButton:"Choose Files",removeAriaLabel:"Remove {{name}}"},Zv={ariaLabel:"User avatar"},Xv={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"}},Jv={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."}},Qv={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"}},ey={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"}},ty={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"},ay={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."},oy={card:{sub:"Word Training Bundle",empty:"No word training in this card."}},ry={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."},ny={inProgress:"Exam in progress"},iy={countSuffix:"",searchPlaceholder:"Search links",creating:"Creating\u2026",create:"Create Link",colLink:"Link",colCreatedAt:"Created At",empty:"No items.",loadFailed:"Could not load invitations."},sy={empty:"No training items to run.",loading:"Loading training data\u2026",subtitle:"Select a topic to start listening practice.",title:"Run Training"},ly={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"},cy={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."},dy={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."},uy={defaultTitle:"Word Table"},py={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."},hy={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."},my={steps:"Step {{current}} of {{total}}"},gy={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."},by={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."},fy={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."},vy={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"},yy={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."},Cy={ariaLabel:"Banner",dotAriaLabel:"Banner {{index}} of {{count}}"},_y={selectYearMonth:"Select year and month"},wy={common:H0,plan:W0,calendar:V0,passCard:G0,searchField:q0,rating:Y0,colorPicker:U0,dropdown:K0,accordion:Z0,header:X0,nav:J0,settings:Q0,usage:ev,account:tv,help:av,notifications:ov,wordSuggestion:rv,training:nv,trainingSettings:iv,customers:sv,today:lv,payment:cv,coupons:dv,visits:uv,company:pv,sentenceTraining:hv,trainingType:mv,myWordTraining:gv,myWordTable:bv,keyWords:fv,wordTable:vv,wordSearch:yv,wordManagement:Cv,wordPrint:_v,topic:wv,passwordExpiry:xv,feedbackWidget:kv,accessLinkManager:Sv,wordRecommend:Av,subscriptionExpiry:Nv,customerTrainingBanner:Bv,login:Tv,agreementGate:Dv,addressSearch:Ev,trainingPlan:Lv,device:Mv,manager:Pv,wordPairs:$v,game:Rv,footer:Ov,landing:Iv,date:zv,trainingGroup:Fv,trainingSetPage:jv,wordTrainingPreview:Hv,error:Wv,wordData:Vv,infoInput:Gv,textField:qv,segmentedControl:Yv,tabs:Uv,fileUpload:Kv,avatar:Zv,myHomework:Xv,trainingStatus:Jv,store:Qv,cardPopup:ey,homework:ty,invite:ay,wordTraining:oy,inquiry:ry,exam:ny,inviteManage:iy,trainingPlanRun:sy,orgInvitePage:ly,linkGate:cy,homeworkGate:dy,wordTableView:uy,shareLinkFooter:py,linkRequestGate:hy,progress:my,nextTraining:gy,trainingMiss:by,wordScore:fy,nextTable:vy,draft:yy,topBanner:Cy,datePicker:_y};const Zo=[{code:"ko",label:"\uD55C\uAD6D\uC5B4"},{code:"en",label:"English"}],xo="ko",_i="ihab_display_language";function Wd(){try{const t=localStorage.getItem(_i);if(t&&Zo.some(e=>e.code===t))return t}catch{}return xo}function xy(t){try{localStorage.setItem(_i,t)}catch{}}function Vd(t){try{document.documentElement.lang=t}catch{}}gt.on("languageChanged",Vd),Vd(Wd()),gt.use(Jf).init({resources:{ko:{translation:j0},en:{translation:wy}},lng:Wd(),fallbackLng:xo,interpolation:{escapeValue:!1},react:{useSuspense:!1}});const Gd=Wa({locale:xo,supportedLocales:Zo});function ky(){return Va(Gd)}function Sy({locale:t=xo,children:e}){return Y(()=>{const a=Zo.find(o=>o.code===t)?t:xo;gt.language!==a&&gt.changeLanguage(a)},[t]),s(Gd.Provider,{value:{locale:t,supportedLocales:Zo},children:e})}function Ne(...t){return t.filter(Boolean).join(" ")}var Ay=".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}";oe(Ay);/**
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 qd=(...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 Ny=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 By=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 Yd=t=>{const e=By(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 wi={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 Ty=t=>{for(const e in t)if(e.startsWith("aria-")||e==="role"||e==="title")return!0;return!1},Dy=Wa({}),Ey=()=>Va(Dy),Ly=pi(({color:t,size:e,strokeWidth:a,absoluteStrokeWidth:o,className:r="",children:n,iconNode:i,...l},d)=>{const{size:c=24,strokeWidth:p=2,absoluteStrokeWidth:u=!1,color:h="currentColor",className:m=""}=Ey()??{},b=o??u?Number(a??p)*24/Number(e??c):a??p;return Go("svg",{ref:d,...wi,width:e??c??wi.width,height:e??c??wi.height,stroke:t??h,strokeWidth:b,className:qd("lucide",m,r),...!n&&!Ty(l)&&{"aria-hidden":"true"},...l},[...i.map(([g,v])=>Go(g,v)),...Array.isArray(n)?n:[n]])});/**
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 Q=(t,e)=>{const a=pi(({className:o,...r},n)=>Go(Ly,{ref:n,iconNode:e,className:qd(`lucide-${Ny(Yd(t))}`,`lucide-${t}`,o),...r}));return a.displayName=Yd(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 My=[["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"}]],Ud=Q("triangle-alert",My);/**
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 Py=[["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"}]],$y=Q("align-start-vertical",Py);/**
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 Ry=[["path",{d:"M12 5v14",key:"s699le"}],["path",{d:"m19 12-7 7-7-7",key:"1idqje"}]],Oy=Q("arrow-down",Ry);/**
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 Iy=[["path",{d:"m12 19-7-7 7-7",key:"1l729n"}],["path",{d:"M19 12H5",key:"x3x0zl"}]],zy=Q("arrow-left",Iy);/**
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 Fy=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"m12 5 7 7-7 7",key:"xquz4c"}]],jy=Q("arrow-right",Fy);/**
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 Hy=[["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"}]],Wy=Q("arrow-right-left",Hy);/**
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 Vy=[["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"}]],Gy=Q("audio-lines",Vy);/**
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 qy=[["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"}]],Yy=Q("baby",qy);/**
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 Uy=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M4.929 4.929 19.07 19.071",key:"196cmz"}]],Ky=Q("ban",Uy);/**
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 Zy=[["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"}]],Xy=Q("bell",Zy);/**
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 Jy=[["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"}]],Qy=Q("book-marked",Jy);/**
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 e2=[["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"}]],t2=Q("book-open",e2);/**
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 a2=[["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"}]],o2=Q("bow-arrow",a2);/**
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 r2=[["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"}]],n2=Q("braces",r2);/**
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 i2=[["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"}]],s2=Q("bug",i2);/**
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 l2=[["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"}]],c2=Q("calendar-check",l2);/**
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 d2=[["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"}]],u2=Q("calendar-days",d2);/**
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 p2=[["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"}]],h2=Q("camera",p2);/**
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 m2=[["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"}]],g2=Q("chart-column",m2);/**
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 b2=[["path",{d:"M3 3v16a2 2 0 0 0 2 2h16",key:"c24i48"}],["path",{d:"m19 9-5 5-4-4-3 3",key:"2osh9i"}]],f2=Q("chart-line",b2);/**
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 v2=[["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"}]],y2=Q("chart-pie",v2);/**
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 C2=[["path",{d:"M20 6 9 17l-5-5",key:"1gmf2c"}]],Kd=Q("check",C2);/**
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 _2=[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]],Zd=Q("chevron-left",_2);/**
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 w2=[["path",{d:"m9 18 6-6-6-6",key:"mthhwq"}]],Xd=Q("chevron-right",w2);/**
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 x2=[["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"}]],k2=Q("clipboard-list",x2);/**
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 S2=[["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"}]],A2=Q("combine",S2);/**
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 N2=[["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"}]],B2=Q("copy",N2);/**
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 T2=[["rect",{width:"20",height:"14",x:"2",y:"5",rx:"2",key:"ynyp8z"}],["line",{x1:"2",x2:"22",y1:"10",y2:"10",key:"1b3vmo"}]],D2=Q("credit-card",T2);/**
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 E2=[["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"}]],Jd=Q("database",E2);/**
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 L2=[["path",{d:"M12 3v14",key:"7cf3v8"}],["path",{d:"M5 10h14",key:"elsbfy"}],["path",{d:"M5 21h14",key:"11awu3"}]],M2=Q("diff",L2);/**
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 P2=[["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"}]],Qd=Q("download",P2);/**
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 $2=[["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"}]],R2=Q("ear",$2);/**
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 O2=[["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"}]],I2=Q("square-pen",O2);/**
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 z2=[["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"}]],F2=Q("pen",z2);/**
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 j2=[["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"}]],H2=Q("pen-line",j2);/**
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 W2=[["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"}]],eu=Q("ellipsis",W2);/**
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 V2=[["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"}]],G2=Q("eraser",V2);/**
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 q2=[["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"}]],Y2=Q("external-link",q2);/**
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 U2=[["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"}]],K2=Q("eye",U2);/**
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 Z2=[["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"}]],X2=Q("file-text",Z2);/**
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 J2=[["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"}]],Q2=Q("square-centerline-dashed-horizontal",J2);/**
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 eC=[["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"}]],tC=Q("folder-open",eC);/**
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 aC=[["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"}]],oC=Q("folder-plus",aC);/**
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 rC=[["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"}]],nC=Q("gamepad",rC);/**
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 iC=[["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"}]],sC=Q("gavel",iC);/**
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 lC=[["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"}]],tu=Q("git-merge",lC);/**
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 cC=[["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"}]],dC=Q("globe",cC);/**
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 uC=[["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"}]],pC=Q("headphones",uC);/**
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 hC=[["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"}]],mC=Q("heart",hC);/**
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 gC=[["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"}]],bC=Q("house",gC);/**
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 fC=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]],vC=Q("info",fC);/**
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 yC=[["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"}]],CC=Q("key-round",yC);/**
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 _C=[["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"}]],wC=Q("landmark",_C);/**
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 xC=[["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"}]],kC=Q("layers",xC);/**
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 SC=[["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"}]],AC=Q("layout-dashboard",SC);/**
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 NC=[["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"}]],BC=Q("leaf",NC);/**
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 TC=[["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"}]],DC=Q("lightbulb",TC);/**
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 EC=[["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"}]],LC=Q("link",EC);/**
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 MC=[["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"}]],PC=Q("link-2",MC);/**
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 $C=[["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"}]],RC=Q("link-2-off",$C);/**
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 OC=[["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"}]],IC=Q("list",OC);/**
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 zC=[["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"}]],FC=Q("list-checks",zC);/**
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 jC=[["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"}]],HC=Q("list-ordered",jC);/**
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 WC=[["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"}]],VC=Q("loader",WC);/**
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 GC=[["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"}]],qC=Q("log-out",GC);/**
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 YC=[["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"}]],UC=Q("mail",YC);/**
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 KC=[["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"}]],ZC=Q("map-pin",KC);/**
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 XC=[["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"}]],JC=Q("message-circle",XC);/**
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 QC=[["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"}]],e_=Q("message-circle-question-mark",QC);/**
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 t_=[["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"}]],a_=Q("message-square",t_);/**
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 o_=[["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"}]],r_=Q("message-square-text",o_);/**
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 n_=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M8 12h8",key:"1wcyev"}]],i_=Q("circle-minus",n_);/**
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 s_=[["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"}]],l_=Q("package",s_);/**
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 c_=[["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"}]],d_=Q("palette",c_);/**
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 u_=[["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"}]],p_=Q("party-popper",u_);/**
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 h_=[["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"}]],m_=Q("pause",h_);/**
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 g_=[["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"}]],b_=Q("pencil",g_);/**
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 f_=[["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"}]],v_=Q("phone",f_);/**
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 y_=[["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"}]],C_=Q("play",y_);/**
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 __=[["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"}]],w_=Q("circle-play",__);/**
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 x_=[["path",{d:"M5 12h14",key:"1ays0h"}],["path",{d:"M12 5v14",key:"s699le"}]],k_=Q("plus",x_);/**
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 S_=[["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"}]],A_=Q("printer",S_);/**
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 N_=[["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"}]],B_=Q("refresh-cw",N_);/**
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 T_=[["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"}]],D_=Q("repeat",T_);/**
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 E_=[["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"}]],L_=Q("replace",E_);/**
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 M_=[["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"}]],P_=Q("rocket",M_);/**
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 $_=[["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"}]],R_=Q("rotate-ccw",$_);/**
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 O_=[["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"}]],I_=Q("rotate-cw",O_);/**
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 z_=[["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"}]],F_=Q("salad",z_);/**
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 j_=[["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"}]],H_=Q("scan-search",j_);/**
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 W_=[["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"}]],au=Q("circle-alert",W_);/**
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 V_=[["path",{d:"M21.801 10A10 10 0 1 1 17 3.335",key:"yps3ct"}],["path",{d:"m9 11 3 3L22 4",key:"1pflzl"}]],ou=Q("circle-check-big",V_);/**
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 G_=[["path",{d:"m21 21-4.34-4.34",key:"14j7rj"}],["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}]],q_=Q("search",G_);/**
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 Y_=[["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"}]],U_=Q("scissors",Y_);/**
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 K_=[["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"}]],Z_=Q("search-x",K_);/**
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 X_=[["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"}]],J_=Q("send",X_);/**
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 Q_=[["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"}]],ew=Q("settings",Q_);/**
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 tw=[["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"}]],aw=Q("shield-check",tw);/**
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 ow=[["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"}]],rw=Q("shopping-cart",ow);/**
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 nw=[["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"}]],iw=Q("shuffle",nw);/**
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 sw=[["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"}]],lw=Q("skip-back",sw);/**
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 cw=[["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"}]],dw=Q("skip-forward",cw);/**
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 uw=[["rect",{width:"18",height:"18",x:"3",y:"3",rx:"2",key:"afitv7"}]],pw=Q("square",uw);/**
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 hw=[["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"}]],mw=Q("star",hw);/**
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 gw=[["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"}]],bw=Q("store",gw);/**
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 fw=[["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"}]],vw=Q("sun-medium",fw);/**
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 yw=[["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"}]],Cw=Q("table",yw);/**
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 _w=[["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"}]],ww=Q("table-2",_w);/**
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 xw=[["path",{d:"M12 19h8",key:"baeox8"}],["path",{d:"m4 17 6-6-6-6",key:"1yngyt"}]],kw=Q("terminal",xw);/**
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 Sw=[["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"}]],Aw=Q("text-cursor-input",Sw);/**
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 Nw=[["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"}]],Bw=Q("text-initial",Nw);/**
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 Tw=[["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"}]],Dw=Q("ticket",Tw);/**
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 Ew=[["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"}]],Lw=Q("trash-2",Ew);/**
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 Mw=[["path",{d:"M16 7h6v6",key:"box55l"}],["path",{d:"m22 7-8.5 8.5-5-5L2 17",key:"1t1m79"}]],Pw=Q("trending-up",Mw);/**
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 $w=[["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"}]],Rw=Q("trophy",$w);/**
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 Ow=[["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"}]],Iw=Q("unlink",Ow);/**
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 zw=[["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"}]],Fw=Q("upload",zw);/**
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 jw=[["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"}]],ru=Q("user",jw);/**
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 Hw=[["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"}]],Ww=Q("user-plus",Hw);/**
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 Vw=[["circle",{cx:"12",cy:"8",r:"5",key:"1hypcn"}],["path",{d:"M20 21a8 8 0 0 0-16 0",key:"rfgkzh"}]],Gw=Q("user-round",Vw);/**
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 qw=[["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"}]],Yw=Q("user-round-check",qw);/**
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 Uw=[["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"}]],Kw=Q("users",Uw);/**
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 Zw=[["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"}]],Xw=Q("users-round",Zw);/**
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 Jw=[["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"}]],nu=Q("volume-2",Jw);/**
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 Qw=[["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"}]],ex=Q("wrench",Qw);/**
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 tx=[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]],iu=Q("x",tx);/**
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 ax=[["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"}]],ox=Q("zap",ax);/**
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 rx=[["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"}]],nx=Q("anchor",rx);/**
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 ix=[["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"}]],sx=Q("arrow-up-a-z",ix);/**
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 lx=[["path",{d:"M5 21v-6",key:"1hz6c0"}],["path",{d:"M12 21V3",key:"1lcnhd"}],["path",{d:"M19 21V9",key:"unv183"}]],cx=Q("chart-no-axes-column",lx);/**
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 dx=[["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"}]],su=Q("calendar",dx);/**
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 ux=[["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"}]],px=Q("car",ux);/**
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 hx=[["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"}]],mx=Q("coffee",hx);/**
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 gx=[["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"}]],bx=Q("gamepad-2",gx);/**
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 fx=[["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"}]],vx=Q("inbox",fx);/**
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 yx=[["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"}]],Cx=Q("list-tree",yx);/**
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 _x=[["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"}]],wx=Q("message-square-more",_x);/**
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 xx=[["path",{d:"M5 12h14",key:"1ays0h"}]],kx=Q("minus",xx);/**
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 Sx=[["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"}]],Ax=Q("share-2",Sx);/**
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 Nx=[["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"}]],Bx=Q("sparkles",Nx);/**
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 Tx=[["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"}]],Dx=Q("type",Tx);/**
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 Ex=[["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"}]],Lx=Q("volume",Ex);/**
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 Mx=[["path",{d:"m6 9 6 6 6-6",key:"qrunsl"}]],lu=Q("chevron-down",Mx);/**
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 Px=[["path",{d:"m18 15-6-6-6 6",key:"153udz"}]],cu=Q("chevron-up",Px);/**
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 $x=[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]],Rx=Q("circle",$x);/**
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 Ox=[["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"}]],Ix=Q("triangle",Ox);/**
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 zx=[["path",{d:"M4 5h16",key:"1tepv9"}],["path",{d:"M4 12h16",key:"1lakjw"}],["path",{d:"M4 19h16",key:"1djgab"}]],Fx=Q("menu",zx);/**
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 jx=[["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"}]],Hx=Q("moon",jx);/**
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 Wx=[["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"}]],Vx=Q("thumbs-up",Wx),du={"alert-triangle":Ud,"align-start-vertical":$y,anchor:nx,"arrow-down":Oy,"arrow-left":zy,"arrow-right":jy,"arrow-right-left":Wy,"arrow-up-a-z":sx,"audio-lines":Gy,baby:Yy,ban:Ky,"bar-chart-2":cx,bell:Xy,"book-marked":Qy,"book-open":t2,"bow-arrow":o2,braces:n2,bug:s2,calendar:su,"calendar-check":c2,"calendar-days":u2,camera:h2,car:px,"chart-column":g2,"chart-line":f2,"chart-pie":y2,check:Kd,"chevron-down":lu,"chevron-left":Zd,"chevron-right":Xd,"chevron-up":cu,circle:Rx,"clipboard-list":k2,coffee:mx,combine:A2,copy:B2,"credit-card":D2,database:Jd,diff:M2,download:Qd,ear:R2,edit:I2,"edit-2":F2,"edit-3":H2,ellipsis:eu,eraser:G2,"external-link":Y2,eye:K2,"file-text":X2,"flip-horizontal":Q2,"folder-open":tC,"folder-plus":oC,gamepad:nC,"gamepad-2":bx,gavel:sC,"git-merge":tu,globe:dC,headphones:pC,heart:mC,home:bC,inbox:vx,info:vC,"key-round":CC,landmark:wC,layers:kC,"layout-dashboard":AC,leaf:BC,lightbulb:DC,link:LC,"link-2":PC,"link-2-off":RC,list:IC,"list-checks":FC,"list-ordered":HC,"list-tree":Cx,loader:VC,"log-out":qC,mail:UC,"map-pin":ZC,menu:Fx,"message-circle":JC,"message-circle-question-mark":e_,"message-square":a_,"message-square-more":wx,"message-square-text":r_,minus:kx,"minus-circle":i_,moon:Hx,"more-horizontal":eu,package:l_,palette:d_,"party-popper":p_,pause:m_,pencil:b_,phone:v_,play:C_,"play-circle":w_,plus:k_,printer:A_,"refresh-cw":B_,repeat:D_,replace:L_,rocket:P_,"rotate-ccw":R_,"rotate-cw":I_,salad:F_,"scan-search":H_,search:q_,"circle-alert":au,"alert-circle":au,"check-circle":ou,scissors:U_,"search-x":Z_,send:J_,settings:ew,"share-2":Ax,"shield-check":aw,"shopping-cart":rw,shuffle:iw,"skip-back":lw,"skip-forward":dw,sparkles:Bx,square:pw,star:mw,store:bw,"sun-medium":vw,table:Cw,"table-2":ww,terminal:kw,"text-cursor-input":Aw,"text-initial":Bw,"thumbs-up":Vx,ticket:Dw,triangle:Ix,"trash-2":Lw,"trending-up":Pw,"triangle-alert":Ud,trophy:Rw,type:Dx,unlink:Iw,upload:Fw,user:ru,"user-plus":Ww,"user-round":Gw,"user-round-check":Yw,users:Kw,"users-round":Xw,volume:Lx,"volume-2":nu,wrench:ex,x:iu,zap:ox};function Gx(t){return du[t]??null}const uu=new Set,qx=(()=>{try{if(import.meta.env?.DEV)return!0}catch{}try{const t=globalThis;return t.process!=null&&t.process.env?.NODE_ENV!=="production"}catch{return!1}})();function Yx(t){return qx&&!(t in du)&&!uu.has(t)&&(uu.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 Ux=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 Kx(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?Ux(a):null}const pu=new Map;function Zx(t){const e=typeof t=="string"?Kx(t):null,a=e?Gx(e)??pu.get(e)??null:null,[o,r]=P(null);return Y(()=>{if(!e||a)return;let n=!1;return Yx(e).then(i=>{pu.set(e,i),n||r(i)}),()=>{n=!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 hu(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 Xx(t){if(Array.isArray(t))return t}function Jx(t,e){var a=t==null?null:typeof Symbol<"u"&&t[Symbol.iterator]||t["@@iterator"];if(a!=null){var o,r,n,i,l=[],d=!0,c=!1;try{if(n=(a=a.call(t)).next,e!==0)for(;!(d=(o=n.call(a)).done)&&(l.push(o.value),l.length!==e);d=!0);}catch(p){c=!0,r=p}finally{try{if(!d&&a.return!=null&&(i=a.return(),Object(i)!==i))return}finally{if(c)throw r}}return l}}function Qx(){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 e4(t,e){return Xx(t)||Jx(t,e)||t4(t,e)||Qx()}function t4(t,e){if(t){if(typeof t=="string")return hu(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)?hu(t,e):void 0}}const mu=Object.entries,gu=Object.setPrototypeOf,a4=Object.isFrozen,o4=Object.getPrototypeOf,r4=Object.getOwnPropertyDescriptor;let xt=Object.freeze,At=Object.seal,ko=Object.create,bu=typeof Reflect<"u"&&Reflect,xi=bu.apply,ki=bu.construct;xt||(xt=function(e){return e}),At||(At=function(e){return e}),xi||(xi=function(e,a){for(var o=arguments.length,r=new Array(o>2?o-2:0),n=2;n<o;n++)r[n-2]=arguments[n];return e.apply(a,r)}),ki||(ki=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 io=Ct(Array.prototype.forEach),n4=Ct(Array.prototype.lastIndexOf),fu=Ct(Array.prototype.pop),Xo=Ct(Array.prototype.push),i4=Ct(Array.prototype.splice),So=Array.isArray,Jo=Ct(String.prototype.toLowerCase),Si=Ct(String.prototype.toString),vu=Ct(String.prototype.match),Qo=Ct(String.prototype.replace),yu=Ct(String.prototype.indexOf),s4=Ct(String.prototype.trim),l4=Ct(Number.prototype.toString),c4=Ct(Boolean.prototype.toString),Cu=typeof BigInt>"u"?null:Ct(BigInt.prototype.toString),_u=typeof Symbol>"u"?null:Ct(Symbol.prototype.toString),Vt=Ct(Object.prototype.hasOwnProperty),er=Ct(Object.prototype.toString),Lt=Ct(RegExp.prototype.test),so=d4(TypeError);function Ct(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 xi(t,e,o)}}function d4(t){return function(){for(var e=arguments.length,a=new Array(e),o=0;o<e;o++)a[o]=arguments[o];return ki(t,a)}}function Ze(t,e){let a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:Jo;if(gu&&gu(t,null),!So(e))return t;let o=e.length;for(;o--;){let r=e[o];if(typeof r=="string"){const n=a(r);n!==r&&(a4(e)||(e[o]=n),r=n)}t[r]=!0}return t}function u4(t){for(let e=0;e<t.length;e++)Vt(t,e)||(t[e]=null);return t}function Ut(t){const e=ko(null);for(const o of mu(t)){var a=e4(o,2);const r=a[0],n=a[1];Vt(t,r)&&(So(n)?e[r]=u4(n):n&&typeof n=="object"&&n.constructor===Object?e[r]=Ut(n):e[r]=n)}return e}function p4(t){switch(typeof t){case"string":return t;case"number":return l4(t);case"boolean":return c4(t);case"bigint":return Cu?Cu(t):"0";case"symbol":return _u?_u(t):"Symbol()";case"undefined":return er(t);case"function":case"object":{if(t===null)return er(t);const e=t,a=ia(e,"toString");if(typeof a=="function"){const o=a(e);return typeof o=="string"?o:er(o)}return er(t)}default:return er(t)}}function ia(t,e){for(;t!==null;){const o=r4(t,e);if(o){if(o.get)return Ct(o.get);if(typeof o.value=="function")return Ct(o.value)}t=o4(t)}function a(){return null}return a}function h4(t){try{return Lt(t,""),!0}catch{return!1}}const wu=xt(["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"]),Ai=xt(["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"]),Ni=xt(["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"]),m4=xt(["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"]),Bi=xt(["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"]),g4=xt(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),xu=xt(["#text"]),ku=xt(["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"]),Ti=xt(["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"]),Su=xt(["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"]),Xr=xt(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),b4=At(/{{[\w\W]*|^[\w\W]*}}/g),f4=At(/<%[\w\W]*|^[\w\W]*%>/g),v4=At(/\${[\w\W]*/g),y4=At(/^data-[\-\w.\u00B7-\uFFFF]+$/),C4=At(/^aria-[\-\w]+$/),Au=At(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),_4=At(/^(?:\w+script|data):/i),w4=At(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),x4=At(/^html$/i),k4=At(/^[a-z][.\w]*(-[.\w]+)+$/i),Nu=At(/<[/\w!]/g),Bu=At(/<[/\w]/g),S4=At(/<\/no(script|embed|frames)/i),A4=At(/\/>/i),Kt={element:1,attribute:2,text:3,cdataSection:4,entityReference:5,entityNode:6,processingInstruction:7,comment:8,document:9,documentType:10,documentFragment:11,notation:12},Tu=["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"],N4=xt(Ze({},Tu)),B4=(function(){const t={};return io(Tu,e=>{t[e]=At(new RegExp("</"+e+"(?=[\\t\\n\\f\\r />])","i"))}),xt(t)})(),T4=function(){return typeof window>"u"?null:window},D4=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 n="dompurify"+(o?"#"+o:"");try{return e.createPolicy(n,{createHTML(i){return i},createScriptURL(i){return i}})}catch{return console.warn("TrustedTypes policy "+n+" could not be created."),null}},Du=function(){return{afterSanitizeAttributes:[],afterSanitizeElements:[],afterSanitizeShadowDOM:[],beforeSanitizeAttributes:[],beforeSanitizeElements:[],beforeSanitizeShadowDOM:[],uponSanitizeAttribute:[],uponSanitizeElement:[],uponSanitizeShadowNode:[]}},Ga=function(e,a,o,r){return Vt(e,a)&&So(e[a])?Ze(r.base?Ut(r.base):{},e[a],r.transform):o},Di=function(e,a,o){const r=Vt(e,a)?e[a]:void 0;return r&&typeof r=="object"?Ut(r):o()};function Eu(){let t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:T4();const e=ye=>Eu(ye);if(e.version="3.4.14",e.removed=[],!t||!t.document||t.document.nodeType!==Kt.document||!t.Element)return e.isSupported=!1,e;let a=t.document;const o=a,r=o.currentScript;t.DocumentFragment;const n=t.HTMLTemplateElement,i=t.Node,l=t.Element,d=t.NodeFilter,c=t.NamedNodeMap;c===void 0&&(t.NamedNodeMap||t.MozNamedAttrMap),t.HTMLFormElement;const p=t.DOMParser,u=t.trustedTypes,h=l.prototype,m=ia(h,"cloneNode"),b=ia(h,"remove"),g=ia(h,"nextSibling"),v=ia(h,"childNodes"),f=ia(h,"parentNode"),y=ia(h,"shadowRoot"),_=ia(h,"attributes"),C=i&&i.prototype?ia(i.prototype,"nodeType"):null,A=i&&i.prototype?ia(i.prototype,"nodeName"):null,w=i&&i.prototype?ia(i.prototype,"ownerDocument"):null,S=function(T){return C?C(T):T.nodeType},E=function(T){return A?A(T):T.nodeName};if(typeof n=="function"){const ye=a.createElement("template");ye.content&&ye.content.ownerDocument&&(a=ye.content.ownerDocument)}let N,B="",j,M=!1,k=0;const D=function(){if(k>0)throw so('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(T){D(),k++;try{return N.createHTML(T)}finally{k--}},H=function(T){D(),k++;try{return N.createScriptURL(T)}finally{k--}},ne=function(){return M||(j=D4(u,r),M=!0),j},ae=a,ie=ae.implementation,$=ae.createNodeIterator,O=ae.createDocumentFragment,z=ae.getElementsByTagName,W=o.importNode;let F=Du();e.isSupported=typeof mu=="function"&&typeof f=="function"&&ie&&ie.createHTMLDocument!==void 0;const K=b4,R=f4,G=v4,q=y4,J=C4,re=_4,fe=w4,ve=k4;let se=Au,te=null;const me=Ze({},[...wu,...Ai,...Ni,...Bi,...xu]);let Ae=null;const ee=Ze({},[...ku,...Ti,...Su,...Xr]);let pe=Object.seal(ko(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}})),U=null,he=null;const _e=Object.seal(ko(null,{tagCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeCheck:{writable:!0,configurable:!1,enumerable:!0,value:null}}));let Re=!0,Ve=!0,Ue=!1,Ke=!0,We=!1,dt=!0,Ge=!1,Xe=!1,Ye=null,we=null,ut=!1,Je=!1,ze=!1,tt=!1,It=!0,at=!1;const et="user-content-";let yt=!0,Oe=!1,ct={},nt=null;const Fe=Ze({},["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 ot=null;const it=Ze({},["audio","video","img","source","image","track"]);let Nt=null;const zt=Ze({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),ht="http://www.w3.org/1998/Math/MathML",Jt="http://www.w3.org/2000/svg",wt="http://www.w3.org/1999/xhtml";let Qt=wt,ma=!1,ea=null;const ja=Ze({},[ht,Jt,wt],Si),ga=xt(["mi","mo","mn","ms","mtext"]);let oa=Ze({},ga);const Ha=xt(["annotation-xml"]);let Ft=Ze({},Ha);const oo=Ze({},["title","style","font","a","script"]);let Gt=null;const Ba=["application/xhtml+xml","text/html"],ro="text/html";let rt=null,qt=null;const Et=a.createElement("form"),Ta=function(T){return T instanceof RegExp||T instanceof Function},ba=function(){let T=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};if(qt&&qt===T)return;(!T||typeof T!="object")&&(T={}),T=Ut(T),Gt=Ba.indexOf(T.PARSER_MEDIA_TYPE)===-1?ro:T.PARSER_MEDIA_TYPE,rt=Gt==="application/xhtml+xml"?Si:Jo,te=Ga(T,"ALLOWED_TAGS",me,{transform:rt}),Ae=Ga(T,"ALLOWED_ATTR",ee,{transform:rt}),ea=Ga(T,"ALLOWED_NAMESPACES",ja,{transform:Si}),Nt=Ga(T,"ADD_URI_SAFE_ATTR",zt,{transform:rt,base:zt}),ot=Ga(T,"ADD_DATA_URI_TAGS",it,{transform:rt,base:it}),nt=Ga(T,"FORBID_CONTENTS",Fe,{transform:rt}),U=Ga(T,"FORBID_TAGS",Ut({}),{transform:rt}),he=Ga(T,"FORBID_ATTR",Ut({}),{transform:rt}),ct=Vt(T,"USE_PROFILES")?T.USE_PROFILES&&typeof T.USE_PROFILES=="object"?Ut(T.USE_PROFILES):T.USE_PROFILES:!1,Re=T.ALLOW_ARIA_ATTR!==!1,Ve=T.ALLOW_DATA_ATTR!==!1,Ue=T.ALLOW_UNKNOWN_PROTOCOLS||!1,Ke=T.ALLOW_SELF_CLOSE_IN_ATTR!==!1,We=T.SAFE_FOR_TEMPLATES||!1,dt=T.SAFE_FOR_XML!==!1,Ge=T.WHOLE_DOCUMENT||!1,Je=T.RETURN_DOM||!1,ze=T.RETURN_DOM_FRAGMENT||!1,tt=T.RETURN_TRUSTED_TYPE||!1,ut=T.FORCE_BODY||!1,It=T.SANITIZE_DOM!==!1,at=T.SANITIZE_NAMED_PROPS||!1,yt=T.KEEP_CONTENT!==!1,Oe=T.IN_PLACE||!1,se=h4(T.ALLOWED_URI_REGEXP)?T.ALLOWED_URI_REGEXP:Au,Qt=typeof T.NAMESPACE=="string"?T.NAMESPACE:wt,oa=Di(T,"MATHML_TEXT_INTEGRATION_POINTS",()=>Ze({},ga)),Ft=Di(T,"HTML_INTEGRATION_POINTS",()=>Ze({},Ha));const V=Di(T,"CUSTOM_ELEMENT_HANDLING",()=>ko(null));if(pe=ko(null),Vt(V,"tagNameCheck")&&Ta(V.tagNameCheck)&&(pe.tagNameCheck=V.tagNameCheck),Vt(V,"attributeNameCheck")&&Ta(V.attributeNameCheck)&&(pe.attributeNameCheck=V.attributeNameCheck),Vt(V,"allowCustomizedBuiltInElements")&&typeof V.allowCustomizedBuiltInElements=="boolean"&&(pe.allowCustomizedBuiltInElements=V.allowCustomizedBuiltInElements),At(pe),We&&(Ve=!1),ze&&(Je=!0),ct&&(te=Ze({},xu),Ae=ko(null),ct.html===!0&&(Ze(te,wu),Ze(Ae,ku)),ct.svg===!0&&(Ze(te,Ai),Ze(Ae,Ti),Ze(Ae,Xr)),ct.svgFilters===!0&&(Ze(te,Ni),Ze(Ae,Ti),Ze(Ae,Xr)),ct.mathMl===!0&&(Ze(te,Bi),Ze(Ae,Su),Ze(Ae,Xr))),_e.tagCheck=null,_e.attributeCheck=null,Vt(T,"ADD_TAGS")&&(typeof T.ADD_TAGS=="function"?_e.tagCheck=T.ADD_TAGS:So(T.ADD_TAGS)&&(te===me&&(te=Ut(te)),Ze(te,T.ADD_TAGS,rt))),Vt(T,"ADD_ATTR")&&(typeof T.ADD_ATTR=="function"?_e.attributeCheck=T.ADD_ATTR:So(T.ADD_ATTR)&&(Ae===ee&&(Ae=Ut(Ae)),Ze(Ae,T.ADD_ATTR,rt))),Vt(T,"ADD_FORBID_CONTENTS")&&So(T.ADD_FORBID_CONTENTS)&&(nt===Fe&&(nt=Ut(nt)),Ze(nt,T.ADD_FORBID_CONTENTS,rt)),yt&&(te["#text"]=!0),Ge&&Ze(te,["html","head","body"]),te.table&&(Ze(te,["tbody"]),delete U.tbody),T.TRUSTED_TYPES_POLICY){if(typeof T.TRUSTED_TYPES_POLICY.createHTML!="function")throw so('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if(typeof T.TRUSTED_TYPES_POLICY.createScriptURL!="function")throw so('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');const de=N;N=T.TRUSTED_TYPES_POLICY;try{B=L("")}catch(Te){throw N=de,Te}}else T.TRUSTED_TYPES_POLICY===null?(N=void 0,B=""):(N===void 0&&(N=ne()),N&&typeof B=="string"&&(B=L("")));xt&&xt(T),qt=T},ce=Ze({},[...Ai,...Ni,...m4]),ke=Ze({},[...Bi,...g4]),xe=function(T,V,de){return V.namespaceURI===wt?T==="svg":V.namespaceURI===ht?T==="svg"&&(de==="annotation-xml"||oa[de]):!!ce[T]},Z=function(T,V,de){return V.namespaceURI===wt?T==="math":V.namespaceURI===Jt?T==="math"&&Ft[de]:!!ke[T]},le=function(T,V,de){return V.namespaceURI===Jt&&!Ft[de]||V.namespaceURI===ht&&!oa[de]?!1:!ke[T]&&(oo[T]||!ce[T])},Se=function(T){let V=f(T);(!V||!V.tagName)&&(V={namespaceURI:Qt,tagName:"template"});const de=Jo(T.tagName),Te=Jo(V.tagName);return ea[T.namespaceURI]?T.namespaceURI===Jt?xe(de,V,Te):T.namespaceURI===ht?Z(de,V,Te):T.namespaceURI===wt?le(de,V,Te):!!(Gt==="application/xhtml+xml"&&ea[T.namespaceURI]):!1},De=function(T){Xo(e.removed,{element:T});try{f(T).removeChild(T)}catch{if(b(T),!f(T))throw so("a node selected for removal could not be detached from its tree and cannot be safely returned; refusing to sanitize in place")}},Be=function(T,V,de){try{T.removeAttributeNode(V)}catch{try{T.removeAttribute(de)}catch{}}},Ie=function(T){ge(T);const V=v(T);if(V){const Te=[];io(V,Le=>{Xo(Te,Le)}),io(Te,Le=>{try{b(Le)}catch{}})}const de=_(T);if(de)for(let Te=de.length-1;Te>=0;--Te){const Le=de[Te],$e=Le&&Le.name;typeof $e=="string"&&Be(T,Le,$e)}},pt=function(T,V,de){if(!de)try{de=V.getAttributeNode(T)}catch{de=null}Xo(e.removed,{attribute:de||null,from:V});try{de?V.removeAttributeNode(de):V.removeAttribute(T)}catch{try{V.removeAttribute(T)}catch{}}if(T==="is")if(Je||ze)try{De(V)}catch{}else try{V.setAttribute(T,"")}catch{}},ft=function(T){const V=_(T);if(V)for(let de=V.length-1;de>=0;--de){const Te=V[de],Le=Te&&Te.name;typeof Le!="string"||Ae[rt(Le)]||Be(T,Te,Le)}},ge=function(T){const V=[T];for(;V.length>0;){const de=V.pop();S(de)===Kt.element&&ft(de);const Le=v(de);if(Le)for(let $e=Le.length-1;$e>=0;--$e)V.push(Le[$e])}},Ee=function(T,V){return dt?T==="patchsrc"?!0:T==="for"&&V!=="label"&&V!=="output":!1},st=function(T){if(!dt)return;const V=[T];for(;V.length>0;){const de=V.pop(),Te=S(de);if(Te===Kt.processingInstruction||Te===Kt.comment&&Lt(Bu,de.data)){try{b(de)}catch{}continue}if(Te===Kt.element){const $e=de,lt=rt(E(de));try{$e.hasAttribute&&$e.hasAttribute("patchsrc")&&$e.removeAttribute("patchsrc"),$e.hasAttribute&&$e.hasAttribute("for")&&Ee("for",lt)&&$e.removeAttribute("for")}catch{}}const Le=v(de);if(Le)for(let $e=Le.length-1;$e>=0;--$e)V.push(Le[$e])}},Bt=function(T){let V=null,de=null;if(ut)T="<remove></remove>"+T;else{const $e=vu(T,/^[\r\n\t ]+/);de=$e&&$e[0]}Gt==="application/xhtml+xml"&&Qt===wt&&(T='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+T+"</body></html>");const Te=N?L(T):T;if(Qt===wt)try{V=new p().parseFromString(Te,Gt)}catch{}if(!V||!V.documentElement){V=ie.createDocument(Qt,"template",null);try{V.documentElement.innerHTML=ma?B:Te}catch{}}const Le=V.body||V.documentElement;return T&&de&&Le.insertBefore(a.createTextNode(de),Le.childNodes[0]||null),Qt===wt?z.call(V,Ge?"html":"body")[0]:Ge?V.documentElement:Le},Tt=function(T){const V=w?w(T):T.ownerDocument;return $.call(V||T,T,d.SHOW_ELEMENT|d.SHOW_COMMENT|d.SHOW_TEXT|d.SHOW_PROCESSING_INSTRUCTION|d.SHOW_CDATA_SECTION,null)},ra=function(T){return T=Qo(T,K," "),T=Qo(T,R," "),T=Qo(T,G," "),T},Wo=function(T){var V;T.normalize();const de=w?w(T):T.ownerDocument,Te=$.call(de||T,T,d.SHOW_TEXT|d.SHOW_COMMENT|d.SHOW_CDATA_SECTION|d.SHOW_PROCESSING_INSTRUCTION,null);let Le=Te.nextNode();for(;Le;)Le.data=ra(Le.data),Le=Te.nextNode();const $e=(V=T.querySelectorAll)===null||V===void 0?void 0:V.call(T,"template");$e&&io($e,lt=>{_o(lt.content)&&Wo(lt.content)})},Hr=function(T){const V=A?A(T):null;return typeof V!="string"||rt(V)!=="form"?!1:typeof T.nodeName!="string"||typeof T.textContent!="string"||typeof T.removeChild!="function"||T.attributes!==_(T)||typeof T.removeAttribute!="function"||typeof T.setAttribute!="function"||typeof T.namespaceURI!="string"||typeof T.insertBefore!="function"||typeof T.hasChildNodes!="function"||T.nodeType!==C(T)||T.childNodes!==v(T)},_o=function(T){if(!C||typeof T!="object"||T===null)return!1;try{return C(T)===Kt.documentFragment}catch{return!1}},Vo=function(T){if(!C||typeof T!="object"||T===null)return!1;try{return typeof C(T)=="number"}catch{return!1}};function fa(ye,T,V){ye.length!==0&&io(ye,de=>{de.call(e,T,V,qt)})}const mf=function(T,V){return!!(dt&&T.hasChildNodes()&&!Vo(T.firstElementChild)&&Lt(Nu,T.textContent)&&Lt(Nu,T.innerHTML)||dt&&T.namespaceURI===wt&&N4[V]&&(Vo(T.firstElementChild)||typeof T.textContent=="string"&&Lt(B4[V],T.textContent))||T.nodeType===Kt.processingInstruction||dt&&T.nodeType===Kt.comment&&Lt(Bu,T.data))},Wr=function(T,V){if(T instanceof RegExp)return Lt(T,V);if(T instanceof Function){for(var de=arguments.length,Te=new Array(de>2?de-2:0),Le=2;Le<de;Le++)Te[Le-2]=arguments[Le];return!!T(V,...Te)}return!1},gf=function(T,V,de){if(!U[V]&&yd(V)&&Wr(pe.tagNameCheck,V))return!1;if(yt&&!nt[V]){const Te=f(T),Le=v(T);if(Le&&Te){const $e=Le.length;for(let lt=$e-1;lt>=0;--lt){const mt=T===de?m(Le[lt],!0):Le[lt];Te.insertBefore(mt,g(T))}}}return De(T),!0},gd=function(T,V,de,Te){return T.length===0?V:V===de||V===Te?Ut(V):V},bd=function(T,V){return T===V||f(T)!==null?!1:(Oe&&ge(T),!0)},fd=function(T,V){if(fa(F.beforeSanitizeElements,T,null),bd(T,V))return!0;if(Hr(T))return De(T),!0;const de=rt(E(T));if(te=gd(F.uponSanitizeElement,te,me,Ye),fa(F.uponSanitizeElement,T,{tagName:de,allowedTags:te}),bd(T,V))return!0;if(mf(T,de))return De(T),!0;if(U[de]||!(_e.tagCheck instanceof Function&&_e.tagCheck(de))&&!te[de]){const Le=gf(T,de,V);return Le===!1&&fa(F.afterSanitizeElements,T,null),Le}if(S(T)===Kt.element&&!Se(T)||(de==="noscript"||de==="noembed"||de==="noframes")&&Lt(S4,T.innerHTML))return De(T),!0;if(We&&T.nodeType===Kt.text){const Le=ra(T.textContent);T.textContent!==Le&&(Xo(e.removed,{element:T.cloneNode()}),T.textContent=Le)}return fa(F.afterSanitizeElements,T,null),!1},vd=function(T,V,de){if(he[V]||Ee(V,T)||It&&(V==="id"||V==="name")&&(de in a||de in Et))return!1;const Te=Ae[V]||_e.attributeCheck instanceof Function&&_e.attributeCheck(V,T);return Ve&&Lt(q,V)||Re&&Lt(J,V)?!0:Te?Nt[V]||Lt(se,Qo(de,fe,""))||(V==="src"||V==="xlink:href"||V==="href")&&T!=="script"&&yu(de,"data:")===0&&ot[T]||Ue&&!Lt(re,Qo(de,fe,""))?!0:!de:yd(T)&&Wr(pe.tagNameCheck,T)&&Wr(pe.attributeNameCheck,V,T)||V==="is"&&pe.allowCustomizedBuiltInElements&&Wr(pe.tagNameCheck,de)},bf=Ze({},["annotation-xml","color-profile","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","missing-glyph"]),yd=function(T){return!bf[Jo(T)]&&Lt(ve,T)},ff=function(T,V,de,Te){if(N&&typeof u=="object"&&typeof u.getAttributeType=="function"&&!de)switch(u.getAttributeType(T,V)){case"TrustedHTML":return L(Te);case"TrustedScriptURL":return H(Te)}return Te},vf=function(T,V,de,Te){try{de?T.setAttributeNS(de,V,Te):T.setAttribute(V,Te),Hr(T)?De(T):fu(e.removed)}catch{pt(V,T)}},Cd=function(T){fa(F.beforeSanitizeAttributes,T,null);const V=T.attributes;if(!V||Hr(T))return;Ae=gd(F.uponSanitizeAttribute,Ae,ee,we);const de={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:Ae,forceKeepAttr:void 0};let Te=V.length;const Le=rt(T.nodeName);for(;Te--;){const $e=V[Te],lt=$e.name,mt=$e.namespaceURI,Ht=$e.value,Wt=rt(lt),di=Ht;let jt=lt==="value"?di:s4(di);if(de.attrName=Wt,de.attrValue=jt,de.keepAttr=!0,de.forceKeepAttr=void 0,fa(F.uponSanitizeAttribute,T,de),jt=de.attrValue,at&&(Wt==="id"||Wt==="name")&&yu(jt,et)!==0&&(pt(lt,T,$e),jt=et+jt),dt&&Lt(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i,jt)){pt(lt,T,$e);continue}if(Wt==="attributename"&&vu(jt,"href")){pt(lt,T,$e);continue}if(!de.forceKeepAttr){if(!de.keepAttr){pt(lt,T,$e);continue}if(!Ke&&Lt(A4,jt)){pt(lt,T,$e);continue}if(We&&(jt=ra(jt)),!vd(Le,Wt,jt)){pt(lt,T,$e);continue}jt=ff(Le,Wt,mt,jt),jt!==di&&vf(T,lt,mt,jt)}}fa(F.afterSanitizeAttributes,T,null)},Vr=function(T){let V=null;const de=Tt(T);for(fa(F.beforeSanitizeShadowDOM,T,null);V=de.nextNode();)if(fa(F.uponSanitizeShadowNode,V,null),fd(V,T),Cd(V),_o(V.content)&&Vr(V.content),S(V)===Kt.element){const Te=y(V);_o(Te)&&(ci(Te),Vr(Te))}fa(F.afterSanitizeShadowDOM,T,null)},ci=function(T){const V=[{node:T,shadow:null}];for(;V.length>0;){const de=V.pop();if(de.shadow){Vr(de.shadow);continue}const Te=de.node,$e=S(Te)===Kt.element,lt=v(Te);if(lt)for(let mt=lt.length-1;mt>=0;--mt)V.push({node:lt[mt],shadow:null});if($e){const mt=A?A(Te):null;if(typeof mt=="string"&&rt(mt)==="template"){const Ht=Te.content;_o(Ht)&&V.push({node:Ht,shadow:null})}}if($e){const mt=y(Te);_o(mt)&&V.push({node:null,shadow:mt},{node:mt,shadow:null})}}};return e.sanitize=function(ye){let T=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},V=null,de=null,Te=null,Le=null;if(ma=!ye,ma&&(ye="<!-->"),typeof ye!="string"&&!Vo(ye)&&(ye=p4(ye),typeof ye!="string"))throw so("dirty is not a string, aborting");if(!e.isSupported)return ye;Xe?(te=Ye,Ae=we):ba(T),(F.uponSanitizeElement.length>0||F.uponSanitizeAttribute.length>0)&&(te=Ut(te)),F.uponSanitizeAttribute.length>0&&(Ae=Ut(Ae)),e.removed=[];const $e=Oe&&typeof ye!="string"&&Vo(ye);if($e){st(ye);const Ht=E(ye);if(typeof Ht=="string"){const Wt=rt(Ht);if(!te[Wt]||U[Wt])throw Ie(ye),so("root node is forbidden and cannot be sanitized in-place")}if(Hr(ye))throw Ie(ye),so("root node is clobbered and cannot be sanitized in-place");try{ci(ye)}catch(Wt){throw Ie(ye),Wt}}else if(Vo(ye))V=Bt("<!---->"),de=V.ownerDocument.importNode(ye,!0),de.nodeType===Kt.element&&de.nodeName==="BODY"||de.nodeName==="HTML"?V=de:V.appendChild(de),ci(de);else{if(!Je&&!We&&!Ge&&ye.indexOf("<")===-1)return N&&tt?L(ye):ye;if(V=Bt(ye),!V)return Je?null:tt?B:""}V&&ut&&De(V.firstChild);const lt=$e?ye:V;try{const Ht=Tt(lt);for(;Te=Ht.nextNode();)fd(Te,lt),Cd(Te),_o(Te.content)&&Vr(Te.content)}catch(Ht){throw $e&&(Ie(ye),io(e.removed,Wt=>{Wt.element&&ge(Wt.element)})),Ht}if($e)return io(e.removed,Ht=>{Ht.element&&ge(Ht.element)}),We&&Wo(ye),ye;if(Je){if(We&&Wo(V),ze)for(Le=O.call(V.ownerDocument);V.firstChild;)Le.appendChild(V.firstChild);else Le=V;return(Ae.shadowroot||Ae.shadowrootmode)&&(Le=W.call(o,Le,!0)),Le}let mt=Ge?V.outerHTML:V.innerHTML;return Ge&&te["!doctype"]&&V.ownerDocument&&V.ownerDocument.doctype&&V.ownerDocument.doctype.name&&Lt(x4,V.ownerDocument.doctype.name)&&(mt="<!DOCTYPE "+V.ownerDocument.doctype.name+`>
809
+ `+mt),We&&(mt=ra(mt)),N&&tt?L(mt):mt},e.setConfig=function(){let ye=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};ba(ye),Xe=!0,Ye=te,we=Ae},e.clearConfig=function(){qt=null,Xe=!1,Ye=null,we=null,N=j,B=""},e.isValidAttribute=function(ye,T,V){qt||ba({});const de=rt(ye),Te=rt(T);return vd(de,Te,V)},e.addHook=function(ye,T){typeof T=="function"&&Vt(F,ye)&&Xo(F[ye],T)},e.removeHook=function(ye,T){if(Vt(F,ye)){if(T!==void 0){const V=n4(F[ye],T);return V===-1?void 0:i4(F[ye],V,1)[0]}return fu(F[ye])}},e.removeHooks=function(ye){Vt(F,ye)&&(F[ye]=[])},e.removeAllHooks=function(){F=Du()},e}var E4=Eu();function Lu(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 n=new SpeechSynthesisUtterance(t),i=o.getVoices().find(l=>l.lang.startsWith("ko"));i&&(n.voice=i),n.rate=a,n.onend=e?function(l){try{e()}catch{}}:null,o.speak(n)};o.getVoices().length>0?r():o.addEventListener("voiceschanged",r,{once:!0})}function Mu(){typeof window<"u"&&"speechSynthesis"in window&&window.speechSynthesis.cancel()}const L4=/^(?:[a-z]+:)?\/\//i;let Pu="";function M4(t){const e=String(t||"").trim();return e?e.replace(/\/+$/,""):""}function $u(t){Pu=M4(t)}function Ei(){return Pu}function tr(t){const e=String(t||"").trim();if(!e)return"";if(L4.test(e)||e.startsWith("data:")||e.startsWith("blob:"))return e;const a=e.startsWith("/")?e:`/${e}`,o=Ei();return o?`${o}${a}`:a}const Ru="__ihab_core_storage_resolvers__";function ar(){return globalThis[Ru]??null}function P4(t){globalThis[Ru]=t}let Li=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 Mi(t){P4(t)}function Jr(t,e){if(!t)return null;const a=ar();return a?.resolvePath?a.resolvePath(t,e):e?`${e}/${t}.mp3`:null}async function Pi(t){if(!t)return!1;const e=ar();if(!e)throw new Li("fileExists");if(e.exists)return e.exists(t);try{return await e.resolveUrl(t)!==null}catch{return!1}}async function or(t){if(!t)return null;const e=ar();if(!e)throw new Li("getSignedOrPublicUrl");try{return await e.resolveUrl(t)}catch{return null}}async function Qr(t){const e=ar();if(!e)throw new Li("downloadSound");return e.download(t)}function $i(){return ar()?.noiseBaseUrl??"/sounds/noise"}const Ri="__ihab_core_tts_config__";function Ou(t){globalThis[Ri]=t}function rr(){return globalThis[Ri]?.urlResolver??null}function Oi(){return globalThis[Ri]?.fallbackUrlResolver??null}const $4=new Map;function Iu(){$4.clear()}const zu="__ihab_core_pronunciation_resolver__";function Fu(t){globalThis[zu]=t}function Ii(){return globalThis[zu]??null}let nr=null;const ju=new WeakMap;function R4(){if(nr)return nr;try{const t=window.AudioContext||window.webkitAudioContext;return t?(nr=new t,nr):null}catch{return null}}function ir(){try{nr?.resume()}catch{}}function sr(t){if(!t)return null;const e=ju.get(t);if(e)return e;const a=R4();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),ju.set(t,r),r}catch{return null}}function zi(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 Hu="__ihab_core_image_config__";function Wu(t){globalThis[Hu]=t}function qa(){return globalThis[Hu]??null}const lr="word_image_existence_map_v1";let ya=null;const en=new Map;function cr(){if(ya)return ya;try{const t=typeof localStorage<"u"?localStorage.getItem(lr):null;ya=t?JSON.parse(t):{}}catch{ya={}}return ya}let Fi=null;function O4(){Fi||(Fi=setTimeout(()=>{Fi=null;try{typeof localStorage<"u"&&ya&&localStorage.setItem(lr,JSON.stringify(ya))}catch{}},200))}function tn(t,e){return`${t}_${e??1}`}async function dr(t,e){const a=cr(),o=tn(t,e);if(o in a)return a[o];if(en.has(o))return en.get(o);const r=qa();if(!r)return!1;const n=r(t,e);if(!n)return!1;const i=fetch(n,{method:"HEAD",signal:AbortSignal.timeout(8e3)}).then(l=>l.ok).catch(()=>!1).then(l=>(a[o]=l,O4(),en.delete(o),l));return en.set(o,i),i}function ji(t,e){const a=cr(),o=tn(t,e);return o in a?a[o]:void 0}async function Vu(t,e={}){const{force:a=!1,concurrency:o=16,onProgress:r}=e,n=cr(),i=a?Array.from(new Set(t)):Array.from(new Set(t)).filter(d=>!(tn(d)in n));let l=0;if(i.length>0){let d=0;const c=Array.from({length:Math.min(o,i.length)},async()=>{for(;d<i.length;){const p=d++,u=i[p],h=tn(u);if(!a&&h in n){l++,r?.(l,i.length);continue}try{await dr(u)}catch{}l++,r?.(l,i.length)}});await Promise.all(c)}try{typeof localStorage<"u"&&ya&&localStorage.setItem(lr,JSON.stringify(ya))}catch{}return{checked:i.length,cached:Object.keys(n).length,total:t.length}}function an(){const t=cr(),e=Object.values(t);return e.length===0?null:{total:e.length,exists:e.filter(Boolean).length}}function Gu(t){const e=cr();Object.assign(e,t);try{typeof localStorage<"u"&&localStorage.setItem(lr,JSON.stringify(e))}catch{}}function Hi(){ya={};try{typeof localStorage<"u"&&localStorage.removeItem(lr)}catch{}}const Qe=["\u3131","\u3132","\u3134","\u3137","\u3138","\u3139","\u3141","\u3142","\u3143","\u3145","\u3146","\u3147","\u3148","\u3149","\u314A","\u314B","\u314C","\u314D","\u314E"],vt=["\u314F","\u3150","\u3151","\u3152","\u3153","\u3154","\u3155","\u3156","\u3157","\u3158","\u3159","\u315A","\u315B","\u315C","\u315D","\u315E","\u315F","\u3160","\u3161","\u3162","\u3163"],kt=["","\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 Pe(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 Wi(){const t=new Map;return e=>{let a=t.get(e);return a||(a=[...e].map(o=>Pe(o)),t.set(e,a)),a}}function Ca(t,e,a=0){return String.fromCharCode(44032+(t*21+e)*28+a)}function Vi(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 n=Pe(t[r]),i=Pe(e[r]);if(!n||!i)return"random";if(n.cho===i.cho&&n.jung===i.jung&&n.jong===i.jong)continue;a++;const l=n.cho!==i.cho,d=n.jung!==i.jung,c=n.jong!==i.jong;(l?1:0)+(d?1:0)+(c?1:0)>1?o="multi":l?o="cho":d?o="jung":o="jong"}return a!==1?"random":o==="cho"?"cho":o==="jung"?"jung":o==="jong"?"jong":"random"}function Gi(t){const e=Pe(t[0]||"");return e?Qe[e.cho]:""}function qi(t){return[...t].map(e=>{const a=Pe(e);return a?Qe[a.cho]:e}).join("")}function Yi(t){return!!t&&[...t].every(e=>Qe.includes(e))}function qu(t,e){return e?Yi(e)?qi(t).includes(e):t.toLowerCase().includes(e.toLowerCase()):!0}function Ao(t,e){if(!e)return!0;const a=[...e],o=l=>Qe.includes(l),r=l=>vt.includes(l),n=a.map(l=>o(l)?"cho":r(l)?"jung":Pe(l)?"syl":"other");if(n.includes("other"))return t.includes(e);const i=[...t];for(let l=0;l+a.length<=i.length;l++){let d=!0;for(let c=0;c<a.length;c++){const p=i[l+c],u=n[c];if(u==="cho"){if(Gi(p)!==a[c]){d=!1;break}}else if(u==="jung"){const h=Pe(p);if(!h||vt[h.jung]!==a[c]){d=!1;break}}else{const h=Pe(a[c]);if(h&&h.jong===0){const m=Pe(p);if(!m||m.cho!==h.cho||m.jung!==h.jung){d=!1;break}}else if(p!==a[c]){d=!1;break}}}if(d)return!0}return!1}const No={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"]},Yu=Object.fromEntries(Object.entries(No).map(([t,e])=>[e.join(""),kt[Number(t)]]));function I4(t,e){if(!t||!e)return!1;for(const a of t){const o=Pe(a);if(o){if(Qe[o.cho]===e)return!0;if(o.jong>0){if(kt[o.jong]===e)return!0;const r=No[o.jong];if(r&&r.includes(e))return!0}}}return!1}function Uu(t,e){if(!t||!e)return!1;for(const a of t){const o=Pe(a);if(o&&Qe[o.cho]===e)return!0}return!1}function Ku(t,e){if(!t||!e)return!1;for(const a of t){const o=Pe(a);if(o&&vt[o.jung]===e)return!0}return!1}function Zu(t,e){if(!t||!e)return!1;for(const a of t){const o=Pe(a);if(!o||o.jong<=0)continue;if(kt[o.jong]===e)return!0;const r=No[o.jong];if(r&&r.includes(e))return!0}return!1}function Bo(t){if(!t)return 0;let e=0;for(const a of t)Pe(a)&&e++;return e}function Ui(t){if(!t)return!1;let e=!1;for(const a of t){const o=Pe(a);if(o&&(e=!0,o.jong>0))return!1}return e}function z4(t,e){if(t.jong<=0)return!1;if(e.includes(kt[t.jong]))return!0;const a=No[t.jong];return!!a&&a.some(o=>e.includes(o))}function Ki(t,e,a){if(!t)return!1;const o=[...t],r=n=>{const i=Pe(o[n]);if(!i||e.cho&&!e.cho.includes(Qe[i.cho])||e.jung&&!e.jung.includes(vt[i.jung]))return!1;if(e.jongNone){if(i.jong>0)return!1}else if(e.jong&&!z4(i,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 n=1;n<o.length-1;n++)if(r(n))return!0;return!1}for(let n=0;n<o.length;n++)if(r(n))return!0;return!1}function Zi(t){return t.includes(",")||t.includes("_")}function Xu(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 n=Yu[r];if(!n)return[{kind:"invalid"}];r=n}return[{kind:"template",cho:a,jung:o,jong:r||"_"}]}return[...t].map(e=>Pe(e)?{kind:"syllable",ch:e}:Qe.includes(e)?{kind:"cho",jamo:e}:vt.includes(e)?{kind:"jung",jamo:e}:{kind:"invalid"})}function F4(t,e){switch(e.kind){case"any":return!0;case"syllable":{const a=Pe(e.ch);if(!a)return t===e.ch;if(a.jong===0){const o=Pe(t);return!!o&&o.cho===a.cho&&o.jung===a.jung}return t===e.ch}case"cho":{const a=Pe(t);return!!a&&Qe[a.cho]===e.jamo}case"jung":{const a=Pe(t);return!!a&&vt[a.jung]===e.jamo}case"template":{const a=Pe(t);return!(!a||e.cho!=="_"&&Qe[a.cho]!==e.cho||e.jung!=="_"&&vt[a.jung]!==e.jung||e.jong!=="_"&&kt[a.jong]!==e.jong)}case"invalid":return!1}}function Xi(t,e){const a=e.split(",").flatMap(r=>Xu(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((n,i)=>F4(o[r+i],n)))return!0;return!1}function Ju(t){const e=t.split(",").flatMap(n=>Xu(n.trim())),a=new Set,o=new Set,r=new Set;for(const n of e)switch(n.kind){case"cho":a.add(n.jamo);break;case"jung":o.add(n.jamo);break;case"template":n.cho!=="_"&&a.add(n.cho),n.jung!=="_"&&o.add(n.jung),n.jong!=="_"&&r.add(n.jong);break;case"syllable":{const i=Pe(n.ch);i&&(a.add(Qe[i.cho]),o.add(vt[i.jung]),i.jong!==0&&r.add(kt[i.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 j4(t){return!!Pe(t)||Qe.includes(t)||vt.includes(t)}function Qu(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 n=r[0],i=r[1],l=r.slice(2).join(""),d=n===void 0||n==="_"||Qe.includes(n),c=i===void 0||i==="_"||vt.includes(i),p=l===""||l==="_"||kt.filter(Boolean).includes(l)||!!Yu[l];if(d&&c&&p)continue;return{ok:!1}}if(![...o].every(j4))return{ok:!1}}}return{ok:!0}}const H4={cho:Qe.length,jung:vt.length,jong:kt.length};function W4(t,e,a,o,r=1/0){if(!t||a<1)return[];const n=[...t].map(u=>Pe(u));if(n.some(u=>!u))return[];const i=n,l=i.length;if(a>l)return[];const d=H4[e],c=new Set,p=[];(function u(h,m){if(m.length===a){p.push([...m]);return}for(let b=h;b<l;b++)m.push(b),u(b+1,m),m.pop()})(0,[]);for(const u of p)if((function h(m,b){if(c.size>=r)return;if(m===u.length){const f=b.map(y=>Ca(y.cho,y.jung,y.jong)).join("");f!==t&&o.has(f)&&c.add(f);return}const g=u[m],v=i[g][e];for(let f=0;f<d;f++){if(f===v)continue;const y=b.slice();if(y[g]={...b[g],[e]:f},h(m+1,y),c.size>=r)return}})(0,i),c.size>=r)break;return[...c]}function V4(t,e){if(!t||!e||t.length!==e.length)return-1;let a=0;for(let o=0;o<t.length;o++){const r=Pe(t[o]),n=Pe(e[o]);if(!r||!n)return-1;r.cho!==n.cho&&a++,r.jung!==n.jung&&a++,r.jong!==n.jong&&a++}return a}function ep(t,e){const a=e.trim();if(!a||!/[^\s,_]/.test(a))return t;if(Zi(a))return t.filter(i=>Xi(i.word,a));const o=t.filter(i=>Ao(i.word,a)||Ao(i.pronunciation??"",a)),r=[...a].length,n=i=>!!i&&Ao(i.slice(0,r),a);return o.map(i=>({w:i,rank:n(i.word)||n(i.pronunciation??"")?0:1})).sort((i,l)=>i.rank-l.rank).map(i=>i.w)}const Ji="word_pair_index_v2",Qi="word_pair_index_sig_v2";let _a=null,ur=null;function tp(){try{if(typeof localStorage>"u")return null;const t=localStorage.getItem(Ji),e=localStorage.getItem(Qi);return!t||!e?null:{index:JSON.parse(t),sig:e}}catch{return null}}function G4(t,e){try{if(typeof localStorage>"u")return;localStorage.setItem(Ji,JSON.stringify(t)),localStorage.setItem(Qi,e)}catch{}}function q4(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 Y4(t,e){const a=new Set,o=[];for(const c of t){if(!c.word||a.has(c.word))continue;const p=c.pron||c.word,u=Array.from(p).map(Pe);u.some(h=>h===null)||u.length===Array.from(c.word).length&&(a.add(c.word),o.push({word:c.word,syls:u}))}const r={},n=o.length,i=new Map;for(const c of o){const p=c.syls.length;i.has(p)||i.set(p,[]),i.get(p).push(c)}let l=0;const d=["cho","jung","jong"];for(const c of i.values()){const p=c[0].syls.length;for(let u=0;u<p;u++)for(const h of d){const m=new Map;for(const b of c){let g="";for(let f=0;f<p;f++){f>0&&(g+="~");const y=b.syls[f];f===u?h==="cho"?g+=`*:${y.jung}:${y.jong}`:h==="jung"?g+=`${y.cho}:*:${y.jong}`:g+=`${y.cho}:${y.jung}:*`:g+=`${y.cho}:${y.jung}:${y.jong}`}let v=m.get(g);v||(v=[],m.set(g,v)),v.push(b)}for(const b of m.values())if(!(b.length<2))for(let g=0;g<b.length;g++){const v=b[g];for(let f=g+1;f<b.length;f++){const y=b[f];v.syls[u][h]!==y.syls[u][h]&&(r[v.word]||(r[v.word]={cho:[],jung:[],jong:[]}),r[y.word]||(r[y.word]={cho:[],jung:[],jong:[]}),r[v.word][h].push(y.word),r[y.word][h].push(v.word))}}}l+=c.length,e?.(l,n),await new Promise(u=>setTimeout(u,0))}return n>0&&e?.(n,n),r}async function ap(t,e={}){const a=q4(t);if(!e.force){if(_a&&ur===a)return _a;const r=tp();if(r&&r.sig===a)return _a=r.index,ur=a,_a}const o=await Y4(t,e.onProgress);return _a=o,ur=a,G4(o,a),o}function lo(){if(_a)return _a;const t=tp();return t?(_a=t.index,ur=t.sig,_a):null}function es(){_a=null,ur=null;try{typeof localStorage<"u"&&(localStorage.removeItem(Ji),localStorage.removeItem(Qi))}catch{}}const ts={cho:Qe,jung:vt,jong:kt},St=t=>Array.isArray(t)?t.length>0:!!t;function pr(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&&Qe[o.cho]==="\u3147"!=(Qe[r.cho]==="\u3147")||o.jong!==r.jong&&o.jong===0!=(r.jong===0)))return!0}return!1}function as(t,e,a){const o=a.pronOf(t),r=a.decompOf,n=a.sameStructureOnly&&r?r(o):null,i=[];for(const l of e)l!==t&&(a.okSet&&!a.okSet.has(l)||a.pronOf(l)!==o&&(n&&r&&pr(n,r(a.pronOf(l)))||i.push(l)));return i}function on(t,e,a){const o=e?.[t];if(!o)return[];const r=a.kind?o[a.kind]??[]:[...o.cho??[],...o.jung??[],...o.jong??[]];return as(t,r,a)}function os(t,e,a,o,r,n,i){const l=["cho","jung","jong"].filter(h=>St(t[h])),d={};for(const h of l){const m=t[h];d[h]=new Set(Array.isArray(m)?m:[m])}const c=r==="pron",p=new Map;for(const h of e){const m=a(n(h));if(m.some(f=>!f))continue;let b=m;if(!c&&(b=a(h),b.length!==m.length||b.some(f=>!f)))continue;const g=m.length,v=p.get(g);v?v.push({w:h,dPron:m,dPos:b}):p.set(g,[{w:h,dPron:m,dPos:b}])}const u=new Map;for(const[h,m]of p){const b=new Map,g=(v,f)=>{const y=v.dPos[f];return y!=null&&l.every(_=>d[_].has(ts[_][y[_]]))};for(const v of m){let f;if(i==="head")f=g(v,0)?0:-1;else if(i==="tail")f=g(v,h-1)?h-1:-1;else if(i==="mid"){f=-1;for(let _=1;_<h-1;_++)if(g(v,_)){f=_;break}}else f=v.dPos.findIndex(_=>_!=null&&l.every(C=>d[C].has(ts[C][_[C]])));if(f<0)continue;const y=b.get(f);y?y.push(v):b.set(f,[v])}for(const[v,f]of b){const y=new Set(l.map(A=>v+":"+A)),_=A=>{let w="";for(let S=0;S<h;S++){const E=A[S];for(const N of["cho","jung","jong"])w+=(y.has(S+":"+N)?"*":E[N])+"."}return w},C=new Map;for(const A of m){const w=_(A.dPron),S=C.get(w);S?S.push(A):C.set(w,[A])}for(const A of f){const w=C.get(_(A.dPron))??[],S=[];for(const E of w){if(E.w===A.w)continue;let N=!0;for(const B of l){const j=A.dPron[v][B],M=E.dPron[v][B];if(M===j){N=!1;break}if(c&&d[B].has(ts[B][M])){N=!1;break}}N&&(o&&pr(A.dPron,E.dPron)||S.push(E.w))}u.set(A.w,S)}}}return u}const rn=0,op=1,co=2,rs=3,U4=4,nn=5,ns=6,sn=7,K4=8,rp=9,hr=10,Z4=11,mr=12,X4=13,gr=14,ln=15,cn=16,br=17,J4=18,wa=0,Ea=1,Q4=3,uo=4,is=5,ss=6,xa=7,Mt=8,np=9,ip=10,dn=11,sp=12,ls=13,un=15,pn=16,La=17,lp=18,cs=21,cp=27,e5=20,t5={1:rn,2:op,4:co,7:rs,8:nn,16:ns,17:sn,19:rp,20:hr,22:mr,23:gr,24:ln,25:cn,26:br},a5={[Q4]:[Ea,hr],[is]:[uo,mr],[np]:[Mt,rn],[ip]:[Mt,ns],[dn]:[Mt,sn],[sp]:[Mt,hr],[ls]:[Mt,cn],14:[Mt,br],[lp]:[La,hr]},o5={[ss]:co,[un]:nn},ds={2:Ea,24:Ea,3:Ea,9:Ea,5:uo,6:uo,19:xa,20:xa,22:xa,23:xa,25:xa,27:xa,11:Mt,12:Mt,13:Mt,15:Mt,10:pn,14:La,18:La,26:La},dp={[rn]:ln,[rs]:cn,[sn]:br,[mr]:gr},up={[rn]:op,[rs]:U4,[sn]:K4,[rp]:hr,[mr]:X4},r5=new Set([is,ip,dn,sp,ls,un,lp]),n5=new Set(["\uBC1F"]);function pp(t){const e=(t??"").trim();if(!e)return"";const a=[...e],o=a.map(Pe);if(o.some(n=>n===null))return e;const r=o;for(let n=0;n<r.length;n++){const i=r[n],l=r[n+1],d=i.jong;if(!l){i.jong=ds[i.jong]??i.jong;break}if(i.jong===wa)continue;if(l.cho===Z4){if(l.jung===e5){if(i.jong===xa){i.jong=wa,l.cho=mr;continue}if(i.jong===25){i.jong=wa,l.cho=gr;continue}if(i.jong===ls){i.jong=Mt,l.cho=gr;continue}}if(i.jong===cp){i.jong=wa;continue}const p=o5[i.jong];if(p!==void 0){i.jong=wa,l.cho=p;continue}const u=a5[i.jong];if(u){i.jong=u[0],l.cho=u[1];continue}const h=t5[i.jong];h!==void 0&&(i.jong=wa,l.cho=h);continue}if((i.jong===cp||i.jong===ss||i.jong===un)&&dp[l.cho]!==void 0){l.cho=dp[l.cho],i.jong=i.jong===ss?uo:i.jong===un?Mt:wa;continue}if(l.cho===J4){if(i.jong===is){i.jong=uo,l.cho=gr;continue}if(i.jong===np){i.jong=Mt,l.cho=ln;continue}if(i.jong===dn){i.jong=Mt,l.cho=br;continue}const p=ds[i.jong]??i.jong;if(p===Ea){i.jong=wa,l.cho=ln;continue}if(p===xa){i.jong=wa,l.cho=cn;continue}if(p===La){i.jong=wa,l.cho=br;continue}}let c=ds[i.jong]??i.jong;d===dn&&n5.has(a[n])&&(c=La),i.jong=c,up[l.cho]!==void 0&&(c===Ea||c===xa||c===La||r5.has(d))&&(l.cho=up[l.cho]),(l.cho===co||l.cho===ns)&&(i.jong===Ea?i.jong=cs:i.jong===xa?i.jong=uo:i.jong===La&&(i.jong=pn)),l.cho===nn?i.jong===uo?i.jong=Mt:i.jong===pn||i.jong===cs?l.cho=co:i.jong===Ea?(i.jong=cs,l.cho=co):i.jong===La&&(i.jong=pn,l.cho=co):i.jong===Mt&&l.cho===co&&(l.cho=nn)}return r.map(n=>Ca(n.cho,n.jung,n.jong)).join("")}const i5={\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"},s5={\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 hn(t){return i5[t]??t}const To=/[ㄱ-ㅎ]/,l5=/[ㅏ-ㅣ]/;function fr(t){for(let e=t.length-1;e>=0;e--){const a=t[e],o=a.charCodeAt(0);if(o>=44032&&o<=55203||To.test(a)||l5.test(a))return a}return null}function us(t){const e=fr(t);if(!e)return"\uAC00";const a=e.charCodeAt(0);return a>=44032&&a<=55203?(a-44032)%28!==0?"\uC774":"\uAC00":To.test(e)?"\uC774":"\uAC00"}function ps(t){return`${t}${us(t)}`}function hs(t){const e=fr(t);if(!e)return"\uB97C";const a=e.charCodeAt(0);return a>=44032&&a<=55203?(a-44032)%28!==0?"\uC744":"\uB97C":To.test(e)?"\uC744":"\uB97C"}function ms(t){return`${t}${hs(t)}`}function gs(t){const e=fr(t);if(!e)return"\uB294";const a=e.charCodeAt(0);return a>=44032&&a<=55203?(a-44032)%28!==0?"\uC740":"\uB294":To.test(e)?"\uC740":"\uB294"}function hp(t){return`${t}${gs(t)}`}function bs(t){const e=fr(t);if(!e)return"\uC640";const a=e.charCodeAt(0);return a>=44032&&a<=55203?(a-44032)%28!==0?"\uACFC":"\uC640":To.test(e)?"\uACFC":"\uC640"}function mp(t){return`${t}${bs(t)}`}function fs(t){const e=fr(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":To.test(e)?"\uC73C\uB85C":"\uB85C"}function gp(t){return`${t}${fs(t)}`}function vs(t,e,a){const o=t.slice(),[r]=o.splice(e,1);return o.splice(a,0,r),o}function qe(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 sa(t,e,a=Math.random){return!Array.isArray(t)||t.length===0||e<=0?[]:e>=t.length?qe(t,a):qe(t,a).slice(0,e)}const Do={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 c5(t){const e=t?Do[t]?.group:void 0;return e==="synthesis"||e==="deletion"||e==="substitution"?e:null}const d5=Qe.indexOf("\u3147"),mn={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!==d5},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}},u5=new Set([]);function bp(t){return t in mn}function fp(t,e){const a=mn[t];if(!a)return!0;const o=[...e];if(o.length!==a.syllables)return!1;const r=Pe(o[0]);return!!r&&a.syllable(r)}function vp(t){return u5.has(t)}function p5(t){const e=t.charCodeAt((t.length||1)-1)||0;return e<44032||e>55203||(e-44032)%28===0?"\uC640":"\uACFC"}function ys(t){const e=t.charCodeAt((t.length||1)-1)||0;return e<44032||e>55203||(e-44032)%28===0?"\uB97C":"\uC744"}function yp(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 Cp(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 _p={\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 wp(t){if([...t].length!==1)return[t];const e=Pe(t);if(!e)return[t];const a=[Qe[e.cho],vt[e.jung]];return e.jong!==0&&a.push(kt[e.jong]),a}function Cs(t,e=!1){const a=t.filter(Boolean);if(a.length<2)return"";const o=l=>_p[l]??l,r=a.slice(0,-1).map(l=>`"${l}"${p5(o(l))}`).join(" "),n=a[a.length-1],i=`"${n}"${ys(o(n))}`;return`${r} ${i} \uD569\uCE58\uBA74 \uC5B4\uB5A4 ${e?"\uC18C\uB9AC":"\uB2E8\uC5B4"}\uAC00 \uB418\uB098\uC694?`}function h5(t,e){return Cs(e,t==="MERGE_2_PHONEMES"||t==="MERGE_3_PHONEMES")}function m5(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}"${ys(a)} "${r}"${yp(r)} \uBC14\uAFB8\uBA74 \uBB34\uC5C7\uC774 \uB418\uB098\uC694?`:`"${a}"\uC5D0\uC11C "${o}"${ys(o)} "${r}"${yp(r)} \uBC14\uAFB8\uBA74 \uBB34\uC5C7\uC774 \uB418\uB098\uC694?`}function g5(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}"${Cp(r)} \uC5C6\uC5B4\uC9C0\uBA74 \uC5B4\uB5A4 \uC18C\uB9AC\uAC00 \uB418\uB098\uC694?`}return`"${a}"\uC5D0\uC11C "${o}"${Cp(o)} \uC5C6\uC5B4\uC9C0\uBA74 \uC5B4\uB5A4 \uB9D0\uC774 \uB418\uB098\uC694?`}function xp(t,e,a){switch(c5(t)){case"synthesis":return h5(t,a);case"substitution":return m5(t,e);case"deletion":return g5(t,e);default:return""}}function kp(t){return t.replace(/"([ㄱ-ㅣ])"(으로|와|과|을|를|이|가|은|는|로)?/g,(e,a,o)=>{const r=_p[a];if(!r)return e;if(!o)return`"${r}"`;const n=(r.charCodeAt(r.length-1)-44032)%28,i=n!==0;let l=o;return o==="\uC640"||o==="\uACFC"?l=i?"\uACFC":"\uC640":o==="\uC744"||o==="\uB97C"?l=i?"\uC744":"\uB97C":o==="\uC774"||o==="\uAC00"?l=i?"\uC774":"\uAC00":o==="\uC740"||o==="\uB294"?l=i?"\uC740":"\uB294":(o==="\uC73C\uB85C"||o==="\uB85C")&&(l=n===0||n===8?"\uB85C":"\uC73C\uB85C"),`"${r}"${l}`})}const b5=t=>t==null?[]:Array.isArray(t)?t:[t];function _s(t){if([...t].length!==1)return"";const e=Pe(t);if(!e)return"";const a=hn(kt[e.jong]),o=a===""?0:kt.indexOf(a);return Ca(e.cho,e.jung,o<0?0:o)}function gn(t,e){return e.get(t)||_s(t)||t}function vr(t){return t?St(t.cho)?"cho":St(t.jung)?"jung":St(t.jong)?"jong":null:null}function Ya(t,e){const a=(o,r)=>!St(o)||b5(o).includes(r);return a(e.cho,Qe[t.cho])&&a(e.jung,vt[t.jung])&&a(e.jong,kt[t.jong])}function po(t,e,a){const o=[...t];if(a!=="pron")return o.map(n=>Pe(n));const r=[...e.get(t)||t];return r.length!==o.length?o.map(n=>Pe(n)):r.map(n=>Pe(n))}function ho(t,e,a,o,r){const n=e==="cho"?Qe:e==="jung"?vt:kt,i=t[e],l=[],d=new Set([gn(a,r)]),c=qe(n.map((p,u)=>u).filter(p=>p!==i&&(e!=="cho"||n[p]!=="\u3147")&&(e!=="jong"||p!==0)));for(const p of c){if(l.length>=o)break;const u=e==="cho"?Ca(p,t.jung,t.jong):e==="jung"?Ca(t.cho,p,t.jong):Ca(t.cho,t.jung,p),h=gn(u,r);d.has(h)||(d.add(h),l.push(u))}return l}function ws(t,e,a,o,r,n=null){const i=[...t];if(i.length!==2)return null;const l=i.map(u=>Pe(u));if(l.some(u=>!u))return null;const d=po(t,a,o);if(d.some(u=>!u))return null;const c=vr(e);let p=c&&e?d.map((u,h)=>Ya(u,e)?h:-1).filter(u=>u>=0):[0,1];if(n!=null&&(p=p.filter(u=>u!==n)),!p.length)return null;for(const u of qe(p)){const h=i[u];if(!r.has(h))continue;const m=ho(l[u],c??"cho",h,40,a),b=[];for(const g of m)if(g!==h&&r.has(g)&&!b.includes(g)&&b.push(g),b.length>=2)break;if(!(b.length<2))return{question:t,distractors:[h,...b]}}return null}function xs(t,e,a,o,r,n=null){const i=[...t];if(i.length!==3)return null;const l=i.map(u=>Pe(u));if(l.some(u=>!u))return null;const d=po(t,a,o);if(d.some(u=>!u))return null;const c=vr(e),p=c&&e?d.map((u,h)=>Ya(u,e)?h:-1).filter(u=>u>=0):[0,1,2];if(!p.length)return null;for(const u of qe(p))for(const h of qe([0,1,2].filter(m=>m!==u&&(n==null||m===n)))){const m=[0,1,2].filter(y=>y!==h),b=m.map(y=>i[y]).join("");if(!r.has(b))continue;const g=m.indexOf(u),v=ho(l[u],c??"cho",i[u],40,a),f=[];for(const y of v){const _=m.map(A=>i[A]);_[g]=y;const C=_.join("");if(C!==b&&r.has(C)&&!f.includes(C)&&f.push(C),f.length>=2)break}if(!(f.length<2))return{question:t,distractors:[b,...f]}}return null}function ks(t,e,a,o,r,n=null){const i=[...t],l=i.length;if(l<2)return null;const d=[];for(let p=1;p<=l-1;p++)d.push({remain:i.slice(0,p).join(""),dropped:i.slice(p).join(""),droppedEnd:1}),d.push({remain:i.slice(l-p).join(""),dropped:i.slice(0,l-p).join(""),droppedEnd:0});const c=vr(e);for(const{remain:p,dropped:u,droppedEnd:h}of qe(d)){if(n!=null&&h!==n||p===t||!r.has(p)||!r.has(u))continue;const m=[...p],b=m.map(f=>Pe(f));if(b.some(f=>!f))continue;const g=po(p,a,o);if(g.some(f=>!f))continue;const v=c&&e?g.map((f,y)=>Ya(f,e)?y:-1).filter(f=>f>=0):m.map((f,y)=>y);if(v.length)for(const f of qe(v)){const y=ho(b[f],c??"cho",m[f],40,a),_=[];for(const C of y){const A=[...m];A[f]=C;const w=A.join("");if(w!==p&&r.has(w)&&!_.includes(w)&&_.push(w),_.length>=2)break}if(_.length>=2)return{question:t,distractors:[p,..._]}}}return null}function Ss(t,e,a,o,r,n=null){if([...t].length!==1)return null;const i=Pe(a.get(t)||t);if(!i||i.jong===0)return null;const l=Ca(i.cho,i.jung,0),d=ho({cho:i.cho,jung:i.jung,jong:0},"cho",l,2,a);return d.length<2?null:{question:t,distractors:[l,...d]}}const As=Qe.indexOf("\u3147");function Ns(t,e,a,o,r,n=null){if([...t].length!==1)return null;const i=Pe(a.get(t)||t);if(!i||i.jong!==0||i.cho===As)return null;const l=Ca(As,i.jung,0),d=ho({cho:As,jung:i.jung,jong:0},"jung",l,2,a);return d.length<2?null:{question:t,distractors:[l,...d]}}function Bs(t){const e=new Map;for(const a of t){const o=[...a],r=o.length;if(!(r<2||r>3))for(let n=0;n<r;n++){let i=r+"|"+n+"|";for(let d=0;d<r;d++)i+=d===n?"*":o[d];const l=e.get(i);l?l.push(a):e.set(i,[a])}}return e}function Ts(t,e,a,o,r,n=null,i=null,l=2){const d=[...t],c=d.length;if(c<2||c>3)return null;const p=d.map(y=>Pe(y));if(p.some(y=>!y))return null;const u=po(t,a,o);if(u.some(y=>!y))return null;const h=y=>a.get(y)??y,m=h(t),b=!!e&&(St(e.cho)||St(e.jung)||St(e.jong)),g=!!i&&(St(i.cho)||St(i.jung)||St(i.jong)),v=y=>{let _=c+"|"+y+"|";for(let C=0;C<c;C++)_+=C===y?"*":d[C];return _};let f;if(n!=null){if(n>=c||b&&!Ya(u[n],e))return null;f=[n]}else b?f=u.map((y,_)=>Ya(y,e)?_:-1).filter(y=>y>=0):f=Array.from({length:c},(y,_)=>_);for(const y of qe(f)){const _=r.get(v(y))??[],C=[],A=[];for(const B of _){if(B===t)continue;const j=[...B].map(L=>Pe(L)),M=p[y],k=j[y];if(!M||!k)continue;let D=0;if(M.cho!==k.cho&&D++,M.jung!==k.jung&&D++,M.jong!==k.jong&&D++,!(D<l||h(B)===m))if(g){const L=po(B,a,o)[y];L&&Ya(L,i)?C.push(B):A.push(B)}else C.push(B)}if(!C.length)continue;const w=qe(C)[0],S=[],E=new Set([m,h(w)]),N=g?A:C.filter(B=>B!==w);for(const B of qe(N)){const j=h(B);if(!E.has(j)&&(E.add(j),S.push(B),S.length>=2))break}if(!g&&S.length<2)for(const B of qe(_)){if(B===t||B===w)continue;const j=h(B);if(!E.has(j)&&(E.add(j),S.push(B),S.length>=2))break}if(!(S.length<2))return{question:t,distractors:[w,...S]}}return null}function bn(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 Ds="\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 Es(t){return t?/failed to fetch|load failed|networkerror|network request failed|fetcherror/i.test(t):!1}function Sp(t){return Es(t)?Ds:t}function Ap(t,e){return t==="id"?void 0:`${t}|${e?"asc":"desc"}`}function Np(t){const[e,a]=t.split("|");return{key:e,asc:a==="asc"}}function Bp(t){let e=t==null?"":String(t);return/^[=+\-@\t\r]/.test(e)&&(e=" "+e),/[",\n\r]/.test(e)?`"${e.replaceAll('"','""')}"`:e}function Tp(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 Dp="__ihab_core_word_pool__";function f5(){typeof window<"u"&&window.dispatchEvent(new CustomEvent("wordpool:update"))}function Ep(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[Dp]=o,f5()}function Eo(){return globalThis[Dp]??null}const Lo=globalThis;function Ls(t,e){const a=o=>{import.meta.env?.DEV&&console.warn(`[trainingLogger:${t}]`,o)};try{const o=e();o&&typeof o.catch=="function"&&o.catch(a)}catch(o){a(o)}}function Lp(t){Lo.__ihabTrainingTimeLogger=t}function Ms(t){Ls("time",()=>Lo.__ihabTrainingTimeLogger?.(t))}function Mp(t){Lo.__ihabTrainingCompletionLogger=t}function Ps(t){Ls("completion",()=>Lo.__ihabTrainingCompletionLogger?.(t))}function Pp(t){Lo.__ihabCrosswordLogger=t}function $p(t){Ls("crossword",()=>Lo.__ihabCrosswordLogger?.(t))}function la(t){return typeof t=="string"?t.trim()||null:typeof t=="number"?String(t):null}function $s(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 Rs(t){return Array.isArray(t)?t.map((e,a)=>{const o=e??{};return{index:a,itemId:la(o.contextCode)??la(o.itemId)??la(o.itemCode)??la(o.id),question:la(o.question)??la(o.sentence)??la(o.word)??la(o.targetSyllable),answer:la(o.answer),selected:la(o.selectedText)??la(o.selected),correct:$s(o)}}):[]}function Rp(t){return t.filter(e=>e.correct===!1)}let Op=null,Ip=null,zp=null;function Fp(t){Op=t}function jp(t){Ip=t}function Hp(t){zp=t}async function Wp(t,e){try{return await Op?.(t,e)??null}catch{return null}}async function Vp(){try{return await Ip?.()??null}catch{return null}}async function Gp(t,e){try{return await zp?.(t,e)??null}catch{return null}}const Os=globalThis;function qp(t){Os.__ihabNoiseSettingsStore=t}async function Is(){try{return await Os.__ihabNoiseSettingsStore?.load()??null}catch(t){return import.meta.env?.DEV&&console.warn("[noiseSettingsStore] load",t),null}}function zs(t){const e=a=>{import.meta.env?.DEV&&console.warn("[noiseSettingsStore] save",a)};try{const a=Os.__ihabNoiseSettingsStore?.save(t);a&&typeof a.catch=="function"&&a.catch(e)}catch(a){e(a)}}function yr(t){const e=new TextEncoder().encode(String(t));let a="";return e.forEach(o=>{a+=o.toString(16).padStart(2,"0")}),a}const Yp=yr;function Up(t,e){return`${t}/${yr(e)}.mp3`}function Kp(t={}){const e=t.storagePrefix??"audio-cache",a=t.voice??"ko-f",o=typeof t.speed=="number"?t.speed:1,r=t.filenameSanitizer??yr;return async function(n){const i=String(n||"").trim();if(!i)return"";const l=`${r(i)}_${a}.mp3`,d=`${e}/${l}`;try{if(await Pi(d)){const c=await or(d);if(c)return c}}catch{}if(t.generator)try{const c=await t.generator(i,d,t);if(c)return c}catch{}try{const c=`/api/tts?word=${encodeURIComponent(i)}&voice=${encodeURIComponent(a)}&speed=${encodeURIComponent(String(o))}`;return await fetch(c,{method:"GET"}),`/audio-cache/${l}`}catch{return`/audio-cache/${l}`}}}async function Fs(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 Mo="Asia/Seoul";function Zp(t){return new Date(t).toLocaleDateString("ko-KR",{timeZone:Mo,year:"numeric",month:"short",day:"numeric"})}function Xp(t){return new Date(t).toLocaleString("ko-KR",{timeZone:Mo,year:"numeric",month:"long",day:"numeric",hour:"2-digit",minute:"2-digit"})}function Jp(t,e){const a=e.startsWith("ko")?"ko-KR":"en-US";return new Date(t).toLocaleDateString(a,{timeZone:Mo,year:"numeric",month:"short",day:"numeric"})}function Qp(t,e){const a=e.startsWith("ko")?"ko-KR":"en-US";return new Date(t).toLocaleString(a,{timeZone:Mo,year:"numeric",month:"long",day:"numeric",hour:"2-digit",minute:"2-digit"})}function eh(t){return new Date(t).toLocaleString("ko-KR",{timeZone:Mo,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"})}function th(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:Mo,hour:"2-digit",minute:"2-digit",hour12:!1}).format(e)}function fn(){return Ma(new Date)}function Ma(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 vn(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),n=Math.floor(r/60),i=Math.floor(n/24),l=Math.floor(i/7),d=Math.floor(i/30),c=Math.floor(i/365);return r<1?e("store.time.justNow","\uBC29\uAE08 \uC804"):r<60?e("store.time.minutesAgo",{n:r}):n<24?e("store.time.hoursAgo",{n}):i<7?e("store.time.daysAgo",{n:i}):l<5?e("store.time.weeksAgo",{n:l}):i<365?e("store.time.monthsAgo",{n:Math.min(d,11)}):e("store.time.yearsAgo",{n:c})}function yn(t,e={}){const{sep:a=".",pad:o=!0,trailingDot:r=!1,fallback:n="\u2014"}=e;if(!t)return n;const i=Ma(t instanceof Date?t:String(t));if(!i)return n;const[l,d,c]=i.split("-"),p=o?d:String(Number(d)),u=o?c:String(Number(c));return`${l}${a}${p}${a}${u}${r?".":""}`}function ah(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 oh(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:Ma(e).replace(/-/g,".")}}}function rh(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 Cn(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]),n=a[1].padStart(2,"0");return r===0?e("date.timeH",{h:o,hh:n,mm:a[2]}):e("date.timeHM",{h:o,hh:n,m:r,mm:a[2]})}function _r(t){return(t??0).toLocaleString("ko-KR")}const v5=[{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"}]}],y5=[{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 js=null;function nh(t){js=t}function _n(){return js?.topicTypes??v5}function Hs(){return js?.trainingTypes??y5}const ih="ihab_theme",C5="light";function Ws(){try{const t=localStorage.getItem(ih);if(t==="light"||t==="dark"||t==="auto")return t}catch{}return C5}function Vs(t){try{document.documentElement.setAttribute("data-theme",t),localStorage.setItem(ih,t)}catch{}}function sh(){Vs(Ws())}const lh="ihab_font_scale",_5="medium",w5=["medium","large1","large2","large3"];function Gs(){try{const t=localStorage.getItem(lh);if(w5.includes(t))return t}catch{}return _5}function qs(t){try{document.documentElement.setAttribute("data-font-scale",t),localStorage.setItem(lh,t)}catch{}}function ch(){qs(Gs())}const Ua=[],Ka=[],Za=[],Xa=[],wr={LISTEN_IN_NOISE:[],SHORT_STORY:[],LONG_STORY:[],ORDERING_SENTENCE:[]},xr={LISTEN_IN_NOISE:[],SHORT_STORY:[],LONG_STORY:[],ORDERING_SENTENCE:[]},x5={LISTEN_IN_NOISE:3,SHORT_STORY:2,LONG_STORY:1,ORDERING_SENTENCE:2};let Ys=null,dh=null,Ja=null;function Us({counts:t,forceRefresh:e}={}){const a=Object.assign({},x5,t||{}),o=fn(),r=Ma(new Date(`${o}T00:00:00+09:00`).getTime()-864e5),n=JSON.stringify(a);if(!e&&dh===o&&Ys===n&&Ja)return Object.assign(wr,Ja.today),Object.assign(xr,Ja.yesterday?.selection||{LISTEN_IN_NOISE:[],SHORT_STORY:[],LONG_STORY:[],ORDERING_SENTENCE:[]}),{today:wr,yesterday:xr};const i={LISTEN_IN_NOISE:sa(Ua,Math.max(0,Number(a.LISTEN_IN_NOISE)||0)),SHORT_STORY:sa(Ka,Math.max(0,Number(a.SHORT_STORY)||0)),LONG_STORY:sa(Za,Math.max(0,Number(a.LONG_STORY)||0)),ORDERING_SENTENCE:sa(Xa,Math.max(0,Number(a.ORDERING_SENTENCE)||0))};let l=null;return Ja&&Ys===n&&Ja.yesterday&&Ja.yesterday.date===r&&(l=Ja.yesterday.selection),l||(l={LISTEN_IN_NOISE:sa(Ua,Math.max(0,Number(a.LISTEN_IN_NOISE)||0)),SHORT_STORY:sa(Ka,Math.max(0,Number(a.SHORT_STORY)||0)),LONG_STORY:sa(Za,Math.max(0,Number(a.LONG_STORY)||0)),ORDERING_SENTENCE:sa(Xa,Math.max(0,Number(a.ORDERING_SENTENCE)||0))}),Object.assign(wr,i),Object.assign(xr,l),dh=o,Ys=n,Ja={today:i,yesterday:{date:r,countsKey:n,selection:l}},{today:wr,yesterday:xr}}function uh(){return{today:wr,yesterday:xr}}function Ks(){return{LISTEN_IN_NOISE:Ua,SHORT_STORY:Ka,LONG_STORY:Za,ORDERING_SENTENCE:Xa}}let Zs=!1,kr=null;async function k5(){try{const t=import.meta&&import.meta.env&&import.meta.env.BASE_URL||"/",e=await fetch(`${t}data/allTrainingData.json`);return e.ok?await e.json():null}catch{return null}}async function Xs(){if(!Zs)return kr||(kr=(async()=>{const t=await k5();if(!t){kr=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,n=String(r.training_type||e),i=String(r.category_main_code||r.category_main||r.category_0||""),l=String(r.category_sub_code||r.category_sub||r.category_1||""),d=Object.assign({},r,{training_type:n,category_0:i,category_1:l});n==="LISTEN_IN_NOISE"?Ua.push(d):n==="SHORT_STORY"?Ka.push(d):n==="LONG_STORY"?Za.push(d):n==="ORDERING_SENTENCE"&&Xa.push(d)}}}catch{kr=null;try{window.dispatchEvent(new Event("speechear.data.error"))}catch{}return}try{window.dispatchEvent(new Event("speechear.data.updated"))}catch{}try{Us()}catch{}Zs=!0})(),kr)}function ph(){return Zs}async function Js(t=3e3){const e=Xs();return Promise.race([e,new Promise(a=>setTimeout(a,t))])}const wn=[{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."}],hh=[{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"}]}],Qs={LISTEN_IN_NOISE:"listenInNoise",SHORT_STORY:"shortStory",LONG_STORY:"longStory",ORDERING_SENTENCE:"orderingSentence"};function S5(t){return wn.map(e=>{const a=Qs[e.key];return a?{...e,label:t(`trainingType.${a}.title`),desc:t(`trainingType.${a}.desc`)}:e})}let xn=null,mh=null,gh=null;function A5(){const t=Eo();if(t&&t.entries.length>0){const e=lo();if(xn&&mh===t&&gh===e)return xn;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 xn=o,mh=t,gh=e,xn}return[]}const ca=new Proxy([],{get(t,e){const a=A5(),o=a[e];return typeof o=="function"?o.bind(a):o}});function kn(t){return t.length?t[Math.floor(Math.random()*t.length)]:void 0}function da(t,e){if(e>=t.length)return qe(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)),n=a[o];a[o]=a[r],a[r]=n}return a.slice(0,e)}let el=null,bh=null;function mo(){const t=Eo();if(el&&bh===t)return el;const e=new Map;for(const a of ca)a.w&&e.set(a.w,a.pron);return el=e,bh=t,e}function Zt(t){return mo().get(t)||t}function tl(t,e,a=new Set){const o=[];for(const r of qe(t)){if(o.length>=e)break;const n=Zt(r);a.has(n)||(a.add(n),o.push(r))}return o}let N5=0;function Pt(t){return`${t}-rt-${++N5}`}function Sr(t){const e=an();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)ji(o)===!0&&a.add(o);return a}const Sn=new Map;let fh=null,vh=null;function Ar(t){return t==null?"":Array.isArray(t)?t.slice().sort().join(","):t}function yh(t){const e=Ar(t.choseong),a=t.composition,o=a?.syllable==null?"":Array.isArray(a.syllable)?a.syllable.slice().sort().join(","):String(a.syllable),r=a?`${Ar(a.cho)}/${Ar(a.jung)}/${Ar(a.jong)}/${a.jongNone?"N":""}/${o}`:"",n=Ar(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${n}|t${t.targetSyllable??""}|c${t.choicesPerItem??""}`}async function Xt(t){const e=Eo(),a=lo();(e!==fh||a!==vh)&&(Sn.clear(),fh=e,vh=a);const o=yh(t);return Sn.has(o)||Sn.set(o,T5(t)),Sn.get(o)}function B5(t){if(!t)return null;const e=i=>i==null?null:Array.isArray(i)?i.length?i:null:[i],a=e(t.cho),o=e(t.jung),r=!!t.jongNone,n=r?null:e(t.jong);return a||o||n||r?r&&!a&&!o&&!n?i=>Ui(i):i=>Ki(i,{cho:a,jung:o,jong:n,jongNone:r}):null}async function T5(t){const{difficulty:e=null,choseong:a=null,composition:o=null,targetSyllable:r=null,excludeNoImage:n=!1}=t,i=t.grade&&t.grade.length>0?new Set(t.grade):null,l=t.sameStructureOnly??!0,d=t.phonemeView==="pron"?"pron":"char",c=Math.max(1,t.contrastCount??1),p=e==="cho"||e==="jung"||e==="jong",u=p&&c>=2,h=e==="count",m=a?new Set(Array.isArray(a)?a:[a]):null,b=o?.syllable!=null?new Set(Array.isArray(o.syllable)?o.syllable:[o.syllable]):null,g=o?[B5(o),b?$=>b.has(Bo($)):null].filter($=>$!=null):[],v=e==="random"||e===null,f=v||h,y=v||u||h;let _=ca.filter($=>!$.w||i&&(!$.grade||!i.has($.grade))?!1:y?!0:Array.isArray($.p)&&$.p.length>0);m&&(_=_.filter($=>{for(const O of m)if(I4($.w,O))return!0;return!1})),g.length>0&&(_=_.filter($=>{const O=d==="pron"?Zt($.w):$.w;return g.every(z=>z(O))})),r&&(_=_.filter($=>$.w[0]===r));let C;if(n){const $=new Set;for(const O of _)if($.add(O.w),Array.isArray(O.p))for(const z of O.p)$.add(z);if(f)for(const O of ca)O.w&&$.add(O.w);C=Sr($)}else{const $=new Set;for(const O of _)if($.add(O.w),Array.isArray(O.p))for(const z of O.p)$.add(z);if(f)for(const O of ca)O.w&&$.add(O.w);C=$}let A=null;if(u){const $=new Set;for(const O of ca)O.w&&$.add(O.w);A=n?Sr($):$}const w=_.filter($=>C.has($.w)),S=600,E=Array.from(C),N=E.length>S?da(E,S):E,B=h&&o!=null&&(St(o.cho)||St(o.jung)||St(o.jong)),j=2500,M=new Map;if(h&&!B&&c>=2){for(const $ of E){const O=Bo($),z=M.get(O);z?z.push($):M.set(O,[$])}for(const[$,O]of M)O.length>j&&M.set($,da(O,j))}const k=Wi(),D=B?os(o,E,k,l,d,Zt):null,L=500,H=1500,ne=t.fullCount?w:e==="random"?w.length>L?da(w,L):w:w.length>H?da(w,H):w,ae=lo(),ie=[];for(const $ of ne){let O;const z=Zt($.w);if(u)O=W4($.w,e,c,A,24).filter(W=>Zt(W)!==z);else if(h)B?O=(D.get($.w)??[]).filter(W=>Zt(W)!==z):c<=1?O=on($.w,ae,{okSet:C,pronOf:Zt,decompOf:k,sameStructureOnly:!1}):O=(M.get(Bo($.w))??[]).filter(W=>{if(W===$.w||Zt(W)===z)return!1;const F=V4($.w,W);return c>=5?F>=5:F===c});else if(v)O=N.filter(W=>W!==$.w&&W.length===$.w.length&&Zt(W)!==z);else{const W=e;O=on($.w,ae,{kind:W,okSet:C,pronOf:Zt,decompOf:k,sameStructureOnly:!1}),O.length===0&&(O=(N.length>30?da(N,30):N).filter(F=>F!==$.w&&Vi($.w,F)===e&&Zt(F)!==z))}if(l&&O.length>0&&(p||h&&!B)){const W=k(Zt($.w));O=O.filter(F=>!pr(W,k(Zt(F))))}O.length!==0&&ie.push({word:$,usable:O})}return ie}async function Ch(t,e){const{choicesPerItem:a=3,count:o=10}=e,r=a-1,n=(await Xt(e)).filter(l=>l.usable.length>=r),i=[];for(const l of qe(n)){if(i.length>=o)break;const d=tl(l.usable,r);if(d.length<r)continue;const c=qe([l.word.w,...d]);i.push({id:Pt(t+"-item"),index:i.length+1,word:l.word.w,syllables:l.word.s,choices:c,answerIndex:c.indexOf(l.word.w)})}return i}async function D5(t){const{choicesPerItem:e=3,count:a=10}=t,o=e-1,r=await Xt({...t,difficulty:null});if(r.length<e)return[];const n=[],i=qe([...r]);for(const l of i){if(n.length>=a)break;const d=l.word.w,c=[...l.word.pron||d],p=kn(c);if(!p)continue;const u=r.filter(b=>b.word.w!==d&&b.word.s===l.word.s&&!(b.word.pron||b.word.w).includes(p)&&b.word.pron!==l.word.pron);if(u.length<o)continue;const h=tl(u.map(b=>b.word.w),o);if(h.length<o)continue;const m=qe([d,...h]);n.push({id:Pt("HPI-item"),index:n.length+1,targetSyllable:p,word:d,choices:m,answerIndex:m.indexOf(d)})}return n}async function E5(t){const{count:e=10}=t,a=(await Xt(t)).filter(o=>o.usable.length>=1);return Array.from({length:e},(o,r)=>{const n=kn(a);if(!n)return null;const i=r%2===0;let l;if(i)l=[n.word.w,n.word.w];else{const d=kn(n.usable);l=Math.random()<.5?[n.word.w,d]:[d,n.word.w]}return{id:Pt("SOD-item"),index:r+1,word:n.word.w,pair:l,same:i}}).filter(o=>!!o)}async function L5(t){const{choicesPerItem:e=3,count:a=10}=t,o=e-1,r=await Xt({...t,difficulty:null});if(r.length<e+1)return[];const n=r.map(h=>h.word.w),i=new Map(r.map(h=>[h.word.w,h.word.pron])),l=h=>(i.get(h)||h)[0]??"",d={};for(const h of r){const m=l(h.word.w);m&&(d[m]||(d[m]=[]),d[m].push(h.word.w))}const c=Object.entries(d).filter(([,h])=>h.length>=2).map(([h])=>h);if(c.length===0)return[];const p=[],u=qe([...c]);for(let h=0;p.length<a&&h<a*4;h++){const m=u[h%u.length],b=d[m];if(b.length<2)continue;const g=qe([...b]),v=g[0],f=g[1];if(!v||!f||v===f||(i.get(v)||v)===(i.get(f)||f))continue;const y=i.get(f)||f,_=n.filter(w=>l(w)!==m&&w!==v&&w!==f&&w.length===f.length&&(i.get(w)||w)!==y);if(_.length<o)continue;const C=tl(_,o);if(C.length<o)continue;const A=qe([f,...C]);p.push({id:Pt("SWS-item"),index:p.length+1,sourceWord:v,targetSyllable:m,word:f,choices:A,answerIndex:A.indexOf(f)})}return p}function _h(t,e,a){return da(t,e).map((o,r)=>{const n=kn(o.usable)??"",i=[...o.word.w],l=[...n],d=i.findIndex((p,u)=>p!==l[u]),c=qe(o.usable.filter(p=>p&&p!==n)).slice(0,2);return{id:Pt(a),index:r+1,word:o.word.w,original:o.word.w,changed:n,changedFrom:d>=0?i[d]:"",changedTo:d>=0?l[d]:"",distractors:c}})}async function wh(t,e,a){const{count:o=10}=e,r=mo(),n=ca.filter(m=>m.w&&m.s===t),i=e.excludeNoImage?Sr(n.map(m=>m.w)):null,l=i?n.filter(m=>i.has(m.w)):n,d=new Set(l.map(m=>m.w)),c=Bs(d),p=e.phonemeView??"char",u=e.composition??null,h=[];for(const m of qe(l)){if(h.length>=o)break;const b=Ts(m.w,u,r,p,c,null,null);if(!b)continue;const g=b.distractors[0],v=[...m.w],f=[...g],y=v.findIndex((_,C)=>_!==f[C]);h.push({id:Pt(a),index:h.length+1,word:m.w,original:m.w,changed:g,changedFrom:y>=0?v[y]:"",changedTo:y>=0?f[y]:"",distractors:b.distractors.slice(1)})}return h}async function M5(t){return wh(2,t,"CS2-item")}async function P5(t){return wh(3,t,"CS3-item")}async function $5(t){const e=(await Xt({...t,difficulty:"count",contrastCount:1})).filter(a=>a.word.s===1&&a.usable.length>=1);return _h(e,t.count??10,"CP1-item")}async function R5(t){const e=t.difficulty&&t.difficulty!=="random"?t.difficulty:"count",a=(await Xt({...t,difficulty:e,contrastCount:1})).filter(o=>o.word.s===2&&o.usable.length>=1);return _h(a,t.count??10,"CP2-item")}async function O5(t){const{count:e=10}=t,a=(await Xt({...t})).filter(o=>o.word.s===2);return da(a,e).map((o,r)=>({id:Pt("M2S-item"),index:r+1,word:o.word.w,answer:o.word.w,parts:[...o.word.w]}))}async function I5(t){const{count:e=10}=t,a=(await Xt({...t})).filter(o=>o.word.s===3);return da(a,e).map((o,r)=>({id:Pt("M3S-item"),index:r+1,word:o.word.w,answer:o.word.w,parts:[...o.word.w]}))}async function z5(t){const{count:e=10}=t,a=(await Xt({...t})).filter(l=>l.word.s===2),o=mo(),r=new Set(ca.map(l=>l.w)),n=t.phonemeView??"char",i=[];for(const l of qe(a)){if(i.length>=e)break;const d=ws(l.word.w,t.composition??null,o,n,r);if(!d)continue;const[c,...p]=d.distractors,u=[...l.word.w],h=u[0]===c?u[1]:u[0];i.push({id:Pt("D2-item"),index:i.length+1,original:l.word.w,word:l.word.w,dropped:h,missingResult:c,distractors:p})}return i}async function F5(t){const{count:e=10}=t,a=(await Xt({...t})).filter(l=>l.word.s===3),o=mo(),r=new Set(ca.map(l=>l.w)),n=t.phonemeView??"char",i=[];for(const l of qe(a)){if(i.length>=e)break;const d=xs(l.word.w,t.composition??null,o,n,r);if(!d)continue;const[c,...p]=d.distractors,u=[...l.word.w];let h="";for(let m=0;m<u.length;m++)if(u.filter((b,g)=>g!==m).join("")===c){h=u[m];break}i.push({id:Pt("D3-item"),index:i.length+1,original:l.word.w,word:l.word.w,dropped:h,missingResult:c,distractors:p})}return i}async function j5(t){const{count:e=10}=t,a=(await Xt({...t})).filter(l=>l.word.s>=2),o=mo(),r=new Set(ca.map(l=>l.w)),n=t.phonemeView??"char",i=[];for(const l of qe(a)){if(i.length>=e)break;const d=ks(l.word.w,t.composition??null,o,n,r);if(!d)continue;const[c,...p]=d.distractors,u=l.word.w,h=u.startsWith(c)?u.slice(c.length):u.endsWith(c)?u.slice(0,u.length-c.length):"";i.push({id:Pt("DPC-item"),index:i.length+1,original:u,word:u,dropped:h,missingResult:c,distractors:p})}return i}async function H5(t){const{count:e=10}=t,a=(await Xt({...t})).map(o=>o.word.w);return a.length<3?[]:Array.from({length:e},(o,r)=>{const n=da(a,3);return{id:Pt("LRO-item"),index:r+1,sequence:n,choices:qe(n)}})}function An(t,e,a){const o=ca.filter(i=>i.w&&i.s===t),r=e?Sr(o.map(i=>i.w)):null,n=[];for(const i of o)if(!(r&&!r.has(i.w))){if(a){const l=Pe(i.w);if(!l||!a(l))continue}n.push(i)}return n}function W5(t){const e=An(1,t.excludeNoImage??!1,a=>a.jong===0);return da(e,t.count??10).map((a,o)=>{const r=Pe(a.w);return{id:Pt("M2P-item"),index:o+1,parts:[Qe[r.cho],vt[r.jung]],answer:a.w,word:a.w}})}function V5(t){const e=An(1,t.excludeNoImage??!1,a=>a.jong>0&&!No[a.jong]);return da(e,t.count??10).map((a,o)=>{const r=Pe(a.w);return{id:Pt("M3P-item"),index:o+1,parts:[Qe[r.cho],vt[r.jung],kt[r.jong]],answer:a.w,word:a.w}})}function G5(t){const e=mn.DROP_FINAL_CONSONANT_FROM_1SYLL,a=An(e.syllables,t.excludeNoImage??!1,e.syllable),o=mo(),r=[];for(const n of qe(a)){if(r.length>=(t.count??10))break;const i=Ss(n.w,null,o);if(!i)continue;const[l,...d]=i.distractors;r.push({id:Pt("DFC-item"),index:r.length+1,original:n.w,word:n.w,result:l,distractors:d})}return r}function q5(t){const e=mn.REMOVE_CONSONANT_AND_IDENTIFY_PHONEME,a=An(e.syllables,t.excludeNoImage??!1,e.syllable),o=mo(),r=[];for(const n of qe(a)){if(r.length>=(t.count??10))break;const i=Ns(n.w,null,o);if(!i)continue;const l=Pe(o.get(n.w)||n.w);if(!l)continue;const[d,...c]=i.distractors;r.push({id:Pt("RCP-item"),index:r.length+1,base:n.w,word:n.w,missingConsonant:Qe[l.cho],remaining:d,distractors:c})}return r}const Nn=new Map;let xh=null,kh=null;async function Sh(t,e={}){const a=Eo(),o=lo();(a!==xh||o!==kh)&&(Nn.clear(),xh=a,kh=o);const r=`${t}:${yh(e)}`;if(Nn.has(r))return Nn.get(r);const n=await U5(t,e);return Nn.set(r,n),n}const Y5={SAME_SOUND_PICK:t=>Ch("SSP",t),HEAR_AND_PICK_SAME:t=>Ch("HPS",t),HEAR_AND_PICK_INCLUDED:t=>D5(t),SAME_OR_DIFF:t=>E5(t),STARTS_WITH_SAME_SOUND:t=>L5(t),LISTEN_AND_REMEMBER_ORDER:t=>H5(t),MERGE_2_SYLLABLES:t=>O5(t),MERGE_3_SYLLABLES:t=>I5(t),MERGE_2_PHONEMES:t=>W5(t),MERGE_3_PHONEMES:t=>V5(t),DROP_1_FROM_2SYLL:t=>z5(t),DROP_1_FROM_3SYLL:t=>F5(t),DROP_PART_FROM_COMPOUND:t=>j5(t),DROP_FINAL_CONSONANT_FROM_1SYLL:t=>G5(t),REMOVE_CONSONANT_AND_IDENTIFY_PHONEME:t=>q5(t),CHANGE_1_SYLL_IN_2SYLL:t=>M5(t),CHANGE_1_SYLL_IN_3SYLL:t=>P5(t),CHANGE_1_PHONEME_IN_1SYLL:t=>$5(t),CHANGE_1_PHONEME_IN_2SYLL:t=>R5(t)};async function U5(t,e={}){const a=Y5[t];return a?await a(e):[]}async function K5(t){const e=[null,"count"],a=Object.keys(Do);let o=0;for(const r of e)for(const n of a){const i=Do[n];Sh(n,{difficulty:i.difficulty?r:null,choseong:null,count:10,excludeNoImage:t}).catch(()=>{}),++o%6===0&&await new Promise(l=>setTimeout(l,0))}}async function Z5(t){return(await Xt({...t,fullCount:!0})).length}async function X5(t={}){const e=[];for(const l of ca)l.w&&e.push(l.w);const a=t.excludeNoImage?Sr(e):e,o=new Set,r=new Set,n=new Set,i=new Set;for(const l of a){i.add(Bo(l));for(const d of l){const c=Pe(d);if(c&&(Qe[c.cho]!=="\u3147"&&o.add(Qe[c.cho]),r.add(vt[c.jung]),c.jong>0)){n.add(kt[c.jong]);const p=No[c.jong];p&&p.forEach(u=>n.add(u))}}}return{cho:o,jung:r,jong:n,syllable:i}}const Ah={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}},Nh={none:0,free:1,personal_standard:3,mgr_free:4,lite_word:5,lite_sentence:5,lite:6,standard:7,pro:8,enterprise:9},Bh={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 Th(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 Dh=5,Eh=5;function Lh({rank:t,voteCount:e,quota:a=5}){return t<a&&e>0}const Mh={selected:"ALREADY_SELECTED",added:"ALREADY_ADDED",rejected:"ALREADY_REJECTED"};var J5=Object.freeze({__proto__:null,CAPABILITY:Do,CHOSEONG:Qe,JONGSEONG:kt,JUNGSEONG:vt,LONG_STORIES:Za,NETWORK_ERROR_MESSAGE:Ds,NOISE_DATAS:Ua,ORDER_SETS:Xa,PLAN_FEATURES:Ah,PLAN_LIMITS:Bh,SHORT_STORIES:Ka,TIER_RANK:Nh,TOPIC_TYPES:hh,TRAINING_TYPES:wn,TRAINING_TYPE_I18N_KEY:Qs,WORD_SUGGESTION_ACCOUNT_LIMIT:Eh,WORD_SUGGESTION_EXISTING_ERROR:Mh,WORD_SUGGESTION_WEEKLY_QUOTA:Dh,applyFontScale:qs,applyTheme:Vs,buildChangeWholeSyllableProblem:Ts,buildDropCompoundProblem:ks,buildDropContrast3Problem:xs,buildDropContrastProblem:ws,buildDropFinalConsonantProblem:Ss,buildMultiPartPosContrast:os,buildPairIndex:ap,buildRemoveConsonantProblem:Ns,buildSyllableMaskIndex:Bs,bulkSetImageExistence:Gu,cardQuestionTitle:xp,checkImageExists:dr,classifyPairDifficulty:Vi,clearAudioExistsCache:Iu,clearImageExistenceCache:Hi,clearPairIndexCache:es,composeSyllable:Ca,computeDailySelection:Us,configureImageResolver:Wu,configureNoiseSettingsStore:qp,configurePronunciationResolver:Fu,configureStorage:Mi,configureTTS:Ou,configureTrainingCategories:nh,copyText:Fs,createDecompCache:Wi,createTTSUrlResolver:Kp,dateToDb:rh,downloadCsvText:Tp,downloadSound:Qr,ensureTrainingDataLoaded:Js,escapeCsvField:Bp,fileExists:Pi,filterContrastCandidates:as,finalToPhoneme:hn,firstChoseongOf:Gi,formatCount:_r,formatDateKo:Zp,formatDateLocale:Jp,formatDateLongKo:Xp,formatDateLongLocale:Qp,formatDatetimeKo:eh,formatPhone:ah,formatRelativeTime:vn,formatTimeHM:Cn,formatYmd:yn,getAssetBaseUrl:Ei,getDailySelection:uh,getElementAnalyser:sr,getErrorMessage:bn,getImageExistenceStats:an,getImageExistsCached:ji,getImageResolver:qa,getNoiseBaseUrl:$i,getPairIndex:lo,getPlanTier:Th,getPronunciationResolver:Ii,getSavedFontScale:Gs,getSavedTheme:Ws,getSignedOrPublicUrl:or,getTTSFallbackUrlResolver:Oi,getTTSUrlResolver:rr,getTodayKst:fn,getTopicTypes:_n,getTrainingPools:Ks,getTrainingTypes:Hs,getWordPool:Eo,hasQuestionWordConstraint:bp,hasSel:St,hasStructureContrast:pr,initFontScale:ch,initTheme:sh,isAllChoseong:Yi,isManualOnlyType:vp,isNetworkErrorMessage:Es,isSyllablePattern:Zi,isThisWeekPick:Lh,isTrainingDataLoaded:ph,isValidQuestionWord:fp,itemCorrectness:$s,jamoToNamesForSpeech:kp,loadGameLeaderboard:Gp,loadMyGameRanks:Vp,loadNoiseSettings:Is,loadTrainingData:Xs,logCrossword:$p,logTrainingCompletion:Ps,logTrainingTime:Ms,matchSyllables:po,matchesChoseongSearch:qu,matchesSyllablePattern:Xi,matchesWordQuery:Ao,mergeQuestionText:Cs,minimalPairDistractors:on,normalizeDate:oh,officialSoundPath:Up,parseSortValue:Np,parseSyllable:Pe,patternToComposition:Ju,phonemePartsOf:wp,pickEuRo:fs,pickEulReul:hs,pickEunNeun:gs,pickIga:us,pickWaGwa:bs,prewarmImageCache:Vu,primarySelPart:vr,readLevel:zi,reorderArray:vs,resolveAssetUrl:tr,resolveSoundPath:Jr,resumeAudioMeter:ir,sample:sa,saveNoiseSettings:zs,searchAndRankWords:ep,setAssetBaseUrl:$u,setCrosswordLogger:Pp,setGameLeaderboardLoader:Hp,setGameRanksLoader:jp,setGameScoreSubmitter:Fp,setTrainingCompletionLogger:Mp,setTrainingTimeLogger:Lp,setWordPool:Ep,shuffle:qe,sortToValue:Ap,soundOf:gn,speak:Lu,stopSpeaking:Mu,submitGameScore:Wp,syllMatchesComp:Ya,syllableContrasts:ho,syllableLength:Bo,syllablePron:_s,toBase64UrlSafe:Yp,toChoseong:qi,toItemResults:Rs,toKstHm:th,toKstYmd:Ma,toStandardPronunciation:pp,toStorageName:yr,toUserErrorMessage:Sp,validateSyllableSearchInput:Qu,withEuRo:gp,withEulReul:ms,withEunNeun:hp,withIga:ps,withWaGwa:mp,wordContainsChoseong:Uu,wordContainsJongseong:Zu,wordContainsJungseong:Ku,wordHasNoCoda:Ui,wordHasSyllableMatching:Ki,wrongItems:Rp});function Q5(t){return typeof window>"u"?"":E4.sanitize(t,{USE_PROFILES:{svg:!0,svgFilters:!0},FORBID_TAGS:["script","use"],FORBID_ATTR:["xlink:href","href"]})}function e3(t){const[e,a]=P(null),[o,r]=P(null),[n,i]=P(null),[l,d]=P(null);return Y(()=>{if(!t||typeof t!="string"||!t.endsWith(".svg")){a(null),r(null),i(null);return}const c=t.split("/").pop();let p=t;c&&(t.startsWith("/")?p=tr(t):/^(Logo|Symbol)/i.test(c)?p=tr(`logo/${c}`):(/^https?:\/\//i.test(t)||t.startsWith("data:"),p=t)),a(p)},[t]),Y(()=>{if(!e)return;let c=!1;async function p(){try{let u=await fetch(e);u.ok||(u=await fetch(e));const h=u.headers.get("content-type")||"";if(c)return;if(h.includes("svg")){r("mask");return}if(h.startsWith("image/")){r("img");return}const m=await fetch(e);if(!m.ok)throw new Error("not ok");const b=await m.text();if(c)return;if(/^\s*<svg[\s>]/i.test(b)){const g=Q5(b);if(!g){r("none");return}i(g),r("inline");return}r("none")}catch{c||r("none")}}return p(),()=>{c=!0}},[e]),Y(()=>{let c=!1,p=null;return o==="mask"&&e&&fetch(e).then(u=>{if(!u.ok)throw new Error("fetch failed");return u.blob()}).then(u=>{c||(p=URL.createObjectURL(u),d(p))}).catch(()=>{c||r("img")}),()=>{c=!0,p&&URL.revokeObjectURL(p),d(null)}},[o,e]),{iconToUse:e,mode:o,svgText:n,blobUrl:l}}function je(t){const{icon:e,label:a,className:o,imgClassName:r,maskClassName:n,svgClassName:i,wrapperStyle:l,size:d}=t||{},c=o??"iconRenderer-icon",p=r??"iconRenderer-icon-image",u=n??"iconRenderer-icon-mask",h=i??"iconRenderer-icon-svg",m=typeof e=="string"?e:null,b=Zx(m),{iconToUse:g,mode:v,svgText:f,blobUrl:y}=e3(m),_=(S,E={})=>s("span",{className:c,style:l,...E,children:S}),C=(S,E={})=>s("img",{src:S,alt:typeof a=="string"?a:a?String(a):"",className:p,...E});if(!e)return null;if(typeof e!="string")return _(e);if(e==="none")return _(s("span",{className:h,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(b)try{return _(Go(b,{className:h,size:typeof d=="number"?d:20}),{"aria-hidden":"true"})}catch{}if(g&&g.endsWith(".svg")){if(v==="mask"){const S={"--icon-url":y?`url(${y})`:`url(${g})`};return _(s("span",{className:u,style:S}),{"aria-hidden":"true"})}return v==="img"?_(C(g,{onError:S=>{S.currentTarget.onerror=null,S.currentTarget.style.display="none"}}),{"aria-hidden":"true"}):v==="inline"?_(s("span",{className:h,dangerouslySetInnerHTML:f?{__html:f}: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(tr(e),{style:l,onError:S=>{S.currentTarget.onerror=null,S.currentTarget.style.display="none"}});const A=typeof d=="number"?d:20,w=`<svg width="${A}" height="${A}" 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 _(s("span",{className:h,dangerouslySetInnerHTML:{__html:w}}),{"aria-hidden":"true"})}function Ph({icon:t,emoji:e,title:a,message:o,hint:r,action:n,compact:i,className:l}){return x("div",{className:Ne("empty-state",i&&"empty-state--compact",l),children:[e&&s("span",{className:"empty-state__emoji",children:e}),t&&s(je,{icon:t,className:"empty-state__icon"}),a&&s("p",{className:"empty-state__title body-2",children:a}),o&&s("p",{className:"empty-state__message body-3",children:o}),r&&s("p",{className:"empty-state__hint caption-1",children:r}),n&&x("button",{className:"empty-state__action button button40 button40--bar button--variant-main button--align-center button--shape-rounded",onClick:n.onClick,children:[n.icon&&s(je,{icon:n.icon,className:"button__icon"}),s("span",{className:"button__label button-1",children:n.label})]})]})}var t3=".ihabdevteam-core-scope .error-state__icon{color:var(--color-error)}";oe(t3);function $h({message:t,hint:e,icon:a="triangle-alert",onRetry:o,retryLabel:r,className:n}){const{t:i}=Ce();return x("div",{className:Ne("empty-state","error-state",n),role:"alert",children:[s(je,{icon:a,className:"empty-state__icon error-state__icon"}),s("p",{className:"empty-state__message body-3",children:t??i("common.errorState.message",{defaultValue:"\uBD88\uB7EC\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."})}),e&&s("p",{className:"empty-state__hint caption-1",children:e}),o&&x("button",{className:"empty-state__action button button40 button40--bar button--variant-main button--align-center button--shape-rounded",onClick:o,children:[s(je,{icon:"rotate-cw",className:"button__icon"}),s("span",{className:"button__label button-1",children:r??i("common.errorState.retry",{defaultValue:"\uB2E4\uC2DC \uC2DC\uB3C4"})})]})]})}var a3=".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)}";oe(a3);function Rh({icon:t,title:e,description:a,cta:o,tone:r="main",disabled:n=!1,onClick:i,className:l=""}){const d=()=>{n||i?.()};return s("section",{role:"button",tabIndex:n?-1:0,"aria-disabled":n||void 0,"aria-label":e,onClick:d,onKeyDown:c=>{(c.key==="Enter"||c.key===" ")&&(c.preventDefault(),d())},className:Ne("action-card",`action-card--${r}`,n&&"action-card--disabled",l),children:x("div",{className:"action-card__body",children:[s("span",{"aria-hidden":!0,className:"action-card__chip",children:s(je,{icon:t,size:34})}),x("div",{className:"action-card__text",children:[s("h2",{className:"action-card__title",children:e}),s("p",{className:"action-card__desc",children:a})]}),x("div",{className:"action-card__cta",children:[s("span",{children:o}),s("span",{"aria-hidden":!0,className:"action-card__arrow",children:s(je,{icon:"arrow-right",size:18})})]})]})})}function Oh({as:t="div",className:e="",children:a,storage:o,...r}){o&&Mi({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 n=Ne("ihabdevteam-core-scope",e);return s(t,{className:n,...r,children:a})}var o3=".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)}}";oe(o3);function Ih({title:t="",lines:e=[],notices:a=null,children:o,variant:r="default",dismissible:n=!1,className:i=""}){const{t:l}=Ce(),[d,c]=P(!1),p=I(()=>c(!0),[]);if(d)return null;const u=`notice-box notice-box--${r} body-2 ${i}`.trim();if(a&&Array.isArray(a)&&a.length)return s("div",{className:u,role:"note",children:a.map((m,b)=>x("div",{className:"notice-box__inner",children:[m.title?s("span",{className:"notice-box__title body-3",children:m.title}):null,s("div",{className:"notice-box__body",children:m.lines&&m.lines.length?s("div",{children:m.lines.map((g,v)=>s("span",{className:"notice-box__line body-3",children:g},v))}):m.children??null})]},b))});const h=t||e.length?x("div",{className:"notice-box__inner",children:[t?s("span",{className:"notice-box__title body-1",children:t}):null,s("div",{className:"notice-box__body",children:e.length?s("ul",{children:e.map((m,b)=>s("li",{className:"notice-box__line",children:m},b))}):o})]}):s("div",{className:"notice-box__inner",children:o});return x("div",{className:u,role:"note",children:[h,n&&s("button",{className:"notice-box__dismiss",onClick:p,"aria-label":l("common.close","\uB2EB\uAE30"),children:"\xD7"})]})}var r3=".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}}";oe(r3);var n3=".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}";oe(n3);function Pa(t){const{anchorRect:e,anchorEl:a,offset:o=20,edgeMargin:r=20,onClose:n,closeOnOutsideClick:i=!0,className:l="",role:d="dialog",ariaLabel:c="",children:p,backdrop:u=!1,isMobilePopup:h=!1,useBorder:m=!0,header:b}=t||{},g=X(null),[v,f]=P({position:"fixed",left:0,top:-9999}),[y,_]=P(!1),[C,A]=P("bottom"),[w,S]=P(!1),[E,N]=P(!1),B=!e&&!a,j=I((L=!1)=>{if(E&&h)return;const H=a?a.getBoundingClientRect():e;if(!H||!g.current)return;const ne=g.current,{offsetWidth:ae,offsetHeight:ie}=ne,$=window.innerWidth,O=window.innerHeight,z=$-H.right,W=H.left,F=H.top,K=O-H.bottom;let R=0,G=0,q="top";if(F>=ie+o)q="top",G=H.top-o-ie,R=H.left+H.width/2-ae/2;else if(K>=ie+o)q="bottom",G=H.bottom+o,R=H.left+H.width/2-ae/2;else if(z>=ae+o)q="right",R=H.right+o,G=H.top+H.height/2-ie/2;else if(W>=ae+o)q="left",R=H.left-o-ae,G=H.top+H.height/2-ie/2;else{const ve=Math.max(F,K,z,W);ve===F?(q="top",G=H.top-o-ie,R=H.left+H.width/2-ae/2):ve===K?(q="bottom",G=H.bottom+o,R=H.left+H.width/2-ae/2):ve===z?(q="right",R=H.right+o,G=H.top+H.height/2-ie/2):(q="left",R=H.left-o-ae,G=H.top+H.height/2-ie/2)}const J=Number(r)||8;R=Math.min(Math.max(R,J),$-ae-J),G=Math.min(Math.max(G,J),O-ie-J);const re=Math.round(R),fe=Math.round(G);L&&g.current?(g.current.style.left=`${re}px`,g.current.style.top=`${fe}px`,g.current.dataset.placement=q):(A(q||C),f({position:"fixed",left:re,top:fe}),S(!0))},[E,h,a,e,o,r,C]);Yt(()=>{if(B)return;if(E&&h){f({position:"fixed",left:"50%",top:"50%",transform:"translate(-50%, -50%)",width:"calc(100% - 40px)",maxWidth:"calc(100% - 40px)"}),S(!0);return}j();const L=requestAnimationFrame(()=>j());return()=>cancelAnimationFrame(L)},[e,a,o,p,r,B,E,h,j]),Y(()=>{if(B||E&&h||!g.current||typeof ResizeObserver>"u")return;const L=new ResizeObserver(()=>{e&&j()});return L.observe(g.current),()=>L.disconnect()},[e,p,r,B,E,h,j]),Y(()=>{if(B||E&&h)return;const L=()=>j(!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,p,r,B,E,h,j]),Y(()=>{if(typeof window>"u"||!window.matchMedia)return;const L=window.matchMedia("(max-width: 768px)"),H=()=>N(!!L.matches);H();try{L.addEventListener?L.addEventListener("change",H):L.addListener(H)}catch{try{L.addListener(H)}catch{}}return()=>{try{L.removeEventListener?L.removeEventListener("change",H):L.removeListener(H)}catch{}}},[]);const M=X(!1),k=I((L=!1)=>{if(!(y||M.current)){if(M.current=!0,L){_(!0);try{n&&n()}catch{}return}_(!0),setTimeout(()=>{n&&n()},200)}},[y,n,_]);Y(()=>{const L=ae=>{const ie=g.current;if(!ie)return;const $=ae.target;if($&&!ie.contains($)){try{if($.closest&&$.closest("[data-tooltip-ignore]"))return}catch{}i&&k(!0)}},H=ae=>{const ie=g.current;if(!ie)return;const $=ae.target;if($&&!ie.contains($)){try{if($.closest&&$.closest("[data-tooltip-ignore]"))return}catch{}i&&k(!0)}},ne=ae=>{if(ae.key==="Escape"){ae.stopPropagation(),k();return}if(ae.key==="Tab"){const ie=g.current;if(!ie)return;const $=ie.querySelectorAll('button, [href], input, select, textarea, [tabindex]:not([tabindex="-1"])');if(!$||$.length===0)return;const O=$[0],z=$[$.length-1],W=document.activeElement;ae.shiftKey?W===O&&(ae.preventDefault(),z.focus()):W===z&&(ae.preventDefault(),O.focus())}};return document.addEventListener("pointerdown",L,!0),document.addEventListener("click",H,!0),document.addEventListener("keydown",ne),()=>{document.removeEventListener("pointerdown",L,!0),document.removeEventListener("click",H,!0),document.removeEventListener("keydown",ne)}},[n,i,k]),Y(()=>{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 D=x("div",{ref:g,className:`tooltip-content ${m?"tooltip-content--bordered":""} ${y?"is-closing":""} ${l} ${E&&h?"is-mobile":""}`,role:d,"aria-label":c||void 0,style:B?{}:{...v,visibility:w?"visible":"hidden"},tabIndex:-1,"data-placement":C,"data-left":B?"":v.left,"data-top":B?"":v.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:[b!=null&&s("div",{className:"tooltip-content__header h5",children:b}),p]});if(B||typeof document>"u")return D;if(u||E&&h){const L=x("div",{className:"tooltip-portal",children:[s("div",{className:"tooltip-backdrop",onClick:()=>{i&&k(!0)}}),D]});return ta(L,document.body)}return ta(D,document.body)}var i3='.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}';oe(i3);function $a(t){const{anchorRect:e,text:a,offset:o=8,onClose:r,className:n="",ariaLabel:i}=t||{};return a?s(Pa,{anchorRect:e,offset:o,onClose:r,closeOnOutsideClick:!1,className:`tooltip-info ${n}`,ariaLabel:i||a,children:s("div",{className:"tooltip-info__content body-3",children:a})}):null}var s3=".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)}";oe(s3);function go(t){const{anchorRect:e,title:a,items:o,activeIndex:r=-1,showIndex:n=!0,onClose:i,offset:l=12}=t||{},d=Array.isArray(o)?o:o?[o]:[];return!d.length&&!a?null:s(Pa,{anchorRect:e,offset:l,onClose:i,closeOnOutsideClick:!0,useBorder:!1,className:"tooltip-description",children:x("div",{className:"tooltip-description__box",children:[a&&s("span",{className:"tooltip-description__title body-2",children:a}),s("ol",{className:"tooltip-description__items",children:d.map((c,p)=>x("li",{className:`tooltip-description__item body-3${p===r?" tooltip-description__item--active":""}`,children:[n&&d.length>1&&x("span",{className:"tooltip-description__index button-1",children:[p+1,"."]}),s("span",{children:c})]},p))})]})})}function ue(t){const{size:e=48,type:a,htmlType:o,href:r,target:n,rel:i,icon:l,rightIcon:d,label:c,count:p,subLabel:u,children:h,ariaLabel:m,variant:b="default",align:g="center",selected:v,toggleable:f=!1,disabled:y=!1,useLabel:_=!0,useBorder:C=!0,useBG:A=!0,useDisabledCovered:w=!1,useDisabledInvisible:S=!1,width:E,minWidth:N,onClick:B,onDisabledClick:j,showTooltipInfo:M=!1,tooltipInfoText:k=null,tooltipDescription:D=null,iconSize:L="medium",iconColor:H,shape:ne="rounded",color:ae,className:ie,...$}=t,O=typeof e=="string"&&isNaN(Number(e))?e.toLowerCase():String(Number(e)||48),z=O.match(/^\d+$/)?`button${O}`:`button-${O}`,W=Number(e),F=!isNaN(W)&&W<40?"button-2":"button-1",K=c??h,R=y||!!$.disabled,G=R?w?"disabled-covered":S?"disabled-invisibled":"disabled":b,q=G?`button--variant-${G}`:"",J=g?`button--align-${g}`:"",re=ne?`button--shape-${ne}`:"",fe=typeof H=="string"&&H.startsWith("--")?`var(${H})`:H,ve={...E?{width:typeof E=="number"?`${E}px`:E}:{},...N?{minWidth:typeof N=="number"?`${N}px`:N}:{},...C?{}:{"--button-border":R?"0":"1px solid transparent"},...fe?{"--button-icon-color":fe}:{},...ae?{"--color-main":ae}:{}},se=_===!1?"":K,te=Array.isArray(se)?se.length>0:!!se,me=!!d,Ae=a??(te||l||me?"bar":"dot"),ee=`${z}--${Ae}`,pe=X(null),U=X(R),[he,_e]=P(!!v),[Re,Ve]=P(!1),[Ue,Ke]=P(null),We=I(()=>Ve(!1),[]);Y(()=>{(M||D)&&R&&Re&&(Ve(!1),Ke(null))},[R,M,D,Re]),Y(()=>{typeof v=="boolean"&&_e(v)},[v]),Y(()=>{if(U.current&&!R&&pe.current){const Fe=pe.current;Fe.blur(),Fe.style.pointerEvents="none";const ot=requestAnimationFrame(()=>{requestAnimationFrame(()=>{pe.current&&(pe.current.style.pointerEvents="")})});return()=>cancelAnimationFrame(ot)}U.current=R},[R]);const dt=typeof v=="boolean"?!!v:he,Ge=f||typeof v=="boolean"?dt?"true":"false":void 0,Xe=Ne("button",z,ee,q,J,re,dt?"is-selected":null,A?null:"button--no-bg",ie),Ye=`button__icon button__icon--${L}`,we=Array.isArray(u)?u:u!==void 0?[u]:[],ut=()=>{if(Array.isArray(se))return se.map((ot,it)=>{const Nt=we[it];return x("span",{className:`button__label-text${Nt!==void 0?" button__label-text--has-sub":""}`,children:[ot,Nt!==void 0&&s("span",{className:"button__sub-label-text caption-1",children:Nt})]},it)});const Fe=u!==void 0;return x("span",{className:`button__label-text${Fe?" button__label-text--has-sub":""}`,children:[se,p!=null&&s("span",{className:"button__count",children:p}),Fe&&s("span",{className:"button__sub-label-text caption-1",children:u})]})},Je=Fe=>{R||(typeof $.onMouseLeave=="function"&&$.onMouseLeave(Fe),typeof v!="boolean"&&_e(!1),Fe.currentTarget.blur())},ze=Fe=>{if(R){j?.(Fe);return}typeof v!="boolean"&&f&&_e(ot=>!ot),B?.(Fe)},tt=I(()=>{!R&&(M||D)&&(Ve(!0),Ke(pe.current?.getBoundingClientRect()??null))},[R,M,D]),It=I(()=>{(M||D)&&(Ve(!1),Ke(null))},[M,D]),at={...$};delete at.disabled,delete at.className,delete at.faded,delete at.useFaded,delete at.loading,delete at.onMouseLeave,delete at.onPointerEnter,delete at.onPointerLeave,delete at.onFocus,delete at.onBlur,R&&(Object.keys(at).forEach(Fe=>{/^on[A-Z]/.test(Fe)&&typeof at[Fe]=="function"&&delete at[Fe]}),at["aria-disabled"]="true");const et=(typeof M=="string"?M:null)??(typeof k=="string"?k:null)??(typeof m=="string"?m:null)??(typeof K=="string"?K:null)??void 0,yt=typeof m=="string"?m:typeof K=="string"?K:et,Oe=(Fe,ot)=>s(je,{icon:Fe,label:ot??yt,className:Ye,imgClassName:"button__icon-img",maskClassName:"button__icon-mask",svgClassName:"button__icon-svg"}),ct=()=>Ae==="dot"?x(He,{children:[Oe(l),te&&s("span",{className:`button__label ${F}`,children:ut()})]}):g==="center"&&l?x(He,{children:[x("span",{className:"button__center-group",children:[s("span",{className:"button__left",children:Oe(l)}),te&&s("span",{className:`button__label ${F}`,children:ut()})]}),me&&s("span",{className:"button__right",children:Oe(d)})]}):x(He,{children:[l&&s("span",{className:"button__left",children:Oe(l,m??K)}),te&&s("span",{className:`button__label ${F}`,children:ut()}),me&&s("span",{className:"button__right",children:Oe(d)})]}),nt=!!r&&!R;return x(He,{children:[s(nt?"a":"button",{...at,ref:pe,...nt?{href:r,target:n,rel:i??(n==="_blank"?"noreferrer":void 0)}:{type:o,disabled:R&&!j},className:Xe,"aria-pressed":Ge,"aria-label":yt,"aria-disabled":nt&&R?!0:void 0,style:ve,onClick:ze,onMouseLeave:Je,onPointerEnter:Fe=>{tt(),!R&&typeof $.onPointerEnter=="function"&&$.onPointerEnter(Fe)},onPointerLeave:Fe=>{It(),!R&&typeof $.onPointerLeave=="function"&&$.onPointerLeave(Fe)},onFocus:Fe=>{tt(),!R&&typeof $.onFocus=="function"&&$.onFocus(Fe)},onBlur:Fe=>{Je(Fe),It(),!R&&typeof $.onBlur=="function"&&$.onBlur(Fe)},children:ct()}),Re&&D?s(go,{anchorRect:Ue,title:D.title,items:D.items,onClose:We}):Re&&et?s($a,{anchorRect:Ue,text:et,onClose:We}):null]})}function bt(t,e,a){const o=X(null);return Yt(()=>{const r=o.current?.parentElement??null;return e(r,t),()=>a(r)},[t,e,a]),o}var l3=".ihabdevteam-core-scope .promo-banner-bg{border-radius:inherit;inset:0;pointer-events:none;position:absolute}";oe(l3);var c3=".ihabdevteam-core-scope .promo-banner-bg-main{background:linear-gradient(45deg,var(--color-main),var(--color-sub))}";oe(c3);const Po={title:"--promo-banner-bg-title",description:"--promo-banner-bg-description"},al=new WeakMap;function ol(t){if(t)return al.get(t)}function $t(t,e){t&&(t.style.setProperty(Po.title,e.title),t.style.setProperty(Po.description,e.description),al.set(t,e))}function Rt(t){t&&(t.style.removeProperty(Po.title),t.style.removeProperty(Po.description),al.delete(t))}const rl={title:"#ffffff",description:"rgba(255, 255, 255, 0.85)",actionVariant:"default"};function nl(){const t=bt(rl,$t,Rt);return s("div",{ref:t,className:"promo-banner-bg promo-banner-bg-main","aria-hidden":"true"})}var d3=".ihabdevteam-core-scope .promo-banner-bg-soft{background:var(--color-main-a10)}";oe(d3);const il={title:"var(--color-main)",description:"var(--color-gray)",actionVariant:"main"};function sl(){const t=bt(il,$t,Rt);return s("div",{ref:t,className:"promo-banner-bg promo-banner-bg-soft","aria-hidden":"true"})}var u3=".ihabdevteam-core-scope .promo-banner-bg-sub{background:var(--color-sub)}";oe(u3);const ll={title:"#ffffff",description:"rgba(255, 255, 255, 0.85)",actionVariant:"main"};function cl(){const t=bt(ll,$t,Rt);return s("div",{ref:t,className:"promo-banner-bg promo-banner-bg-sub","aria-hidden":"true"})}var p3=".ihabdevteam-core-scope .promo-banner-bg-deep{background:linear-gradient(135deg,var(--color-darkMain),var(--color-darkSub))}";oe(p3);const dl={title:"#ffffff",description:"rgba(255, 255, 255, 0.85)",actionVariant:"main"};function ul(){const t=bt(dl,$t,Rt);return s("div",{ref:t,className:"promo-banner-bg promo-banner-bg-deep","aria-hidden":"true"})}var h3=".ihabdevteam-core-scope .promo-banner-bg-soft-sub{background:var(--color-sub-a10)}";oe(h3);const pl={title:"var(--color-darkSub)",description:"var(--color-gray)",actionVariant:"main"};function hl(){const t=bt(pl,$t,Rt);return s("div",{ref:t,className:"promo-banner-bg promo-banner-bg-soft-sub","aria-hidden":"true"})}var m3=".ihabdevteam-core-scope .promo-banner-bg-warm{background:var(--color-warn)}";oe(m3);const ml={title:"var(--color-black)",description:"var(--color-darkGray)",actionVariant:"main"};function gl(){const t=bt(ml,$t,Rt);return s("div",{ref:t,className:"promo-banner-bg promo-banner-bg-warm","aria-hidden":"true"})}var g3=".ihabdevteam-core-scope .promo-banner-bg-dark{background:var(--color-lightBlack)}";oe(g3);const bl={title:"var(--color-white)",description:"var(--color-lightGray)",actionVariant:"main"};function fl(){const t=bt(bl,$t,Rt);return s("div",{ref:t,className:"promo-banner-bg promo-banner-bg-dark","aria-hidden":"true"})}var b3=".ihabdevteam-core-scope .promo-banner-bg-radial{background:radial-gradient(circle at 15% 20%,var(--color-main) 0,var(--color-sub) 100%)}";oe(b3);const vl={title:"#ffffff",description:"rgba(255, 255, 255, 0.85)",actionVariant:"main"};function yl(){const t=bt(vl,$t,Rt);return s("div",{ref:t,className:"promo-banner-bg promo-banner-bg-radial","aria-hidden":"true"})}var f3=".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)}";oe(f3);const Cl={title:"var(--color-darkMain)",description:"var(--color-gray)",actionVariant:"main"};function _l(){const t=bt(Cl,$t,Rt);return s("div",{ref:t,className:"promo-banner-bg promo-banner-bg-diagonal","aria-hidden":"true"})}var v3=".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}";oe(v3);const wl={title:"var(--color-darkSub)",description:"var(--color-gray)",actionVariant:"main"};function xl(){const t=bt(wl,$t,Rt);return s("div",{ref:t,className:"promo-banner-bg promo-banner-bg-dots","aria-hidden":"true"})}var y3=".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}";oe(y3);const kl={title:"var(--color-black)",description:"var(--color-gray)",actionVariant:"main"};function Sl(){const t=bt(kl,$t,Rt);return s("div",{ref:t,className:"promo-banner-bg promo-banner-bg-outline","aria-hidden":"true",children:s("span",{className:"promo-banner-bg-outline__dot"})})}var C3=".ihabdevteam-core-scope .promo-banner-bg-success{background:var(--color-success)}";oe(C3);const Al={title:"#ffffff",description:"rgba(255, 255, 255, 0.85)",actionVariant:"main"};function Nl(){const t=bt(Al,$t,Rt);return s("div",{ref:t,className:"promo-banner-bg promo-banner-bg-success","aria-hidden":"true"})}var _3=".ihabdevteam-core-scope .promo-banner-bg-naver{background:linear-gradient(90deg,#03c75a 0,var(--color-main) 100%)}";oe(_3);const Bl={title:"#ffffff",description:"rgba(255, 255, 255, 0.85)",actionVariant:"sub"};function Tl(){const t=bt(Bl,$t,Rt);return s("div",{ref:t,className:"promo-banner-bg promo-banner-bg-naver","aria-hidden":"true"})}var w3=".ihabdevteam-core-scope .promo-banner-bg-instagram{background:linear-gradient(45deg,#f9ce34,#ee2a7b 50%,#6228d7)}";oe(w3);const Dl={title:"#ffffff",description:"rgba(255, 255, 255, 0.85)",actionVariant:"transparent-white"};function El(){const t=bt(Dl,$t,Rt);return s("div",{ref:t,className:"promo-banner-bg promo-banner-bg-instagram","aria-hidden":"true"})}const zh=[{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"}],Ll={main:nl,soft:sl,sub:cl,deep:ul,softSub:hl,warm:gl,dark:fl,radial:yl,diagonal:_l,dots:xl,outline:Sl,success:Nl,naver:Tl,instagram:El};function Bn({storageKey:t="fontScale",baseFont:e=20,minScale:a=.8,maxScale:o=1.4,step:r=.1,lineHeightRatio:n=1.4}={}){const i=v=>Math.max(a,Math.min(o,Number(v))),[l,d]=P(()=>{try{const v=localStorage.getItem(t),f=v?Number(v):1;return Number.isFinite(f)?f:1}catch{return 1}});Y(()=>{try{localStorage.setItem(t,String(l))}catch{}},[t,l]);const c=v=>{d(typeof v=="function"?f=>i(v(f)):i(v))},p=()=>c(v=>+(v+r).toFixed(6)),u=()=>c(v=>+(v-r).toFixed(6)),h=l<o-Number.EPSILON,m=l>a+Number.EPSILON,b=Math.round(e*l),g=Math.round(b*n);return{scale:l,setScale:c,increase:p,decrease:u,canIncrease:h,canDecrease:m,fontSize:b,lineHeight:g}}const Tn=Wa(null);function x3(t){return/max-width:\s*7[0-9][0-9]px/.test(t)}function ua(t){const e=Va(Tn),a=n=>typeof window>"u"||!window.matchMedia?!1:window.matchMedia(n).matches,[o,r]=P(a(t));return Y(()=>{if(typeof window>"u"||!window.matchMedia)return;const n=window.matchMedia(t),i=d=>r(d.matches),l=n;return l.addEventListener?l.addEventListener("change",i):l.addListener&&l.addListener(i),r(n.matches),()=>{l.removeEventListener?l.removeEventListener("change",i):l.removeListener&&l.removeListener(i)}},[t]),e&&typeof e.mobile=="boolean"&&x3(t)?e.mobile:o}function Fh(t){const e=X(t);return Y(()=>{e.current=t}),e}function Nr(t,e){const a=Fh(e);Y(()=>{const o=()=>a.current();try{window.addEventListener(t,o)}catch{}return()=>{try{window.removeEventListener(t,o)}catch{}}},[t,a])}const Ml=" \xB7 ",jh=(()=>{if(typeof document>"u")return"";const t=document.title;return t.includes(Ml)?t.split(Ml).pop()??t:t})(),Pl=Wa(!1);function $l(t){const e=Va(Pl);Y(()=>{if(e||typeof t!="string"||!t)return;const a=document.title;return document.title=jh?`${t}${Ml}${jh}`:t,()=>{document.title=a}},[t,e])}function Hh(){const{t}=Ce();return I(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 Wh(t){const[e,a]=P({current:"",next:"",confirm:""}),[o,r]=P(null),[n,i]=P(!1),l=X(null);Y(()=>()=>{l.current!==null&&clearTimeout(l.current)},[]);const d=I(()=>{a({current:"",next:"",confirm:""}),r(null)},[]),c=I(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}i(!0);const p=t?await t(e.current,e.next):null;if(i(!1),p){r({type:"error",text:p});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:n,handleChangePw:c,reset:d}}const Rl=[{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 Ol(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 Vh(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 Gh(t){const{t:e}=Ce(),[a,o]=P({}),[r,n]=P(null),[i,l]=P(null),[d,c]=P(null),p=I(()=>{const h={};Rl.forEach(m=>{h[m.id]=Ol([...m.keys])}),o(h),typeof navigator<"u"&&navigator.storage?.estimate&&navigator.storage.estimate().then(m=>{c({usage:m.usage??0,quota:m.quota??0})}).catch(()=>{})},[]);Y(()=>{p()},[p]);const u=I(async h=>{n(h);try{h==="wordData"?(localStorage.removeItem("word_data_cache"),localStorage.removeItem("word_data_version")):h==="pairIndex"?es():h==="imageCache"&&Hi(),p(),t?.(e("settings.cache.cleared","\uCE90\uC2DC\uAC00 \uC0AD\uC81C\uB418\uC5C8\uC2B5\uB2C8\uB2E4."))}finally{n(null)}},[p,t,e]);return{cacheSizes:a,clearingId:r,confirmCacheId:i,setConfirmCacheId:l,storageEstimate:d,refreshCacheSizes:p,handleClearCache:u}}function qh(t){const[e,a]=P(null),[o,r]=P(null),n=I(()=>{const i=lo();if(i){const d=Object.values(i),c=d.filter(p=>p.cho.length+p.jung.length+p.jong.length>0).length;a({matched:c,total:d.length})}else a(null);const l=an();r(l?{exists:l.exists,total:l.total}:null)},[]);return Y(()=>{n();const i=setTimeout(n,1e3);return()=>clearTimeout(i)},[t,n]),{pairStats:e,imgStats:o,setPairStats:a,setImgStats:r,refreshStats:n}}function Yh(t,e=[]){const[a,o]=P(e),[r,n]=P(null),[i,l]=P(!1),[d,c]=P(t),p=X(i);Y(()=>{p.current=i});const u=X(null);Y(()=>{if(p.current)return;const f=u.current;f!==null&&f.length===e.length&&f.every((y,_)=>y===e[_])||(u.current=e,o(e))},[e]);const h=I(f=>{n(f),l(!1),c({...f})},[]),m=I(()=>l(!0),[]),b=I(()=>l(!1),[]),g=I((f,y)=>{o(f),n(y),l(!1)},[]),v=I(f=>{o(y=>y.filter(_=>_!==f)),n(null)},[]);return{list:a,setList:o,selected:r,setSelected:n,isEditing:i,setIsEditing:l,editForm:d,setEditForm:c,openDetail:h,startEditing:m,cancelEditing:b,commitEdit:g,remove:v}}const $o=()=>{const t=new Date;return{year:String(t.getFullYear()),month:String(t.getMonth()+1).padStart(2,"0"),day:String(t.getDate()).padStart(2,"0")}},k3={year:"",month:"",day:"",hour:"09",minute:"00",memo:""};function Uh(t=[]){const{list:e,setList:a,selected:o,setSelected:r,isEditing:n,setIsEditing:i,editForm:l,setEditForm:d,openDetail:c,commitEdit:p}=Yh(k3,t),{year:u,month:h,day:m}=$o(),[b,g]=P({year:u,month:h,day:m,hour:"09",minute:"00",memo:""});return{visitHistory:e,visitForm:b,setVisitForm:g,setVisit:v=>f=>g(y=>({...y,[v]:f})),selectedVisit:o,setSelectedVisit:r,isEditingVisit:n,setIsEditingVisit:i,editVisitForm:l,setEditVisitForm:d,openVisitDetail:c,handleVisitSave:v=>{a(C=>[b,...C]);const{year:f,month:y,day:_}=$o();g({year:f,month:y,day:_,hour:"09",minute:"00",memo:""}),v?.()},handleVisitEditSave:()=>{p(v=>v.map(f=>f===o?l:f),l)},addVisit:v=>{a(f=>[v,...f])},removeVisit:v=>{a(f=>f.filter(y=>y!==v))},revertVisitEdit:(v,f)=>{a(y=>y.map(_=>_===f?v:_)),r(y=>y===f?v:y)}}}const Kh=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")}`,Dn=t=>[...t].sort((e,a)=>{const o=Kh(e),r=Kh(a);return o<r?-1:o>r?1:0}),S3={year:"",month:"",day:"",hour:"09",minute:"00",memo:""};function Zh(t,e=[]){const a=be(()=>Dn(e),[e]),{list:o,setList:r,selected:n,setSelected:i,isEditing:l,setIsEditing:d,editForm:c,setEditForm:p,openDetail:u,commitEdit:h,remove:m}=Yh(S3,a),[b,g]=P([]),{year:v,month:f,day:y}=$o(),[_,C]=P({year:v,month:f,day:y,hour:"09",minute:"00",memo:""}),A=D=>L=>C(H=>({...H,[D]:L})),w=D=>{r(ae=>Dn([...ae,_]));const{year:L,month:H,day:ne}=$o();C({year:L,month:H,day:ne,hour:"09",minute:"00",memo:""}),D?.()},S=()=>{h(D=>Dn(D.map(L=>L===n?c:L)),c)},E=I(D=>{m(D)},[m]),N=I(D=>{t({year:D.year,month:D.month,day:D.day,hour:D.hour,minute:D.minute,memo:D.memo}),m(D)},[t,m]),B=I(D=>{r(L=>L.filter(H=>H!==D)),g(L=>[D,...L]),i(null)},[r,i]),j=I(D=>{r(L=>Dn([...L,D]))},[r]),M=I(D=>{r(L=>L.filter(H=>H!==D))},[r]),k=I((D,L)=>{r(H=>H.map(ne=>ne===L?D:ne)),i(H=>H===L?D:H)},[r,i]);return{scheduleList:o,noShowList:b,addSchedule:j,removeSchedule:M,revertScheduleEdit:k,scheduleForm:_,setScheduleForm:C,setSchedule:A,selectedSchedule:n,setSelectedSchedule:i,isEditingSchedule:l,setIsEditingSchedule:d,editScheduleForm:c,setEditScheduleForm:p,openScheduleDetail:u,handleScheduleSave:w,handleScheduleEditSave:S,handleScheduleDelete:E,handleScheduleToVisit:N,handleScheduleNoVisit:B}}const Il=[{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 Xh(t){const[e,a]=P(""),[o,r]=P("25"),[n,i]=P("all"),[l,d]=P(1),c=be(()=>t.filter(({item:h,status:m})=>!(e&&!h.memo.includes(e)||n!=="all"&&m!==n)),[t,e,n]),p=Math.max(1,Math.ceil(c.length/Number(o))),u=be(()=>{const h=Math.min(l,p);return c.slice((h-1)*Number(o),h*Number(o))},[c,l,o,p]);return{vapSearch:e,setVapSearch:a,vapPageSize:o,setVapPageSize:r,vapStatus:n,setVapStatus:i,vapPage:l,setVapPage:d,vapFiltered:c,vapTotal:p,vapPageItems:u}}function zl(t,e){const{t:a}=Ce(),[o,r]=P("25"),[n,i]=P(1),[l,d]=P(e);l!==e&&(d(e),n!==1&&i(1));const c=be(()=>Il.map(m=>({...m,label:a("visits.showN",{n:m.value})})),[a]),p=I(m=>{r(m),i(1)},[]),u=Math.max(1,Math.ceil(t.length/Number(o))),h=Math.min(n,u);return{pageRows:be(()=>t.slice((h-1)*Number(o),h*Number(o)),[t,h,o]),pageSizeProps:{options:c,value:o,onChange:p},paginationProps:{page:h,total:u,onChange:i},setPage:i}}function Fl(){const[t,e]=P(null),a=I(r=>{e(n=>n?.key===r?{key:r,asc:!n.asc}:{key:r,asc:!0})},[]),o=I((r,n)=>({label:r,sortDir:t?.key===n?t.asc?"asc":"desc":null,onClick:()=>a(n)}),[t,a]);return{\uC815\uB82C:t,\uCE78:o}}function Jh(){const[t,e]=P(!1),[a,o]=P("\uC88C"),[r,n]=P({\uC88C:null,\uC6B0:null}),[i,l]=P({\uC88C:[],\uC6B0:[]}),[d,c]=P(!1),[p,u]=P("\uC88C"),h=I(b=>{const g=b.direction;n(v=>({...v,[g]:b})),l(v=>({...v,[g]:[b,...v[g]]})),e(!1)},[]),m=I(b=>{const g=b.direction;n(v=>({...v,[g]:b})),c(!1)},[]);return{showDevice:t,setShowDevice:e,deviceDirection:a,setDeviceDirection:o,devices:r,setDevices:n,deviceHistory:i,setDeviceHistory:l,showDeviceList:d,setShowDeviceList:c,listForSide:p,setListForSide:u,handleDeviceSubmit:h,handleSelectFromList:m}}const Ot="\uC804\uCCB4";function Ro(){const[t,e]=P(null),a=I(n=>e(n.getBoundingClientRect()),[]),o=I(()=>e(null),[]),r=I(n=>{const i=n.getBoundingClientRect();e(l=>l?null:i)},[]);return{anchorRect:t,isOpen:t!=null,openAt:a,close:o,toggleAt:r}}function Qh(t){const[e,a]=P(null),[o,r]=P(null),n=X(null);Y(()=>()=>{n.current&&clearTimeout(n.current)},[]);const i=I((d,c)=>{n.current&&clearTimeout(n.current),n.current=setTimeout(()=>{a(d),r(c)},t)},[t]),l=I(()=>{n.current&&clearTimeout(n.current),a(null),r(null)},[]);return{payload:e,anchorRect:o,openAfterDelay:i,close:l}}function Oo({title:t,items:e}){const{t:a}=Ce(),{anchorRect:o,openAt:r,close:n}=Ro();return x(He,{children:[s(ue,{size:24,type:"dot",icon:"info",variant:"transparent-gray",useBorder:!1,selected:!!o,ariaLabel:a("common.info","\uC124\uBA85"),onPointerEnter:i=>r(i.currentTarget),onPointerLeave:n,onFocus:i=>r(i.currentTarget),onBlur:n}),o&&s(go,{title:t,items:e,showIndex:e.length>1,anchorRect:o,onClose:n})]})}function jl(){const{t}=Ce();return be(()=>({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 Hl(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 Wl(t){return{label:t.partOfSpeech,items:Object.keys(t.posMap),multiple:!0,allOption:!0}}function Vl(t){return{label:t.wordType,items:Object.keys(t.typeMap),multiple:!0,allOption:!0}}function em(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 tm(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 am(t,e){const{label:a,headValue:o,midValue:r,tailValue:n,includeMid:i=!0,headDisabled:l,midDisabled:d,tailDisabled:c,allOptionDisabled:p,groupLabel:u,labelAction:h}=e;return{label:a,...u?{groupLabel:u}:{},...h?{labelAction:h}:{},allOption:!0,allLabel:t("wordSearch.filter.positionAny",{defaultValue:"\uBB34\uAD00"}),...p?{allOptionDisabled:p}:{},items:[{value:o,displayLabel:t("wordSearch.filter.positionHead",{defaultValue:"\uC5B4\uB450"}),disabled:l},...i?[{value:r,displayLabel:t("wordSearch.filter.positionMid",{defaultValue:"\uC5B4\uC911"}),disabled:d}]:[],{value:n,displayLabel:t("wordSearch.filter.positionTail",{defaultValue:"\uC5B4\uB9D0"}),disabled:c}]}}function om(t,e,a){if(e===Ot){const{[a]:n,...i}=t;return i}const o=t[a]??[],r=o.includes(e)?o.filter(n=>n!==e):[...o,e];if(r.length===0){const{[a]:n,...i}=t;return i}return{...t,[a]:r}}Object.fromEntries(Object.entries(s5).map(([t,{nucleus:e}])=>[t,e]));const A3={\uACE0\uC720\uC5B4:"\uACE0\uC720",\uD55C\uC790\uC5B4:"\uD55C\uC790",\uC678\uB798\uC5B4:"\uC678\uB798",\uD63C\uC885\uC5B4:"\uD63C\uC885"},N3={"\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"]},B3={difficulty:"\uB09C\uC774\uB3C4 \uB4F1\uAE09",syllables:"\uC74C\uC808 \uC218",syllable5plus:"5\uC74C\uC808 \uC774\uC0C1",partOfSpeech:"\uD488\uC0AC",wordType:"\uC720\uD615",posMap:N3,typeMap:A3};function T3(t,e,a=B3){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(d=>d===a.syllable5plus?l>=5:l===parseInt(d)))return!1}const n=e[a.partOfSpeech];if(n?.length&&!n.flatMap(l=>a.posMap[l]??[l]).some(l=>(t.pos??"").includes(l)))return!1;const i=e[a.wordType];return!(i?.length&&!i.some(l=>t.wordType===a.typeMap[l]))}const Ra=(t,e)=>e.map(a=>({jamos:[a],tooltip:t})),Dt=(t,e)=>({jamos:[...t],tooltip:e}),Gl={cho:[Ra("\uC591\uC21C\uC74C",["\u3142","\u3143","\u314D","\u3141"]),Ra("\uCE58\uC870\uC74C",["\u3137","\u3138","\u314C","\u3134","\u3139"]),Ra("\uCE58\uC870\uC74C",["\u3145","\u3146"]),Ra("\uACBD\uAD6C\uAC1C\uC74C",["\u3148","\u3149","\u314A"]),Ra("\uC5F0\uAD6C\uAC1C\uC74C",["\u3131","\u3132","\u314B"]),Ra("\uC131\uBB38\uC74C",["\u314E"])],jung:[[Dt("\u3163","\uC804\uC124 \uACE0\uBAA8\uC74C"),Dt("\u315F","\uC804\uC124 \uACE0\uBAA8\uC74C \xB7 w\uD65C\uC74C"),Dt("\u3162","\uC804\uC124 \uACE0\uBAA8\uC74C \xB7 \u0270\uD65C\uC74C")],[Dt("\u3161","\uD6C4\uC124 \uACE0\uBAA8\uC74C \uD3C9\uC21C")],[Dt("\u315C","\uD6C4\uC124 \uACE0\uBAA8\uC74C \uC6D0\uC21C"),Dt("\u3160","\uD6C4\uC124 \uACE0\uBAA8\uC74C \uC6D0\uC21C \xB7 j\uD65C\uC74C")],[Dt("\u3154\u3150","\uC804\uC124 \uC911\uBAA8\uC74C"),Dt("\u3156\u3152","\uC804\uC124 \uC911\uBAA8\uC74C \xB7 j\uD65C\uC74C"),Dt("\u3159\u315A\u315E","\uC804\uC124 \uC911\uBAA8\uC74C \xB7 w\uD65C\uC74C")],[Dt("\u3153","\uD6C4\uC124 \uC911\uBAA8\uC74C \uD3C9\uC21C"),Dt("\u3155","\uD6C4\uC124 \uC911\uBAA8\uC74C \uD3C9\uC21C \xB7 j\uD65C\uC74C"),Dt("\u315D","\uD6C4\uC124 \uC911\uBAA8\uC74C \uD3C9\uC21C \xB7 w\uD65C\uC74C")],[Dt("\u3157","\uD6C4\uC124 \uC911\uBAA8\uC74C \uC6D0\uC21C"),Dt("\u315B","\uD6C4\uC124 \uC911\uBAA8\uC74C \uC6D0\uC21C \xB7 j\uD65C\uC74C")],[Dt("\u314F","\uC800\uBAA8\uC74C"),Dt("\u3151","\uC800\uBAA8\uC74C \xB7 j\uD65C\uC74C"),Dt("\u3158","\uC800\uBAA8\uC74C \xB7 w\uD65C\uC74C")]],jong:[Ra("\uC591\uC21C\uC74C",["\u3142","\u3141"]),Ra("\uCE58\uC870\uC74C",["\u3137","\u3134","\u3139"]),Ra("\uC5F0\uAD6C\uAC1C\uC74C",["\u3131","\u3147"])]},D3=[...Qe],E3=[...vt],L3=kt.filter(t=>t!==""),ka=t=>t===pa?[]:Array.from(t),pa="__NO_CODA__",rm=[1,2,3,4],ha=5,M3=12,nm="SYL_",ql=t=>`${nm}${t}`,P3=t=>Number(t.slice(nm.length));function En(t){return t>=ha?Array.from({length:M3-ha+1},(e,a)=>ha+a):[t]}const im={cho:D3,jung:E3,jong:L3},Yl=t=>t.map(e=>e.map(({jamos:a,tooltip:o})=>({v:a.join(""),tooltip:o}))),Ul={cho:Yl(Gl.cho),jung:Yl(Gl.jung),jong:Yl(Gl.jong)},sm={};Ul.jung.flat().forEach(({v:t})=>{for(const e of ka(t))sm[e]=t});const $3=new Set(Ul.cho.flat().map(t=>t.v));function Kl(t,e){return t==="cho"?$3.has(e)?e:null:t==="jung"?sm[e]??e:hn(e)}function Zl(t,e,a){if(t==="jung"){const o=ka(e);return a&&o.includes(a)?a:o[0]??e}return e}function Xl(t,e,a){const o=(r,n)=>n?r==="jong"&&n===pa?pa:e==="pron"?Kl(r,n):Zl(r,n,r==="jung"?a:null):null;return{...t,cho:o("cho",t.cho),jung:o("jung",t.jung),jong:o("jong",t.jong)}}const Ln={cho:null,jung:null,jong:null,syllable:null},R3="wt_filter",lm=t=>`wt_filter_${t}`;function O3(t){try{const e=localStorage.getItem(lm(t))??localStorage.getItem(R3);if(e)return JSON.parse(e)}catch{}return null}function I3(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?{...Ln,cho:e.choseong}:Ln}function cm(t,e,a){const{t:o,i18n:r}=Ce(),[n]=P(()=>a?.resetOnMount?null:O3(t)),i=n?.contrastCount,l=typeof i=="number"&&Number.isFinite(i)?i:1,[d,c]=P(Math.min(5,Math.max(1,l))),[p,u]=P(n?.phonemeView==="pron"?"pron":n?.phonemeView==="direct"?"direct":"char"),[h,m]=P(()=>I3(n)),b=I(()=>e.requireSyllable?{cho:"\u3131",jung:"\u314F",jong:pa,syllable:e.fixedSyllable??null}:{cho:null,jung:null,jong:e.fixedNoCoda?pa:null,syllable:e.fixedSyllable??null},[e.requireSyllable,e.fixedSyllable,e.fixedNoCoda]);Y(()=>{!e.requireSyllable&&e.fixedSyllable==null&&!e.fixedNoCoda||m(ee=>ee.cho||ee.jung||ee.syllable!=null||ee.jong?ee:b())},[]);const g=be(()=>St(h.cho)||St(h.jung)||St(h.jong)?"count":"random",[h.cho,h.jung,h.jong]),v=X(p==="char"?h.jung:null);Y(()=>{p==="char"&&(v.current=h.jung)},[p,h.jung]);const[f,y]=P(a?.resetOnMount?!!a?.defaultImageOnly:n?.excludeNoImage??!0),[_,C]=P(a?.resetOnMount?!1:n?.sameStructureOnly??!0),[A,w]=P(Array.isArray(n?.gradeFilter)?n.gradeFilter:[]),[S,E]=P(Array.isArray(n?.posFilter)?n.posFilter:[]),[N,B]=P(Array.isArray(n?.wordTypeFilter)?n.wordTypeFilter:[]),j=X(a?.resetKey);Y(()=>{j.current!==a?.resetKey&&(j.current=a?.resetKey,m(b()),y(!1),C(!1),w([]),E([]),B([]),c(1))},[a?.resetKey]);const M=jl(),[k,D]=P({cho:new Set,jung:new Set,jong:new Set,syllable:new Set}),[L,H]=P(!1),[ne,ae]=P(null),ie=1,$=Math.max(1,[h.cho,h.jung,h.jong].filter(Boolean).length);Y(()=>{d<$&&c($)},[$,d]),Y(()=>{if(!a?.resetOnMount)try{localStorage.setItem(lm(t),JSON.stringify({contrastCount:d,composition:h,excludeNoImage:f,sameStructureOnly:_,phonemeView:p,gradeFilter:A,posFilter:S,wordTypeFilter:N}))}catch{}},[a?.resetOnMount,t,d,h,f,_,p,A,S,N]);const[O,z]=P(0);Nr("wordpool:update",()=>z(ee=>ee+1));const W=X(r.language);Y(()=>{W.current!==r.language&&(W.current=r.language,z(ee=>ee+1))},[r.language]),Y(()=>{if(!e.choseong)return;let ee=!1;return X5({difficulty:g,excludeNoImage:f}).then(pe=>{ee||(D(pe),pe.cho.size+pe.jung.size+pe.jong.size>0&&H(!0))}).catch(()=>{ee||D({cho:new Set,jung:new Set,jong:new Set,syllable:new Set})}),()=>{ee=!0}},[e.choseong,g,f,O]),Y(()=>{let ee=!1;const pe=h,U=pe.cho?ka(pe.cho):null,he=pe.jung?ka(pe.jung):null,_e=pe.jong===pa,Re=_e?null:pe.jong?ka(pe.jong):null,Ve=pe.syllable!=null?En(pe.syllable):null,Ue=!!(U||he||Re||_e||Ve);return Z5({difficulty:e.difficulty?g:null,contrastCount:e.difficulty?d:1,composition:e.choseong&&Ue?{cho:U,jung:he,jong:Re,jongNone:_e,syllable:Ve}:null,excludeNoImage:f,sameStructureOnly:_,phonemeView:p==="pron"?"pron":"char",grade:A.length>0?A:null}).then(Ke=>{ee||ae(Ke)}).catch(()=>{ee||ae(null)}),()=>{ee=!0}},[e.choseong,e.difficulty,g,d,h,p,f,_,O,A]),Y(()=>{L&&m(ee=>{const pe={...ee};let U=!1;return["cho","jung","jong"].forEach(he=>{const _e=ee[he];!_e||_e===pa||ka(_e).some(Re=>k[he].has(Re))||(pe[he]=null,U=!0)}),ee.syllable!=null&&e.fixedSyllable==null&&(ee.syllable>=ha?[...k.syllable].some(he=>he>=ha)||(pe.syllable=null,U=!0):(!k.syllable.has(ee.syllable)||ee.syllable<ie)&&(pe.syllable=null,U=!0)),U?pe:ee})},[k,L,ie,e.fixedSyllable]);const F=be(()=>{const ee=pe=>{const U=new Set;for(const he of im[pe])k[pe].has(he)&&U.add(he);return U};return{cho:ee("cho"),jung:ee("jung"),jong:ee("jong")}},[k]),K=be(()=>({exact:new Set(rm.filter(ee=>k.syllable.has(ee))),min:[...k.syllable].some(ee=>ee>=ha)}),[k]),R=be(()=>({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]),G=be(()=>({[R.trainOnset]:"cho",[R.trainVowel]:"jung",[R.trainCoda]:"jong"}),[R]),q=I((ee,pe)=>Go(Oo,{title:pe,items:ee}),[]),J=be(()=>[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]),re=be(()=>{const ee=[];if(e.choseong){const pe={value:pa,displayLabel:R.codaExclude},U=e.fixedNoCoda===!0,he=(_e,Re)=>{const Ve=U&&_e==="jong",Ue={label:Re,groupLabel:R.phonemeGroup,allOption:!e.requireSyllable,allLabel:R.noLimit,allOptionDisabled:Ve};if(p==="pron"){const We=Ul[_e].map(dt=>dt.map(({v:Ge,tooltip:Xe})=>{const Ye=ka(Ge),we=Ve||!Ye.some(ut=>k[_e].has(ut));return Ye.length>1?{value:Ge,labels:Ye,tooltip:Xe,disabled:we}:{value:Ge,tooltip:Xe,disabled:we}}));return _e==="jong"&&!e.requireCoda&&We.unshift([pe]),{...Ue,groups:We}}const Ke=im[_e].map(We=>!Ve&&F[_e].has(We)?We:{value:We,disabled:!0});return{...Ue,items:_e==="jong"&&!e.requireCoda?[pe,...Ke]:Ke}};ee.push(he("cho",R.trainOnset)),ee.push(he("jung",R.trainVowel)),ee.push(he("jong",R.trainCoda))}if(ee.push({...Hl(o,M,{labelAction:q([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:R.gradeLabel}),e.partOfSpeech&&ee.push(Wl(M)),e.wordType&&ee.push(Vl(M)),e.choseong||e.fixedSyllable!=null){const pe=e.fixedSyllable;ee.push({label:R.syllableCount,items:[...rm.map(U=>({value:ql(U),displayLabel:o("wordPairs.syllableN",{n:U,defaultValue:"{{n}}\uC74C\uC808"}),disabled:pe!=null?U!==pe:!K.exact.has(U)||U<ie})),{value:ql(ha),displayLabel:o("wordPairs.syllableNPlus",{n:ha,defaultValue:"{{n}}\uC74C\uC808 \uC774\uC0C1"}),disabled:pe!=null?ha!==pe:!K.min}],allOption:!0,allOptionDisabled:pe!=null})}return e.choseong?ee.push({label:R.exclude,displayLabel:R.selectLabel,multiple:!0,items:[R.excludeImage,R.sameStructure],labelAction:q(J)}):ee.push({label:R.exclude,displayLabel:R.selectLabel,multiple:!0,items:[R.excludeImage],labelAction:q([J[0]])}),ee},[e.choseong,e.partOfSpeech,e.wordType,e.requireSyllable,e.fixedSyllable,e.fixedNoCoda,e.requireCoda,ie,F,k,p,K,R,o,q,J,M]),fe={...e.difficulty?{[R.diffPhonemeCount]:String(d)}:{},...(e.choseong||e.fixedSyllable!=null)&&h.syllable!=null?{[R.syllableCount]:ql(h.syllable)}:{},...e.choseong&&h.cho?{[R.trainOnset]:h.cho}:{},...e.choseong&&h.jung?{[R.trainVowel]:h.jung}:{},...e.choseong&&h.jong?{[R.trainCoda]:h.jong}:{},[R.exclude]:[...f?[R.excludeImage]:[],..._?[R.sameStructure]:[]],[R.gradeLabel]:A.map(ee=>o("wordSearch.filter.grade",{n:Number(ee),defaultValue:"{{n}}\uB4F1\uAE09"})),...e.partOfSpeech?{[M.partOfSpeech]:S}:{},...e.wordType?{[M.wordType]:N}:{}},ve=I((ee,pe)=>{if(pe===R.diffPhonemeCount){const U=Number(ee);U>=1&&c(U)}else if(pe===R.exclude)ee===R.excludeImage?y(U=>!U):ee===R.sameStructure&&C(U=>!U);else if(pe===R.syllableCount)m(U=>{if(!ee||ee===Ot)return{...U,syllable:null};const he=P3(ee);return{...U,syllable:U.syllable===he?null:he}});else if(pe===R.gradeLabel){if(!ee||ee===Ot){w([]);return}const U=ee.replace(/\D/g,"");w(he=>he.includes(U)?he.filter(_e=>_e!==U):[...he,U])}else if(pe===M.partOfSpeech){if(!ee||ee===Ot){E([]);return}E(U=>U.includes(ee)?U.filter(he=>he!==ee):[...U,ee])}else if(pe===M.wordType){if(!ee||ee===Ot){B([]);return}B(U=>U.includes(ee)?U.filter(he=>he!==ee):[...U,ee])}else{const U=G[pe];if(!U)return;m(he=>e.requireSyllable?ee&&ee!==Ot?{...he,[U]:ee}:he:!ee||ee===Ot||he[U]===ee?{...he,[U]:null}:{...he,[U]:ee})}},[R,G,M,e.requireSyllable]),se=I(ee=>!e.partOfSpeech&&!e.wordType?!0:T3(ee,{...e.partOfSpeech?{[M.partOfSpeech]:S}:{},...e.wordType?{[M.wordType]:N}:{}},M),[e.partOfSpeech,e.wordType,S,N,M]),te=I(ee=>{ee!==p&&(ee!=="direct"&&p!=="direct"&&m(pe=>Xl(pe,ee,v.current)),u(ee))},[p]),me=I(()=>({composition:h,contrastCount:d,excludeNoImage:f,sameStructureOnly:_,phonemeView:p,gradeFilter:A}),[h,d,f,_,p,A]),Ae=I(ee=>{m(ee.composition),c(ee.contrastCount),y(ee.excludeNoImage),C(ee.sameStructureOnly??!0),u(ee.phonemeView),w(Array.isArray(ee.gradeFilter)?ee.gradeFilter:[])},[]);return{difficulty:g,contrastCount:d,composition:h,choseong:h.cho,excludeNoImage:f,sameStructureOnly:_,gradeFilter:A,posFilter:S,wordTypeFilter:N,matchesWordAttributes:se,poolVersion:O,filterSections:re,filterSelected:fe,handleFilterSelect:ve,phonemeView:p,setPhonemeView:te,phonemeGroupLabel:R.phonemeGroup,wordCount:ne,getFilterSnapshot:me,restoreFilterSnapshot:Ae}}function z3(t){const e=l=>l?ka(l):null,a=e(t.cho),o=e(t.jung),r=t.jong===pa,n=r?null:e(t.jong),i=t.syllable!=null?En(t.syllable):null;return!a&&!o&&!n&&!r&&!i?null:{cho:a,jung:o,jong:n,jongNone:r,syllable:i}}function dm(t,e,a,o,r,n,i=!0,l="char",d=[]){const[c,p]=P({}),[u,h]=P(!1),{cho:m=null,jung:b=null,jong:g=null,syllable:v=null}=o??{};return Y(()=>{n>0&&K5(r).catch(()=>{})},[n,r]),Y(()=>{let f=!1;return h(!0),(async()=>{const y=z3({cho:m,jung:b,jong:g,syllable:v}),_=d.length>0?d.slice().sort().join(","):"",C=`${m??""}_${b??""}_${g??""}_${v??""}_${_}`,A={};await Promise.all(t.map(async w=>{const S=Do[w.key];try{const E=await Sh(w.key,{difficulty:S.difficulty?e:null,contrastCount:S.difficulty?a:1,composition:S.choseong?y:null,count:5,excludeNoImage:r,sameStructureOnly:i,phonemeView:l,grade:d.length>0?d:null});E&&E.length>0?A[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:E,itemCount:E.length}:A[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{A[w.key]=null}})),f||(p(A),h(!1))})(),()=>{f=!0}},[e,a,m,b,g,v,r,i,l,n,d]),{perTypeData:c,generating:u}}function F3(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 j3(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 Mn=sa;function Jl(t,e){const a=e?j3(F3(e)):Math.random;return{LISTEN_IN_NOISE:Mn(Ua,Math.max(0,t.LISTEN_IN_NOISE||0),a),SHORT_STORY:Mn(Ka,Math.max(0,t.SHORT_STORY||0),a),LONG_STORY:Mn(Za,Math.max(0,t.LONG_STORY||0),a),ORDERING_SENTENCE:Mn(Xa,Math.max(0,t.ORDERING_SENTENCE||0),a)}}function um(t){return t?!!(t.LISTEN_IN_NOISE?.length||t.SHORT_STORY?.length||t.LONG_STORY?.length||t.ORDERING_SENTENCE?.length):!1}const H3={LISTEN_IN_NOISE:3,SHORT_STORY:2,LONG_STORY:1,ORDERING_SENTENCE:2};function pm(t=!1,e=H3,a){const o=Ma(Date.now()),r=Ma(Date.now()-864e5),n=`${a??""}|${o}`,i=`${a??""}|${r}`;return Ua.length>0||Ka.length>0||Za.length>0||Xa.length>0?{today:Jl(e,n),yesterday:Jl(e,i)}:{today:Jl(e,n),yesterday:null}}function hm(t){const e=X({LISTEN_IN_NOISE:[],SHORT_STORY:[],LONG_STORY:[],ORDERING_SENTENCE:[]}),a=X(null),[o,r]=P(!1),[n,i]=P(!1);Y(()=>{let d=!1,c,p=0;const u=40,h=()=>{c!==void 0&&(clearInterval(c),c=void 0)};let m=!1;try{const v=new URLSearchParams(window.location.search),f=v.get("forceRefresh")||v.get("force");m=f==="1"||f==="true"}catch{}const b=v=>{e.current=v.today,a.current=v.yesterday,r(!0),d=!0,h()},g=async()=>{if(d)return;if(!m){const f=pm(!1,void 0,t);if(um(f.today)){b(f);return}}try{await Js(3e3)}catch{}if(d)return;const v=pm(m,void 0,t);if(um(v.today)){b(v);return}++p>=u&&(r(!0),d=!0,h())};return g(),c=setInterval(g,250),()=>{d=!0,h()}},[t]);const l=I(d=>{const c=n?a.current:e.current,p=n?e.current:a.current;return c?.[d]?.length?c[d]:p?.[d]?.length?p[d]:void 0},[n]);return{loaded:o,showYesterday:n,setShowYesterday:i,getTrainingPerType:l}}const Io=[];let Pn=!1;function mm(t){if(t.key!=="Escape"||t.defaultPrevented)return;const e=Io[Io.length-1];e&&(t.stopPropagation(),e())}function Ql(t){return Io.push(t),!Pn&&typeof document<"u"&&(document.addEventListener("keydown",mm),Pn=!0),()=>{const e=Io.lastIndexOf(t);e>=0&&Io.splice(e,1),Io.length===0&&Pn&&typeof document<"u"&&(document.removeEventListener("keydown",mm),Pn=!1)}}function gm(t,e=!0){const a=Fh(t);Y(()=>{if(e)return Ql(()=>{a.current?.()})},[e,a])}const $n=(t,e)=>`${t}:${e??1}`,ec=new Map;function bm(t,e){const[a,o]=P(0),r=t.map(n=>$n(n.word,n.homonum)).join("|");return Y(()=>{const n=(r?r.split("|"):[]).filter(d=>!ec.has(d));if(n.length===0)return;let i=!1;const l=Array.from(new Set(n.map(d=>d.slice(0,d.lastIndexOf(":")))));return e(l).then(d=>{if(!(i||d.length===0)){for(const c of d)c.Meaning&&ec.set($n(c.Word,c.Homonum??void 0),c.Meaning);o(c=>c+1)}}),()=>{i=!0}},[r,e]),be(()=>{const n=r?r.split("|"):[],i=new Map;for(const l of n){const d=ec.get(l);d!=null&&i.set(l,d)}return i},[r,a])}function fm(t,e,a){const o=Number.isFinite(e)&&e>=1?Math.floor(e):1,r=Math.max(1,Math.ceil(t.length/o)),n=Number.isFinite(a)?Math.min(Math.max(1,Math.floor(a)),r):1;return{pageItems:be(()=>t.slice((n-1)*o,n*o),[t,n,o]),totalPages:r,curPage:n}}function Rn(t="warning"){const[e,a]=P(""),[o,r]=P(t),[n,i]=P(0),l=I((u,h)=>{r(h),a(u),i(m=>m+1)},[]),d=I(u=>l(u,"warning"),[l]),c=I(u=>l(u,"normal"),[l]),p=I(()=>a(""),[]);return{toastMessage:e,toastType:o,toastKey:n,showToast:l,showWarning:d,showNormal:c,clearToast:p}}const Br={blue:"#60A5FA",green:"#4ADE80",amber:"#FBBF24",purple:"#A78BFA",pink:"#F472B6"},Tr=Br.blue,On=Br.green,Dr=Br.amber,In=Br.purple,W3=Br.pink,V3=[{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:Tr,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:Tr,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:Tr,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:Tr,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:Tr,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:On,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:On,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:On,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:On,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:Dr,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:Dr,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:Dr,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:Dr,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:Dr,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:In,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:In,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:In,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:In,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:W3,subTitle:"\uC138 \uB2E8\uC5B4\uB97C \uB4E4\uC740 \uC21C\uC11C\uB300\uB85C \uCE74\uB4DC\uB97C \uC120\uD0DD\uD558\uC138\uC694."}]}];function vm(){const{t}=Ce();return be(()=>{const e=Object.fromEntries(S5(t).map(o=>[o.key,o.label])),a={...e};return V3.flatMap(o=>o.types).forEach(o=>{a[o.key]=t(`trainingType.${o.key}.label`,{defaultValue:o.label})}),{sentence:e,all:a}},[t])}var G3=Object.freeze({__proto__:null,CACHE_GROUPS:Rl,DocumentTitleSuppressContext:Pl,EMPTY_COMPOSITION:Ln,MediaQueryOverrideContext:Tn,NO_CODA:pa,SYLLABLE_MIN:ha,VAP_PAGE_SIZE_OPTIONS:Il,buildGradeSection:Hl,buildPartOfSpeechSection:Wl,buildPositionSection:am,buildSelectSection:tm,buildSyllableSection:em,buildWordTypeSection:Vl,charToPronValue:Kl,convertComposition:Xl,fmtBytes:Vh,lsBytes:Ol,meaningKey:$n,pronToCharValue:Zl,syllableToFilter:En,today:$o,toggleAttributeFilter:om,useCacheManagement:Gh,useDailyTrainingSelection:hm,useDelayedHoverAnchor:Qh,useDeviceManagement:Jh,useDocumentTitle:$l,useEscToClose:gm,useFontScale:Bn,useHoverAnchor:Ro,useMediaQuery:ua,usePagedList:fm,usePasswordChange:Wh,useRelativeDay:Hh,useTablePaging:zl,useTableSort:Fl,useToastState:Rn,useTrainingTypeLabels:vm,useVisitAllPanel:Xh,useVisitHistory:Uh,useVisitSchedule:Zh,useWindowEvent:Nr,useWordAttributeFilterKeys:jl,useWordDataStats:qh,useWordMeanings:bm,useWordTrainingDataGeneration:dm,useWordTrainingFilter:cm,valueToJamos:ka}),q3=".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}";oe(q3);function ym({title:t,description:e,actionLabel:a,onAction:o,bg:r,color:n,size:i="medium",actionVariant:l,titleColor:d,descriptionColor:c,className:p=""}){const u=r??n??"main",h=X(null),[m,b]=P("main"),g=ua("(max-width: 767px)");Yt(()=>{const y=h.current;y&&(d!==void 0&&y.style.setProperty("--promo-banner-bg-title",d),c!==void 0&&y.style.setProperty("--promo-banner-bg-description",c))},[d,c]),Yt(()=>{const y=h.current;if(!y)return;const _=ol(y);b(_?.actionVariant??"main")},[u]);const v=Ne("promo-banner",`promo-banner--${i}`,p),f=Ll[u];return x("div",{ref:h,className:v,role:"note",children:[s(f,{}),x("div",{className:"promo-banner__text",children:[s("span",{className:`promo-banner__title ${i==="small"?"body-2":"h2"}`,children:t}),e&&s("span",{className:"promo-banner__description body-3",children:e})]}),a&&o&&s(ue,{size:40,variant:l??m,shape:"pill",useBorder:!0,onClick:o,ariaLabel:a,...g?{type:"dot",icon:"arrow-right"}:{rightIcon:"arrow-right",label:a,minWidth:140}})]})}var Y3='.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)}';oe(Y3);function Cm({children:t,interval:e=5e3,dotTone:a,className:o="","aria-label":r}){const{t:n}=Ce(),i=r??n("topBanner.ariaLabel","\uBC30\uB108"),l=Gr.toArray(t),d=l.length,[c,p]=P(0),[u,h]=P(!1),m=d>0?c%d:0;return Y(()=>{if(d<2||e<=0||u)return;const b=window.setInterval(()=>p(g=>(g+1)%d),e);return()=>window.clearInterval(b)},[d,e,u]),d===0?null:x("section",{className:Ne("top-banner",o),"aria-label":i,"aria-roledescription":"carousel",onMouseEnter:()=>h(!0),onMouseLeave:()=>h(!1),onFocus:()=>h(!0),onBlur:()=>h(!1),children:[s("div",{className:"top-banner__viewport",children:s("div",{className:"top-banner__track",style:{transform:`translateX(-${m*100}%)`},children:l.map((b,g)=>s("div",{className:"top-banner__slide","aria-hidden":g!==m,...g!==m?{inert:!0}:{},children:b},g))})}),d>1&&s("div",{className:`top-banner__dots${(a?.[m]??"light")==="dark"?" top-banner__dots--dark":""}`,children:l.map((b,g)=>s("button",{type:"button",className:`top-banner__dot${g===m?" top-banner__dot--active":""}`,"aria-label":n("topBanner.dotAriaLabel",{count:d,index:g+1,defaultValue:`${d}\uAC1C \uC911 ${g+1}\uBC88\uC9F8 \uBC30\uB108`}),"aria-current":g===m,onClick:()=>p(g)},g))})]})}var U3=".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)}";oe(U3);function K3({title:t,body:e,open:a=!1,onToggle:o,avatar:r,titleClassName:n="body-2",bodyClassName:i="body-2",className:l=""}){const{t:d}=Ce();return x("div",{className:`accordion-item ${a?"accordion-item--open":""} ${l}`.trim(),children:[x("div",{className:"accordion-item__header",role:"button",tabIndex:0,"aria-expanded":a,"data-accordion-header":!0,onClick:o,onKeyDown:c=>{if(c.key==="Enter"||c.key===" ")c.preventDefault(),o?.();else if(c.key==="ArrowDown"||c.key==="ArrowUp"){c.preventDefault();const p=c.currentTarget.closest('[role="list"]');if(!p)return;const u=Array.from(p.querySelectorAll("[data-accordion-header]")),h=u.indexOf(c.currentTarget);(c.key==="ArrowDown"?u[h+1]:u[h-1])?.focus()}},children:[r&&s("div",{className:"accordion-item__avatar",children:r}),s("div",{className:`accordion-item__title ${n}`,children:t}),s("div",{className:"accordion-item__chevron",children:s(je,{icon:a?"chevron-up":"chevron-down",label:a?d("accordion.collapse","\uC811\uAE30"):d("accordion.expand","\uD3BC\uCE58\uAE30"),className:"accordion-item__chevron-icon",imgClassName:"accordion-item__chevron-image"})})]}),a&&s("div",{className:`accordion-item__body ${i}`,children:typeof e=="string"?s("p",{children:e}):e})]})}function _m({items:t=[],defaultOpenIndex:e=0,size:a=72,className:o="",bodyClassName:r}){const[n,i]=P(e);return s("div",{className:`accordion-group accordion-group--s${a} ${o}`.trim(),role:"list",children:t.map((l,d)=>s(K3,{title:l.title,body:l.body,avatar:l.avatar,open:d===n,onToggle:()=>i(d===n?-1:d),bodyClassName:r},d))})}var Z3=".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)}}";oe(Z3);var X3=".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}";oe(X3);function J3(){return s("svg",{viewBox:"0 0 12 12",fill:"none",stroke:"currentColor",strokeWidth:2.2,strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:s("polyline",{points:"2,6 5,9 10,3"})})}function Q3(){return x("svg",{viewBox:"0 0 12 12",fill:"none",stroke:"currentColor",strokeWidth:2.2,strokeLinecap:"round","aria-hidden":"true",children:[s("line",{x1:"3",y1:"3",x2:"9",y2:"9"}),s("line",{x1:"9",y1:"3",x2:"3",y2:"9"})]})}function e8(){return s("svg",{viewBox:"0 0 12 12",fill:"none",stroke:"currentColor",strokeWidth:2.2,strokeLinecap:"round","aria-hidden":"true",children:s("line",{x1:"2.5",y1:"6",x2:"9.5",y2:"6"})})}function _t(t){const{type:e="bar",size:a,className:o="","aria-label":r}=t;if(e==="dot"){const{icon:_,number:C,position:A="top-right",onClick:w,animate:S=!1}=t,E=C!==void 0?"number":_??"check",N=typeof a=="number"?a:32,B=Ne("circle-badge",`circle-badge--${E}`,`circle-badge--${A}`,`circle-badge--${N}`,S?"circle-badge--animate":"",w?"circle-badge--clickable":"",o),j=C!==void 0?`${C}\uBC88\uC9F8 \uC120\uD0DD`:{check:"\uC120\uD0DD\uB428",remove:"\uC81C\uAC70",minus:"\uC81C\uC678"}[_??"check"];return x("span",{className:B,onClick:w,onKeyDown:w?M=>{M.key!=="Enter"&&M.key!==" "||(M.preventDefault(),M.currentTarget.click())}:void 0,"aria-label":r??j,role:w?"button":void 0,tabIndex:w?0:void 0,children:[C!==void 0&&C,C===void 0&&_==="check"&&s(J3,{}),C===void 0&&_==="remove"&&s(Q3,{}),C===void 0&&_==="minus"&&s(e8,{})]})}const{label:n,children:i,variant:l="default",fill:d="filled",minWidth:c,iconLeft:p,iconRight:u,color:h}=t,m=typeof a=="number"?"medium":a??"medium",b={small:"caption-2b",medium:"body-3b",large:"body-2b"}[m]??"body-2b",g={small:12,medium:14,large:16}[m]??14,v=Ne("badge",`badge--${l}`,`badge--${m}`,d!=="filled"?`badge--${d}`:"",b,o),f=h?.startsWith("--")?`var(${h})`:h,y=c!==void 0||f?{...c!==void 0?{minWidth:typeof c=="number"?`${c}px`:c}:{},...f?{"--badge-color":f}:{}}:void 0;return x("span",{className:v,style:y,children:[p&&s(je,{icon:p,size:g,className:"badge__icon"}),n??i,u&&s(je,{icon:u,size:g,className:"badge__icon"})]})}var t8=".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}}";oe(t8);function Er({columns:t=[],onClose:e,className:a="",size:o="medium"}){const{t:r}=Ce(),n=o==="small"?40:48,[i,l]=P([{title:null,columns:t}]),d=i[i.length-1];Y(()=>{l(b=>{try{if(!Array.isArray(b)||b.length===0)return[{title:null,columns:t}];const g=b.slice(),v=g[0]&&typeof g[0].title<"u"?g[0].title:null;return g[0]={title:v,columns:t},g}catch{return[{title:null,columns:t}]}})},[t]);const c=I(()=>l(b=>b.length>1?b.slice(0,b.length-1):b),[]),p=X(null),u=X(null),h=i.length;Y(()=>{u.current||(u.current=document.activeElement);let b=0,g=0;const v=()=>{const f=p.current?.querySelector("button:not([disabled])");if(f&&f.offsetParent){f.focus({preventScroll:!0});return}g++<20&&(b=requestAnimationFrame(v))};return b=requestAnimationFrame(v),()=>cancelAnimationFrame(b)},[h]),Y(()=>()=>{u.current?.focus?.({preventScroll:!0})},[]);const m=I(b=>{if(b){if(Array.isArray(b.children)&&b.children.length){l(g=>[...g,{title:b.label||null,columns:[{title:null,items:b.children||[]}]}]);return}try{typeof b.onClick=="function"&&b.onClick()}catch{}try{b&&b.closeOnSelect&&typeof e=="function"&&e()}catch{}}},[e]);return x("div",{className:`tooltip-menu tooltip-menu--${o} ${a}`,children:[(i.length>1||d.title)&&x("div",{className:"tooltip-menu__header",children:[i.length>1?s(ue,{size:n,type:"dot",icon:"chevron-left",ariaLabel:r("common.back","\uB4A4\uB85C"),onClick:c,variant:"transparent-gray",useBorder:!1}):null,s("div",{className:"tooltip-menu__title button-1",children:d.title})]}),s("div",{className:"tooltip-menu__columns",ref:p,children:d.columns&&d.columns.map((b,g)=>x("div",{className:"tooltip-menu__column",children:[b.title?s("div",{className:"tooltip-menu__column-title body-3",children:b.title}):null,s("div",{className:"tooltip-menu__items",children:(b.items||[]).map((v,f)=>s(ue,{className:"tooltip-menu__item",size:n,type:v.label?"bar":"dot",icon:v.selected?"check":v.icon||"none",rightIcon:Array.isArray(v.children)&&v.children.length?"chevron-right":v.badgeCount?s(_t,{type:"dot",position:"inline",number:Math.min(v.badgeCount,99),size:24,"aria-label":`${v.badgeCount}`}):void 0,label:v.label,ariaLabel:v.label,onClick:()=>m(v),selected:v.selected,disabled:v.disabled,showTooltipInfo:v.tooltip||!1,useBorder:!1,align:"left"},f))})]},g))})]})}function zo({computeStyle:t,onScroll:e="close",onResize:a="close",ignoreOutsideClickSelector:o}){const[r,n]=P(!1),[i,l]=P({}),d=X(null),c=X(null),p=I(()=>{d.current&&l(t(d.current.getBoundingClientRect()))},[t]);Y(()=>{if(!r)return;p();const m=f=>{const y=f.target;o&&y.closest?.(o)||d.current?.contains(y)||c.current?.contains(y)||n(!1)};document.addEventListener("mousedown",m);const b=f=>{c.current?.contains(f.target)||(e==="reposition"?p():e==="close"&&n(!1))};e!=="ignore"&&window.addEventListener("scroll",b,!0);const g=()=>{a==="reposition"?p():a==="close"&&n(!1)};a!=="ignore"&&window.addEventListener("resize",g);const v=f=>{f.key==="Escape"&&n(!1)};return document.addEventListener("keydown",v),()=>{document.removeEventListener("mousedown",m),e!=="ignore"&&window.removeEventListener("scroll",b,!0),a!=="ignore"&&window.removeEventListener("resize",g),document.removeEventListener("keydown",v)}},[r,p,e,a,o]);const u=I(()=>n(m=>!m),[]),h=I(()=>n(!1),[]);return{open:r,setOpen:n,toggle:u,close:h,style:i,triggerRef:d,menuRef:c}}const a8=52,wm=10;function tc({items:t=[],activeKey:e,onChange:a,appMode:o,onAppModeChange:r,moreItems:n=[]}){const{t:i}=Ce(),l=o==="manager"?"malgwi":"manager",d=o==="manager"?"arrow-left":"arrow-right",c=o==="manager"?i("nav.modeLabelMalgwi","\uB9D0\uADC0"):i("nav.modeLabelManager","\uB9D0\uADC0 \uB9E4\uB2C8\uC800"),p=X(null),[u,h]=P(0),m=t.length;Y(()=>{const D=p.current;if(!D||(h(D.clientWidth),typeof ResizeObserver>"u"))return;const L=new ResizeObserver(H=>h(H[0].contentRect.width));return L.observe(D),()=>L.disconnect()},[]);const b=u>0?Math.floor((u+wm)/(a8+wm)):m,g=u>0&&b<m,v=g?b:m,f=t.slice(0,v),y=t.slice(v),_=g||n.length>0,C=I(D=>({position:"fixed",bottom:window.innerHeight-D.top+8,right:window.innerWidth-D.right,zIndex:1e4}),[]),{open:A,toggle:w,close:S,style:E,triggerRef:N,menuRef:B}=zo({computeStyle:C,onScroll:"ignore",onResize:"ignore"}),j=I(()=>r?.(l),[r,l]),M=be(()=>y.find(D=>D.key===e)??n.find(D=>D.selected||D.key&&D.key===e),[y,e,n]),k=be(()=>[{items:[...y.map(D=>({label:D.label,icon:D.icon,selected:D.key===e,closeOnSelect:!0,onClick:()=>{D.key&&a&&a(D.key),S()}})),...n.map(D=>({label:D.label,icon:D.icon,badgeCount:D.badgeCount,selected:D.selected??(!!D.key&&D.key===e),closeOnSelect:!0,onClick:()=>{D.onClick?.(),S()}}))]}],[y,n,e,a,S]);return x("nav",{className:"bottom-nav","aria-label":i("nav.bottomNav","\uD558\uB2E8 \uB124\uBE44\uAC8C\uC774\uC158"),children:[r&&x(He,{children:[s("div",{className:"bottom-nav__left",children:s(ue,{size:52,type:"dot",icon:d,ariaLabel:c,className:"bottom-nav-item",onClick:j})}),s("div",{className:"bottom-nav__divider","aria-hidden":"true"})]}),s("div",{className:"bottom-nav__items",ref:p,children:f.map(D=>s(ue,{size:52,type:"dot",icon:D.icon,ariaLabel:D.label,selected:D.key===e,disabled:D.state==="disabled",className:"bottom-nav-item",onClick:()=>D.key&&a?.(D.key)},D.key))}),_&&x(He,{children:[s("div",{className:"bottom-nav__divider","aria-hidden":"true"}),s("div",{className:"bottom-nav__right",children:x("div",{ref:N,children:[s(ue,{size:52,type:"dot",icon:M?.icon??"ellipsis",ariaLabel:M?.label??i("nav.more","\uB354\uBCF4\uAE30"),selected:!!M,className:"bottom-nav-item",onClick:w}),A&&ta(s("div",{className:"tooltip-content",style:E,ref:B,children:s(Er,{columns:k,onClose:S})}),document.body)]})})]})]})}var o8=".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}";oe(o8);function r8(t){const{t:e}=Ce(),{activeKey:a,unreadCount:o,onDebug:r,onNotification:n,onSetting:i,onHelp:l,onAccount:d}=t||{},c="default";return x("div",{className:"side-nav__footer",children:[r&&s(ue,{size:48,showTooltipInfo:!0,type:"dot",shape:"pill",variant:c,icon:"terminal",ariaLabel:e("nav.debug","\uB514\uBC84\uADF8"),onClick:r,selected:a==="debug"}),x("span",{className:"side-nav__notification-wrap",children:[s(ue,{size:48,showTooltipInfo:!0,type:"dot",shape:"pill",variant:c,icon:"bell",ariaLabel:e("nav.notifications","\uC54C\uB9BC"),onClick:n,selected:a==="notifications"}),!!o&&s(_t,{type:"dot",number:Math.min(o,99),size:24})]}),s(ue,{size:48,showTooltipInfo:!0,type:"dot",shape:"pill",variant:c,icon:"settings",ariaLabel:e("nav.settings","\uC124\uC815"),onClick:i,selected:a==="settings"}),s(ue,{size:48,showTooltipInfo:!0,type:"dot",shape:"pill",variant:c,icon:"message-circle-question-mark",ariaLabel:e("nav.help","\uB3C4\uC6C0\uB9D0"),onClick:l,selected:a==="help"}),s(ue,{size:48,showTooltipInfo:!0,type:"dot",shape:"pill",variant:c,icon:"user-round",ariaLabel:e("nav.account","\uACC4\uC815"),onClick:d,selected:a==="account"})]})}function xm(t){const{item:e,itemKey:a,label:o,icon:r,active:n,onClick:i,style:l,state:d,labelStyle:c}=t||{},p=e?.key??a??"",u=e?.label??o??"",h=e?.icon??r??"",m=e?.badge??0,b=s("span",{className:"side-nav__icon-wrap",children:s(je,{icon:h,label:typeof u=="string"?u:void 0,className:"side-nav__icon",maskClassName:"side-nav__icon-image",imgClassName:void 0,svgClassName:void 0})}),g=d==="disabled",v=`side-nav__item ${n?"active":""} ${d||""} ${g?"disabled":""} ${e?.child?"side-nav__item--child":""}`,f=I(y=>{if(!g){try{y.currentTarget.blur()}catch{}i?.(p,y.currentTarget)}},[g,p,i]);return x("button",{className:v,onClick:f,"aria-label":typeof u=="string"?u:void 0,style:l,"aria-disabled":g,children:[b,s("span",{className:"side-nav__label button-1 f",style:c,children:u}),m>0&&s(_t,{type:"dot",position:"inline",number:Math.min(m,99),size:24,"aria-label":`${m}`}),d==="loading"&&s("span",{className:"side-nav__spinner","aria-label":"loading"})]})}function ac(t){const{t:e}=Ce(),{items:a=[],activeKey:o,onChange:r,unreadCount:n,onDebug:i,onNotification:l,onAccount:d,onSetting:c,onHelp:p,appMode:u,onAppModeChange:h}=t||{},m=I(()=>h?.(u==="malgwi"?"manager":"malgwi"),[h,u]);return x("nav",{"aria-label":e("nav.mainMenu","\uBA54\uC778 \uBA54\uB274"),className:"side-nav__menu",children:[x("div",{className:"side-nav__menu-list",children:[(a||[]).filter(b=>!b.section&&(b.key||b.label)).map((b,g)=>x(ui.Fragment,{children:[b.divider&&s("div",{className:"side-nav__separator"}),s(xm,{item:b,active:b.key===o,state:b.disabled?"disabled":void 0,onClick:(v,f)=>{if(b.disabled)return;if(b.href){window.open(b.href,"_blank","noopener,noreferrer");try{f?.blur()}catch{}return}r?.(b.key);try{const _=document.querySelector(".content-area");_?_.scrollTop=0:window.scrollTo({top:0})}catch{}try{f?.blur()}catch{}if(typeof window<"u"&&window.matchMedia){if(!window.matchMedia("(min-width: 768px) and (max-width: 1023px)").matches)return}else return;const y=document.querySelector(".header");if(y&&!(typeof y.matches=="function"&&y.matches(":hover"))){y.classList.add("header--force-collapsed");const _=()=>{y.classList.remove("header--force-collapsed"),y.removeEventListener("mouseenter",_)};y.addEventListener("mouseenter",_)}}})]},b.key??`side-nav__item-${g}`)),h&&s("div",{className:"side-nav__separator side-nav__separator--short"}),h&&s(xm,{item:{key:"__mode-switch__",label:u==="malgwi"?e("nav.goToManager","\uB9D0\uADC0\uB9E4\uB2C8\uC800\uB85C \uC774\uB3D9"):e("nav.goToMalgwi","\uB9D0\uADC0\uB85C \uC774\uB3D9"),icon:u==="malgwi"?"arrow-right":"arrow-left"},onClick:m})]}),s(r8,{activeKey:o,unreadCount:n,onDebug:i,onNotification:l,onAccount:d,onSetting:c,onHelp:p})]})}var oc='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',rc='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',n8='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',i8='.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}}';oe(i8);function nc({appMode:t}){const{t:e}=Ce(),a=t==="manager",o=a?rc:oc,r=n8,n=ua("(min-width: 768px) and (max-width: 1023px)");return s("div",{className:"brand-identity__root","aria-label":e("header.biArea","BI \uC601\uC5ED"),children:n?s("img",{src:r,alt:e("header.biSymbol","BI \uC2EC\uBCFC"),className:"brand-identity__image"}):s("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 ic({activeKey:t,onChange:e,items:a,malgwiItems:o,managerItems:r,unreadCount:n,onDebug:i,onNotification:l,onAccount:d,onSetting:c,onHelp:p,appMode:u,onAppModeChange:h}){const{t:m}=Ce(),b=ua("(max-width: 767px)"),g=be(()=>{const E=[];return i&&E.push({key:"debug",icon:"terminal",label:m("nav.debug","\uB514\uBC84\uADF8"),onClick:i}),l&&E.push({key:"notifications",icon:"bell",label:m("nav.notifications","\uC54C\uB9BC"),badgeCount:n,onClick:l}),c&&E.push({key:"settings",icon:"settings",label:m("nav.settings","\uC124\uC815"),onClick:c}),p&&E.push({key:"help",icon:"message-circle-question-mark",label:m("nav.help","\uB3C4\uC6C0\uB9D0"),onClick:p}),d&&E.push({key:"account",icon:"user-round",label:m("nav.account","\uACC4\uC815"),onClick:d}),E},[m,i,l,c,p,d,n]),v=I(E=>({position:"fixed",top:E.bottom+8,right:Math.max(8,window.innerWidth-E.right),zIndex:1e4}),[]),{open:f,toggle:y,close:_,style:C,triggerRef:A,menuRef:w}=zo({computeStyle:v,onScroll:"ignore",onResize:"ignore"}),S=be(()=>[{items:g.map(E=>({label:E.label,icon:E.icon,badgeCount:E.badgeCount,selected:E.selected??(!!E.key&&E.key===t),closeOnSelect:!0,onClick:()=>{E.onClick?.(),_()}}))}],[g,t,_]);return x("aside",{className:`header${u==="manager"?" header--manager":""}`,children:[x("div",{className:"header__bi",children:[s(nc,{appMode:u}),x("div",{className:"header__menu-button",ref:A,children:[s(ue,{size:48,type:"dot",shape:"pill",variant:"default",icon:"menu",ariaLabel:m("header.menuOpen","\uBA54\uB274 \uC5F4\uAE30"),onClick:y}),f&&ta(s("div",{className:"tooltip-content",style:C,ref:w,children:s(Er,{columns:S,onClose:_})}),document.body)]})]}),s(ac,{items:a,activeKey:t??void 0,onChange:e,unreadCount:n,onDebug:i,onNotification:l,onAccount:d,onSetting:c,onHelp:p,appMode:u,onAppModeChange:h}),b&&s(tc,{items:a,activeKey:t??void 0,onChange:e,appMode:u,onAppModeChange:h})]})}const km=ic;var s8='.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%}}';oe(s8);function Sm(t){if(!(t==null||t===""))return Cr(typeof t=="number"?`${t.toLocaleString("ko-KR")}\uC6D0`:t)}function l8(t){const e=`${t.code??""} ${t.name??""}`.toLowerCase();return/manager|매니저/.test(e)?"manager":"speechear"}function c8(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 d8(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 sc(t){return{type:t.type??l8(t),plan:c8(t),label:t.label,price:Sm(t.price),originalPrice:Sm(t.originalPrice),discountLabel:t.discountLabel}}var u8='.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}';oe(u8);var p8='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',h8='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>',m8='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',g8='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',b8='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>',f8='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',v8=".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}";oe(v8);var y8=".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)}";oe(y8);var Am='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 Qa={text:"--pass-card-text",sub:"--pass-card-sub",copyright:"--pass-card-copyright"},lc=new WeakMap;function C8(t){if(t)return lc.get(t)}function Sa(t,e){t&&(t.style.setProperty(Qa.text,e.text),t.style.setProperty(Qa.sub,e.sub),e.copyrightColor&&t.style.setProperty(Qa.copyright,e.copyrightColor),lc.set(t,e))}function Aa(t){t&&(t.style.removeProperty(Qa.text),t.style.removeProperty(Qa.sub),t.style.removeProperty(Qa.copyright),lc.delete(t))}const cc={text:"var(--color-pureBlack)",sub:"var(--color-lightGray)",logoBase:"Logo_speechear_kr",copyrightColor:"#1a1a1a"};function dc(t={}){const e=bt(cc,Sa,Aa);return x("div",{ref:e,className:"pass-card-bg pass-card-bg-two-circle","aria-hidden":"true",children:[s("div",{className:"pass-card-bg-two-circle__c1"}),s("div",{className:"pass-card-bg-two-circle__c3"}),s("span",{className:"pass-card-bg__symbol pass-card-bg-two-circle__symbol",style:{"--symbol-url":`url("${Am}")`}})]})}const Nm="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 _8=".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%}";oe(_8);var Lr='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 w8={text:"#1a1a1a",sub:"var(--color-lightGray)",logoBase:"Logo_speechear_kr",copyrightColor:"var(--color-main)"},x8=[{scale:1,opacity:.55},{scale:2,opacity:.4},{scale:3.1,opacity:.28},{scale:4.5,opacity:.18},{scale:6,opacity:.1}];function Bm(t={}){const e=bt(w8,Sa,Aa),a="var(--color-main)",o=270,r=170;return x("div",{ref:e,className:"pass-card-bg pass-card-bg-sound-move","aria-hidden":"true",children:[s("svg",{className:"pass-card-bg-sound-move__svg",viewBox:"0 0 300 189",preserveAspectRatio:"xMidYMid meet",xmlns:"http://www.w3.org/2000/svg",children:x8.map(({scale:n,opacity:i},l)=>s("g",{transform:`translate(${o} ${r}) scale(${n}) translate(-50 -50)`,opacity:i,children:s("path",{d:Nm,fill:"none",stroke:a,strokeWidth:"1.5",vectorEffect:"non-scaling-stroke"})},l))}),s("span",{className:"pass-card-bg__symbol pass-card-bg-sound-move__symbol",style:{"--symbol-url":`url("${Lr}")`}})]})}var k8=".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%}";oe(k8);const S8={text:"#ffffff",sub:"var(--color-lightGray)",logoBase:"Logo_speechear_kr",logoColor:"_white",copyrightColor:"#ffffff"},A8=[{scale:1,opacity:.55},{scale:2,opacity:.4},{scale:3.1,opacity:.28},{scale:4.5,opacity:.18},{scale:6,opacity:.1}];function N8(t={}){const e=bt(S8,Sa,Aa),a="#ffffff",o=270,r=170;return x("div",{ref:e,className:"pass-card-bg pass-card-bg-sound-move-v1","aria-hidden":"true",children:[s("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:A8.map(({scale:n,opacity:i},l)=>s("g",{transform:`translate(${o} ${r}) scale(${n}) translate(-50 -50)`,opacity:i,children:s("path",{d:Nm,fill:"none",stroke:a,strokeWidth:"1.5",vectorEffect:"non-scaling-stroke"})},l))}),s("span",{className:"pass-card-bg__symbol pass-card-bg-sound-move-v1__symbol",style:{"--symbol-url":`url("${Am}")`}})]})}var B8=".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)}";oe(B8);const T8={text:"#1a1a1a",sub:"var(--color-lightGray)",logoBase:"Logo_speechear_kr",copyrightColor:"var(--color-main)"};function D8(t={}){const e=bt(T8,Sa,Aa);return x("div",{ref:e,className:"pass-card-bg pass-card-bg-talk","aria-hidden":"true",children:[s("div",{className:"pass-card-bg-talk__shape pass-card-bg-talk__shape--left"}),s("div",{className:"pass-card-bg-talk__shape pass-card-bg-talk__shape--right"}),s("span",{className:"pass-card-bg__symbol pass-card-bg-talk__symbol",style:{"--symbol-url":`url("${Lr}")`}})]})}const E8={Logo_speechear_kr:{"":oc,_white:p8,_textWhite:h8,_black:m8},Logo_speechearManager_kr:{"":rc,_white:g8,_textWhite:b8,_black:f8}};function L8(t,e){if(t)return E8[t]?.[e??""]??void 0}const M8={speechear:oc,manager:rc},P8={speechear:"Logo_speechear_kr",manager:"Logo_speechearManager_kr"},Tm=10;function $8(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 R8(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===gt.t("passCard.specialLabel");return o?s(D8,{}):r?s(N8,{}):s(Bm,{})}return s(dc,{})}function uc({product:t,showPrice:e=!1,plan:a,type:o,endDate:r,remainingSeconds:n,state:i="active",bg:l,bgOnly:d=!1,textColor:c,subColor:p,copyrightColor:u,logoSrc:h,label:m,price:b,originalPrice:g,discountLabel:v,onUse:f,onRefund:y,onDelete:_}){const{t:C}=Ce(),A=t?sc(t):void 0,w=o??A?.type??"speechear",S=a??A?.plan??"\uC774\uC6A9\uAD8C",E=m??A?.label,N=b??(e?A?.price:void 0),B=g??(e?A?.originalPrice:void 0),j=v??A?.discountLabel,M=be(()=>{if(N)return null;const te=t?.durationDays??d8(t?.code);if(!te||te<=0)return null;const me=te*86400;let Ae;if(n!=null)Ae=n;else if((i==="active"||i==="expired")&&r){const pe=new Date(r).getTime();if(Number.isNaN(pe))return null;const U=new Date;U.setHours(0,0,0,0);const he=new Date(pe);he.setHours(0,0,0,0);const _e=Math.round((he.getTime()-U.getTime())/864e5);Ae=Math.max(0,_e)*86400}else i==="expired"?Ae=0:Ae=me;const ee=Math.max(0,Math.min(100,Math.floor(Math.min(Ae,me)/me*100)));return i==="pending"&&ee>=100?null:{percent:ee,remainingLabel:$8(Ae,C)}},[N,i,r,n,t?.durationDays,t?.code,C]),k=X(null),[D,L]=P({}),[H,ne]=P(null),ae=!!(f||y||_),ie=X(!1),$=X(void 0),[O,z]=P(h);Yt(()=>{z(h)},[h]),Yt(()=>{const te=k.current;te&&(c!==void 0&&te.style.setProperty("--pass-card-text",c),p!==void 0&&te.style.setProperty("--pass-card-sub",p),u!==void 0&&te.style.setProperty("--pass-card-copyright",u))},[c,p,u]),Yt(()=>{const te=k.current;if(!te)return;const me=C8(te);if(!h){const Ae=P8[w],ee=i==="expired"?"_black":me?.logoColor??"",pe=L8(Ae,ee);z(pe)}},[l,h,w,i]);const W=te=>{const me=k.current;if(!me)return null;const{left:Ae,top:ee,width:pe,height:U}=me.getBoundingClientRect(),he=(te.clientX-Ae)/pe-.5;return{rotateX:-((te.clientY-ee)/U-.5)*Tm,rotateY:he*Tm}},F=(te,me)=>{const Ae=me*-.7,ee=te*.7+10,pe=20+(Math.abs(te)+Math.abs(me))*.4;return`${Ae}px ${ee}px ${pe}px rgba(0, 0, 0, 0.18)`},K=I(te=>{ie.current=!0,clearTimeout($.current),$.current=setTimeout(()=>{ie.current=!1},200);const me=W(te);me&&L({transform:`perspective(800px) rotateX(${me.rotateX}deg) rotateY(${me.rotateY}deg) scale3d(1.03, 1.03, 1.03)`,boxShadow:F(me.rotateX,me.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)"})},[]),R=I(te=>{const me=W(te);if(!me)return;const Ae=ie.current?"transform 0.2s ease, box-shadow 0.2s ease":"none";L({transform:`perspective(800px) rotateX(${me.rotateX}deg) rotateY(${me.rotateY}deg) scale3d(1.03, 1.03, 1.03)`,boxShadow:F(me.rotateX,me.rotateY),transition:Ae})},[]),G=I(()=>{clearTimeout($.current),ie.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)"})},[]),q=I(()=>ne(null),[]),J=be(()=>{const te=S.replace("\uC774\uC6A9\uAD8C","").trim(),me=te.match(/^(.*?)(일|년)$/);return me?x(He,{children:[s("span",{className:"h0 pass-card__plan-number",children:me[1]}),s("span",{className:"h5b pass-card__plan-unit",children:me[2]==="\uB144"?C("passCard.unitYear","\uB144"):C("passCard.unitDay","\uC77C")})]}):s("span",{className:"h0",children:te})},[S,C]),re=be(()=>{const te=Cr(N);if(!te)return null;const me=te.match(/^([^\d]*)([\d.,]+)(.*)$/);if(!me)return s("span",{className:"h1",children:te});const[,Ae,ee,pe]=me;return x(He,{children:[Ae&&s("span",{className:"h5 pass-card__price-symbol",children:Ae}),s("span",{className:"h1 pass-card__price-amount",children:ee}),pe.trim()&&s("span",{className:"h5 pass-card__price-symbol",children:pe.trim()})]})},[N]),fe=I(()=>{ae&&ne(te=>{if(te)return null;const me=k.current?.getBoundingClientRect();if(!me)return null;const Ae=50;return{left:me.left,right:me.right,width:me.width,height:me.height,x:me.x,y:me.y+Ae,top:me.top+Ae,bottom:me.bottom+Ae}})},[ae]),ve=I(te=>{ae&&(te.key==="Enter"||te.key===" ")&&(te.preventDefault(),fe())},[ae,fe]),se=[{items:[...f?[{label:C("passCard.menu.use","\uC0AC\uC6A9\uD558\uAE30"),icon:"play",onClick:()=>{f(),ne(null)},closeOnSelect:!0}]:[],...y?[{label:C("passCard.menu.refund","\uD658\uBD88\uD558\uAE30"),icon:"rotate-ccw",onClick:()=>{y(),ne(null)},closeOnSelect:!0}]:[],..._?[{label:C("passCard.menu.delete","\uC0AD\uC81C\uD558\uAE30"),icon:"trash-2",onClick:()=>{_(),ne(null)},closeOnSelect:!0}]:[]]}];return x(He,{children:[s("div",{className:"pass-card-frame",children:x("div",{ref:k,className:`pass-card pass-card--${i}${ae?" pass-card--clickable":""}`,style:D,onMouseEnter:K,onMouseMove:R,onMouseLeave:G,onClick:fe,onKeyDown:ae?ve:void 0,role:ae?"button":void 0,tabIndex:ae?0:void 0,children:[l??R8(w,S,E),!d&&x(He,{children:[s("div",{className:"pass-card__top",children:x("div",{className:"pass-card__top-left",children:[s("img",{src:O??M8[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")}),x("div",{className:"pass-card__plan",children:[s("div",{children:J}),s("span",{className:"h5b pass-card__plan-suffix",children:E?C("passCard.labeledPlan",{label:E}):C("passCard.planSuffix","\uC774\uC6A9\uAD8C")})]})]})}),N?x("div",{className:"pass-card__price-area",children:[j&&s("span",{className:"pass-card__discount body-3",children:j}),x("div",{className:"pass-card__price",children:[B&&s("span",{className:"pass-card__price-original body-3",children:Cr(B)}),re]})]}):M?x("div",{className:"pass-card__usage",children:[s("span",{className:"h5b pass-card__usage-remaining",children:M.remainingLabel}),x("span",{className:"pass-card__usage-percent",children:[s("span",{className:"h1 pass-card__usage-value",children:M.percent}),s("span",{className:"h5b pass-card__usage-symbol",children:"%"})]})]}):s("div",{className:"pass-card__copyright caption-2",children:"\xA9 IHAB Corp. All rights reserved."})]})]})}),H&&s(Pa,{anchorRect:H,onClose:q,children:s(Er,{columns:se,onClose:q,size:"small"})})]})}var O8=".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%}";oe(O8);const I8={text:"#1a1a1a",sub:"var(--color-lightGray)",logoBase:"Logo_speechear_kr",copyrightColor:"#1a1a1a"};function z8(t={}){const e=`passcard-sound-line-grad-${na()}`,a=bt(I8,Sa,Aa);return x("div",{ref:a,className:"pass-card-bg pass-card-bg-sound-line","aria-hidden":"true",children:[x("svg",{className:"pass-card-bg-sound-line__svg",viewBox:"0 0 500 300",preserveAspectRatio:"xMidYMid slice",xmlns:"http://www.w3.org/2000/svg",children:[s("defs",{children:x("linearGradient",{id:e,x1:"0",y1:"0",x2:"1",y2:"0",children:[s("stop",{offset:"20%",stopColor:"var(--color-main)"}),s("stop",{offset:"80%",stopColor:"var(--color-sub)"})]})}),s("g",{transform:"translate(25, 45)",children:s("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"})})]}),s("span",{className:"pass-card-bg__symbol pass-card-bg-sound-line__symbol",style:{"--symbol-url":`url("${Lr}")`}})]})}var F8=".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}";oe(F8);const j8={text:"#1a1a1a",sub:"var(--color-lightGray)",logoBase:"Logo_speechear_kr",copyrightColor:"var(--color-main)"};function H8(t={}){const e=bt(j8,Sa,Aa);return x("div",{ref:e,className:"pass-card-bg pass-card-bg-talk-v1","aria-hidden":"true",children:[s("div",{className:"pass-card-bg-talk-v1__shape pass-card-bg-talk-v1__shape--left"}),s("div",{className:"pass-card-bg-talk-v1__shape pass-card-bg-talk-v1__shape--right"}),s("span",{className:"pass-card-bg__symbol pass-card-bg-talk-v1__symbol",style:{"--symbol-url":`url("${Lr}")`}})]})}function W8(t,e){if(t){if(e==="manager_pro")return s(H8,{});if(e==="manager_standard")return s(z8,{});if(e==="manager_lite")return s(Bm,{})}}function V8(t){const e=Cr(t);if(!e)return null;const a=e.match(/^([^\d]*)([\d.,]+)(.*)$/);if(!a)return e;const[,o,r,n]=a;return x(He,{children:[o&&s("span",{className:"payment-plan__pricing-symbol h4",children:o}),r,n.trim()&&s("span",{className:"payment-plan__pricing-symbol h4",children:n.trim()})]})}function Dm(t){const{t:e}=Ce(),{plan:a,onSelect:o,period:r="monthly",ownedCodes:n}=t||{},i=f=>!!f&&!!n?.includes(f),l=(a.tiers||[]).some(f=>/오픈\s*특가/.test(f.label??"")&&i(f.code)),d=f=>{const y=f.prices?f.prices[r]:f.price;return y?(a.tiers||[]).some(_=>!!_.badge&&_.originals?.[r]===y):!1},c=a.colorToken?`var(--color-${a.colorToken})`:"var(--color-gray)",p=e("payment.plan.freePrice","\uBB34\uB8CC"),u=e("payment.products.mgrEnterprise.tier.price","\uBB38\uC758"),h=f=>f.prices?f.prices[r]:f.price,m=(a.tiers||[]).length>0&&(a.tiers||[]).every(f=>{const y=h(f);return y==="\uBB34\uB8CC"||y===p||y==="0\uC6D0"}),b=(a.tiers||[]).length>0&&(a.tiers||[]).every(f=>{const y=h(f);return y==="\uBB38\uC758"||y===u}),g=a.group==="org",v=g?"manager":"speechear";return x("div",{className:"payment-plan__card",style:{borderColor:c,"--plan-color":c},children:[a.cardBadge&&s("div",{className:"payment-plan__card-badge",children:s(_t,{label:a.cardBadge,variant:"main",size:"medium",fill:"soft"})}),x("div",{className:"payment-plan__title",children:[s("p",{className:"payment-plan__quote body-3b",style:{color:c},children:a.quote||"\xA0"}),s("h3",{className:"payment-plan__title-heading h1",children:a.tier??a.title}),s("p",{className:"payment-plan__subtitle body-3",children:a.subtitle})]}),x("div",{className:"payment-plan__box",children:[s("span",{className:"payment-plan__box-title body-3b",children:e("payment.plan.recommendedFor","\uC774\uB7F0 \uBD84\uAED8 \uCD94\uCC9C\uD569\uB2C8\uB2E4.")}),s("ul",{className:"payment-plan__feature-list",children:(a.recommendedFor||[]).map((f,y)=>x("li",{className:"payment-plan__feature-item body-3",children:[s(je,{icon:"check",size:18,className:"payment-plan__feature-check",wrapperStyle:{color:c}}),f]},y))})]}),x("div",{className:"payment-plan__box",children:[s("span",{className:"payment-plan__box-title body-3b",children:e("payment.plan.features","\uD575\uC2EC \uAE30\uB2A5")}),s("ul",{className:"payment-plan__feature-list",children:(a.features||[]).map((f,y)=>x("li",{className:"payment-plan__feature-item body-3",children:[s(je,{icon:"check",size:18,className:"payment-plan__feature-check",wrapperStyle:{color:c}}),f]},y))})]}),s("div",{className:"payment-plan__card-pricing",children:m?null:b?s(ue,{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})}):s(He,{children:s("div",{className:"payment-plan__pricing-list",children:(a.tiers||[]).map(f=>{const y=f.label||"\uC774\uC6A9\uAD8C",_=/오픈\s*특가/.test(y),C=_||f.openPromo===!0,A=y.replace(/^오픈\s*특가\s*/,"")||"\uC774\uC6A9\uAD8C",w=f.prices?f.prices[r]:f.price,S=f.badge?C?`\uC624\uD508 \uD2B9\uAC00
829
+ ${f.badge}`:f.badge:void 0;if(_&&i(f.code))return null;if(!f.badge&&!l)return d(f)?null:x("div",{className:`payment-plan__pricing-row payment-plan__pricing-row--static${f.highlight?" payment-plan__pricing-row--highlight":""}`,children:[s("div",{className:"payment-plan__pricing-row-title",children:s("div",{className:"payment-plan__pricing-row-label h5b",children:f.label})}),s("div",{className:"payment-plan__pricing-row-price",children:s("span",{className:"payment-plan__pricing-current h1",children:V8(w)})})]},f.id);const E=a.tier??(g?a.title:void 0),N=s(uc,{showPrice:!0,product:{type:v,code:f.code,name:A,label:E,price:w,originalPrice:f.originals?.[r]??void 0,discountLabel:S},bg:W8(g,a.id)}),B=()=>o?.({...f,productId:a.id,productTitle:a.title,preview:N});return s("div",{className:"payment-plan__pricing-card",onClick:B,onKeyDown:o?j=>{j.target===j.currentTarget&&(j.key==="Enter"||j.key===" ")&&(j.preventDefault(),B())}:void 0,role:o?"button":void 0,tabIndex:o?0:void 0,children:N},f.id)})})})})]})}function Em({variant:t="default"}){return x("div",{className:`pass-card-bg pass-card-bg--${t}`,"aria-hidden":"true",children:[s("div",{className:"pass-card-bg__circle pass-card-bg__circle--1"}),s("div",{className:"pass-card-bg__circle pass-card-bg__circle--2"}),s("div",{className:"pass-card-bg__circle pass-card-bg__circle--3"})]})}var G8=".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}";oe(G8);var Lm='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 pc={text:"#1a1a1a",sub:"var(--color-lightGray)",logoBase:"Logo_speechear_kr",copyrightColor:"#c9c9c9"};function Mm(){const t=bt(pc,Sa,Aa);return s("div",{ref:t,className:"pass-card-bg pass-card-bg-ihab","aria-hidden":"true",children:s("span",{className:"pass-card-bg__symbol pass-card-bg-ihab__symbol-top",style:{"--symbol-url":`url("${Lm}")`}})})}var q8=".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)}";oe(q8);const hc={text:"#ffffff",sub:"var(--color-lightGray)",logoBase:"Logo_speechearManager_kr",logoColor:"_white",copyrightColor:"#ffffff"};function Pm(t={}){const e=bt(hc,Sa,Aa);return x("div",{ref:e,className:"pass-card-bg pass-card-bg-left-color-grid","aria-hidden":"true",children:[s("div",{className:"pass-card-bg-left-color-grid__bar"}),s("div",{className:"pass-card-bg-left-color-grid__grid"}),s("span",{className:"pass-card-bg__symbol pass-card-bg-left-color-grid__symbol",style:{"--symbol-url":`url("${Lr}")`}})]})}var Y8=".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}";oe(Y8);const mc=(t,e,a)=>t+(e-t)*a;function $m({speakers:t,size:e=300,viewT:a=0,activeSpeakerId:o=null,playedIds:r,selectedId:n=null,answerId:i=null,showFeedback:l=!1,clickable:d=!1,onSelectSpeaker:c,buttonSize:p=40,showIcon:u=!0}){const h=Math.max(0,Math.min(1,a)),m=e/2,b=110/300,g=.18,v=F=>e*(b+(F-1)*g),f=F=>{const K=v(F.row??1),R=F.angleDeg*Math.PI/180;return{x:m+K*Math.cos(R),y:m+K*Math.sin(R)}},y=Math.max(...t.map(F=>F.row??1),1),_=e*.08,C=e*.1,A=e*.24,w=e-2*_,S=e-C-A,E=e-A/2,N=be(()=>[...new Set(t.map(F=>F.deg))].sort((F,K)=>F-K),[t]),B=N.length,j=Math.max(68,B>1?w/(B-1):0),M=be(()=>new Map(N.map((F,K)=>[F,K])),[N]),k=F=>{const K=M.get(F.deg)??0,R=m+(K-(B-1)/2)*j,G=y>1?Math.min(68,S/(y-1)):0,q=G*(y-1),J=C+(S-q)/2,re=y===1?C+S*.4:J+(y-(F.row??1))*G;return{x:R,y:re}},D=F=>{const K=f(F),R=k(F);return{x:mc(K.x,R.x,h),y:mc(K.y,R.y,h)}},L={x:m,y:mc(m,E,h)},H=Math.round(p*1.2),ne=Math.round(Math.max(16,Math.min(80,p*.7))),ae=[],ie=new Map;for(const F of t){const K=F.row??1;ie.has(K)||ie.set(K,[]),ie.get(K).push(F)}for(const[F,K]of ie.entries()){if(K.length<2)continue;const R=[...K].sort((se,te)=>se.deg-te.deg),G=R.map(se=>D(se)),q=R.map(se=>se.deg),J=q[q.length-1]-q[0],re=J/(q.length-1),fe=360-J,ve=R.length>=3&&re>0&&fe<=re*1.5;ae.push({key:`arc-${F}`,d:`M ${G[0].x} ${G[0].y} `+G.slice(1).map(se=>`L ${se.x} ${se.y}`).join(" ")+(ve?` L ${G[0].x} ${G[0].y}`:"")})}const $=be(()=>new Set(r??[]),[r]),O=F=>{if(o===F.id)return"active";if(l){if(F.id===i)return"correct";if(F.id===n&&n!==i)return"wrong"}return $.has(F.id)?"played":"idle"},z=F=>o===F.id||l&&F.id===i,W=(F,K)=>{switch(F){case"played":case"correct":return s(Kd,{size:K});case"wrong":return s(iu,{size:K});default:return s(nu,{size:K})}};return s("div",{className:"sound-compass",children:x("div",{className:"sound-compass__compass-wrap",style:{width:e,height:e},children:[x("svg",{width:e,height:e,viewBox:`0 0 ${e} ${e}`,className:"sound-compass__svg",children:[h===0&&t.map(F=>{const{x:K,y:R}=D(F);return s("line",{x1:L.x,y1:L.y,x2:K,y2:R,stroke:"#dde3ec",strokeWidth:"1"},F.id)}),ae.map(F=>s("path",{d:F.d,fill:"none",stroke:"#dde3ec",strokeWidth:"1"},F.key))]}),s("div",{className:"sound-compass__center",style:{width:H,height:H,left:L.x,top:L.y},children:s(ru,{size:ne,color:"currentColor",strokeWidth:1.5})}),t.map((F,K)=>{const{x:R,y:G}=D(F),q=O(F),J=z(F),re={pointerEvents:d?"auto":"none",cursor:d?"pointer":"default",zIndex:q!=="idle"?10:1},fe=p,ve=Math.round(Math.max(10,Math.min(56,fe*.38))),se=Math.round(Math.max(7,Math.min(18,fe*.2))),te=Math.round(Math.max(10,Math.min(56,fe*.4)));return x("div",{className:"sound-compass__speaker-pos",style:{...re,left:R-fe/2,top:G-fe/2},onClick:()=>d&&c?.(F.id),children:[J&&s("div",{className:"sound-compass__pulse",style:{width:fe,height:fe}}),x("button",{type:"button",tabIndex:-1,className:`sound-compass__speaker-btn sound-compass__speaker-btn--${q}`,style:{width:fe,height:fe},"aria-label":F.label,children:[u&&W(q,ve),s("span",{className:"sound-compass__speaker-number",style:{fontSize:u?se:te},children:K+1})]})]},F.id)})]})})}function Rm(t,{mode:e="playback",autoStart:a=!1,onPlaySpeaker:o,onComplete:r,playMs:n=1100,feedbackMs:i=1500}={}){const[l,d]=P([]),[c,p]=P(0),[u,h]=P("idle"),[m,b]=P(null),[g,v]=P([]),[f,y]=P(null),[_,C]=P(0),A=X(0),w=I($=>{A.current=typeof $=="function"?$(A.current):$,C(A.current)},[]),S=X(o),E=X(r);Y(()=>{S.current=o,E.current=r},[o,r]);const N=X([]),B=()=>{N.current.forEach(clearTimeout),N.current=[]},j=($,O)=>{N.current.push(setTimeout(O,$))};Y(()=>()=>B(),[]);const M=l[c]?.id??null,k=I(()=>{B(),h("playing"),v([]),y(null),w(0);let $=0;t.forEach((O,z)=>{j($,()=>{p(z),b(O.id),S.current?.(O)}),j($+1e3,()=>{b(null),v(W=>[...W,O.id])}),$+=1300}),j($,()=>{h("done"),E.current?.({score:0,total:t.length})})},[t,w]),D=I(($,O)=>{if(O>=$.length){h("done"),E.current?.({score:A.current,total:$.length});return}p(O),y(null),h("playing"),b($[O].id),S.current?.($[O]),j(n,()=>{b(null),h("waiting")})},[n]),L=I(()=>{B();const $=qe(t);d($),w(0),v([]),D($,0)},[t,D,w]),H=I(()=>{e==="playback"?(d(t),k()):L()},[e,t,k,L]),ne=I(()=>{B(),h("idle"),b(null),v([]),y(null),p(0),w(0),d([])},[w]);Y(()=>{a?H():ne()},[e,t.length,a]);const ae=I($=>{u!=="waiting"||e==="playback"||(y($),$===l[c]?.id&&w(O=>O+1),e==="exam"?(h("playing"),j(400,()=>D(l,c+1))):(h("feedback"),j(i,()=>D(l,c+1))))},[u,e,l,c,D,i,w]),ie=e==="playback"?t.length:l.length;return{bind:{activeSpeakerId:m,playedIds:g,selectedId:f,answerId:M,showFeedback:u==="feedback",clickable:u==="waiting",onSelectSpeaker:ae},index:c,total:ie,score:_,phase:u,done:u==="done",start:H,reset:ne}}function Om({children:t,position:e="top-left",size:a=24,className:o=""}){return s("span",{className:Ne("circle-badge","circle-badge--number",`circle-badge--${a}`,`circle-badge--${e}`,o),children:t})}var U8=".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}";oe(U8);function Im({keys:t,anchor:e="top-right",className:a=""}){const o=Array.isArray(t)?t:[t];return s("span",{className:Ne("shortcut-badge",`shortcut-badge--${e}`,a),children:o.map((r,n)=>x("span",{className:"shortcut-badge__group",children:[n>0&&s("span",{className:"shortcut-badge__plus",children:"+"}),s("kbd",{className:"shortcut-badge__key",children:r})]},`${r}-${n}`))})}var K8=".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}";oe(K8);function zm({orientation:t="horizontal",label:e,className:a=""}){const o=Ne("divider",`divider--${t}`,e&&t==="horizontal"?"divider--labeled":"",a);return t==="vertical"?s("div",{className:o,role:"separator","aria-orientation":"vertical"}):e?x("div",{className:o,role:"separator","aria-orientation":"horizontal",children:[s("span",{className:"divider__line"}),s("span",{className:"divider__label caption-1",children:e}),s("span",{className:"divider__line"})]}):s("div",{className:o,role:"separator","aria-orientation":"horizontal"})}var Z8='.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}';oe(Z8);function gc({checked:t,onChange:e,name:a,value:o,disabled:r=!1,label:n,className:i=""}){const l=na();return x("label",{className:`radio${r?" radio--disabled":""} ${i}`.trim(),htmlFor:l,children:[s("input",{id:l,type:"radio",name:a,value:o,checked:t,disabled:r,onChange:d=>e?.(d.target.checked)}),s("span",{className:"radio__dot"}),n&&s("span",{className:"radio__label body-2",children:n})]})}var X8=".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)}";oe(X8);function Fm({options:t,value:e,onChange:a,name:o,disabled:r=!1,direction:n="vertical",className:i=""}){const l=na(),d=o??`radio-group-${l}`;return s("div",{className:`radio-group radio-group--${n} ${i}`.trim(),role:"radiogroup",children:t.map(c=>s(gc,{name:d,value:c.value,checked:e===c.value,disabled:r||c.disabled,label:c.label,onChange:p=>{p&&a?.(c.value)}},c.value))})}var J8=".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)}";oe(J8);const Q8={info:"info",success:"check-circle",warning:"alert-triangle",danger:"alert-circle"};function jm({tone:t="info",title:e,message:a,children:o,dismissible:r=!1,onDismiss:n,className:i=""}){const{t:l}=Ce(),[d,c]=P(!1),p=I(()=>{c(!0),n?.()},[n]);if(d)return null;const u=Ne("alert",`alert--${t}`,i),h=!!e,m=!!(a||o);return x("div",{className:u,role:"alert",children:[x("div",{className:"alert__body",children:[x("div",{className:"alert__header",children:[s(je,{icon:Q8[t],size:20,className:"alert__icon"}),h&&s("span",{className:"alert__title body-2",children:e}),!h&&m&&s("div",{className:"alert__message body-3",children:a??o})]}),h&&m&&s("div",{className:"alert__message alert__message--indented body-3",children:a??o})]}),r&&s("button",{type:"button",className:"alert__dismiss",onClick:p,"aria-label":l("common.close","\uB2EB\uAE30"),children:"\xD7"})]})}var e7=".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)}";oe(e7);const t7={ready:"search",guide:"info",error:"circle-alert"};function a7(t,e){const a=e.filter(Boolean);if(a.length===0)return t;const o=[];let r=0,n=0;for(const i of a){const l=t.indexOf(i,r);l<0||(l>r&&o.push(t.slice(r,l)),o.push(s("strong",{className:"search-summary__em body-2",children:i},n++)),r=l+i.length)}return r<t.length&&o.push(t.slice(r)),o}function Hm({status:t="guide",label:e,children:a,emphasis:o,icon:r,className:n=""}){const i=r===!1?null:r??t7[t],l=Ne("search-summary",`search-summary--${t}`,n),d=e??a,c=typeof d=="string"&&o&&o.length>0?a7(d,o):d;return x("div",{className:l,role:"status","aria-live":"polite",children:[i!=null&&s(je,{icon:i,size:18,className:"search-summary__icon"}),s("span",{className:"search-summary__text body-2",children:c})]})}var o7=".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}";oe(o7);function Wm({items:t=[],value:e,onChange:a,className:o="",size:r=40}){const{t:n}=Ce(),i=X(null),l=e??t[0]?.key,d=()=>Array.from(i.current?.querySelectorAll('[role="tab"]:not(:disabled)')??[]),c=(h,m=d())=>{if(m.length===0)return;const b=(h%m.length+m.length)%m.length;m[b]?.focus(),m[b]?.click()},p=h=>{if(!["ArrowRight","ArrowDown","ArrowLeft","ArrowUp","Home","End"].includes(h.key))return;h.preventDefault();const m=d(),b=m.indexOf(h.currentTarget);h.key==="ArrowRight"||h.key==="ArrowDown"?c(b+1,m):h.key==="ArrowLeft"||h.key==="ArrowUp"?c(b-1,m):h.key==="Home"?c(0,m):c(m.length-1,m)},u=t.find(h=>h.key===l);return x("div",{className:`tabs ${o}`.trim(),children:[s("div",{ref:i,className:`tabs__list tabs__list--${r}`,role:"tablist","aria-label":n("tabs.ariaLabel","\uD0ED"),children:t.map(h=>s("button",{id:`tabs__tab-${h.key}`,type:"button",role:"tab","aria-selected":h.key===l,"aria-controls":`tabs__panel-${h.key}`,disabled:h.disabled,tabIndex:h.key===l?0:-1,className:`tabs__tab body-2${h.key===l?" tabs__tab--active":""}`,onClick:()=>a?.(h.key),onKeyDown:p,children:h.label},h.key))}),u&&s("div",{id:`tabs__panel-${u.key}`,role:"tabpanel","aria-labelledby":`tabs__tab-${u.key}`,tabIndex:0,className:"tabs__panel",children:u.panel},u.key)]})}var r7=".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}";oe(r7);const n7={xs:12,sm:16,md:20,lg:28,xl:36};function i7(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 Vm({src:t,name:e,size:a="md",shape:o="circle",className:r=""}){const{t:n}=Ce(),[i,l]=P(!1),d=e?i7(e):"",c=!!t&&!i,p=!c&&!!d,u=e||n("avatar.ariaLabel","\uC0AC\uC6A9\uC790 \uC544\uBC14\uD0C0");return x("span",{className:`avatar avatar--${a} avatar--${o} ${r}`.trim(),role:"img","aria-label":u,children:[c&&s("img",{className:"avatar__image",src:t,alt:u,onError:()=>l(!0)}),!c&&p&&s("span",{className:"avatar__initials","aria-hidden":"true",children:d}),!c&&!p&&s(je,{icon:"user-round",size:n7[a],className:"avatar__icon"})]})}var s7=".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)}";oe(s7);function l7(t,e){if(!e)return!0;const a=e.split(",").map(n=>n.trim()).filter(Boolean);if(a.length===0)return!0;const o=t.name.toLowerCase(),r=t.type.toLowerCase();return a.some(n=>{const i=n.toLowerCase();return i.startsWith(".")?o.endsWith(i):i.endsWith("/*")?r.startsWith(i.slice(0,-1)):r===i})}function Gm({onFilesSelected:t,accept:e,multiple:a=!1,disabled:o=!1,showFileList:r=!0,files:n,onRemove:i,className:l=""}){const{t:d}=Ce(),c=X(null),[p,u]=P(!1),[h,m]=P([]),b=n??h,g=w=>{if(!w||w.length===0)return;const S=Array.from(w).filter(N=>l7(N,e));if(S.length===0)return;const E=a?S:S.slice(0,1);if(n===void 0){const N=a?[...b,...E]:E;m(N),t?.(N)}else t?.(E)},v=w=>{w.preventDefault(),!o&&u(!0)},f=w=>{w.preventDefault(),u(!1)},y=w=>{w.preventDefault(),u(!1),!o&&g(w.dataTransfer.files)},_=w=>{g(w.target.files),w.target.value=""},C=()=>{o||c.current?.click()},A=w=>{if(i){i(w);return}if(n===void 0){const S=b.filter((E,N)=>N!==w);m(S),t?.(S)}};return x("div",{className:`file-upload ${l}`.trim(),children:[x("div",{className:Ne("file-upload__dropzone",p&&"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:v,onDragLeave:f,onDrop:y,children:[s(je,{icon:"upload",size:24,className:"file-upload__icon"}),s("span",{className:"file-upload__prompt body-2",children:d("fileUpload.dragPrompt","\uD30C\uC77C\uC744 \uC774\uACF3\uC5D0 \uB4DC\uB798\uADF8\uD558\uC5EC \uC5C5\uB85C\uB4DC")}),s("button",{type:"button",className:"file-upload__browse-button body-3",disabled:o,onClick:w=>{w.stopPropagation(),C()},children:d("fileUpload.browseButton","\uD30C\uC77C \uC120\uD0DD")}),s("input",{ref:c,type:"file",className:"file-upload__input",accept:e,multiple:a,disabled:o,onChange:_,tabIndex:-1})]}),r&&b.length>0&&s("ul",{className:"file-upload__list",children:b.map((w,S)=>x("li",{className:"file-upload__list-item body-3",children:[s("span",{className:"file-upload__file-name body-3",children:w.name}),s("button",{type:"button",className:"file-upload__remove-button","aria-label":d("fileUpload.removeAriaLabel",{name:w.name}),onClick:()=>A(S),children:s(je,{icon:"x",size:14})})]},`${w.name}-${S}`))})]})}var c7=".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}";oe(c7);function qm({items:t,className:e=""}){return s("nav",{className:`breadcrumb ${e}`.trim(),"aria-label":"breadcrumb",children:s("ol",{className:"breadcrumb__list",children:t.map((a,o)=>{const r=o===t.length-1;return x("li",{className:"breadcrumb__item",children:[r?s("span",{className:"breadcrumb__current body-3","aria-current":"page",children:a.label}):s("button",{type:"button",className:"breadcrumb__link body-3",onClick:a.onClick,children:a.label}),!r&&s(je,{icon:"chevron-right",size:14,className:"breadcrumb__separator"})]},o)})})})}var d7=".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)}";oe(d7);const u7={small:14,medium:20,large:28};function Ym({value:t,onChange:e,max:a=5,readOnly:o=!1,size:r="medium",ariaLabel:n,className:i=""}){const{t:l}=Ce(),d=o||!e,[c,p]=P(null),u=c??t,h=u7[r],m=v=>{d||e?.(v)},b=v=>{d||p(v)},g=()=>{d||p(null)};return s("div",{className:`rating rating--${r}${d?" rating--readOnly":""} ${i}`.trim(),role:d?"img":"radiogroup","aria-label":d?l("rating.valueLabel",{value:t,max:a}):n??l("rating.groupLabel","\uBCC4\uC810"),onMouseLeave:g,children:Array.from({length:a},(v,f)=>{const y=f+1,_=Math.max(0,Math.min(1,u-f)),C=_>0&&_<1,A=x("span",{className:"rating__star-wrap",children:[s(je,{icon:"star",size:h,className:"rating__star rating__star--empty"}),_>0&&s("span",{className:`rating__star-fill${C?" rating__star-fill--half":""}`,children:s(je,{icon:"star",size:h,className:"rating__star rating__star--filled"})})]});return d?s("span",{className:"rating__item","aria-hidden":"true",children:A},y):s("button",{type:"button",className:"rating__item rating__item--interactive",role:"radio","aria-checked":t===y,"aria-label":l("rating.starLabel",{n:y}),onClick:()=>m(y),onMouseEnter:()=>b(y),children:A},y)})})}var p7=".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}";oe(p7);const h7=20,m7=["#499cdf","#4dcdc0","#2fae9e","#e6b94e","#d9534f","#e06b68","#bfc7d1"];function Um({value:t,onChange:e,palette:a=m7,size:o=40,className:r=""}){const{t:n}=Ce();return s("div",{className:`color-picker ${r}`.trim(),role:"group",children:a.map(i=>{const l=t?.toLowerCase()===i.toLowerCase();return s("button",{type:"button",className:`color-picker__swatch color-picker__swatch--${o}`,style:{backgroundColor:i},onClick:()=>e(i),"aria-pressed":l,"aria-label":l?`${i} ${n("colorPicker.selected","\uC120\uD0DD\uB428")}`:i,children:l&&s(je,{icon:"check",size:h7,className:"color-picker__check"})},i)})})}var g7=".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}}";oe(g7);function Km({icon:t,count:e,title:a,className:o="",onClick:r,onMouseEnter:n,onMouseLeave:i}){const l=Ne("count-tile",r&&"count-tile--clickable",o);return x("div",{className:l,onClick:r,onKeyDown:r?d=>{d.key!=="Enter"&&d.key!==" "||(d.preventDefault(),d.currentTarget.click())}:void 0,onMouseEnter:n,onMouseLeave:i,role:r?"button":"img",tabIndex:r?0:void 0,"aria-label":a?`${a} ${e}`:String(e),children:[s(je,{icon:t,size:20,className:"count-tile__icon"}),s("span",{className:"count-tile__count h5","aria-hidden":"true",children:e})]})}var b7=".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}}";oe(b7);function f7(){return s("svg",{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round","aria-hidden":!0,children:s("path",{d:"M6 6l12 12M18 6 6 18"})})}function Zm({open:t,onClose:e,ariaLabel:a,title:o,children:r,size:n="md",closeOnBackdrop:i=!0,closeOnEscape:l=!0,showClose:d=!0,className:c,contentClassName:p}){const{t:u}=Ce(),h=na(),m=X(null),b=X(null),g=I(()=>e(),[e]);return Y(()=>{if(!t){b.current?.focus(),b.current=null;return}b.current=document.activeElement;const{overflow:v}=document.body.style;document.body.style.overflow="hidden",m.current?.focus();const f=l?Ql(g):void 0;return()=>{f?.(),document.body.style.overflow=v}},[t,l,g]),!t||typeof document>"u"?null:ta(s("div",{className:Ne("dialog",c),onClick:i?g:void 0,children:x("div",{ref:m,role:"dialog","aria-modal":"true","aria-label":o?void 0:a,"aria-labelledby":o?h:void 0,tabIndex:-1,className:Ne("dialog__surface",`dialog__surface--${n}`,p),onClick:v=>v.stopPropagation(),children:[o?s("div",{className:"dialog__header",children:s("h2",{id:h,className:"dialog__title h4b",children:o})}):null,d?s("button",{type:"button",className:"dialog__close","aria-label":u("common.close","\uB2EB\uAE30"),onClick:g,children:s(f7,{})}):null,s("div",{className:"dialog__body",children:r})]})}),document.body)}var v7=".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}";oe(v7);function Xm({columns:t,rows:e,rowKey:a,title:o,toolbar:r,empty:n="\uB4F1\uB85D\uB41C \uD56D\uBAA9\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.",loading:i,caption:l,className:d=""}){const c=!i&&e.length===0;return x("div",{className:Ne("board",d),children:[o||r?x("div",{className:"board__head",children:[o?s("h2",{className:"board__title",children:o}):s("span",{}),r?s("div",{className:"board__toolbar",children:r}):null]}):null,x("table",{className:"board__table",children:[l?s("caption",{className:"board__caption",children:l}):null,s("thead",{children:s("tr",{children:t.map(p=>s("th",{scope:"col",className:Ne("board__th",`board__cell--${p.headerAlign??p.align??"left"}`),style:p.width?{width:p.width}:void 0,children:p.header},p.key))})}),s("tbody",{children:i?s("tr",{children:s("td",{className:"board__state",colSpan:t.length,children:i})}):c?s("tr",{children:s("td",{className:"board__state",colSpan:t.length,children:n})}):e.map((p,u)=>s("tr",{className:"board__row",children:t.map(h=>s("td",{className:Ne("board__td",`board__cell--${h.align??"left"}`),children:h.render(p,u)},h.key))},a(p,u)))})]})]})}var y7=".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)}}";oe(y7);function Jm({name:t,role:e,photo:a,media:o,credentials:r,size:n=190,className:i=""}){return x("div",{className:Ne("person-card",i),children:[s("div",{className:"person-card__photo",style:{width:n,height:n},children:o??(a?s("img",{src:a,alt:e?`${t} ${e}`:t}):null)}),s("h3",{className:"person-card__name",children:t}),e?s("p",{className:"person-card__role",children:e}):null,r?.length?s("ul",{className:"person-card__credentials",children:r.map(l=>s("li",{children:l},l))}):null]})}var C7=".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)}}";oe(C7);function Qm({groups:t,className:e=""}){return s("div",{className:Ne("timeline",e),children:t.map(a=>x("section",{className:"timeline__group",children:[s("h3",{className:"timeline__title",children:a.title}),s("ul",{className:"timeline__rows",children:a.entries.map((o,r)=>x("li",{className:"timeline__row",children:[o.label?s("span",{className:"timeline__label",children:o.label}):null,s("div",{className:"timeline__items",children:o.items.map((n,i)=>s("p",{children:n},i))})]},`${o.label??""}-${r}`))})]},a.title))})}var _7=".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)}";oe(_7);function eg({title:t,kind:e,body:a,badge:o,badgeSrc:r,footer:n,width:i,className:l=""}){const d=o??(r?s("img",{src:r,alt:""}):null);return x("div",{className:Ne("publication-card",l),style:i?{width:i,flexShrink:0}:void 0,children:[d?s("div",{className:"publication-card__badge","aria-hidden":"true",children:d}):null,s("h3",{className:"publication-card__title",children:t}),e?s("p",{className:"publication-card__kind",children:e}):null,s("p",{className:"publication-card__body",children:a}),n?s("div",{className:"publication-card__footer",children:n}):null]})}var w7="@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}}";oe(w7);function tg({logo:t,alt:e,onDone:a,durationMs:o=3e3}){return Y(()=>{if(!a)return;const r=setTimeout(a,o);return()=>clearTimeout(r)},[a,o]),s("div",{className:"splash-logo",style:{"--splash-logo-duration":`${o}ms`},"aria-hidden":"true",children:s("img",{src:t,alt:e,className:"splash-logo__image"})})}var x7='.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)}';oe(x7);function ag({eyebrow:t,eyebrowIndex:e,title:a,description:o,level:r=2,tone:n="dark",className:i=""}){const l=r===1?"h1":"h2";return x("div",{className:Ne("section-header",`section-header--${n}`,i),children:[t?x("p",{className:"section-header__eyebrow",children:[e?x(He,{children:[s("span",{className:"section-header__index",children:e}),s("span",{"aria-hidden":!0,className:"section-header__rule"})]}):null,t]}):null,a?s(l,{className:"section-header__title",children:a}):null,o?s("div",{className:"section-header__description",children:o}):null]})}var k7=".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}}";oe(k7);function og({items:t,className:e=""}){return s("ul",{className:Ne("company-meta",e),children:t.map((a,o)=>x("li",{className:"company-meta__item",children:[o>0?s("span",{"aria-hidden":!0,className:"company-meta__divider",children:"|"}):null,a]},a))})}function bc({value:t,onChange:e,suggestions:a,openOnFocus:o=!1}){const r=na(),[n,i]=P(!1),[l,d]=P(-1),c=X(null),p=be(()=>{if(!a.length)return[];const g=t??"";return g?a.filter(v=>v.toLowerCase().includes(g.toLowerCase())):o?a:[]},[a,t,o]);Y(()=>{n||d(-1)},[n]),Y(()=>()=>{c.current&&clearTimeout(c.current)},[]);const u=I(g=>{e?.(g),i(!1)},[e]),h=I(()=>i(!0),[]),m=I(()=>{c.current=setTimeout(()=>i(!1),120)},[]),b=I(g=>{g.key==="ArrowDown"?(g.preventDefault(),i(!0),d(v=>Math.min(p.length-1,v+1))):g.key==="ArrowUp"?(g.preventDefault(),d(v=>Math.max(-1,v-1))):g.key==="Enter"?l>=0&&!g.nativeEvent.isComposing&&u(p[l]):g.key==="Escape"&&n&&(g.preventDefault(),i(!1))},[p,l,n,u]);return{listId:r,open:n,activeIdx:l,filtered:p,handleFocus:h,handleBlur:m,handleKeyDown:b,handleSelect:u}}var S7=".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)}";oe(S7);function eo(t){const{value:e,defaultValue:a,name:o,inputRef:r,onChange:n,label:i,ariaLabel:l,required:d,placeholder:c,type:p="text",disabled:u=!1,readOnly:h=!1,error:m,helperText:b,maxLength:g,size:v=48,variant:f="input",fullWidth:y=!1,newline:_=!1,multiline:C=!1,rows:A=3,leftIcon:w,rightIcon:S,clearable:E=!1,list:N,showCount:B=!0,className:j="",onFocus:M,onBlur:k,onKeyDown:D,onEnter:L,inputMode:H,autoComplete:ne,autoFocus:ae,suggestions:ie,openOnFocus:$=!1}=t,{t:O}=Ce(),z=na(),W=`tf-${z}`,F=`tf-helper-${z}`,K=X(null),R=bc({value:e??"",onChange:n,suggestions:ie??[],openOnFocus:$}),G=I(U=>{K.current=U,typeof r=="function"?r(U):r&&(r.current=U)},[r]),q=e!==void 0,J=q&&p==="password",re=(e??"").length;Y(()=>{const U=K.current;if(!J||!U)return;const he=e??"";U.value!==he&&(U.value=he)},[J,e]),Y(()=>{if(!_||!K.current)return;const U=K.current;U.style.height="",U.scrollHeight>U.clientHeight&&(U.style.height=`${U.scrollHeight}px`)},[e,_]);const fe=g!=null&&re>g,ve=v===32?16:20,se=Ne("text-field",`text-field--s${v}`,f==="display"?"text-field--display":"",y?"text-field--full-width":"",u?"text-field--disabled":"",h?"text-field--readonly":"",m?"text-field--error":"",w?"text-field--has-left-icon":"",S||E?"text-field--has-right-icon":"",j),te={id:W,...J?{}:q?{value:e}:{defaultValue:a},ref:G,placeholder:c,name:o,disabled:u,readOnly:h,autoFocus:ae,tabIndex:h?-1:void 0,maxLength:g,list:N,inputMode:H,autoComplete:ne,"aria-label":!i&&l?l:void 0,"aria-required":d,"aria-invalid":!!m,"aria-describedby":b||m?F:void 0,role:ie?"combobox":void 0,"aria-autocomplete":ie?"list":void 0,"aria-haspopup":ie?"listbox":void 0,"aria-expanded":ie?R.open:void 0,"aria-controls":ie?R.listId:void 0,"aria-activedescendant":ie&&R.activeIdx>=0?`${R.listId}-option-${R.activeIdx}`:void 0,onChange:U=>n?.(U.target.value),onFocus:(U=>{M?.(U),ie&&R.handleFocus()}),onBlur:(U=>{k?.(U),ie&&R.handleBlur()}),onKeyDown:(U=>{L&&U.key==="Enter"&&!U.nativeEvent.isComposing&&(U.preventDefault(),L()),D?.(U),ie&&R.handleKeyDown(U)})},me=E&&!u&&!h&&re>0,Ae=()=>_?s("textarea",{...te,className:"text-field__input text-field__input--auto body-2",rows:1}):C?s("textarea",{...te,className:"text-field__input text-field__input--textarea body-2",rows:A}):s("input",{...te,type:p,className:"text-field__input body-2"}),ee=f==="display"&&!_&&!C&&!!c,pe=()=>x(He,{children:[Ae(),ee&&s("span",{className:"text-field__placeholder","aria-hidden":"true",children:c})]});return x("div",{className:se,children:[i&&x("label",{htmlFor:W,className:"text-field__label caption-1",children:[i,d&&s("span",{className:"text-field__required",children:"*"})]}),x("div",{className:"text-field__wrap",children:[w&&s("span",{className:"text-field__icon text-field__icon--left",children:s(je,{icon:w,label:"",className:"",svgClassName:"text-field__icon-svg",size:ve})}),pe(),g!=null&&B&&x("span",{className:`text-field__count caption-2${fe?" text-field__count--over":""}`,children:[re,"/",g]}),me&&s(ue,{size:24,type:"dot",icon:"x",variant:"transparent-gray",useBorder:!1,className:"text-field__clear",ariaLabel:O("textField.clearAriaLabel","\uC785\uB825\uAC12 \uC9C0\uC6B0\uAE30"),htmlType:"button",onMouseDown:U=>{U.preventDefault()},onClick:()=>n?.(""),tabIndex:-1}),S&&!me&&s("span",{className:"text-field__icon text-field__icon--right",children:s(je,{icon:S,label:"",className:"",svgClassName:"text-field__icon-svg",size:ve})})]}),ie&&R.open&&R.filtered.length>0&&s("ul",{id:R.listId,className:"text-field__suggestions",role:"listbox",children:R.filtered.map((U,he)=>s("li",{id:`${R.listId}-option-${he}`,role:"option","aria-selected":he===R.activeIdx,className:`text-field__suggestion body-2${he===R.activeIdx?" is-active":""}`,onMouseDown:_e=>_e.preventDefault(),onClick:()=>{R.handleSelect(U),K.current?.focus()},children:U},`${U}-${he}`))}),(b||m)&&s("div",{className:"text-field__footer",children:s("span",{id:F,className:"text-field__helper caption-1",role:m?"alert":void 0,children:m||b})})]})}var A7=".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}";oe(A7);function aa({options:t,value:e,onChange:a,placeholder:o,disabled:r=!1,block:n=!1,size:i=48,error:l=!1,className:d="",ariaLabel:c}){const{t:p}=Ce(),u=o??p("dropdown.placeholder","\uC120\uD0DD"),h=na(),m=X(null),b=I(k=>{const D=window.innerHeight-k.bottom<260&&k.top>260;return{position:"fixed",left:k.left,minWidth:k.width,...D?{bottom:window.innerHeight-k.top+6}:{top:k.bottom+6},zIndex:9999}},[]),{open:g,setOpen:v,toggle:f,style:y,triggerRef:_,menuRef:C}=zo({computeStyle:b}),[A,w]=P(-1),S=I(()=>w(-1),[]),E=t.find(k=>k.value===e);Y(()=>{if(g){const k=t.findIndex(D=>D.value===e);w(k>=0?k:0),requestAnimationFrame(()=>{const D=C.current;if(!D)return;const L=D.querySelectorAll(".dropdown__option")[k];L&&(D.scrollTop=Math.max(0,L.offsetTop-D.clientHeight/2+L.clientHeight/2))})}},[g,t,e,C]);const N=I(()=>{r||f()},[r,f]),B=I(k=>{k.disabled||(a?.(k.value),v(!1))},[a,v]),j=I(k=>{if(!r){if(!g){(k.key==="Enter"||k.key===" "||k.key==="ArrowDown")&&(k.preventDefault(),v(!0));return}if(k.key==="Escape"){k.preventDefault(),v(!1);return}k.key==="ArrowDown"?(k.preventDefault(),w(D=>{let L=D+1;for(;L<t.length&&t[L].disabled;)L++;return L<t.length?L:D})):k.key==="ArrowUp"?(k.preventDefault(),w(D=>{let L=D-1;for(;L>=0&&t[L].disabled;)L--;return L>=0?L:D})):k.key==="Enter"&&A>=0&&(k.preventDefault(),B(t[A]))}},[r,g,t,A,B,v]),M=g?s("div",{ref:C,id:h,className:"dropdown__menu",role:"listbox",style:y,onMouseLeave:S,children:t.map((k,D)=>x("button",{id:`${h}-option-${D}`,type:"button",role:"option","aria-selected":k.value===e,className:Ne("dropdown__option body-2",k.value===e?"dropdown__option--active":"",D===A?"dropdown__option--active":"",k.disabled?"dropdown__option--disabled":""),onMouseDown:L=>L.preventDefault(),onClick:()=>B(k),onMouseEnter:()=>w(D),disabled:k.disabled,children:[s("span",{className:"dropdown__option-check",children:k.value===e&&s("svg",{viewBox:"0 0 14 14",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",strokeLinejoin:"round",children:s("polyline",{points:"2 7 5.5 10.5 12 3.5"})})}),k.label]},k.value))}):null;return x("div",{ref:m,className:Ne("dropdown",`dropdown--s${i}`,g?"dropdown--open":"",n?"dropdown--block":"",l?"dropdown--error":"",d),onKeyDown:j,children:[x("button",{ref:_,type:"button",className:"dropdown__trigger","aria-haspopup":"listbox","aria-expanded":g,"aria-controls":g?h:void 0,"aria-activedescendant":g&&A>=0?`${h}-option-${A}`:void 0,"aria-label":c,"aria-invalid":l||void 0,disabled:r,onClick:N,children:[s("span",{className:`dropdown__trigger-label body-2${E?"":" dropdown__trigger-label--placeholder"}`,children:E?E.label:u}),s("svg",{className:"dropdown__chevron",viewBox:"0 0 16 16",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:s("polyline",{points:"4 6 8 10 12 6"})})]}),typeof document<"u"&&ta(M,m.current?.closest(".ihabdevteam-core-scope")??document.body)]})}var N7=".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}";oe(N7);function Mr({page:t,totalPages:e,onChange:a,prevLabel:o,nextLabel:r,className:n=""}){const{t:i}=Ce(),l=o??i("common.prevPage","\uC774\uC804 \uD398\uC774\uC9C0"),d=r??i("common.nextPage","\uB2E4\uC74C \uD398\uC774\uC9C0"),c=()=>a(Math.max(1,t-1)),p=()=>a(Math.min(e,t+1));return x("div",{className:Ne("pagination",n),children:[s(ue,{size:32,type:"dot",shape:"rounded",icon:"chevron-left",ariaLabel:l,disabled:t<=1,onClick:c}),x("span",{className:"pagination__info body-3",children:[t," / ",e]}),s(ue,{size:32,type:"dot",shape:"rounded",icon:"chevron-right",ariaLabel:d,disabled:t>=e,onClick:p})]})}var B7=".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}}";oe(B7);function to(t){const{t:e}=Ce(),{options:a=[],value:o=a[0]?.key,onChange:r=u=>{},className:n="",size:i=48,shape:l="pill",useBG:d=!0,fullWidth:c=!1,ariaLabel:p}=t||{};return s("div",{className:Ne("segmented-control",`segmented-control--${l}`,`segmented-control--${i}`,c&&"segmented-control--full",!d&&"segmented-control--no-bg",n),role:"radiogroup","aria-label":p??e("segmentedControl.ariaLabel","\uC120\uD0DD \uD0ED"),children:a.map(u=>s(ue,{role:"radio","aria-checked":u.key===o,label:u.label,count:u.count,disabled:u.disabled,className:u.key===o?"is-selected":"",onClick:()=>{u.disabled||r(u.key)},size:i,shape:l,useBorder:!1,useBG:!1},u.key))})}var T7=".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}}";oe(T7);function zn({count:t,search:e,segment:a,filters:o,pageSize:r,pagination:n,actions:i,className:l}){const{t:d}=Ce(),c=t!=null&&x("p",{className:"toolbar__count body-1",children:[t.prefix??d("common.totalPrefix","\uCD1D "),s("span",{className:"toolbar__count-highlight",children:t.value}),t.unit,t.suffix]}),p=!!(e||o?.length||r||n||i);return x("div",{className:Ne("toolbar",l),children:[x("div",{className:"toolbar__row",children:[c,a&&(Array.isArray(a)?a:[a]).map((u,h)=>s(to,{size:40,...u},u.ariaLabel??h))]}),p&&s("div",{className:"toolbar__row",children:x("div",{className:"toolbar__row-end",children:[e&&s(eo,{className:"toolbar__search",size:40,value:e.value,onChange:e.onChange,placeholder:e.placeholder??d("common.search","\uAC80\uC0C9"),ariaLabel:e.placeholder??d("common.search","\uAC80\uC0C9"),clearable:!0}),o?.map((u,h)=>s(aa,{size:40,options:u.options,value:u.value,onChange:u.onChange,ariaLabel:u.ariaLabel},h)),r&&s(aa,{size:40,options:r.options,value:r.value,onChange:r.onChange,ariaLabel:r.ariaLabel??d("common.pageSizeSelect","\uD398\uC774\uC9C0\uB2F9 \uD45C\uC2DC \uAC1C\uC218")}),n&&s(Mr,{page:n.page,totalPages:n.total,onChange:n.onChange,prevLabel:n.prevLabel,nextLabel:n.nextLabel}),i]})})]})}var D7=".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)}";oe(D7);function rg(t){return typeof t=="string"?t:typeof t=="number"?String(t):Array.isArray(t)?t.map(rg).join(""):""}function E7(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(n=>n.replace(/\t/g," ")),o=a.filter(n=>n.trim().length>0),r=o.length>0?Math.min(...o.map(n=>n.match(/^ */)?.[0].length??0)):0;return a.map(n=>n.slice(r)).join(`
833
+ `)}const L7=new Set(["pnpm","npm","yarn","node","git","curl","docker","cat","ls","cd","rm","mv","cp","echo","export"]),M7=/^(?: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 P7(t,e){let a=t;const o=[],r=/sh|bash/.test(e.toLowerCase()),n=(i,l)=>o.push({type:i,content:l});for(;a.length>0;){const i=a.match(/^\s+/);if(i){n("whitespace",i[0]),a=a.slice(i[0].length);continue}if(!r&&a.startsWith("//")){const b=a.indexOf(`
834
+ `),g=b===-1?a:a.slice(0,b);n("comment",g),a=a.slice(g.length);continue}if(r&&a.startsWith("#")){const b=a.indexOf(`
835
+ `),g=b===-1?a:a.slice(0,b);n("comment",g),a=a.slice(g.length);continue}const l=a.match(/^\/\*[\s\S]*?\*\//);if(l){n("comment",l[0]),a=a.slice(l[0].length);continue}const d=a.match(/^(`(?:\\.|[^`])*`|"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*')/);if(d){n("string",d[0]),a=a.slice(d[0].length);continue}const c=a.match(/^\d+(?:\.\d+)?/);if(c){n("number",c[0]),a=a.slice(c[0].length);continue}const p=a.match(M7);if(p){n("keyword",p[0]),a=a.slice(p[0].length);continue}const u=a.match(/^[A-Za-z_$][A-Za-z0-9_$-]*/);if(u){const b=u[0];n(r&&L7.has(b)?"command":"identifier",b),a=a.slice(b.length);continue}const h=a.match(/^[=+\-*/%<>!&|^~?:]+/);if(h){n("operator",h[0]),a=a.slice(h[0].length);continue}const m=a.match(/^[()[\]{};.,]/);if(m){n("punctuation",m[0]),a=a.slice(1);continue}n("other",a[0]),a=a.slice(1)}return o}function ng({children:t,language:e="bash",title:a="",showCopy:o=!0,size:r="default",className:n=""}){const{t:i}=Ce(),[l,d]=P(!1),c=E7(rg(t)),p=X(null);Y(()=>()=>{p.current&&clearTimeout(p.current)},[]);const u=async()=>{try{if(!await Fs(c))return;d(!0),p.current&&clearTimeout(p.current),p.current=setTimeout(()=>d(!1),2e3)}catch{}},h=P7(c,e),m=r==="small"?"caption-1":"body-3";return x("div",{className:Ne("code-box",r==="small"?"code-box--small":"",n),children:[(a||o)&&x("div",{className:"code-box__header",role:"toolbar","aria-label":i("common.codeBlock","\uCF54\uB4DC \uBE14\uB85D"),children:[s("div",{className:"code-box__title caption-1",children:a}),o&&s(ue,{className:"code-box__copy",size:40,type:"dot",variant:"transparent-gray",useBorder:!1,icon:l?"check":"copy",onClick:u,ariaLabel:l?i("common.copied","\uBCF5\uC0AC\uB428"):i("common.copyCode","\uCF54\uB4DC \uBCF5\uC0AC")})]}),s("pre",{className:"code-box__inner","data-lang":e,children:s("code",{children:h.map((b,g)=>s("span",{className:`code-token ${b.type} ${m}`,children:b.content},g))})})]})}var $7=".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}";oe($7);function Fo(t){const{variant:e="spinner",size:a=24,progress:o=null,label:r}=t||{};if(e==="bar"){const i=Math.max(0,Math.min(100,Number(o)||0));return s("div",{className:"loader-bar",role:"progressbar","aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":i,"aria-label":r||"Loading",children:s("div",{className:"loader-bar__inner",style:{width:`${i}%`}})})}const n=typeof a=="number"?`${a}px`:a;return s("div",{className:"loader-spinner",style:{width:n,height:n},role:"status","aria-label":r||"Loading",children:x("svg",{className:"loader-spinner__svg",viewBox:"0 0 50 50",width:a,height:a,children:[s("circle",{className:"loader-spinner__bg",cx:"25",cy:"25",r:"20",fill:"none",strokeWidth:"4"}),s("circle",{className:"loader-spinner__fg",cx:"25",cy:"25",r:"20",fill:"none",strokeWidth:"4",strokeLinecap:"round"})]})})}var R7='.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}';oe(R7);function fc({checked:t,onChange:e,disabled:a=!1,label:o,ariaLabel:r,labelPosition:n="right",className:i="",id:l}){const d=o&&s("span",{className:"toggle__label body-3",children:o});return x("label",{className:`toggle${a?" toggle--disabled":""} ${i}`.trim(),children:[n==="left"&&d,s("input",{id:l,type:"checkbox",checked:t,disabled:a,onChange:c=>e?.(c.target.checked),"aria-label":!o&&r?r:void 0}),s("span",{className:"toggle__slider"}),n==="right"&&d]})}var O7=`.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}`;oe(O7);function vc({checked:t=!1,onChange:e,disabled:a,indeterminate:o,label:r,size:n="medium",className:i,title:l,ariaLabel:d}){const c=X(null),p=na();return Y(()=>{c.current&&(c.current.indeterminate=!!o)},[o]),x("label",{className:Ne("checkbox",n==="small"&&"checkbox--small",n==="large"&&"checkbox--large",a&&"checkbox--disabled",i),htmlFor:p,title:l,children:[s("input",{ref:c,id:p,type:"checkbox",className:"checkbox__input",checked:t,onChange:u=>e?.(u.target.checked),disabled:a,"aria-label":!r&&d?d:void 0}),s("span",{className:"checkbox__box"}),r&&s("span",{className:"checkbox__label body-3",children:r})]})}var I7=".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}";oe(I7);function ig({count:t,actions:e,onClear:a,clearLabel:o="\uC120\uD0DD \uD574\uC81C",visible:r,content:n,max:i}){const{t:l}=Ce(),d=r!==void 0?r:t>0,c=X(null),[p,u]=P(!1);return Y(()=>{const h=c.current;if(!h)return;const m=()=>{const g=h.firstElementChild??h,v=Array.from(g.children);if(v.length<2){u(!1);return}const f=v[0].offsetTop;u(v.some(y=>y.offsetTop!==f))};if(m(),typeof ResizeObserver>"u")return;const b=new ResizeObserver(m);return b.observe(h),()=>b.disconnect()},[n,t]),x("div",{className:`bulk-bar ${d?"bulk-bar--visible":""}`,children:[s("span",{ref:c,className:"bulk-bar__count body-2",children:n??s("b",{children:l("common.selectedCount",{count:t})})}),i!==void 0&&s(_t,{size:"small",fill:"soft",variant:"main",label:`${t} / ${i}`}),x("div",{className:`bulk-bar__actions${p?" bulk-bar__actions--stacked":""}`,children:[s(ue,{size:40,label:o,onClick:a}),e.map((h,m)=>s(ue,{size:40,variant:h.variant??"default",icon:h.icon,label:h.label,onClick:h.onClick},m))]})]})}function yc(t){const e=()=>{if(t){const[u,h]=t.split("-");return{y:+u,m:+h-1}}const p=new Date;return{y:p.getFullYear(),m:p.getMonth()}},[a,o]=P(()=>e().y),[r,n]=P(()=>e().m),i=X(t);Y(()=>{if(t===i.current)return;i.current=t;const p=e();o(p.y),n(p.m)},[t]);const l=I(()=>{r===0?(o(p=>p-1),n(11)):n(p=>p-1)},[r]),d=I(()=>{r===11?(o(p=>p+1),n(0)):n(p=>p+1)},[r]),c=I((p,u)=>{o(p),n(u)},[]);return{viewY:a,viewM:r,prevMonth:l,nextMonth:d,setViewYM:c}}var z7=".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}";oe(z7);const F7=["\uC77C","\uC6D4","\uD654","\uC218","\uBAA9","\uAE08","\uD1A0"];function j7(t,e){return new Date(t,e+1,0).getDate()}function H7(t,e){return new Date(t,e,1).getDay()}function Fn(t,e,a){return`${t}-${String(e+1).padStart(2,"0")}-${String(a).padStart(2,"0")}`}function W7(t){if(!t)return"";const[e,a,o]=t.split("-");return`${e}. ${a}. ${o}.`}function V7(t,e,a){const o=e?+e.split("-")[0]:t-10,r=a?+a.split("-")[0]:t+10,n=[];for(let i=o;i<=r;i++)for(let l=0;l<12;l++){const d=`${i}-${String(l+1).padStart(2,"0")}`;e&&d<e.slice(0,7)||a&&d>a.slice(0,7)||n.push({value:d,label:`${i}\uB144 ${l+1}\uC6D4`})}return n}function sg({value:t,onChange:e,size:a=48,min:o,max:r,disabled:n,placeholder:i="\uB0A0\uC9DC \uC120\uD0DD",className:l}){const{t:d}=Ce(),c=new Date,{viewY:p,viewM:u,prevMonth:h,nextMonth:m,setViewYM:b}=yc(t),g=I(k=>{const D=window.innerHeight-k.bottom,L=300,H=D<L&&k.top>L;return{position:"fixed",left:k.left,width:k.width,minWidth:260,...H?{bottom:window.innerHeight-k.top+6}:{top:k.bottom+6},zIndex:9999}},[]),{open:v,setOpen:f,toggle:y,style:_,triggerRef:C,menuRef:A}=zo({computeStyle:g,onScroll:"reposition",onResize:"reposition",ignoreOutsideClickSelector:".dropdown__menu"}),w=I(k=>{e(Fn(p,u,k)),f(!1)},[p,u,e,f]),S=k=>{const D=Fn(p,u,k);return!!(o&&D<o||r&&D>r)},E=[];for(let k=0;k<H7(p,u);k++)E.push(null);for(let k=1;k<=j7(p,u);k++)E.push(k);const N=a===64?20:a===40?16:18,B=V7(p,o,r),j=`${p}-${String(u+1).padStart(2,"0")}`,M=v?ta(x("div",{ref:A,className:"date-picker__dropdown",style:_,children:[x("div",{className:"date-picker__nav",children:[s("button",{type:"button",className:"date-picker__nav-btn",onClick:h,"aria-label":d("calendar.prevMonth","\uC774\uC804 \uB2EC"),children:s(Zd,{size:16,strokeWidth:2})}),s(aa,{className:"date-picker__nav-dropdown",ariaLabel:d("datePicker.selectYearMonth","\uC5F0\uC6D4 \uC120\uD0DD"),options:B,value:j,onChange:k=>{const[D,L]=k.split("-");b(+D,+L-1)},block:!0,size:40}),s("button",{type:"button",className:"date-picker__nav-btn",onClick:m,"aria-label":d("calendar.nextMonth","\uB2E4\uC74C \uB2EC"),children:s(Xd,{size:16,strokeWidth:2})})]}),x("div",{className:"date-picker__grid",children:[F7.map(k=>s("div",{className:"date-picker__dow caption-1",children:k},k)),E.map((k,D)=>{if(k===null)return s("div",{},`e${D}`);const L=Fn(p,u,k),H=L===t,ne=L===Fn(c.getFullYear(),c.getMonth(),c.getDate()),ae=S(k),ie=D%7;return s("button",{type:"button",disabled:ae,onClick:()=>!ae&&w(k),className:Ne("date-picker__day caption-1",H&&"date-picker__day--selected",ne&&!H&&"date-picker__day--today",ae&&"date-picker__day--disabled",ie===0&&"date-picker__day--sun",ie===6&&"date-picker__day--sat"),children:k},k)})]})]}),document.body):null;return x("div",{className:Ne("date-picker",`date-picker--s${a}`,v&&"date-picker--open",l),children:[x("button",{ref:C,type:"button",className:"date-picker__trigger body-2",onClick:()=>!n&&y(),disabled:n,"aria-haspopup":"true","aria-expanded":v,children:[s("span",{className:t?"date-picker__value":"date-picker__placeholder",children:t?W7(t):i}),s(su,{size:N,className:"date-picker__icon",strokeWidth:1.5})]}),M]})}var G7=".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}";oe(G7);var q7=".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}}";oe(q7);function jn({items:t,className:e}){return s("div",{className:e?`manager-bar-chart-legend ${e}`:"manager-bar-chart-legend",children:t.map((a,o)=>x("span",{className:"manager-bar-chart-legend-item",children:[s("span",{className:"manager-bar-chart-legend-dot",style:{background:a.color}}),a.label]},o))})}function Pr({label:t,children:e}){return t?x("div",{className:"barchart-total barchart-total--stacked",children:[s("span",{className:"barchart-total__label body-3",children:t}),s("span",{className:"barchart-total__value",children:e})]}):s("div",{className:"barchart-total",children:e})}function Hn({title:t,titleClassName:e="h3",headRight:a,subRow:o,className:r,children:n}){return x("section",{className:r?`manager-section ${r}`:"manager-section",children:[x("div",{className:"manager-section__head",children:[s("div",{className:e,children:t}),a]}),o&&s("div",{className:"barchart-sub-row",children:o}),n]})}function bo(t,e){const a=new Date(t,e,1).getDay();return 1+(8-(a===0?7:a))%7}function Y7(){const t=new Date;let e=t.getFullYear(),a=t.getMonth(),o=t.getDate();if(o<bo(e,a)){const i=new Date(e,a,0);e=i.getFullYear(),a=i.getMonth(),o=i.getDate()}const r=Math.floor((o-bo(e,a))/7),n=`${e}\uB144 ${a+1}\uC6D4`;return{monthKey:n,value:`${n}#${r}`}}function lg(t){const e=new Date,a=`${e.getFullYear()}\uB144 ${e.getMonth()+1}\uC6D4`,o=new Map;o.set(a,[]);for(const n of t){if(isNaN(n.date.getTime()))continue;const i=`${n.date.getFullYear()}\uB144 ${n.date.getMonth()+1}\uC6D4`;o.has(i)||o.set(i,[]),o.get(i).push(n)}const r={};for(const[n,i]of o){const l=n.match(/^(\d+)년 (\d+)월$/);if(!l)continue;const d=Number(l[1]),c=Number(l[2])-1,p=new Date(d,c+1,0).getDate(),u=d===e.getFullYear()&&c===e.getMonth(),h=e.getDate(),m=i.reduce((_,C)=>Math.max(_,C.parts?.length??0),0),b=new Array(p+1).fill(0),g=new Array(p+1).fill(0),v=Array.from({length:p+1},()=>new Array(m).fill(0));for(const _ of i){const C=_.date.getDate();if(b[C]+=_.a,g[C]+=_.b,_.parts)for(let A=0;A<m;A++)v[C][A]+=_.parts[A]??0}const f=[];for(let _=1;_<=p;_++){const C=u&&_>h;f.push({label:String(_),a:C&&b[_]===0&&g[_]===0?-1:b[_],b:g[_],...m?{parts:v[_]}:{}})}const y=[];for(let _=bo(d,c);_<=p;_+=7){const C=Math.min(_+6,p);let A=0,w=0;const S=new Array(m).fill(0);for(let E=_;E<=C;E++){A+=b[E],w+=g[E];for(let N=0;N<m;N++)S[N]+=v[E][N]}y.push({label:`${y.length+1}\uC8FC`,sublabel:`[${_}\uC77C~${C}\uC77C]`,a:A,b:w,...m?{parts:S}:{}})}r[n]={weekly:y,daily:f}}return r}function U7(){const t=new Date,e=t.getFullYear(),a=t.getMonth()+1,o=[];for(let r=2024;r<=e;r++){const n=r===e?a:12;for(let i=1;i<=n;i++){const l=`${r}\uB144 ${i}\uC6D4`;o.push({value:l,label:l,year:r,month:i})}}return o.reverse()}const K7=U7(),cg=["\uCCAB\uC9F8","\uB458\uC9F8","\uC14B\uC9F8","\uB137\uC9F8","\uB2E4\uC12F\uC9F8","\uC5EC\uC12F\uC9F8","\uC77C\uACF1\uC9F8"];function Cc(t){const{t:e,i18n:a}=Ce(),[o,r]=P("week"),n=be(()=>K7.filter(N=>N.value in t),[t]),i=be(()=>{const N=[];for(const B of n){const j=new Date(B.year,B.month,0).getDate(),M=bo(B.year,B.month-1),k=Math.ceil((j-M+1)/7);for(let D=k-1;D>=0;D--)N.push({value:`${B.value}#${D}`,monthKey:B.value,year:B.year,month:B.month,week:D})}return N},[n]),l=I(N=>{const B=e("calendar.yearMonth",{year:N.year,month:N.month});return a.language?.startsWith("ko")?`${B} ${cg[N.week]??`${N.week+1}`}\uC8FC`:`${B} Week ${N.week+1}`},[e,a.language]),d=be(()=>n.map(N=>({value:N.value,label:e("calendar.yearMonth",{year:N.year,month:N.month})})),[e,n]),c=be(()=>i.map(N=>({value:N.value,label:l(N)})),[i,l]),p=be(()=>Y7(),[]),u=be(()=>n.find(N=>N.value===p.monthKey)?.value??n[0]?.value??"",[n,p]),h=be(()=>i.find(N=>N.value===p.value)?.value??i[0]?.value??"",[i,p]),[m,b]=P(""),[g,v]=P("");Y(()=>{n.find(N=>N.value===m)||b(u)},[n,m,u]),Y(()=>{i.find(N=>N.value===g)||v(h)},[i,g,h]);const f=o==="month"?d:c,y=o==="month"?m:g,_=o==="month"?b:v,C=be(()=>{const N=e("calendar.dow",{returnObjects:!0});return Array.isArray(N)?N:["\uC77C","\uC6D4","\uD654","\uC218","\uBAA9","\uAE08","\uD1A0"]},[e]),A=f.findIndex(N=>N.value===y),w=I(()=>{const N=f.findIndex(B=>B.value===y);N<f.length-1&&_(f[N+1].value)},[f,y,_]),S=I(()=>{const N=f.findIndex(B=>B.value===y);N>0&&_(f[N-1].value)},[f,y,_]),E=be(()=>[{key:"week",label:e("manager.chart.periodWeek","\uC8FC")},{key:"month",label:e("manager.chart.periodMonth","\uC6D4")}],[e]);return{period:o,setPeriod:r,range:y,setRange:_,activeOptions:f,activeIdx:A,handlePrev:w,handleNext:S,periodOptions:E,monthRange:m,weekRange:g,weekRanges:i,DOW:C}}function Z7({data:t,colorA:e,colorB:a,labelA:o,labelB:r,barWidth:n=10,height:i=140,maxOverride:l,tightMax:d,seriesColors:c,seriesLabels:p,rateLabels:u}){const h=!a,m=!!(c&&c.length>0),b=be(()=>m?Math.max(0,...t.filter(S=>S.a!==-1).map(S=>(S.parts??[]).reduce((E,N)=>E+Math.max(0,N),0))):Math.max(0,...t.filter(S=>S.a!==-1).flatMap(S=>h?[S.a]:[S.a,S.b])),[t,h,m]),g=be(()=>l??(d?b>0?b:10:Math.ceil(b/10)*10||10),[b,l,d]),v=i,f=m||h?1:2,y=be(()=>{const S=Math.max(1,t.length);return Math.max(8,Math.min(n,Math.round(120/(S*f)+6)))},[t.length,f,n]),_=be(()=>{const S=Math.round(g/2);return S!==g?[g,S,0]:[g,0]},[g]),[C,A]=P(null),w=I(()=>A(null),[]);return x("div",{className:"manager-bar-chart-wrap",children:[s("div",{className:"manager-bar-chart-inner",children:s("div",{className:"manager-bar-chart-scroll",children:x("div",{className:"manager-bar-chart-area",children:[x("div",{className:"manager-bar-chart-plot",style:{height:v},children:[_.slice(0,-1).map((S,E)=>s("div",{className:"manager-bar-chart-gridline",style:{top:E*(v/(_.length-1))},children:s("span",{className:"manager-bar-chart-gridline__label caption-1",children:S})},E)),t.map((S,E)=>{const N=S.a===-1,B=N?0:S.a/g*v,j=N?0:S.b/g*v,M=S.parts??[];return s("div",{className:"manager-bar-chart-col",style:{cursor:N?"default":"pointer"},onMouseEnter:N?void 0:k=>{const D=k.currentTarget.getBoundingClientRect(),L=m?(p??[]).map((H,ne)=>`${H}: ${M[ne]??0}`).filter((H,ne)=>(M[ne]??0)>0).join(" / ")||`${(p??[]).join(" / ")}: 0`:u&&!h?`${o} ${S.a}% / ${r} ${S.b}%`:u&&S.rawB!==void 0?`${u.total} ${S.rawB} / ${u.done} ${S.rawA??0}`:h?`${o}: ${S.a}`:`${o}: ${S.a} / ${r}: ${S.b}`;A({rect:{left:D.left,top:D.top,right:D.right,bottom:D.bottom,width:D.width,height:D.height},text:L})},onMouseLeave:w,children:!N&&(m?s("div",{className:"manager-bar-chart-stack",style:{flex:`0 1 ${y}px`,maxWidth:y},children:(()=>{const k=M.reduce((D,L,H)=>L>0?H:D,-1);return M.map((D,L)=>D>0?s("div",{className:"manager-bar-chart-stack-segment",style:{height:D/g*v,background:(c??[])[L],borderRadius:L===k?"6px 6px 0 0":void 0}},L):null)})()}):x(He,{children:[s("div",{className:"manager-bar-chart-bar",style:{flex:`0 1 ${y}px`,maxWidth:y,height:B,background:e}}),!h&&s("div",{className:"manager-bar-chart-bar",style:{flex:`0 1 ${y}px`,maxWidth:y,height:j,background:a}})]}))},E)})]}),s("div",{className:"manager-bar-chart-x-axis",children:t.map((S,E)=>{const N=S.a===-1;return x("span",{className:`manager-bar-chart-x-axis__label${N?" manager-bar-chart-x-axis__label--future":""}`,children:[x("span",{className:"caption-1 manager-bar-chart-x-axis__main",children:[S.isToday&&s("span",{className:"manager-bar-chart-x-axis__today-dot",style:{background:e}}),S.label]}),S.sublabel&&s("span",{className:"caption-1",children:S.sublabel})]},E)})})]})})}),C&&s($a,{anchorRect:C.rect,text:C.text})]})}function _c({control:t}){const{t:e}=Ce(),a=e("calendar.prevMonth","\uC774\uC804 \uB2EC"),o=e("calendar.nextMonth","\uB2E4\uC74C \uB2EC"),{activeOptions:r,activeIdx:n,range:i,setRange:l,handlePrev:d,handleNext:c,periodOptions:p,period:u,setPeriod:h}=t;return x("div",{className:"manager-section-controls",children:[s(ue,{size:32,type:"dot",icon:"chevron-left",ariaLabel:a,showTooltipInfo:a,disabled:n===r.length-1,onClick:d}),s(aa,{value:i,onChange:l,options:r,size:40,className:"month-dropdown",ariaLabel:e("calendar.rangeSelect","\uAE30\uAC04 \uC120\uD0DD")}),s(ue,{size:32,type:"dot",icon:"chevron-right",ariaLabel:o,showTooltipInfo:o,disabled:n<=0,onClick:c}),s(to,{ariaLabel:e("calendar.periodSelect","\uAE30\uAC04 \uB2E8\uC704"),options:p,value:u,onChange:m=>h(m),size:32})]})}function X7(t,e,a,o){const{period:r,monthRange:n,weekRange:i,weekRanges:l,DOW:d}=e,c=o?.startsWith("ko"),p=new Date,u=p.getFullYear(),h=p.getMonth()+1,m=p.getDate();if(r==="month"){const v=t[n]??{weekly:[],daily:[]},f=n.match(/^(\d+)년 (\d+)월$/),y=f?Number(f[1]):null,_=f?Number(f[2]):null,C=y&&_?bo(y,_-1):1;return v.weekly.map((A,w)=>{const S=w+1;let E=A.label,N=!1,B=!1;if(y&&_){const j=C+w*7,M=new Date(y,_-1,j+6),k=M.getMonth()+1,D=M.getDate(),L=k===_?`${D}`:`${k}/${D}`;E=a("manager.chart.weekRange",{start:j,end:L}),N=u===y&&h===_&&m>=j&&m<=j+6,B=y>u||y===u&&(_>h||_===h&&j>m)}return{...A,label:E,sublabel:c?`${cg[S-1]??S}\uC8FC`:`Week ${S}`,isToday:N,a:B?-1:A.a,b:B?0:A.b}})}const b=l.find(v=>v.value===i);if(!b)return[];const g=new Date(b.year,b.month-1,bo(b.year,b.month-1)+b.week*7);return Array.from({length:7},(v,f)=>{const y=new Date(g);y.setDate(g.getDate()+f);const _=y.getMonth()+1,C=y.getDate(),A=y.getFullYear(),w=(t[`${A}\uB144 ${_}\uC6D4`]?.daily??[])[C-1],S=_===b.month&&A===b.year,E=w?.a===-1||y>new Date(u,p.getMonth(),m);return{label:S?`${C}`:`${_}/${C}`,sublabel:d[y.getDay()]??"",a:E?-1:w&&w.a>0?w.a:0,b:E?0:w&&w.b>0?w.b:0,isToday:A===u&&_===h&&C===m,...w?.parts?{parts:E?w.parts.map(()=>0):w.parts}:{}}})}const J7={small:{height:100,barWidth:16},medium:{height:140,barWidth:20},large:{height:180,barWidth:24}};function dg({size:t="medium",titleKey:e,data:a,colorA:o,colorB:r,labelAKey:n,labelBKey:i,showTotal:l=!1,totalUnitKey:d,totalLabelKey:c,control:p,hideControls:u=!1,rate:h=!1,tightMax:m=!1,avgMode:b=!1,totalFormat:g,series:v,loading:f=!1,onDetail:y}){const{t:_,i18n:C}=Ce(),A=J7[t],w=Cc(a),S=p??w,E=be(()=>X7(a,S,_,C.language),[a,S,_,C.language]),N=be(()=>h?E.map(k=>({...k,a:k.a===-1?-1:k.b>0?Math.round(k.a/k.b*100):0,b:k.a===-1?0:i&&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})):E,[E,h,i]),B=be(()=>{if(h||b){const k=(S.period==="week"?E:a[S.monthRange]?.daily??[]).filter(L=>L.a!==-1);if(k.length===0)return 0;const D=h?k.reduce((L,H)=>L+(H.b>0?H.a/H.b*100:0),0):k.reduce((L,H)=>L+(H.a>0?H.a:0),0);return Math.round(D/k.length)}return N.reduce((k,D)=>k+(D.a>0?D.a:0)+(i&&D.b>0?D.b:0),0)},[N,E,h,b,i,S.period,S.monthRange,a]),j=v&&v.length>0?v.map(k=>({color:k.color,label:k.label})):[{color:o,label:_(n)},...i?[{color:r,label:_(i)}]:[]],M=t==="small";return s(Hn,{className:M?"manager-section--compact":t==="large"?"manager-section--full":void 0,title:_(e),titleClassName:M?"h5 chart-section-title--small":void 0,headRight:M?void 0:x(He,{children:[!u&&s(_c,{control:S}),y&&s("span",{className:"manager-bar-chart-detail-btn",children:s(ue,{size:32,type:"dot",icon:"list",ariaLabel:_("trainingStatus.detail","\uC0C1\uC138\uBCF4\uAE30"),onClick:y})})]}),subRow:x(He,{children:[l?h||b||c&&g?s(Pr,{label:M?void 0:`${_(S.period==="week"?"manager.chart.weeklyPrefix":"manager.chart.monthlyPrefix")} ${_(c??n)}`,children:g?(g(B).match(/(\d+|[^\d]+)/g)??[]).map((k,D)=>/\d/.test(k)?s("span",{className:"barchart-total__num h0",children:k},D):s("span",{className:"barchart-total__unit h5",children:k},D)):x(He,{children:[s("span",{className:"barchart-total__num h0",children:B}),d&&s("span",{className:"barchart-total__unit h5",children:_(d)})]})}):x(Pr,{children:[s("span",{className:"barchart-total__num h0",children:B}),s("span",{className:"barchart-total__unit h5",children:_(n)}),d&&s("span",{className:"barchart-total__unit h5",children:_(d)})]}):s("span",{}),s(jn,{items:j,className:"caption-1"})]}),children:f?s("div",{className:"manager-bar-chart-loading",children:s(Fo,{size:32})}):s(Z7,{data:N,colorA:o,colorB:i?r:void 0,labelA:_(n),labelB:i?_(i):void 0,barWidth:A.barWidth,height:A.height,maxOverride:h?100:void 0,tightMax:m,seriesColors:v?.map(k=>k.color),seriesLabels:v?.map(k=>k.label),rateLabels:h?{total:_("trainingStatus.today.tooltipTotal","\uC804\uCCB4"),done:_("trainingStatus.today.tooltipDone","\uC644\uB8CC")}:void 0})})}function ug(t){if(t.period==="month"){const n=t.monthRange.match(/^(\d+)년 (\d+)월$/),i=new Date,l=n?Number(n[1]):i.getFullYear(),d=n?Number(n[2]):i.getMonth()+1;return{from:new Date(l,d-1,1,0,0,0),to:new Date(l,d,0,23,59,59)}}const e=t.weekRanges.find(n=>n.value===t.weekRange);if(!e){const n=new Date;return{from:n,to:n}}const a=bo(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 Q7=".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}";oe(Q7);const pg={small:{diameter:96,strokeWidth:16},medium:{diameter:120,strokeWidth:18},large:{diameter:160,strokeWidth:22}};function hg({done:t,total:e,segments:a,color:o="var(--color-main)",size:r="medium",strokeWidth:n,label:i="%",hideCenter:l=!1,hideLabel:d=!1}){const c=typeof r=="number"?r:pg[r].diameter,p=n??(typeof r=="number"?12:pg[r].strokeWidth),u=c/2,h=(c-p)/2,m=2*Math.PI*h;if(a&&a.length>0){const f=a.reduce((y,_)=>{const C=y.length>0?y[y.length-1].acc:0,A=Math.max(0,Math.min(_.ratio,1-C));return y.push({color:_.color,rotate:-90+C*360,dash:m*A,acc:C+A}),y},[]);return s("div",{className:"ring-chart",style:{width:c,height:c},children:x("svg",{width:c,height:c,viewBox:`0 0 ${c} ${c}`,"aria-hidden":"true",children:[s("circle",{cx:u,cy:u,r:h,fill:"none",stroke:"var(--color-whiteLine)",strokeWidth:p}),f.map((y,_)=>y.dash>0&&s("circle",{cx:u,cy:u,r:h,fill:"none",stroke:y.color,strokeWidth:p,strokeDasharray:`${y.dash} ${m}`,strokeLinecap:"round",transform:`rotate(${y.rotate} ${u} ${u})`},_))]})})}const b=(e??0)>0?Math.min((t??0)/e,1):0,g=m*b,v=m-g;return x("div",{className:"ring-chart",style:{width:c,height:c},children:[x("svg",{width:c,height:c,viewBox:`0 0 ${c} ${c}`,"aria-hidden":"true",children:[s("circle",{cx:u,cy:u,r:h,fill:"none",stroke:"var(--color-whiteLine)",strokeWidth:p}),b>0&&s("circle",{cx:u,cy:u,r:h,fill:"none",stroke:o,strokeWidth:p,strokeDasharray:`${g} ${v}`,strokeLinecap:b<.02||b>.98?"butt":"round",transform:`rotate(-90 ${u} ${u})`})]}),!l&&x("div",{className:`ring-chart__center${d?"":` ${c<=96?"ring-chart__center--small":r==="medium"?"ring-chart__center--medium":"ring-chart__center--large"}`}`,children:[s("span",{className:`ring-chart__pct ${c<=96?"h2":"h1"}`,children:Math.round(b*100)}),!d&&s("span",{className:`ring-chart__label ${c<=96?"caption-2":"caption-1"}${c<=96||r==="medium"?" ring-chart__label--tight":""}`,children:i})]})]})}function mg({titleKey:t,headRight:e,icon:a,showTotal:o,totalLabelKey:r,legend:n,loading:i,className:l,...d}){const{t:c}=Ce();if(!t)return s(hg,{...d});const p=(d.total??0)>0?Math.round(Math.min((d.done??0)/d.total,1)*100):0,u=d.size==="small",h=d.size==="large",m=[l,u?"manager-section--compact":h?"manager-section--full":""].filter(Boolean).join(" ")||void 0,b=a&&s("span",{className:"chart-section-icon",children:s(je,{icon:a,className:"chart-section-icon-inner"})});return s(Hn,{className:m,title:c(t),titleClassName:u?"h5 chart-section-title--small":void 0,headRight:b||(u?void 0:e),subRow:(o||n)&&x(He,{children:[o?x(Pr,{label:!u&&r?c(r):void 0,children:[s("span",{className:"barchart-total__num h0",children:p}),s("span",{className:"barchart-total__unit h5",children:"%"})]}):s("span",{}),n&&s(jn,{items:n})]}),children:i?s("div",{className:"manager-bar-chart-loading",children:s(Fo,{size:32})}):s("div",{className:"ring-chart-section-body ring-chart-section-body--offset",children:s(hg,{...d,hideCenter:u||d.hideCenter})})})}var ek=".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}}";oe(ek);function gg({label:t,value:e,change:a,changeType:o,icon:r,tooltip:n,onClick:i}){const l=X(null),{anchorRect:d,openAt:c,close:p}=Ro(),u=I(()=>{n&&l.current&&c(l.current)},[n,c]),h=o??(a===void 0?void 0:a>0?"up":a<0?"down":"neutral"),m=a===void 0?void 0:a>0?`+${a}`:`${a}`,b=I(g=>{i&&(g.key==="Enter"||g.key===" ")&&(g.preventDefault(),i())},[i]);return x("div",{ref:l,className:`manager-stat-card${i?" manager-stat-card--clickable":""}`,onClick:i,onKeyDown:i?b:void 0,onPointerEnter:u,onPointerLeave:p,onFocus:u,onBlur:p,role:i?"button":void 0,tabIndex:i?0:void 0,"aria-label":i?`${t} ${e}`:void 0,children:[n&&d&&s($a,{anchorRect:{left:d.left,top:d.top+21,right:d.right,bottom:d.bottom,width:d.width,height:d.height},text:n}),x("div",{className:"manager-stat-card__label-row",children:[s("span",{className:"manager-stat-card__label h5",children:t}),r&&s("span",{className:"manager-stat-card__icon",children:s(je,{icon:r,className:"manager-stat-card__icon-inner"})})]}),s("div",{className:"manager-stat-card__content",children:x("div",{className:"manager-stat-card__left",children:[s("div",{className:"manager-stat-card__value h2",children:e}),m&&s("div",{className:`manager-stat-card__change manager-stat-card__change--${h??"neutral"} caption-1`,children:m})]})})]})}var tk='.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}';oe(tk);function wc({value:t,onChange:e,min:a=0,max:o=100,step:r=1,orientation:n="horizontal",size:i=24,disabled:l=!1,ariaLabel:d,length:c,className:p,label:u,formatValue:h,labelPos:m,labelAlign:b="right",showMinMax:g=!1,minLabel:v,maxLabel:f,showBgTick:y=!1,showFillTick:_=!1,tickStep:C,tickShape:A="dot"}){const w=Math.min(o,Math.max(a,t)),S=o>a?(w-a)/(o-a):0,E=n==="vertical",N=!e,B=W=>e?.(Number(W.target.value)),j=typeof c=="number"?`${c}px`:c,M={"--slider-ratio":String(S),"--slider-thumb":`${i}px`,...j?E?{height:j}:{width:j}:{}},k=C??r,D=(y||_)&&k>0&&o>a?Math.floor((o-a)/k+1e-6):0;if(D>0&&D<=100){const W=A!=="dash",F=J=>W?`radial-gradient(circle, ${J} 0.5px, transparent 1px)`:E?`linear-gradient(to bottom, transparent calc(50% - 2px), ${J} calc(50% - 2px), ${J} calc(50% + 2px), transparent calc(50% + 2px))`:`linear-gradient(to right, transparent calc(50% - 2px), ${J} calc(50% - 2px), ${J} calc(50% + 2px), transparent calc(50% + 2px))`,K=W?"2px":"4px",R=[],G=[],q=[];for(let J=0;J<=D;J++){const re=J*k/(o-a);if(re>1+1e-6)break;const fe=`${((E?1-re:re)*100).toFixed(4)}%`,ve=re<=S+1e-6;if(ve?!_:!y)continue;const se=ve?"var(--slider-tick-color-on-fill, var(--color-deepWhite))":"var(--slider-tick-color, var(--color-lightGray))";R.push(F(se)),G.push(E?`${K} var(--slider-thumb)`:`var(--slider-thumb) ${K}`),q.push(E?`center ${fe}`:`${fe} center`)}R.push(E?"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))"),G.push("100% 100%"),q.push("0 0"),M.backgroundImage=R.join(", "),M.backgroundSize=G.join(", "),M.backgroundPosition=q.join(", "),M.backgroundRepeat="no-repeat"}const L=s("input",{type:"range",className:Ne("slider",`slider--${n}`,N&&"slider--static",!u&&!g&&p),min:a,max:o,step:r,value:w,disabled:l,readOnly:N,tabIndex:N?-1:void 0,"aria-label":d,"aria-orientation":n,onChange:B,style:M});if(!u&&!g)return L;const H=s("span",{className:"slider-wrap__minmax caption-1",children:v??a}),ne=s("span",{className:"slider-wrap__minmax caption-1",children:f??o}),ae=g?x("div",{className:Ne("slider-track-group",`slider-track-group--${n}`,!u&&p),children:[E?ne:H,L,E?H:ne]}):L;if(!u)return ae;const ie=m??(E?"bottom":"right"),$=`${Math.round(o>a?(w-a)/(o-a)*100:0)}%`,O=h?h(w):u==="percent"?$:u==="count"?`${w} / ${o}`:String(w),z=s("span",{className:"slider-wrap__value body-3b",children:O});return x("div",{className:Ne("slider-wrap",`slider-wrap--${n}`,`slider-wrap--label-${ie}`,`slider-wrap--align-${b}`,p),children:[ae,z]})}var ak='.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}';oe(ak);const ok=.86,rk=250,xc=(t,e,a,o)=>{const r=Math.round(Math.min(o,Math.max(a,t-e)));return`${r<0?"-":"+"}${Math.abs(r)} dB`};function Wn({analyser:t,audioElement:e,orientation:a="horizontal",length:o,label:r,labelPos:n,labelAlign:i="right",floorDb:l=-60,refDb:d=-35,displayMin:c=-5,displayMax:p=25,className:u,ariaLabel:h}){const m=X(null),b=X(null),g=X(null);Y(()=>{const _=t??sr(e),C=m.current;if(!_||!C){C?.style.setProperty("--meter-level","0"),b.current&&(b.current.textContent=xc(l,d,c,p));return}ir();const A=new Float32Array(_.fftSize);let w=0,S=0,E=0,N=0,B=null;const j=M=>{const k=zi(_,A);w=k>w?k:w*ok;const D=w>1e-5?20*Math.log10(w):-1/0,L=Math.max(l,D),H=L-d,ne=Math.min(1,Math.max(0,(H-c)/(p-c)));if(C.style.setProperty("--meter-level",ne.toFixed(3)),b.current&&(S+=L,E+=1,M-N>=rk)){const ae=S/E;B=B==null?ae:B*.6+ae*.4,b.current.textContent=xc(B,d,c,p),S=0,E=0,N=M}g.current=requestAnimationFrame(j)};return g.current=requestAnimationFrame(j),()=>{g.current!=null&&cancelAnimationFrame(g.current),g.current=null}},[t,e,l,d,c,p]);const v=typeof o=="number"?`${o}px`:o,f=s("div",{className:"audio-meter__track",style:v?a==="vertical"?{height:v}:{width:v}:{},children:s("div",{ref:m,className:"audio-meter__fill"})}),y=n??(a==="vertical"?"bottom":"right");return x("div",{className:Ne("audio-meter",`audio-meter--${a}`,r&&`audio-meter--label-${y}`,r&&`audio-meter--align-${i}`,u),role:"meter","aria-label":h,children:[f,r&&s("span",{ref:b,className:"audio-meter__value caption-2",children:xc(l,d,c,p)})]})}const kc=500;function Sc({message:t,position:e,duration:a,onClose:o}){const[r,n]=P(!1),[i,l]=P(!1),d=X(i),c=X(r);Y(()=>{d.current=i},[i]),Y(()=>{c.current=r},[r]);const p=X(null),u=X(""),h=X(o);Y(()=>{h.current=o});const m=a,b=X(null),g=X(null),v=X(null),f=X(null),y=X(null);return Y(()=>{if(t!==u.current&&(b.current&&(clearTimeout(b.current),b.current=null),g.current&&(clearTimeout(g.current),g.current=null)),t){if(c.current)return m>0&&!b.current&&(b.current=setTimeout(()=>{n(!1),g.current=setTimeout(()=>{l(!1);try{h.current()}catch{}},kc)},m)),u.current=t,()=>{};const _=()=>{const C=p.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"),y.current&&clearTimeout(y.current),y.current=setTimeout(()=>{y.current=null;try{C.style.opacity="",C.style.transform="",C.style.transition=""}catch{}},60)}catch{}};d.current?(_(),n(!0)):(l(!0),v.current=requestAnimationFrame(()=>{f.current=requestAnimationFrame(()=>{_(),n(!0)})})),m>0&&(b.current=setTimeout(()=>{n(!1),g.current=setTimeout(()=>{l(!1);try{h.current()}catch{}},kc)},m))}else n(!1),g.current=setTimeout(()=>l(!1),kc);return u.current=t,()=>{b.current&&clearTimeout(b.current),g.current&&clearTimeout(g.current),v.current&&cancelAnimationFrame(v.current),f.current&&cancelAnimationFrame(f.current),y.current&&clearTimeout(y.current),b.current=null,g.current=null,v.current=null,f.current=null,y.current=null}},[t,m,e]),{mounted:i,showing:r,popupRef:p}}var nk=".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)}";oe(nk);function fo({message:t="",position:e="top",type:a="normal",onClose:o=()=>{},duration:r=2e3}){const{mounted:n,showing:i,popupRef:l}=Sc({message:t,position:e,duration:r,onClose:o});if(!n)return null;const d=a==="notice"||a==="warning"?a:"normal",c=s("div",{ref:l,className:`toast toast--${e} ${i?"is-visible":""}`,role:"status","aria-live":"polite",children:s("div",{className:`toast__inner toast__inner--${d} body-2`,children:t})});return typeof document<"u"?ta(c,document.body):c}var ik='.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}}';oe(ik);const sk=24;function bg({value:t,max:e=100,size:a=8,color:o,trackColor:r,label:n,formatValue:i,labelPos:l,labelAlign:d="right",ariaLabel:c,className:p}){const u=Number.isFinite(e)&&e>0?e:1,h=Math.max(0,Math.min(Number.isFinite(t)?t:0,u)),m=h/u*100,b=l??(a>=sk?"inside":"bottom"),g=b==="center"?"inside":b,v=g==="inside"&&(d==="left"?m>=15:d==="center"?m>=50:m>=85),f={};return o&&(f["--progress-bar-fill"]=o),r&&(f["--progress-bar-track"]=r),x("div",{className:Ne("progress-bar",`progress-bar--${a}`,`progress-bar--label-${g}`,n&&`progress-bar--align-${d}`,n&&v&&"progress-bar--label-on-fill",p),style:f,children:[s("div",{className:"progress-bar__track",role:"progressbar","aria-valuenow":h,"aria-valuemin":0,"aria-valuemax":u,"aria-label":c,children:s("div",{className:"progress-bar__fill",style:{width:`${m}%`}})}),n&&s("span",{className:"progress-bar__label caption-1b",children:i?i(h):n==="percent"?`${Math.round(m)}%`:n==="raw"?String(h):`${h} / ${u}`})]})}var lk=".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}}";oe(lk);const ck="rgba(255, 255, 255, 0.16)";function Ac({max:t,index:e,inactiveBg:a,inactiveColor:o,transparent:r}){const{t:n}=Ce(),i=ua("(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,d=n("progress.steps",{current:l+1,total:t,defaultValue:"\uC9C4\uD589 \uB2E8\uACC4 {{current}} / {{total}}"}),c={};return a&&(c["--pi-inactive-bg"]=a),o&&(c["--pi-inactive-color"]=o),r&&(a||(c["--pi-inactive-bg"]=ck),o||(c["--pi-inactive-color"]="var(--color-white)")),i?s("div",{className:"progress-indicator progress-indicator--mobile",style:c,role:"list","aria-label":d,children:x("span",{role:"listitem",className:"progress-indicator-dot active body-3",children:[l+1," / ",t]})}):s("div",{className:"progress-indicator",style:c,role:"list","aria-label":d,children:Array.from({length:t}).map((p,u)=>s("span",{role:"listitem","aria-current":u===l?"step":void 0,className:`progress-indicator-dot ${u<l?" done":u===l?" active":""} body-3`,children:u+1},u))})}function dk(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 uk=".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}";oe(uk);var pk=".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}";oe(pk);var hk='.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}';oe(hk);function mk({children:t,className:e,style:a}){return s("div",{className:e?`table-cell ${e}`:"table-cell",style:a,children:t})}function Nc({variant:t="default",children:e,className:a,draggable:o,onClick:r,onMouseEnter:n,onMouseLeave:i,onDragStart:l,onDragEnd:d,expandedContent:c}){const p=I(u=>{r&&u.target===u.currentTarget&&(u.key==="Enter"||u.key===" ")&&(u.preventDefault(),r())},[r]);return t==="loading"?s("div",{className:"table-row-wrap",children:s("div",{className:"table-row table-row--loading",children:s(Fo,{size:28})})}):t==="empty"?s("div",{className:"table-row-wrap",children:s("div",{className:"table-row table-row--empty body-3",children:e})}):x("div",{className:"table-row-wrap",children:[s("div",{className:a?`table-row ${a}`:"table-row",draggable:o,onClick:r,onKeyDown:r?p:void 0,onMouseEnter:n,onMouseLeave:i,onDragStart:l,onDragEnd:d,role:r?"button":void 0,tabIndex:r?0:void 0,children:e}),c&&s("div",{className:"table-row-expand",children:c})]})}function gk({dir:t}){return s(t==="asc"?cu:lu,{className:"table-field__sort-arrow",size:16,strokeWidth:2})}function bk({children:t,onClick:e,className:a,sortDir:o,onResizeStart:r}){const n=I(i=>{e&&i.target===i.currentTarget&&(i.key==="Enter"||i.key===" ")&&(i.preventDefault(),e())},[e]);return x("div",{onClick:e,onKeyDown:e?n:void 0,role:e?"button":void 0,tabIndex:e?0:void 0,"aria-sort":o?o==="asc"?"ascending":"descending":void 0,className:Ne("table-field body-3",a,o?"table-field--sorted":"",r?"table-field--resizable":""),children:[t,o&&s(gk,{dir:o}),r&&s("span",{className:"table-field__resizer",onPointerDown:r,onClick:i=>i.stopPropagation(),"aria-hidden":"true"})]})}function Vn({fields:t=[],headerGroups:e,items:a=[],renderRow:o,onRowClick:r,onRowMouseEnter:n,onRowMouseLeave:i,onRowDragStart:l,onRowDragEnd:d,draggingId:c,gridTemplateColumns:p,resizable:u=!1,resizeMode:h="grow",resizeStorageKey:m,size:b="small",title:g,count:v,collapsed:f=!1,onToggleCollapse:y,headerActions:_,empty:C,loading:A,dragOver:w=!1,onDragOver:S,onDragLeave:E,onDrop:N,renderExpandedRow:B,expandedId:j}){const{t:M}=Ce(),k=48,D=m?`table-cols:${m}`:null,L=X(null),H=X(null),[ne,ae]=P(()=>{if(!D||typeof window>"u")return null;try{const J=JSON.parse(window.localStorage.getItem(D)??"null");return Array.isArray(J)&&J.every(re=>typeof re=="number")?J:null}catch{return null}}),ie=X(ne);Y(()=>{ie.current=ne},[ne]);const $=I(J=>{const re=H.current;re&&ae(fe=>{if(!fe)return fe;const ve=[...fe];if(re.next!=null&&re.startWNext!=null){const se=J.clientX-re.startX,te=Math.max(k-re.startW,Math.min(re.startWNext-k,se));ve[re.index]=re.startW+te,ve[re.next]=re.startWNext-te}else ve[re.index]=Math.max(k,re.startW+(J.clientX-re.startX));return ve})},[]),O=I(()=>{if(H.current=null,window.removeEventListener("pointermove",$),window.removeEventListener("pointerup",O),document.body.style.cursor="",document.body.style.userSelect="",D&&ie.current)try{window.localStorage.setItem(D,JSON.stringify(ie.current))}catch{}},[$,D]),z=I((J,re)=>{re.preventDefault(),re.stopPropagation();const fe=L.current;if(!fe)return;const ve=Array.from(fe.children).map(te=>te.getBoundingClientRect().width),se=h==="fit"?t.findIndex((te,me)=>me>J&&te.resizable!==!1):-1;H.current=se>=0?{index:J,startX:re.clientX,startW:ve[J],next:se,startWNext:ve[se]}:{index:J,startX:re.clientX,startW:ve[J]},ae(ve),window.addEventListener("pointermove",$),window.addEventListener("pointerup",O),document.body.style.cursor="col-resize",document.body.style.userSelect="none"},[$,O,h,t]);Y(()=>()=>{H.current&&(window.removeEventListener("pointermove",$),window.removeEventListener("pointerup",O),document.body.style.cursor="",document.body.style.userSelect="")},[$,O]);const W=dk(p),F=J=>/^\d+(\.\d+)?px$/.test(W[J]??""),K=J=>h==="fit"&&!F(J)?"fr":"px",R=ne&&ne.length===t.length&&(h==="fit"||a.length>0)?t.map((J,re)=>J.resizable===!1&&W[re]?W[re]:`${ne[re]}${K(re)}`).join(" "):p,G=R?{"--table-grid-cols":R}:void 0,q=g!==void 0;return s("div",{className:`table-wrap table-wrap--${b}${w?" table-wrap--dragover":""}${f?" table-wrap--collapsed":""}`,style:G,onDragOver:S,onDragLeave:E,onDrop:N,children:x("div",{className:"table body-2",children:[q&&x("div",{className:"table-header",onClick:y,role:y?"button":void 0,tabIndex:y?0:void 0,"aria-expanded":y?!f:void 0,onKeyDown:y?J=>{(J.key==="Enter"||J.key===" ")&&(J.preventDefault(),y())}:void 0,children:[y&&s(ue,{size:40,type:"dot",variant:"transparent-gray",useBorder:!1,icon:f?"chevron-right":"chevron-down",ariaLabel:f?M("common.expand","\uD3BC\uCE58\uAE30"):M("common.collapse","\uC811\uAE30"),className:"table-header__chevron"}),s("span",{className:"table-header__title h5b",children:g}),v!==void 0&&s("span",{className:"table-header__count body-3b",children:v}),_&&s("span",{className:"table-header__actions",onClick:J=>J.stopPropagation(),children:_})]}),!f&&x(He,{children:[e&&e.length>0&&s("div",{className:"table-fields table-fields--groups",children:e.map((J,re)=>s("div",{className:Ne("table-field body-3",J.className),style:{gridColumn:`span ${J.span}`},children:J.label},re))}),s("div",{className:"table-fields",ref:L,children:t.map((J,re)=>s(bk,{onClick:J.onClick,className:J.className,sortDir:J.sortDir,onResizeStart:u&&re<t.length-1&&J.resizable!==!1&&(h!=="fit"||t.some((fe,ve)=>ve>re&&fe.resizable!==!1))?fe=>z(re,fe):void 0,children:J.label},re))}),s("div",{className:"table-body",children:A?s(Nc,{variant:"loading"}):a.length===0&&C?s(Nc,{variant:"empty",children:C}):a.map((J,re)=>{const fe=c!=null&&J.id===c,ve=j!=null&&(j instanceof Set?j.has(J.id):J.id===j);return s(Nc,{className:`${r?" table-row--clickable":""}${l?" table-row--draggable":""}${fe?" table-row--dragging":""}`.trim(),draggable:!!l,onClick:r?()=>r(J):void 0,onMouseEnter:n?se=>n(J,se):void 0,onMouseLeave:i?se=>i(J,se):void 0,onDragStart:l?se=>l(J,se):void 0,onDragEnd:d?se=>d(J,se):void 0,expandedContent:ve&&B?B(J):void 0,children:o(J).map((se,te)=>s(mk,{className:se.className,style:se.style,children:se.content},te))},String(J.id??re))})})]})]})})}function fg(t){switch(t){case"\uBCF4\uCCAD\uAE30":return"main";case"\uC778\uACF5\uC640\uC6B0":return"sub";default:return"default"}}var fk=".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}";oe(fk);function vg(t,e){return e!=="wornAt"?String(t[e]??""):t.wornYear?`${t.wornYear}-${t.wornMonth.padStart(2,"0")}-${t.wornDay.padStart(2,"0")}`:""}function yg({rows:t,onSelect:e,onDelete:a,onWear:o,onRelease:r,onAdd:n}){const{t:i}=Ce(),l=b=>b==="\uC88C"?i("device.direction.left","\uC88C"):i("device.direction.right","\uC6B0"),{\uC815\uB82C:d,\uCE78:c}=Fl(),p=be(()=>{if(!d)return t;const{key:b,asc:g}=d;return[...t].sort((v,f)=>{const y=b==="worn"?Number(f.worn)-Number(v.worn):vg(v,b).localeCompare(vg(f,b),"ko");return g?y:-y})},[t,d]),{pageRows:u,pageSizeProps:h,paginationProps:m}=zl(p,d);return x("div",{className:"dlp-side-table",children:[s(zn,{count:{value:t.length,unit:i("customers.device.unit","\uAC1C")},pageSize:h,pagination:m,actions:n&&s(ue,{size:40,type:"bar",variant:"main",icon:"plus",label:i("customers.device.addButton","\uAE30\uAE30 \uCD94\uAC00"),onClick:n})}),s(Vn,{resizable:!0,resizeMode:"fit",resizeStorageKey:"customer-device-history-v2",fields:[{...c(i("customers.device.wearingNow","\uCC29\uC6A9"),"worn"),resizable:!1},c(i("device.direction.label","\uBC29\uD5A5"),"side"),c(i("device.deviceType","\uC885\uB958"),"device"),c(i("device.brand","\uBE0C\uB79C\uB4DC"),"brand"),c(i("device.fitType","\uCC29\uC6A9\uD615\uD0DC"),"fitType"),c(i("device.productName","\uC81C\uD488\uBA85"),"productName"),c(i("device.wornDate","\uCC29\uC6A9\uC77C"),"wornAt"),...a?[{label:"",resizable:!1}]:[]],items:u.map((b,g)=>({id:b.id??`${b.side}-${g}`,row:b})),gridTemplateColumns:`56px 110px 110px minmax(120px, 1fr) 100px minmax(120px, 1fr) 110px${a?" 80px":""}`,renderRow:({row:b})=>[{content:s("span",{className:"dlp-worn-check",onClick:g=>g.stopPropagation(),children:s(vc,{checked:b.worn,disabled:!o||!r,ariaLabel:b.worn?i("customers.device.unwear","\uCC29\uC6A9 \uD574\uC81C"):i("customers.device.wear","\uCC29\uC6A9"),onChange:g=>{g?o?.(b):r?.(b)}})})},{content:s("span",{children:l(b.side)})},{content:b.device?s(_t,{size:"small",variant:fg(b.device),fill:"soft",label:b.device}):s("span",{})},{content:s("span",{children:b.brand})},{content:s("span",{children:b.fitType||"-"})},{content:s("span",{children:b.productName||"-"})},{content:s("span",{className:"dlp-date",children:b.wornYear?`${b.wornYear}.${b.wornMonth}.${b.wornDay}`:"-"})},...a?[{content:s("span",{className:"dlp-row-actions",children:s(ue,{size:28,type:"bar",variant:"transparent-gray",label:i("common.delete","\uC0AD\uC81C"),onClick:g=>{g?.stopPropagation(),a(b)}})})}]:[]],onRowClick:({row:b})=>e(b),empty:i("customers.device.historyEmpty","\uB4F1\uB85D\uB41C \uAE30\uAE30 \uC774\uB825\uC774 \uC5C6\uC2B5\uB2C8\uB2E4.")})]})}var vk=`.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}}`;oe(vk);function yk(t,e){return new Date(t,e+1,0).getDate()}function Ck(t,e){return new Date(t,e,1).getDay()}function Cg({visits:t=[],onVisitClick:e,onVisitMove:a,onDayClick:o}){const{t:r}=Ce(),n=be(()=>r("calendar.dow",{returnObjects:!0}),[r]),[i,l]=P(new Date().getFullYear()),[d,c]=P(new Date().getMonth()),[p,u]=P(null),h=X(null),m=new Date,b=be(()=>{const C={};return t.forEach(A=>{C[A.date]||(C[A.date]=[]),C[A.date].push(A)}),C},[t]),g=be(()=>{const C=yk(i,d),A=Ck(i,d),w=[];for(let S=0;S<A;S++)w.push(null);for(let S=1;S<=C;S++)w.push(S);for(;w.length<35;)w.push(null);return w},[i,d]),v=I(()=>{d===0?(l(C=>C-1),c(11)):c(C=>C-1)},[d]),f=I(()=>{d===11?(l(C=>C+1),c(0)):c(C=>C+1)},[d]),y=C=>`${i}-${String(d+1).padStart(2,"0")}-${String(C).padStart(2,"0")}`,_=C=>m.getFullYear()===i&&m.getMonth()===d&&m.getDate()===C;return x("div",{children:[x("div",{className:"calendar-nav",children:[s("button",{className:"calendar-nav__button",onClick:v,"aria-label":r("calendar.prevMonth","\uC774\uC804 \uB2EC"),children:s(je,{icon:"chevron-left",label:"",className:"",svgClassName:"calendar-nav__button-icon",size:18})}),s("span",{className:"calendar-nav__title h5",children:r("calendar.yearMonth",{year:i,month:d+1})}),s("button",{className:"calendar-nav__button",onClick:f,"aria-label":r("calendar.nextMonth","\uB2E4\uC74C \uB2EC"),children:s(je,{icon:"chevron-right",label:"",className:"",svgClassName:"calendar-nav__button-icon",size:18})}),x("div",{className:"calendar-nav__legend",children:[s("span",{className:"calendar-nav__legend-dot calendar-nav__legend-dot--main"}),s("span",{className:"caption-1",children:r("calendar.legend.visited","\uBC29\uBB38")}),s("span",{className:"calendar-nav__legend-dot calendar-nav__legend-dot--sub"}),s("span",{className:"caption-1",children:r("calendar.legend.scheduled","\uC608\uC57D")}),s("span",{className:"calendar-nav__legend-dot calendar-nav__legend-dot--disabled"}),s("span",{className:"caption-1",children:r("calendar.legend.noVisit","\uBBF8\uBC29\uBB38")})]})]}),x("div",{className:"calendar-grid",children:[n.map(C=>s("div",{className:"calendar-day-header body-3",children:C},C)),g.map((C,A)=>{if(C===null)return s("div",{className:"calendar-cell empty"},`empty-${A}`);const w=C,S=y(w),E=b[S]??[],N=p===S;return x("div",{className:`calendar-cell${_(w)?" today":""}${N?" 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?B=>{B.key!=="Enter"&&B.key!==" "||(B.preventDefault(),o(S))}:void 0,onDragOver:a?B=>{B.preventDefault(),u(S)}:void 0,onDragLeave:a?B=>{B.currentTarget.contains(B.relatedTarget)||u(null)}:void 0,onDrop:a?B=>{B.preventDefault(),h.current!=null&&(a(h.current,S),h.current=null),u(null)}:void 0,children:[s("div",{className:"calendar-cell__number body-3",children:w}),s("div",{className:"calendar-cell__badges",children:E.map((B,j)=>x("div",{draggable:!!a,className:`calendar-visit-badge${B.status==="noVisit"?" calendar-visit-badge--no-visit":B.status==="scheduled"?" calendar-visit-badge--scheduled":""}${e?" calendar-visit-badge--clickable":""}${a?" calendar-visit-badge--draggable":""}`,onDragStart:a?M=>{h.current=B.id,M.dataTransfer.effectAllowed="move"}:void 0,onDragEnd:a?()=>{h.current=null,u(null)}:void 0,onClick:e?M=>{M.stopPropagation(),e(B)}:void 0,"aria-label":[B.time?Cn(B.time,r):null,B.customer,r(B.status==="noVisit"?"calendar.legend.noVisit":B.status==="scheduled"?"calendar.legend.scheduled":"calendar.legend.visited")].filter(Boolean).join(" "),children:[B.time&&s("span",{className:"calendar-visit-badge__time body-3",children:Cn(B.time,r)}),s("span",{className:"calendar-visit-badge__name body-3",children:B.customer}),B.status==="noVisit"&&s("span",{className:"calendar-visit-badge__no-visit caption-1",children:r("calendar.legend.noVisit","\uBBF8\uBC29\uBB38")})]},B.id??j))})]},w)})]})]})}var _k=".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)}}";oe(_k);const wk={page:"h3",pagePopup:"h4",popup:"h5"};function vo({type:t="page",title:e,icon:a,action:o,disc:r,children:n,className:i,style:l}){const d=wk[t],c=e||r;return x("div",{className:Ne("section",`section--${t}`,i),style:l,children:[c&&x("div",{className:"section__header",children:[x("div",{className:"section__title-row",children:[a&&s(je,{icon:a,label:typeof e=="string"?e:void 0,className:"section__icon"}),x("div",{className:"section__title-group",children:[e&&s("div",{className:`section__title ${d}`,children:e}),r&&s("div",{className:"section__disc body-3",children:r})]})]}),o&&s("div",{className:"section__action",children:o})]}),n]})}var xk=".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}";oe(xk);var kk=".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}";oe(kk);function _g({icon:t,label:e,tooltip:a,wrapperStyle:o,color:r,bgColor:n,useHover:i=!0,iconSize:l="medium"}){const d=l==="small",c=Ne("category-icon",d?"category-icon--small":""),p=d?16:20,u=X(null),[h,m]=P(!1),b=be(()=>{const w=o&&typeof o=="object"?{...o}:{};return!r&&!n?w:{...w,...r?{color:r,"--t-item-fg":r}:{},...n?{"--t-item-bg":n}:{}}},[o,r,n]),g=a||e,[v,f]=P(null);Yt(()=>{h&&f(u.current?.getBoundingClientRect()??null)},[h]),Y(()=>{if(!i&&h)try{m(!1)}catch{}},[i,h]),Y(()=>{if(!h)return;const w=S=>{const E=u.current;if(!E)return;const N=S.target;N&&!E.contains(N)&&m(!1)};return document.addEventListener("pointerdown",w,!0),()=>document.removeEventListener("pointerdown",w,!0)},[h]);const y=I(()=>{i&&m(!0)},[i]),_=I(()=>{i&&m(!1)},[i]),C=I(()=>m(!1),[]),A=I(w=>{if(w.key==="Escape"){m(!1);return}(w.key==="Enter"||w.key===" ")&&(w.preventDefault(),m(S=>!S))},[]);return x("span",{ref:u,className:"category-icon__wrap",onPointerEnter:y,onPointerLeave:_,onFocus:y,onBlur:_,onKeyDown:A,role:"button",tabIndex:0,"aria-label":typeof g=="string"?g:void 0,"aria-haspopup":!!g,"aria-expanded":h,"data-tooltip-ignore":!0,children:[s(je,{icon:t,label:e,className:c,imgClassName:"category-icon__image",maskClassName:"category-icon__mask",svgClassName:"category-icon__svg",wrapperStyle:b,size:p}),h&&g&&s($a,{anchorRect:v,text:typeof g=="string"?g:void 0,offset:8,onClose:C,className:"category-icon__tooltip",ariaLabel:typeof g=="string"?g:void 0})]})}var Sk=".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}";oe(Sk);function Ak(t,e){if(!t)return{previewCodes:[],previewBucket:null};const a=t,o=i=>i.map(l=>l?.contextCode||l?.context_code).filter(Boolean).map(String);if(e==="LISTEN_IN_NOISE"){const i=a.sentences||a.items||[],l=Array.isArray(i)&&i.length>0?o(i):[];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 i=a.items||a.sentences||[],l=Array.isArray(i)&&i.length>0?o(i):[];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 i=a.items||a.sentences||[],l=Array.isArray(i)&&i.length>0?o(i):[];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 i=a.sentences||a.items||[],l=Array.isArray(i)&&i.length>0?o(i):[];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||[],n=o(Array.isArray(r)?r:[]);return n.length===0&&(a.contextCode||a.context_code)&&n.push(String(a.contextCode||a.context_code)),{previewCodes:n,previewBucket:null}}function Nk(t,e){const[a,o]=P(!1),[r,n]=P(-1),[i,l]=P([]),d=X(null),c=X(!1),p=X(null),[u,h]=P(!1),m=X([]),{previewCodes:b,previewBucket:g}=Ak(t,e);Y(()=>{if(!b.length)return;let f=!1;return(async()=>{const y=[],_=[];for(const C of b)try{const A=Jr(C,g);if(!A){y.push("");continue}let w=null;try{w=await or(A)}catch{}if(!w)try{const S=await Qr(A);S&&(w=URL.createObjectURL(S),_.push(w))}catch{}y.push(w??"")}catch{y.push("")}f?_.forEach(C=>{try{URL.revokeObjectURL(C)}catch{}}):(m.current.forEach(C=>{try{URL.revokeObjectURL(C)}catch{}}),m.current=_,l(y))})(),()=>{f=!0}},[b.join(","),g]),Y(()=>()=>{m.current.forEach(f=>{try{URL.revokeObjectURL(f)}catch{}}),m.current=[]},[]);const v=I(async f=>{if(f.stopPropagation(),f.preventDefault(),c.current){c.current=!1;try{d.current?.pause()}catch{}o(!1),n(-1);return}if(i.filter(Boolean).length){c.current=!0,o(!0);for(let y=0;y<i.length&&c.current;y++){const _=i[y];if(_){n(y);try{await new Promise((C,A)=>{const w=new Audio(_);d.current=w,w.onended=()=>C(),w.onerror=()=>A(),w.play().catch(A)})}catch{break}}}c.current=!1,o(!1),n(-1)}},[i]);return Y(()=>()=>{c.current=!1;try{d.current?.pause()}catch{}d.current=null},[]),{playing:a,playingIndex:r,previewUrls:i,previewHover:u,setPreviewHover:h,previewBtnRef:p,handlePreview:v}}const Bk=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 Gn(t){const{index:e,type:a,trainingData:o,ariaLabel:r,depth:n,renderPopup:i,completed:l,completedIds:d,selectedIds:c,tooltipText:p,useDescriptionTooltip:u=!1,onRemove:h,hideCheckBadge:m=!1,showTypeLabel:b=!1,onComplete:g,onSelect:v,onMore:f,countLabelOverride:y,size:_="square"}=t||{},{t:C}=Ce(),[A,w]=P(!1),S=X(null),[E,N]=P(!1);Y(()=>{S.current?.matches(":hover")&&N(!0)},[]);const{playing:B,playingIndex:j,previewUrls:M,previewHover:k,setPreviewHover:D,previewBtnRef:L,handlePreview:H}=Nk(o,a?.key),ne=I(()=>{v?v():w(!0)},[v]),ae=I(()=>w(!1),[]),ie=I(()=>N(!0),[]),$=I(()=>N(!1),[]),O=I(()=>D(!0),[D]),z=I(()=>D(!1),[D]),[W,F]=P(null);Yt(()=>{k&&F(L.current?.getBoundingClientRect()??null)},[k,L]);const[K,R]=P(null);Yt(()=>{E&&!A&&u&&R(S.current?.getBoundingClientRect()??null)},[E,A,u]);const G=I(we=>{(we.key==="Enter"||we.key===" ")&&(we.preventDefault(),ne())},[ne]),q=o||null,J=be(()=>{if(!u)return null;const we=p?(Array.isArray(p)?p:[p]).filter(Boolean):null,ut=we&&we.length>0?we:Bk(q);return ut&&ut.length>0?ut:null},[u,p,q]),re=I(we=>{we.stopPropagation(),h?.()},[h]),fe=I(we=>we.stopPropagation(),[]),ve=I(we=>{typeof g=="function"&&g(we)},[g]),se=l||(d&&o?.id!=null?d.has(String(o.id)):!1),te=!se&&(c!=null&&o?.id!=null?c.has(String(o.id)):!1);Nr("speechear.popup.close",ae);const me=_n(),Ae=`${a?.label||""} ${e+1}`,ee=q?.title||q?.name||Ae;let pe=a?.icon,U,he="",_e="";try{const we=q?.category_0||q?.category_main_code||q?.category_main,ut=q?.category_1||q?.category_sub_code||q?.category_sub,Je=me.find(ze=>ze.key===we);Je?.icon&&(pe=Je.icon),!U&&Je?.color&&(U={"--t-item-fg":Je.color}),!U&&q?.iconColor&&(U={"--t-item-fg":q.iconColor}),he=Je?.label||"";try{_e=Je?.subs?.find(ze=>ze.key===ut)?.label||""}catch{}}catch{}const Re=_e?`${he} / ${_e}`:he||a?.label||ee,Ve=we=>C("training.countQuestions",{n:we}),Ue=we=>C("training.countSentences",{n:we});let Ke="";try{if(q)if(a?.key==="LISTEN_IN_NOISE"){let we=0;Array.isArray(q.items)&&q.items.length>0?we=q.items.length:Array.isArray(q.sentences)&&q.sentences.length>0?we=q.sentences.length:q.sentences&&(we=1),Ke=Ue(we)}else if(a?.key==="SHORT_STORY"){let we=1;Array.isArray(o?.items)?we=o.items.length:Array.isArray(o?.raw&&o.raw?.items)?we=o.raw.items.length:Array.isArray(q?.questions)?we=q.questions.length:Array.isArray(q?.sentences)&&(we=q.sentences.length),Ke=Ve(we)}else if(a?.key==="LONG_STORY"){let we=1;if(Array.isArray(q.items)&&q.items.length>0){const ut=q.items.reduce((Je,ze)=>{const tt=ze.questionItems;return Array.isArray(tt)?Je+tt.length:Array.isArray(ze.questions)?Je+ze.questions.length:Je},0);we=ut>0?ut:q.items.length}else Array.isArray(q.questions)&&q.questions.length>0?we=q.questions.length:Array.isArray(q.sentences)&&q.sentences.length>0&&(we=q.sentences.length);Ke=Ve(we)}else if(a?.key==="ORDERING_SENTENCE"){let we=1;Array.isArray(q.items)&&q.items.length>0?we=q.items.length:Array.isArray(q.sentences)&&q.sentences.length>0&&(we=q.sentences.length),Ke=Ue(we)}else Array.isArray(q.items)&&(Ke=q.items.length>0?Ve(q.items.length):"")}catch{}const We=_==="list",dt=_==="compact",Ge=_==="small",Xe=Ge&&a?.key?Hs().find(we=>we.key===a.key)?.label??"":"",Ye=!!b&&!!a?.label&&a.label!==String(ee)||Ge&&!!Xe&&Xe!==String(ee);return x(He,{children:[x("div",{ref:S,className:`training-block-button${We?" training-block-button--list":""}${dt?" training-block-button--compact":""}${Ge?" training-block-button--small":""}${se?" training-block-button--completed":""}${te?" training-block-button--selected":""}${Ye&&!Ge?" training-block-button--withType":""}${Ge&&!Ye?" training-block-button--no-type-label":""}`,onClick:ne,onPointerEnter:ie,onPointerLeave:$,role:"button",tabIndex:0,onKeyDown:G,"aria-label":typeof r=="string"?r:typeof ee=="string"?ee:void 0,children:[x("div",{className:"training-block-button__left",children:[b&&a?.label&&a.label!==String(ee)&&s("span",{className:"training-block-button__type-label caption-1",children:a.label}),Ge&&Xe&&Xe!==String(ee)&&s("span",{className:"training-block-button__type-label caption-2",children:Xe}),s(_g,{icon:pe,label:ee,tooltip:Re,wrapperStyle:U,iconSize:Ge||dt?"small":"medium"}),!m&&(se||te)&&!(h&&E)&&s(_t,{type:"dot",icon:"check",position:"top-left",size:"medium","aria-label":se?C("training.completed","\uD6C8\uB828 \uC644\uB8CC"):C("training.selected","\uC120\uD0DD\uB428")}),h&&E&&s(_t,{type:"dot",icon:"remove",position:"top-left",size:"medium","aria-label":C("common.remove","\uC81C\uAC70"),onClick:re}),s("div",{className:`training-block-button__title ${dt?"body-3":Ge?"body-3b":"h3"}`,children:String(ee)}),x("div",{className:"training-block-button__description",children:[(()=>{const we=y!==void 0?y:Ke;return we?s("div",{className:`training-block-button__count ${Ge?"caption-2":"caption-1"}`,children:we}):null})(),s("div",{className:"training-block-button__chevron",children:s(je,{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:Ge?12:20})})]}),(We||Ge)&&M.length>0&&s("div",{ref:L,className:"training-block-button__preview","data-tooltip-ignore":!0,onClick:fe,onPointerEnter:O,onPointerLeave:z,children:s(ue,{size:Ge?28:32,type:"dot",icon:B?"pause":"play",variant:Ge?"transparent-lightGray":"default",useBorder:!1,selected:B,ariaLabel:B?C("training.stop","\uC815\uC9C0"):C("training.preview","\uBBF8\uB9AC \uB4E3\uAE30"),onClick:H})})]}),f&&s("div",{className:"training-block-button__more","data-tooltip-ignore":!0,onClick:we=>{we.stopPropagation(),f(we)},children:s(ue,{size:40,type:"dot",icon:"more-horizontal",variant:"transparent-lightGray",useBorder:!1,ariaLabel:C("common.more","\uB354\uBCF4\uAE30")})})]}),k&&s($a,{anchorRect:W,text:B?C("training.stop","\uC815\uC9C0"):C("training.preview","\uBBF8\uB9AC \uB4E3\uAE30"),offset:8,onClose:z}),E&&!A&&u&&(J?s(go,{anchorRect:K,items:J,activeIndex:j,onClose:$}):q?.subTitle?s($a,{anchorRect:K,text:q.subTitle,offset:8,onClose:$}):null),A&&i&&i({trainingData:q,typeKey:a?.key??"",onClose:ae,onComplete:ve,popupTitle:String(ee),popupSubTitle:a?.subTitle,depth:n!=null?String(n):void 0,popupIcon:pe,popupIconTooltip:String(Re),popupWrapperStyle:U})]})}const qn=20;function wg(t){const{t:e}=Ce(),{type:a,trainingDatas:o,depth:r,renderPopup:n,completedIds:i,selectedIds:l,onItemComplete:d,size:c,useDescriptionTooltip:p,onRemove:u,onMore:h,sectionType:m="page"}=t||{},[,b]=P(0),g=typeof o<"u"?Array.isArray(o)?o:[]:[],v=g.length,[f,y]=P(Math.min(v,qn)),_=be(()=>Array.isArray(r)?[...r,a?.label].filter(Boolean).join(" \xB7 "):[r||"",a?.label].filter(Boolean).join(" \xB7 "),[r,a?.label]);Y(()=>{y(Math.min(v,qn))},[v]),Nr("speechear.data.updated",()=>b(A=>A+1));function C(){y(A=>Math.min(v,A+qn))}return x(vo,{type:m,title:a?.label,icon:a?.icon,disc:a?.desc,className:"training-block",children:[s("div",{className:"training-list",children:(g||[]).slice(0,f).map((A,w)=>{const S=A;return s(Gn,{index:w,type:a,trainingData:S,depth:_,renderPopup:n,completedIds:i,selectedIds:l,size:c,useDescriptionTooltip:p,onRemove:typeof u=="function"&&l!=null&&S?.id!=null&&l.has(String(S.id))?()=>u(S):void 0,onComplete:typeof d=="function"&&S?.id!=null?()=>d(String(S.id)):void 0,onMore:typeof h=="function"?E=>h(S,E):void 0},S?.id!=null?`${a?.key||"t"}-${String(S.id)}`:`${a?.key||"t"}-${w}`)})}),v>qn&&f<v&&s("div",{className:"training-block__more",children:s(ue,{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 Bc(t){const e=X(null),[a,o]=P(!!t),[r,n]=P(!1);Y(()=>{n(!1);const d=e.current;o(!!t&&!(d?.complete&&d.naturalWidth>0))},[t]);const i=I(()=>o(!1),[]),l=I(()=>{o(!1),n(!0)},[]);return{imgRef:e,loading:a,failed:r,hasImage:!!t&&!r,onLoad:i,onError:l}}let jo=null;function Tk(t){if(jo&&jo!==t)try{jo()}catch{}return jo=t,()=>{jo===t&&(jo=null)}}var Dk='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',Ek='.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}}';oe(Ek);const Lk=Dk,Yn=pi(function({item:t,disabled:e=!1,onPlayDone:a,selectable:o=!1,selected:r=!1,onSelect:n,flipDelay:i=0,hideLabel:l=!1,hideAudio:d=!1,orderRank:c=null},p){const{t:u}=Ce(),h=t.word||t.title||"",m=e||!h,b=t.audio??t.sound??t.audioKey,g=t.subLabel||t.pronunciation||"",v=t.colloquialLabel||"",[f,y]=P({label:h,subLabel:g,colloquialLabel:v,homonum:t.homonum});h&&f.label!==h&&y({label:h,subLabel:g,colloquialLabel:v,homonum:t.homonum});const _=X(null),C=ua("(max-width: 767px)"),[A,w]=P(!1),[S,E]=P(""),N=qa()?.(f.label,f.homonum)??t.image??"",{imgRef:B,loading:j,hasImage:M,onLoad:k,onError:D}=Bc(N);Y(()=>{let O=!1;return(async()=>{if(b){if(typeof b=="string"){if(b.startsWith("http")||b.includes("/")){E(b);return}}else if(typeof b=="object"&&!Array.isArray(b)){const W=b.src;if(W){E(W);return}}}const z=rr();if(z&&h)try{const W=await Promise.resolve(z(h));!O&&W&&E(W)}catch{}})(),()=>{O=!0}},[b,h]),Y(()=>()=>{try{_.current?.pause()}catch{}_.current=null},[]);const L=I(()=>new Promise(O=>{if(typeof window<"u"&&window.speechSynthesis&&h){w(!0),window.speechSynthesis.cancel();const z=new SpeechSynthesisUtterance(h);z.lang="ko-KR",z.onend=()=>{w(!1);try{a?.()}catch{}O()},z.onerror=()=>{w(!1),O()},window.speechSynthesis.speak(z)}else O()}),[h,a]),H=I(O=>new Promise(z=>{let W=!1;const F=()=>{W||(W=!0,w(!1),z(!1))};try{const K=new Audio(O);_.current=K,K.onended=()=>{if(!W){W=!0,w(!1);try{a?.()}catch{}z(!0)}},K.onerror=F,K.play().catch(F)}catch{F()}}),[a]),ne=I(async()=>{if(e)return;const O=Tk(()=>{try{_.current?.pause()}catch{}try{window.speechSynthesis?.cancel()}catch{}w(!1)});try{window.speechSynthesis?.cancel()}catch{}try{if(S&&(w(!0),await H(S)))return;const z=Oi();if(z&&h)try{const W=await Promise.resolve(z(h));if(W&&(w(!0),await H(W)))return}catch{}await L()}finally{O()}},[e,S,h,H,L]);yf(p,()=>({play:()=>ne()}),[ne]);const ae=O=>O.stopPropagation(),ie=I(O=>{if(O.stopPropagation(),!e){if(A){try{_.current?.pause()}catch{}try{window.speechSynthesis?.cancel()}catch{}w(!1);return}ne()}},[e,A,ne]),$=Ne("training-word-card",e?"training-word-card--disabled":"",m?"training-word-card--flipped":"",o?"training-word-card--selectable":"",r?"training-word-card--selected":"");return s("div",{className:$,onClick:o&&!e?n: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?O=>{(O.key==="Enter"||O.key===" "||O.key==="Spacebar")&&(O.preventDefault(),n?.())}:void 0,children:x("div",{className:"training-word-card__flipper",style:{transitionDelay:m?"0ms":`${i}ms`},children:[x("div",{className:"training-word-card__front",children:[r&&s("div",{className:"training-word-card__selected-badge",onClick:ae,children:s(_t,{type:"dot",size:40,position:"inline",animate:!0,icon:c!=null?void 0:"check",number:c??void 0,"aria-label":c!=null?u("training.nthSelected",{n:c}):u("training.selected","\uC120\uD0DD\uB428")})}),s("div",{className:"training-word-card__image-wrap",children:M?x(He,{children:[j&&s("div",{className:"training-word-card__spinner"}),s("img",{ref:B,className:"training-word-card__image",src:N,alt:f.label||u("common.image","\uC774\uBBF8\uC9C0"),style:{opacity:j?0:1},onLoad:k,onError:D})]}):s("div",{className:"training-word-card__placeholder"})}),!l&&x("div",{className:"training-word-card__body",children:[s("div",{className:"training-word-card__word",children:f.label}),f.subLabel&&x("div",{className:"training-word-card__pronunciation",children:["[",f.subLabel,"]"]}),f.colloquialLabel&&x("div",{className:"training-word-card__colloquial caption-1",children:["[",f.colloquialLabel,"]"]})]}),!d&&s("div",{className:"training-word-card__bottom",onClick:o?ae:void 0,children:s(ue,{size:C?40:48,type:C?"dot":"bar",icon:A?"pause":"play",label:C?void 0:u("training.playSound","\uC18C\uB9AC \uB4E3\uAE30"),selected:A,onClick:ie,disabled:e,ariaLabel:u("training.playSound","\uC18C\uB9AC \uB4E3\uAE30")})})]}),s("div",{className:"training-word-card__back","aria-hidden":"true",children:s("img",{src:Lk,className:"training-word-card__disabled-symbol",alt:"",draggable:!1})})]})})});let $r=0,xg="",kg="",Rr=0;function Mk(){return Sg(!1)}function Pk(){return Sg(!0)}function Sg(t){const e=typeof document<"u";$r===0&&e&&(xg=document.body.style.overflow,document.body.style.overflow="hidden"),t&&e&&(Rr===0&&(kg=document.body.style.paddingRight),Rr++,document.body.style.paddingRight="0px"),$r++;let a=!1;return()=>{a||(a=!0,$r=Math.max(0,$r-1),t&&e&&(Rr=Math.max(0,Rr-1),Rr===0&&(document.body.style.paddingRight=kg)),$r===0&&e&&(document.body.style.overflow=xg))}}var $k=".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}";oe($k);function Rk(t,e=!0){Y(()=>{if(!e)return;const a=t.current;if(!a)return;const o=r=>{if(r.key!=="Tab")return;const n=Array.from(a.querySelectorAll(Ag));if(!n.length){r.preventDefault();return}const i=n[0],l=n[n.length-1];r.shiftKey&&document.activeElement===i?(r.preventDefault(),l.focus()):!r.shiftKey&&document.activeElement===l&&(r.preventDefault(),i.focus())};return a.addEventListener("keydown",o),()=>a.removeEventListener("keydown",o)},[t,e])}const Ag='a[href], button:not([disabled]), input:not([disabled]), select:not([disabled]), textarea:not([disabled]), [tabindex]:not([tabindex="-1"])',Ok=260;function Oa(t){const{t:e}=Ce(),{title:a,subtitle:o,headerActions:r,children:n,buttons:i,footer:l,footerClassName:d="",onClose:c,closeDisabled:p=!1,beforeClose:u,className:h="",ariaLabel:m,useTitle:b=!0,inline:g=!1,size:v,resetScrollKey:f}=t||{},[y,_]=P(!1),C=X(!1),A=X(null),w=na(),S=X(null);Y(()=>{if(!g&&!a&&!m&&import.meta.env?.DEV){const L=A.current?.textContent?.replace(/\s+/g," ").trim().slice(0,60)??"",H=[h?`class="${h}"`:null,L?`\uBCF8\uBB38 "${L}${L.length>=60?"\u2026":""}"`:null].filter(Boolean).join(" \xB7 ");console.warn("[Popup] \uC81C\uBAA9\uB3C4 ariaLabel\uB3C4 \uC5C6\uC5B4 \uB2E4\uC774\uC5BC\uB85C\uADF8\uC5D0 \uC811\uADFC\uBA85\uC774 \uC5C6\uC2B5\uB2C8\uB2E4 \u2014 ariaLabel\uC744 \uC8FC\uC138\uC694."+(H?` (${H})`:" (\uB2E8\uC11C \uC5C6\uC74C \u2014 \uBE48 \uD31D\uC5C5)"))}},[g,a,m,h]),Y(()=>{f!==void 0&&S.current&&(S.current.scrollTop=0)},[f]);const[E,N]=P(!1);Y(()=>{const L=S.current;if(!L)return;const H=()=>N(L.scrollHeight>L.clientHeight+1);if(H(),typeof ResizeObserver>"u")return;const ne=new ResizeObserver(H);ne.observe(L);const ae=L.firstElementChild;return ae&&ne.observe(ae),()=>ne.disconnect()},[n,f]),Y(()=>{if(!g)return Mk()},[g]),Y(()=>{if(g)return;const L=document.activeElement,H=A.current;return H&&!H.contains(document.activeElement)&&(H.querySelector(Ag)??H).focus(),()=>{L?.focus?.()}},[g]),Rk(A,!g);const B=I(L=>{C.current||(C.current=!0,_(!0),setTimeout(()=>{try{L&&L()}catch{}},Ok))},[]),j=I(()=>{p||u&&u()===!1||B(c)},[B,c,p,u]),M=X(j);Y(()=>{M.current=j});const k=!g&&!!c;Y(()=>{if(k)return Ql(()=>M.current())},[k]);const D=s("div",{className:`popup ${g?"popup--inline":""} ${y?"popup--closing":""} ${h}`,children:x("div",{ref:A,className:`popup-panel${v?` popup-panel--${v}`:""}`,tabIndex:-1,role:g?void 0:"dialog","aria-modal":g?void 0:!0,"aria-labelledby":!g&&a?w:void 0,"aria-label":!g&&!a&&m?m:void 0,children:[!b&&(r||c)?x("div",{className:"popup-close-float",children:[r,c&&s(ue,{size:40,type:"dot",icon:"x",variant:"transparent-gray",useBorder:!1,onClick:j,disabled:p,ariaLabel:e("common.close","\uB2EB\uAE30")})]}):a||r||c?x("div",{className:`popup-header${o?" popup-header--with-subtitle":""}`,children:[x("div",{className:"popup-header-main",children:[s("span",{id:w,className:"popup-title popup-title--left h2",children:a}),o&&s("span",{className:"popup-subtitle body-3",children:o})]}),x("div",{className:"popup-header-actions",children:[r,c&&s(ue,{size:40,type:"dot",icon:"x",variant:"transparent-gray",useBorder:!1,onClick:j,disabled:p,ariaLabel:e("common.close","\uB2EB\uAE30")})]})]}):null,s("div",{className:"popup-content",ref:S,tabIndex:E?0:void 0,children:s("div",{className:"popup-content__inner",children:typeof n=="function"?n({animateThen:B,closeWithAnimation:j}):n})}),i?.length?s("div",{className:"popup-footer popup-footer--buttons",children:i.map((L,H)=>s(ue,{size:48,variant:L.variant??"default",label:L.label,disabled:L.disabled,onClick:()=>L.onClick?.({animateThen:B,closeWithAnimation:j})},H))}):l?s("div",{className:`popup-footer${d?` ${d}`:""}`,children:typeof l=="function"?l({animateThen:B,closeWithAnimation:j}):l}):null]})});return g||typeof document>"u"?D:ta(D,document.body)}function Or(t){return String(t)}const Tc=["o","triangle","x"];function Dc(t,e){return t===e?null:e}const Ec={o:"circle",triangle:"triangle",x:"x"},Lc={o:"main",triangle:"warn",x:"danger"};function Ng(t){let e=0,a=0,o=0;for(const n of Object.values(t))n==="o"?e++:n==="triangle"?a++:n==="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 Un(t){const e={};for(const[a,o]of Object.entries(t))(o==="o"||o==="triangle"||o==="x")&&(e[a]=o);return e}function Mc(t){const e=[];let a=0;for(const o of t)e.push(a),a+=o;return e}function Bg(t,e){return!e&&t>0}var Ik=`.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)}`;oe(Ik);const yo={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 Tg(t="landscape"){const{printSize:e,printW:a,printH:o}=yo[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 n=()=>{document.head.removeChild(r),window.removeEventListener("afterprint",n)};window.addEventListener("afterprint",n),window.print()}function Dg(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 zk={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 Fk(t,e){const a=zk[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 n,i;return t==="landscape"?(i=r,n=Math.ceil(o/i)):(n=r,i=Math.ceil(o/n)),(t==="landscape"?n<i:i<n)&&([n,i]=[i,n]),{cols:n,rows:i}}const jk={\uD45C\uC2DC:"word-table-block__content--cut-show",\uC810\uC120:"",\uCF54\uB108:"word-table-block__content--cut-corner",\uBBF8\uD45C\uC2DC:""},Pc={\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"},$c={\uACE0\uC720:"\uACE0\uC720\uC5B4",\uD55C\uC790:"\uD55C\uC790\uC5B4",\uC678\uB798:"\uC678\uB798\uC5B4",\uD63C\uC885:"\uD63C\uC885\uC5B4"};function Kn(t,e){return t?t.split("/").map(a=>e[a]??a).join("/"):""}function Eg(t,e,a,o){if(o!=="\uC810\uC120")return{};const r=t%e,n=Math.floor(t/e),i=r<e-1,l=n<a-1;if(!i&&!l)return{};const d="#ddd",c=m=>`repeating-linear-gradient(to ${m}, ${d} 0, ${d} 5px, transparent 5px, transparent 10px)`,p=[],u=[],h=[];return i&&(p.push(c("bottom")),u.push("1px 100%"),h.push("right center")),l&&(p.push(c("right")),u.push("100% 1px"),h.push("center bottom")),{backgroundImage:p.join(", "),backgroundSize:u.join(", "),backgroundPosition:h.join(", "),backgroundRepeat:"no-repeat",printColorAdjust:"exact",WebkitPrintColorAdjust:"exact"}}const Hk=280,Wk=240,Vk=280,Gk=400,qk=120,Yk=280;function Rc(t,e){const a=X(null),[o,r]=P(1),[n,i]=P(0),l=I((d,c)=>{const p=d/t,u=e?c/e:1/0,h=Math.min(1,p,u);r(h),i(Math.max(0,(d-t*h)/2))},[t,e]);return Y(()=>{const d=a.current;if(!d)return;const c=e?d.parentElement??d:d;if(l(c.clientWidth,c.clientHeight),typeof ResizeObserver>"u")return;const p=new ResizeObserver(([u])=>l(u.contentRect.width,u.contentRect.height));return p.observe(c),()=>p.disconnect()},[l,e]),{scalerRef:a,scale:o,offset:n}}let Ia=null;function Lg({label:t,subLabel:e,colloquialLabel:a,homonum:o,showWord:r=!0,showImage:n=!0,showPronunciation:i=!0,showColloquial:l=!0,buttonSize:d=40,wordInfo:c}){const{t:p}=Ce(),u=X(null),h=X(null),m=X(null),[b,g]=P(1),[v,f]=P(!1),[y,_]=P(""),[C,A]=P(null),w=e&&e.length>0?e:Ii()?.(t,o)??"",S=qa()?.(t,o)??"",{imgRef:E,loading:N,failed:B,onLoad:j,onError:M}=Bc(S),k=I(()=>A(h.current?.getBoundingClientRect()??null),[]),D=I(()=>A(null),[]),L=be(()=>{if(!c)return null;const $=[];return c.grade&&$.push(`\uB09C\uC774\uB3C4: ${c.grade}\uB4F1\uAE09`),c.syllables&&$.push(`\uC74C\uC808 \uC218: ${c.syllables}\uC74C\uC808`),c.pos&&$.push(`\uD488\uC0AC: ${Kn(c.pos,Pc)}`),c.wordType&&$.push(`\uC720\uD615: ${Kn(c.wordType,$c)}`),$.length?$:null},[c]);Y(()=>{const $=rr(),O=w||t;if(!$||!O)return;let z=!1;return Promise.resolve($(O)).then(W=>{!z&&W&&_(W)}),()=>{z=!0}},[w,t]),Y(()=>()=>{m.current?.pause(),Ia?.audio===m.current&&(Ia=null)},[]);const H=I(async $=>{if($.stopPropagation(),v){m.current?.pause(),f(!1),Ia=null;return}if(y){Ia?.stop(),f(!0);try{const O=new Audio(y);m.current=O;const z=()=>{f(!1),Ia?.audio===O&&(Ia=null)};Ia={audio:O,stop:()=>{O.pause(),z()}},O.onended=z,O.onerror=z,await O.play()}catch{f(!1),Ia?.audio===m.current&&(Ia=null)}}},[v,y]),ne=n&&!!S&&!B,ae=ne&&r?Hk:ne?Vk:Wk,ie=ne&&r?Gk:ne?Yk:qk;return Y(()=>{const $=u.current;if(!$||typeof ResizeObserver>"u")return;const O=new ResizeObserver(([z])=>{const{width:W,height:F}=z.contentRect;g(Math.min(W/ae,F/ie))});return O.observe($),()=>O.disconnect()},[ae,ie]),x("div",{ref:u,className:"word-table-cell",children:[x("div",{className:"word-table-cell__inner",style:{transform:`scale(${b})`},children:[ne&&x("div",{className:"word-table-cell__image-wrap",children:[N&&s("div",{className:"word-table-cell__spinner"}),s("img",{ref:E,className:"word-table-cell__image",src:S,alt:t,draggable:!1,style:{opacity:N?0:1},onLoad:j,onError:M})]}),r&&s("span",{className:"word-table-cell__word h0",children:t}),i&&w&&x("span",{className:"word-table-cell__sub h3",children:["[",w,"]"]}),l&&a&&x("span",{className:"word-table-cell__colloquial h5",children:["[",a,"]"]})]}),x("div",{className:"word-table-cell__play-button","data-audio-src":y,children:[s("span",{"data-play-state":"play",style:{display:v?"none":void 0},children:s(ue,{size:d,type:"dot",icon:"play",variant:"transparent-lightGray",useBorder:!1,showTooltipInfo:p("common.play","\uC7AC\uC0DD"),onClick:H})}),s("span",{"data-play-state":"pause",style:{display:v?void 0:"none"},children:s(ue,{size:d,type:"dot",icon:"pause",useBorder:!1,selected:!0,showTooltipInfo:p("common.pause","\uBA48\uCDA4"),onClick:H})})]}),c&&x("div",{ref:h,className:"word-table-cell__info-button",onPointerEnter:k,onPointerLeave:D,onFocus:k,onBlur:D,children:[s(ue,{size:d,type:"dot",icon:"info",variant:"transparent-lightGray",useBorder:!1,showTooltipInfo:!1,ariaLabel:p("wordTable.wordInfo","{{word}} \uB0B1\uB9D0 \uC815\uBCF4",{word:t}),onClick:$=>$.stopPropagation()}),C&&L&&s(go,{anchorRect:C,items:L,showIndex:!1})]})]})}function Co({title:t,titleIcon:e,disc:a,className:o,orientation:r="landscape",contentTypes:n=["\uC774\uBBF8\uC9C0","\uB2E8\uC5B4","\uD45C\uC900 \uBC1C\uC74C"],cutLine:i="\uD45C\uC2DC",showOutline:l=!0,showDivLine:d=!0,items:c,editCells:p,count:u,activeCell:h=null,onActivateCell:m,onRemoveCell:b,onRemoveItem:g,onReorder:v,showFillerAdd:f=!1,contentRef:y,buttonSize:_=40,pageNumber:C,pageNumberPosition:A="right",fitHeight:w=!1,scoring:S=!1,marks:E,onMarkClick:N,scoreIndexOffset:B=0}){const j=I((ve,se)=>{N?.(B+ve,se)},[N,B]),M=(ve,se)=>{const te=E?.[Or(B+ve)]??null;return s("div",{className:Ne("word-table-cell__score",te?"word-table-cell__score--marked":""),children:Tc.map(me=>s("span",{className:Ne("word-table-cell__score-slot",te===me?"word-table-cell__score-slot--on":""),children:s(ue,{size:_,type:"dot",icon:Ec[me],variant:te===me?Lc[me]:"default",selected:te===me,useBorder:!1,showTooltipInfo:!1,ariaLabel:k(`wordTable.scoring.${me}`,{word:se,defaultValue:`${se} ${me}`}),onClick:Ae=>{Ae.stopPropagation(),j(ve,me)}})},me))})},{t:k}=Ce(),D=p!==void 0,L=X(null),[H,ne]=P(null),{width:ae,height:ie}=yo[r],{scalerRef:$,scale:O,offset:z}=Rc(ae,w?ie:void 0),W=D?p?.length??0:c?.length??0,F=Math.max(u??W,1),{cols:K,rows:R}=Fk(r,F),G={word:n.length===0||n.includes("\uB2E8\uC5B4"),image:n.length===0||n.includes("\uC774\uBBF8\uC9C0"),pron:n.length===0||n.includes("\uD45C\uC900 \uBC1C\uC74C"),colloq:n.length===0||n.includes("\uAD6C\uC5B4\uCCB4 \uBC1C\uC74C")},q=D?(p??[]).some(ve=>ve!==null&&ve.length>1):(c??[]).some(ve=>ve.words.length>1),J=Ne("word-table-block__content",jk[i],l&&"word-table-block__content--outline",d&&q&&"word-table-block__content--div-line"),re={transform:`scale(${1/O})`,transformOrigin:"center center"},fe=s("div",{ref:$,className:"word-table__scaler",style:{height:ie*O},children:s("div",{className:Ne("word-table",o),style:{width:ae,height:ie,transform:`scale(${O})`,transformOrigin:"top left",marginLeft:z},children:x("div",{ref:y,className:J,style:{gridTemplateColumns:`repeat(${K}, 1fr)`,gridTemplateRows:`repeat(${R}, 1fr)`},children:[D?s(He,{children:(p??[]).map((ve,se)=>s("div",{className:Ne("word-table-block__edit-cell",ve?"word-table-block__edit-cell--filled":"word-table-block__edit-cell--empty",h===se?"word-table-block__edit-cell--active":""),style:Eg(se,K,R,i),children:ve?x(He,{children:[ve.map((te,me)=>x(qo,{children:[me>0&&s("div",{className:"word-table-block__pair-divider"}),s(Lg,{label:te.word,subLabel:te.pronunciation,homonum:te.homonum,showWord:G.word,showImage:G.image,showPronunciation:G.pron,showColloquial:G.colloq,buttonSize:_})]},me)),S&&M(se,ve.map(te=>te.word).join(" / ")),b&&s("div",{className:"word-table-block__card-close",children:s(ue,{size:_,type:"dot",icon:"x",variant:"transparent-lightGray",useBorder:!1,showTooltipInfo:ve.length>1?k("wordPrint.removePair","\uB300\uB9BD\uC30D \uBE7C\uAE30"):k("wordPrint.removeWord","\uB2E8\uC5B4 \uBE7C\uAE30"),ariaLabel:ve.length>1?k("wordPrint.removePair","\uB300\uB9BD\uC30D \uBE7C\uAE30"):k("wordPrint.removeWord","\uB2E8\uC5B4 \uBE7C\uAE30"),onClick:()=>b(se)})})]}):m&&s("div",{style:re,children:s(ue,{size:"48",type:"bar",icon:"plus",label:k("wordTable.addWord","\uCD94\uAC00\uD558\uAE30"),onClick:()=>m(se)})})},se))}):x(He,{children:[(c??[]).map((ve,se)=>x("div",{className:`word-table-block__card${v?" word-table-block__card--draggable":""}${H===se?" word-table-block__card--drag-over":""}`,style:Eg(se,K,R,i),draggable:!!v,onDragStart:v?()=>{L.current=se}:void 0,onDragOver:v?te=>{te.preventDefault(),ne(se)}:void 0,onDragLeave:v?()=>ne(null):void 0,onDrop:v?te=>{te.preventDefault(),L.current!==null&&L.current!==se&&v(L.current,se),L.current=null,ne(null)}:void 0,onDragEnd:v?()=>{L.current=null,ne(null)}:void 0,children:[ve.words.map((te,me)=>x(qo,{children:[me>0&&s("div",{className:"word-table-block__pair-divider"}),s(Lg,{label:te.label,subLabel:te.subLabel,colloquialLabel:te.colloquialLabel,homonum:te.homonum,showWord:G.word,showImage:G.image,showPronunciation:G.pron,showColloquial:G.colloq,buttonSize:_,wordInfo:te.grade||te.syllables!=null||te.pos||te.wordType?{grade:te.grade,syllables:te.syllables,pos:te.pos,wordType:te.wordType}:void 0})]},me)),S&&M(se,ve.words.map(te=>te.label).join(" / ")),g&&s("div",{className:"word-table-block__card-close",children:s(ue,{size:_,type:"dot",icon:"x",variant:"transparent-lightGray",useBorder:!1,showTooltipInfo:ve.words.length>1?k("wordPrint.removePair","\uB300\uB9BD\uC30D \uBE7C\uAE30"):k("wordPrint.removeWord","\uB2E8\uC5B4 \uBE7C\uAE30"),ariaLabel:ve.words.length>1?k("wordPrint.removePair","\uB300\uB9BD\uC30D \uBE7C\uAE30"):k("wordPrint.removeWord","\uB2E8\uC5B4 \uBE7C\uAE30"),onClick:()=>g(ve.id)})})]},ve.id)),Array.from({length:Math.max(0,K*R-(c?.length??0))}).map((ve,se)=>{const te=(c?.length??0)+se<F;return s("div",{className:"word-table-block__card word-table-block__card--filler",children:f&&m&&te&&s("div",{style:re,children:s(ue,{size:_,type:"bar",icon:"plus",label:k("wordTable.addWord","\uCD94\uAC00\uD558\uAE30"),onClick:()=>m((c?.length??0)+se)})})},`filler-${se}`)})]}),C&&A!=="none"&&s("span",{className:`word-table__page-number body-3 word-table__page-number--${A}`,children:k("wordTable.filter.pageIndicator",{current:C.current,total:C.total})})]})})});return t!=null||e||a?s(vo,{type:"page",icon:e,title:t,disc:a,className:Ne("word-table-block",o),children:fe}):fe}var Uk=".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%}}";oe(Uk);function Na({title:t,headerAction:e,collapsible:a=!1,defaultCollapsed:o=!1,collapsed:r,onCollapsedChange:n,footer:i,sections:l,selected:d={},onSelect:c,align:p,sectionAlign:u,className:h}){const m=(p??(u==="vertical"?"newline":"inline"))==="inline",{t:b}=Ce(),[g,v]=P(o),f=r??g,y=()=>{const C=!f;v(C),n?.(C)},_=t||e||a;return x("div",{className:Ne("filter-panel",a?"filter-panel--collapsible":"",f?"filter-panel--collapsed":"",h),children:[_&&x("div",{className:"filter-panel__header",children:[x("div",{className:"filter-panel__title-row",children:[a&&s(ue,{size:40,type:"dot",variant:"transparent-gray",useBorder:!1,icon:f?"chevron-down":"chevron-up",ariaLabel:f?b("common.expand","\uD3BC\uCE58\uAE30"):b("common.collapse","\uC811\uAE30"),"aria-expanded":!f,onClick:y}),t&&s("span",{className:"filter-panel__title h4",children:t})]}),s("div",{className:"filter-panel__header-actions",children:!f&&e})]}),!f&&x(He,{children:[s("div",{className:Ne("filter-panel__sections",m?"filter-panel__sections--row":""),children:l.map(C=>{const A=d[C.label],w=A===void 0||(Array.isArray(A)?A.length===0:!1),S=(C.items??[]).filter(N=>N!=null),E=N=>{const B=typeof N=="string"?N:N.value,j=typeof N!="string"&&!!N.disabled,M=typeof N!="string"?N.labels:void 0,k=typeof N!="string"?N.displayLabel:void 0,D=typeof N!="string"?N.tooltip:void 0,L=typeof N!="string"?N.descriptionTooltip:void 0,H=typeof N!="string"?N.shape:void 0,ne=Array.isArray(A)?A.includes(B):A===B;return s(ue,{size:"keyboard",label:M??k??B,type:C.itemType??(M?"bar":B.length===1?"dot":void 0),selected:ne,disabled:j,shape:H,showTooltipInfo:!!D,tooltipInfoText:D,tooltipDescription:L,onClick:()=>c?.(B,C.label)},B)};return x(qo,{children:[C.groupLabel&&x("div",{className:"filter-panel__group-label-row",children:[s("div",{className:"filter-panel__group-label body-2",children:C.groupLabel}),C.groupAction]}),x("div",{className:Ne("filter-panel__section",C.layout==="row"?"filter-panel__section--row":"",C.block?"filter-panel__section--block":""),children:[x("div",{className:"filter-panel__section-label-row",children:[s("span",{className:"filter-panel__section-label body-3",children:C.displayLabel??C.label}),C.labelAction]}),C.type==="note"?s("div",{className:"filter-panel__note body-3",children:C.content}):C.type==="input"?s(eo,{className:"filter-panel__textfield",placeholder:C.placeholder,ariaLabel:C.displayLabel??C.label,value:d[C.label]??"",onChange:N=>c?.(N,C.label),error:C.error}):!C.multiple&&C.display==="segmented"?s(to,{ariaLabel:C.displayLabel??C.label,options:[...C.allOption?[{key:Ot,label:C.allLabel??b("common.all","\uC804\uCCB4")}]:[],...S.map(N=>{const B=typeof N=="string"?N:N.value,j=typeof N!="string"?N.displayLabel:void 0,M=typeof N!="string"?N.disabled:void 0;return{key:B,label:j??B,disabled:M}})],value:w&&C.allOption?Ot:d[C.label],onChange:N=>c?.(N,C.label),size:32}):!C.multiple&&C.display==="dropdown"?s(aa,{className:"filter-panel__dropdown",size:40,options:[...C.allOption?[{value:Ot,label:C.allLabel??b("common.all","\uC804\uCCB4")}]:[],...S.map(N=>{const B=typeof N=="string"?N:N.value,j=typeof N!="string"?N.displayLabel:void 0,M=typeof N!="string"?N.disabled:void 0;return{value:B,label:j??B,disabled:M}})],value:w&&C.allOption?Ot:d[C.label],onChange:N=>c?.(N,C.label)}):x("div",{className:C.groups?"filter-panel__item-groups":"filter-panel__items",children:[C.allOption&&!C.groups&&s(ue,{size:"keyboard",label:C.allLabel??b("common.all","\uC804\uCCB4"),selected:w,disabled:C.allOptionDisabled,onClick:()=>c?.(Ot,C.label)}),C.groups?C.groups.map((N,B)=>x("div",{className:"filter-panel__item-group",children:[B===0&&C.allOption&&s(ue,{size:"keyboard",label:C.allLabel??b("common.all","\uC804\uCCB4"),selected:w,disabled:C.allOptionDisabled,onClick:()=>c?.(Ot,C.label)}),N.filter(j=>j!=null).map(E)]},B)):S.map(E)]})]})]},C.label)})}),i!=null&&i!==!1&&s("div",{className:"filter-panel__footer body-3",children:i})]})]})}const Kk=[1,2,3,4,5,6,7,8,9,10,11,12],Zk=[8,4,2,1];function Mg(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 Pg(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 $g(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 Rg(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 Og(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 Ig(t,e){return{label:t(e.hasPairs?"wordTable.filter.itemsPerPagePair":"wordTable.filter.itemsPerPageWord"),items:[e.itemCount,...Zk.filter(a=>a<e.itemCount)].map(a=>({value:`${a}\uAC1C`,displayLabel:t("wordTable.filter.itemsPerPageOption",{count:a})})),display:"segmented"}}function zg(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 Fg={left:"\uC67C\uCABD",center:"\uC911\uC559",right:"\uC624\uB978\uCABD",none:"\uBBF8\uD45C\uC2DC"};function jg(t){return t==="\uC67C\uCABD"?"left":t==="\uC911\uC559"?"center":t==="\uC624\uB978\uCABD"?"right":"none"}function Hg(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 Wg(t,e,a,o){return a===t("wordTable.filter.composition","\uAD6C\uC131")?e===Ot?(o.setContentTypes(()=>[]),!0):(o.setContentTypes(r=>r.includes(e)?r.filter(n=>n!==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 Xk(t){return"sections"in t}function Zn(t){const{t:e}=Ce(),{title:a,className:o}=t;if(Xk(t))return s(Na,{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:n,contentTypes:i,orientation:l,showOutline:d,cutLine:c,showDivLine:p,setters:u,showCutLine:h=!1,showDivLine2:m=!1,middleSections:b=[],extraSelected:g={},onExtraSelect:v}=t,f=[Mg(e,{hasImage:r,hasColloquial:n}),Pg(e),...b,$g(e),...h?[Rg(e)]:[],...m?[Og(e)]:[]],y={...Hg(e,{contentTypes:i,orientation:l,showOutline:d,cutLine:c,showDivLine:p}),...g},_=(C,A)=>{Wg(e,C,A,u)||v?.(C,A)};return s(Na,{className:o,title:a??e("wordTable.filterTitle","\uD45C \uC124\uC815"),sections:f,selected:y,onSelect:_,sectionAlign:"horizontal"})}function Vg(t){return t.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function Oc(t){return t.replace(/[\\/:*?"<>|]/g,"_").trim()}function Jk(t,e,a,o="",r=""){if(t.length===0)return;const n=o?Oc(o):"";if(n){const d=document.title;document.title=n;const c=()=>{document.title=d,window.removeEventListener("afterprint",c)};window.addEventListener("afterprint",c)}const i=document.createElement("iframe");i.style.cssText="position:fixed;left:-10000px;top:0;width:1200px;height:900px;border:0;",document.body.appendChild(i);const l=i.contentDocument;if(!l){i.remove();return}l.open(),l.write(Ic(t,e,a,!0,n,r)),l.close(),i.contentWindow?.addEventListener("afterprint",()=>setTimeout(()=>i.remove(),0))}function Ic(t,e,a,o=!1,r="",n=""){r=r?Oc(r):"";const i=Array.from(document.styleSheets).flatMap(p=>{try{return Array.from(p.cssRules).map(u=>u.cssText)}catch{return[]}}).join(`
844
+ `),l=document.documentElement.getAttribute("data-theme")||"light",d=n?`<div class="paper-head">${Vg(n)}</div>`:"",c=t.map(p=>{const u=p.cloneNode(!0);return u.querySelectorAll('[data-play-state="play"]').forEach(h=>h.style.display=""),u.querySelectorAll('[data-play-state="pause"]').forEach(h=>h.style.display="none"),u.querySelectorAll(".word-table-cell__score-slot:not(.word-table-cell__score-slot--on)").forEach(h=>h.remove()),`<div class="paper-wrap">${d}${u.outerHTML}</div>`}).join(`
845
+ `);return`<!DOCTYPE html>
846
+ <html data-theme="${l}">
847
+ <head>
848
+ <meta charset="utf-8">
849
+ ${r?`<title>${Vg(r)}</title>`:""}
850
+ <style>${i}</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
+ ${c}
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 Xn({getElements:t,paperW:e,paperH:a,fileName:o="",onPopupBlocked:r,header:n=""}){const i=I(()=>{Jk(t(),e,a,o,n)},[t,e,a,o,n]),l=I(()=>{const c=t();if(c.length===0)return;const p=window.open("","_blank");if(!p){r?.();return}p.document.write(Ic(c,e,a,!1,o,n)),p.document.close()},[t,e,a,o,r,n]),d=I(()=>{const c=t();if(c.length===0)return;const p=Ic(c,e,a,!1,o,n),u=new Blob([p],{type:"text/html;charset=utf-8"}),h=URL.createObjectURL(u),m=o&&Oc(o),b=Object.assign(document.createElement("a"),{href:h,download:`${m}.html`});document.body.appendChild(b),b.click(),document.body.removeChild(b),URL.revokeObjectURL(h)},[t,e,a,o,n]);return{print:i,openNewWindow:l,downloadHtml:d}}function zc(t){const{t:e}=Ce(),[a,o]=P("landscape"),[r,n]=P(["\uC774\uBBF8\uC9C0","\uB2E8\uC5B4","\uD45C\uC900 \uBC1C\uC74C"]),[i,l]=P("\uD45C\uC2DC"),[d,c]=P(!0),[p,u]=P(!0),[h,m]=P(8),[b,g]=P("right"),v=t.length,f=t.some(M=>M.words.length>1),y=t.some(M=>M.words.some(k=>!!k.colloquialLabel)),_=Math.min(h,Math.max(v,1)),C=be(()=>Dg(t,_),[t,_]),A=C.length>1,w=_,[S,E]=P(!1);Y(()=>{let M=!1;if(!qa()){E(!1);return}return Promise.all(t.flatMap(k=>k.words.map(D=>dr(D.label,D.homonum)))).then(k=>{M||E(k.some(Boolean))}),()=>{M=!0}},[t]);const N=be(()=>[Mg(e,{hasImage:S,hasColloquial:y}),Pg(e),...v>0?[Ig(e,{hasPairs:f,itemCount:v})]:[],...A?[zg(e)]:[],$g(e),...w>1?[Rg(e)]:[],...f?[Og(e)]:[]],[e,S,y,v,f,A,w]),B={...Hg(e,{contentTypes:r,orientation:a,showOutline:d,cutLine:i,showDivLine:p}),...v>0?{[e(f?"wordTable.filter.itemsPerPagePair":"wordTable.filter.itemsPerPageWord")]:`${_}\uAC1C`}:{},...A?{[e("wordTable.filter.pageNumber","\uD398\uC774\uC9C0 \uBC88\uD638")]:Fg[b]}:{}},j=I((M,k)=>{Wg(e,M,k,{setContentTypes:n,setOrientation:o,setShowOutline:c,setCutLine:l,setShowDivLine:u})||(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")?m(parseInt(M)):k===e("wordTable.filter.pageNumber","\uD398\uC774\uC9C0 \uBC88\uD638")&&g(jg(M)))},[e]);return{settings:{orientation:a,contentTypes:r,cutLine:i,showOutline:d,showDivLine:p,count:w},filterSections:N,filterSelected:B,handleSelect:j,pages:C,isPaginated:A,pageNumberPosition:b}}var Qk=".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}";oe(Qk);function Gg({items:t,words:e,title:a,subtitle:o,emptyText:r,buttons:n,renderButtons:i,renderFooter:l,footerClassName:d,printFileName:c,showSettings:p,autoPrint:u,className:h,onClose:m,scoring:b=!1,onScoreChange:g,printHeader:v,beforeClose:f}){const{t:y}=Ce(),_=be(()=>Array.isArray(t)?t:(Array.isArray(e)?e:[]).filter(J=>typeof J=="string"&&J.length>0).map((J,re)=>({id:`${J}-${re}`,words:[{label:J}]})),[t,e]),{settings:C,filterSections:A,filterSelected:w,handleSelect:S,pages:E,isPaginated:N,pageNumberPosition:B}=zc(_),j=be(()=>Mc(E.map(J=>J.length)),[E]),[M,k]=P({}),D=I((J,re)=>{k(fe=>({...fe,[Or(J)]:Dc(fe[Or(J)]??null,re)}))},[]),L=X(g);Y(()=>{L.current=g}),Y(()=>{L.current?.(Un(M))},[M]);const H=be(()=>Un(M),[M]),ne=X(null),{toastMessage:ae,toastKey:ie,showWarning:$,clearToast:O}=Rn("warning"),z=X([]),W=I(()=>N?z.current.filter(J=>J!==null):ne.current?[ne.current]:[],[N]),{print:F,openNewWindow:K}=Xn({getElements:W,paperW:yo[C.orientation].width,paperH:yo[C.orientation].height,fileName:c??"",header:v??"",onPopupBlocked:()=>$(y("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."))}),R=be(()=>l?void 0:i?i({print:F,openNewWindow:K}):c?[{label:y("wordTable.openNewWindow","\uC0C8 \uCC3D\uC73C\uB85C \uBCF4\uAE30"),variant:"default",onClick:()=>K()},{label:y("wordTable.print","\uC778\uC1C4\uD558\uAE30"),variant:"default",onClick:()=>F()},...n??[]]:n,[l,i,c,n,y,F,K]),G=be(()=>l?l({print:F,openNewWindow:K}):void 0,[l,F,K]),q=X(!1);return Y(()=>{if(!u||q.current)return;q.current=!0;const J=window.setTimeout(()=>F(),100);return()=>window.clearTimeout(J)},[u,F]),x(Oa,{title:a??y("keyWords.title","\uC8FC\uC694 \uB2E8\uC5B4"),subtitle:o,size:"large",className:Ne("word-table-popup",h),buttons:R,footer:G,footerClassName:d,beforeClose:f,onClose:m,children:[_.length>0?x("div",{className:"word-table-popup__body",children:[p&&s(Zn,{sections:A,selected:w,onSelect:S}),N?s("div",{className:"word-table-popup__pages",children:E.map((J,re)=>s(Co,{items:J,orientation:C.orientation,contentTypes:C.contentTypes,cutLine:C.cutLine,showOutline:C.showOutline,showDivLine:C.showDivLine,count:C.count,contentRef:fe=>{z.current[re]=fe},pageNumber:{current:re+1,total:E.length},pageNumberPosition:B,scoring:b,scoreIndexOffset:j[re],marks:H,onMarkClick:D},re))}):s("div",{className:"word-table-popup__table",children:s(Co,{items:_,orientation:C.orientation,contentTypes:C.contentTypes,cutLine:C.cutLine,showOutline:C.showOutline,showDivLine:C.showDivLine,count:C.count,contentRef:ne,fitHeight:!0,scoring:b,marks:H,onMarkClick:D})})]}):s("p",{className:"word-table-popup__empty body-3",children:r??y("keyWords.empty","\uCD94\uCD9C\uB41C \uC8FC\uC694 \uB2E8\uC5B4\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.")}),s(fo,{message:ae,position:"top",onClose:O},ie)]})}const e6=new Set(["x","triangle"]);function qg(t,e){const a=[];for(let o=0;o<t.length;o++){const r=e[String(o)];r&&e6.has(r)&&a.push(t[o])}return a}function Yg(t,e){const[,a,o]=Ma(e).split("-"),r=`${a}.${o}`,n=/\s*(?:(\d+)차\s*)?복습\s*\d{2}\.\d{2}$/;let i=t.trim(),l=1;for(;;){const c=n.exec(i);if(!c)break;l=Math.max(l,(c[1]?Number(c[1]):1)+1),i=i.slice(0,c.index).trim()}const d=l>=2?`${l}\uCC28 `:"";return`${i||"\uB2E8\uC5B4\uD45C"} ${d}\uBCF5\uC2B5 ${r}`}function Ug(t,e){const a={};for(const[o,r]of Object.entries(e)){if(r!=="o"&&r!=="triangle"&&r!=="x")continue;const n=Number(o),i=t[n];i&&(a[o]=i)}return a}function Kg(t){return t.map(e=>e.label).join(" / ")}function Zg(t,e,a){const o=yn(a);return[t.trim(),o,e.trim()].filter(Boolean).join(" \xB7 ")}function Xg(t,e,a){return a===0?0:(t+e*.5)/a}function Jg(t){const e=new Map,a=[...t].sort((r,n)=>r.scoredAt.localeCompare(n.scoredAt));for(const r of a)for(const[n,i]of Object.entries(r.marks)){const l=r.labels?.[n];if(!l)continue;const d=e.get(l)??{o:0,triangle:0,x:0,latest:i,latestAt:r.scoredAt};if(i==="o")d.o++;else if(i==="triangle")d.triangle++;else if(i==="x")d.x++;else continue;d.latest=i,d.latestAt=r.scoredAt,e.set(l,d)}const o=[];for(const[r,n]of e){const i=n.o+n.triangle+n.x;o.push({label:r,tried:i,o:n.o,triangle:n.triangle,x:n.x,rate:Xg(n.o,n.triangle,i),latest:n.latest,latestAt:n.latestAt})}return o.sort((r,n)=>r.rate-n.rate||n.tried-r.tried||r.label.localeCompare(n.label)),o}function Qg(t){const e=new Map;for(const o of t){const r=o.tableId??`name:${o.tableName}`,n=e.get(r)??{tableName:o.tableName,tableId:o.tableId,rows:[]};n.rows.push(o),e.set(r,n)}const a=[];for(const o of e.values()){const r=[...o.rows].sort((i,l)=>i.scoredAt.localeCompare(l.scoredAt)),n=r.map(i=>{const l=Object.values(i.marks),d=l.filter(p=>p==="o").length,c=l.filter(p=>p==="triangle").length;return Xg(d,c,l.filter(p=>p==="o"||p==="triangle"||p==="x").length)});a.push({tableName:o.tableName,tableId:o.tableId,rates:n,times:r.map(i=>i.scoredAt),delta:n.length>=2?n[n.length-1]-n[0]:null})}return a.sort((o,r)=>(r.times[r.times.length-1]??"").localeCompare(o.times[o.times.length-1]??"")),a}function eb(t,e=8){return t.filter(a=>a.latest!=="o").slice(0,e)}function tb(t){const e=new Map;let a=0,o=0;const r=[...t].sort((i,l)=>i.answeredAt.localeCompare(l.answeredAt));for(const i of r){if(i.isCorrect==null)continue;const l=i.itemTitle?.trim();if(!l){o++;continue}a++;const d=i.itemId?.trim()||l,c=`${i.trainingType}|${d}`,p=e.get(c)??{trainingType:i.trainingType,itemId:d,title:l,tried:0,wrong:0,latestCorrect:i.isCorrect,latestAt:i.answeredAt,lastSelected:i.selected,setIds:[]};p.tried++,i.isCorrect||p.wrong++,p.title=l,p.latestCorrect=i.isCorrect,p.latestAt=i.answeredAt,p.lastSelected=i.selected,i.setId&&!p.setIds.includes(i.setId)&&p.setIds.unshift(i.setId),e.set(c,p)}const n=[...e.entries()].map(([i,l])=>({key:i,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 n.sort((i,l)=>i.rate-l.rate||l.tried-i.tried||i.title.localeCompare(l.title)),{items:n,counted:a,skippedNoTitle:o}}function ab(t,e=8){return t.filter(a=>!a.latestCorrect).slice(0,e)}function ob(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(n=>!n.latestCorrect).length}));return a.sort((o,r)=>r.pending-o.pending||o.trainingType.localeCompare(r.trainingType)),a}const Jn=["LISTEN_IN_NOISE","SHORT_STORY","LONG_STORY","ORDERING_SENTENCE"];function rb(t){const e=new Map;let a=0;for(const n of t){if(n.latestCorrect)continue;const i=n.setIds[0];if(!i){a++;continue}const l=`${n.trainingType}|${i}`,d=e.get(l)??{setId:i,trainingType:n.trainingType,pending:0};d.pending++,e.set(l,d)}const o=(n,i)=>i.pending-n.pending||n.trainingType.localeCompare(i.trainingType)||n.setId.localeCompare(i.setId),r=[...e.values()];return{sentence:r.filter(n=>Jn.includes(n.trainingType)).sort(o),word:r.filter(n=>!Jn.includes(n.trainingType)).sort(o),noSet:a}}function nb(t,e,a=5){const o=new Set(e);if(o.size===0)return[];const r=[];for(const n of t){const i=new Set,l=[];for(const d of n.cellLabels)o.has(d)&&!i.has(d)&&(i.add(d),l.push(d));l.length!==0&&r.push({id:n.id,name:n.name,kind:n.kind,covered:l,totalCells:n.cellLabels.length})}return r.sort((n,i)=>i.covered.length-n.covered.length||n.totalCells-i.totalCells||n.name.localeCompare(i.name)),r.slice(0,Math.max(0,a))}function ib(t,e){const a=new Set(t.flatMap(o=>o.covered));return e.filter(o=>!a.has(o))}function sb(t,e){const a=new Map;for(const r of t)for(const n of r.cells){const i=r.labelOf(n);a.has(i)||a.set(i,n)}const o=[];for(const r of e){const n=a.get(r);n!==void 0&&o.push(n)}return o}function lb(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 cb(t,e){const a=[],o=new Set;for(const r of t){const n=e(r);o.has(n)||(o.add(n),a.push({key:n,value:r,pinned:!1}))}return a}function db(t,e){return t.map(a=>a.key===e?{...a,pinned:!a.pinned}:a)}function ub(t,e){return t.filter(a=>a.key!==e)}function pb(t,e,a){const o=t.filter(c=>c.pinned),r=new Set(o.map(c=>c.key)),n=t.length-o.length,i=[],l=new Set(r);for(const c of e){if(i.length>=n)break;const p=a(c);l.has(p)||(l.add(p),i.push({key:p,value:c,pinned:!1}))}const d=[...i];return t.map(c=>c.pinned?c:d.shift()).filter(c=>c!==void 0)}function hb(t){return t.map(e=>e.value)}var t6=`.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}}`;oe(t6);function a6(t){const{category:e={},isSelected:a=!1,onClick:o}=t||{},r=e?.key?` icon-grid-menu__button--${e.key}`:"",n=na();return x("div",{className:`icon-grid-menu__button-wrapper${r}`,children:[s("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":n,disabled:a,children:s(je,{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"})}),s("span",{id:n,className:"icon-grid-menu__button-label button-1",children:e.label})]})}function mb(t){const{categories:e=[],selected:a,onSelect:o,size:r="medium"}=t||{},n=a??(e&&e[0]?.key)??null,[i,l]=P(n??null);Y(()=>{a!=null&&l(a)},[a]);const d=X(o),c=X(i),p=X(a!==void 0);Y(()=>{!p.current&&c.current&&typeof d.current=="function"&&d.current(c.current)},[]);const u=I(h=>{const m=i===h?null:h;l(m),o?.(m)},[i,o]);return s("div",{className:`icon-grid-menu icon-grid-menu--${r}`,children:(e||[]).map(h=>s(a6,{category:h,isSelected:i===h.key,onClick:()=>u(h.key)},h.key))})}var o6=".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)}}";oe(o6);function gb({subs:t=[],selected:e,onSelect:a,size:o="medium"}){const r=o==="small"?32:40;return s("div",{className:`choice-chips choice-chips--${o}`,children:s("div",{className:"choice-chips__list",children:t.map(n=>s(ue,{size:r,type:"bar",label:n.label,selected:e===n.key,className:"choice-chips__button",onClick:()=>a?.(n.key)},n.key))})})}var r6=".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}}";oe(r6);function bb({onTermsClick:t,onPrivacyClick:e,contact:a}={}){const o=a?.email??"support@ihab.co.kr",r=a?.tel??"031-380-3724",{t:n}=Ce();return s("footer",{className:"site-footer",children:x("div",{className:"safearea",children:[x("div",{className:"site-footer__top",children:[s("div",{className:"site-footer__brand",children:s("div",{className:"site-footer__lead h3",children:n("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((i,l,d)=>x(qo,{children:[i,l<d.length-1&&s("br",{})]},l))})}),x("div",{className:"site-footer__links",children:[x("div",{className:"site-footer__column",children:[s("div",{className:"site-footer__column-title footer-title",children:n("footer.site.title","\uC0AC\uC774\uD2B8")}),x("ul",{children:[s("li",{children:s("a",{className:"footer-link",href:"https://www.ihab.co.kr/",target:"_blank",rel:"noopener noreferrer",children:"IHAB"})}),s("li",{children:s("a",{className:"footer-link",href:"https://speechear.ihab.co.kr/",target:"_blank",rel:"noopener noreferrer",children:n("footer.site.malgwi","\uB9D0\uADC0")})}),s("li",{children:s("a",{className:"footer-link",href:"https://ihab-offcial-web.vercel.app/product/sound-localization",target:"_blank",rel:"noopener noreferrer",children:n("footer.site.soundDirection","\uC18C\uB9AC\uBC29\uD5A5\uC131\uC2DC\uC2A4\uD15C")})}),s("li",{children:s("a",{className:"footer-link",href:"https://ihab-offcial-web.vercel.app/product/vr-sound-localization",target:"_blank",rel:"noopener noreferrer",children:n("footer.site.vrSoundDirection","VR\uC18C\uB9AC\uBC29\uD5A5\uC131\uC2DC\uC2A4\uD15C")})}),s("li",{children:s("a",{className:"footer-link",href:"https://ihab-offcial-web.vercel.app/product/hearing-test-pro",target:"_blank",rel:"noopener noreferrer",children:n("footer.site.hearingTest","\uCCAD\uB825\uD14C\uC2A4\uD2B8 \uD504\uB85C")})})]})]}),x("div",{className:"site-footer__column",children:[s("div",{className:"site-footer__column-title footer-title",children:n("footer.sns.title","SNS")}),x("ul",{children:[s("li",{children:s("a",{className:"footer-link",href:"https://blog.naver.com/ihab_official",target:"_blank",rel:"noopener noreferrer",children:n("footer.sns.naverBlog","\uB124\uC774\uBC84 \uBE14\uB85C\uADF8")})}),s("li",{children:s("a",{className:"footer-link",href:"https://www.instagram.com/ihab.official.yt/",target:"_blank",rel:"noopener noreferrer",children:"Instagram"})}),s("li",{children:s("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"})})]})]}),x("div",{className:"site-footer__column",children:[s("div",{className:"site-footer__column-title footer-title",children:n("footer.policy.title","\uC815\uCC45")}),x("ul",{children:[s("li",{children:s("a",{className:"footer-link",href:"#",onClick:i=>{t&&(i.preventDefault(),t())},children:n("footer.policy.terms","\uC774\uC6A9\uC57D\uAD00")})}),s("li",{children:s("a",{className:"footer-link",href:"#",onClick:i=>{e&&(i.preventDefault(),e())},children:n("footer.policy.privacy","\uAC1C\uC778\uC815\uBCF4 \uCC98\uB9AC\uBC29\uCE68")})})]})]})]})]}),s("hr",{className:"site-footer__rule"}),x("div",{className:"site-footer__bottom",children:[s("div",{className:"site-footer__brand",children:s("img",{src:Lm,alt:"IHAB",className:"site-footer__logo"})}),x("div",{className:"site-footer__meta",children:[x("div",{children:[s("span",{className:"footer-title",children:n("footer.ceo","\uB300\uD45C")}),s("span",{className:"footer-meta caption-1",children:n("footer.ceoName","\uD55C\uC9C0\uD61C")})]}),x("div",{children:[s("span",{className:"footer-title",children:n("footer.address","\uC8FC\uC18C")}),s("span",{className:"footer-meta caption-1",children:n("footer.addressValue","\uAC15\uC6D0\uB3C4 \uCD98\uCC9C\uC2DC \uC2DC\uCCAD\uAE38 32 \uD574\uCC2C\uBE4C\uB529 3\uCE35 302\uD638")})]}),x("div",{children:[s("span",{className:"footer-title",children:n("footer.support","\uACE0\uAC1D\uC13C\uD130")}),x("span",{className:"footer-meta caption-1",children:[o," \xA0 ",r]})]})]})]}),s("div",{className:"site-footer__copyright footer-copyright caption-1",children:"\xA9 IHAB, Inc. All rights reserved."})]})})}var n6='.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}}';oe(n6);function fb({logo:t,logoAlt:e="",logoHref:a,links:o=[],actions:r,className:n,containerClassName:i,renderLink:l,menuLabel:d={open:"\uBA54\uB274 \uC5F4\uAE30",close:"\uBA54\uB274 \uB2EB\uAE30"}}){const[c,p]=P(!1),u=i?`${i} landing-header__inner`:"landing-header__inner",h=(m,b)=>l?l(m,{onClick:b}):s("a",{href:m.href,onClick:b,"aria-current":m.current?"page":void 0,children:m.label});return x("header",{className:n?`landing-header ${n}`:"landing-header",children:[x("div",{className:u,children:[t!=null&&(()=>{const m=typeof t=="string"?s("img",{src:t,alt:e,className:"landing-header__logo"}):t;return a?s("a",{href:a,className:"landing-header__brand",children:m}):s("div",{className:"landing-header__brand",children:m})})(),o.length>0&&s("nav",{className:"landing-header__links",children:o.map(m=>s("span",{children:h(m)},m.href))}),x("div",{className:"landing-header__actions",children:[r,o.length>0&&s("button",{type:"button",onClick:()=>p(m=>!m),"aria-expanded":c,"aria-controls":"landing-header-drawer","aria-label":c?d.close:d.open,className:c?"landing-header__toggle landing-header__toggle--open":"landing-header__toggle",children:x("span",{className:"landing-header__burger",children:[s("span",{}),s("span",{}),s("span",{})]})})]})]}),o.length>0&&s("nav",{id:"landing-header-drawer",hidden:!c,className:"landing-header__drawer",children:s("div",{className:i??void 0,children:o.map(m=>s("span",{className:"landing-header__drawer-item",children:h(m,()=>p(!1))},m.href))})})]})}var i6=".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}}";oe(i6);function vb({children:t,action:e,onClick:a,className:o}){const r=a?"bottom-sticky__inner bottom-sticky__inner--clickable":"bottom-sticky__inner";return s("div",{className:o?`bottom-sticky ${o}`:"bottom-sticky",children:x("div",{className:r,onClick:a,children:[s("div",{className:"bottom-sticky__content",children:t}),e]})})}const Fc=9,s6=t=>Math.round(Math.min(Fc,Math.max(0,t))/Fc*100),l6=t=>t/100*Fc,yb={enabled:!0,type:"defaultNoise",level:4.5,speed:1,mainVolume:1,mainSpeed:1},Cb=Wa(null);function jc(){return Va(Cb)}const Hc=t=>`${$i()}/${t}`,_b=t=>Array.from({length:10},(e,a)=>Hc(`${t}-${String(a+1).padStart(2,"0")}.mp3`)),Qn={get defaultNoise(){return Hc("noise1.mp3")},get street(){return _b("noise2")},get restaurant(){return _b("noise3")},get buzz(){return Hc("noise4.mp3")}};function c6(t){const e=Math.floor(Math.random()*10);switch(t){case"defaultNoise":return Qn.defaultNoise;case"street":return Qn.street[e];case"restaurant":return Qn.restaurant[e];case"buzz":return Qn.buzz;default:return null}}function d6({noisePlayer:t,audioRef:e,playbackStateRef:a}){const o=X(t?.registerAnalyser);o.current=t?.registerAnalyser;const r=X(null),[n,i]=P(null),l=X(null),d=X(null),c=X(null),p=X(0),u=X(null),h=I(()=>{c.current!==null&&(cancelAnimationFrame(c.current),c.current=null),u.current!==null&&(clearTimeout(u.current),u.current=null)},[]),m=I((v,f=250)=>{const y=r.current;if(!y||!y.src)return;p.current+=1,h();try{ir(),o.current?.("noise",sr(y))}catch{}const _=y.paused?0:y.volume;y.paused&&(y.volume=0),y.play().catch(()=>{});const C=performance.now(),A=()=>{const w=Math.min(1,(performance.now()-C)/f);try{y.volume=Math.max(0,Math.min(1,_+(v-_)*w))}catch{}w<1?c.current=requestAnimationFrame(A):c.current=null};c.current=requestAnimationFrame(A)},[h]),b=I((v=250,f)=>{const y=r.current;if(!y||y.paused){f?.();return}const _=++p.current;h();const C=performance.now(),A=y.volume,w=()=>{const S=Math.min(1,(performance.now()-C)/v);try{y.volume=Math.max(0,A*(1-S))}catch{}if(S<1)c.current=requestAnimationFrame(w);else{c.current=null,u.current!==null&&(clearTimeout(u.current),u.current=null);try{y.pause()}catch{}f?.()}};c.current=requestAnimationFrame(w),u.current=setTimeout(()=>{if(u.current=null,p.current===_){c.current!==null&&(cancelAnimationFrame(c.current),c.current=null);try{y.paused||(y.volume=0,y.pause(),f?.())}catch{}}},v+150)},[h]);Y(()=>{const v=document.createElement("audio");return v.loop=!0,v.crossOrigin="anonymous",r.current=v,()=>{h();try{v.pause(),v.src=""}catch{}r.current=null}},[h]);const g=!!t?.settings.enabled&&(t?.settings.level??0)>0;return Y(()=>{if(!g)return;let v=0;const f=setInterval(()=>{const y=r.current;if(!y||y.paused){v=0;return}const _=e.current;if(_&&!_.paused&&!_.ended||a.current==="playing"){v=0;return}v+=1,v>=2&&(v=0,b())},400);return()=>clearInterval(f)},[b,g,e,a]),Y(()=>{const v=()=>{if(!document.hidden)return;const f=r.current;if(f&&!f.paused){h();try{f.pause()}catch{}}};return document.addEventListener("visibilitychange",v),()=>document.removeEventListener("visibilitychange",v)},[h]),Y(()=>{d.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]),Y(()=>{const v=t?.settings,f=r.current;if(!f)return;if(!v||!v.enabled||v.level===0){b();return}const y=Math.min(1,v.level/9);if(l.current!==v.type){const _=c6(v.type);_&&(l.current=v.type,i(_),b(150,()=>{f.src=_,f.load();const C=e.current;C&&!C.paused&&f.addEventListener("canplay",function A(){f.removeEventListener("canplay",A);const w=e.current;w&&!w.paused&&!w.ended&&m(y)})}))}else{const _=e.current,C=!!_&&!_.paused&&!_.ended;if(C&&f.paused&&f.src)m(y);else if(!f.paused)if(!C)b();else{h();const A=f.volume,w=performance.now(),S=()=>{const E=Math.min(1,(performance.now()-w)/150);try{f.volume=A+(y-A)*E}catch{}E<1?c.current=requestAnimationFrame(S):c.current=null};c.current=requestAnimationFrame(S)}}},[t?.settings,t?.settings.enabled,t?.settings.level,t?.settings.type,h,m,b,e]),Y(()=>{const v=r.current;if(v)try{v.playbackRate=Math.min(1.25,Math.max(.75,t?.settings.speed??1))}catch{}},[t?.settings.speed]),{noiseAudioRef:r,activeNoiseUrl:n,noiseSettingsRef:d,cancelNoiseFade:h,fadeInNoise:m,fadeOutNoise:b}}function u6({ttsText:t,playbackRate:e,mainVolume:a,fillRef:o,waveProgressRef:r,setProgress:n,setPlaybackState:i,setStateLocal:l,fadeInNoise:d,fadeOutNoise:c,noiseSettingsRef:p,onDoneRef:u,handleEndRef:h}){const m=X(null),b=X(0),g=X(null);Y(()=>()=>{try{if(g.current&&(cancelAnimationFrame(g.current),g.current=null),window.speechSynthesis)try{window.speechSynthesis.cancel()}catch{}}catch{}},[]);const v=(_,C=1)=>{try{const A=(_||"").trim().split(/\s+/).filter(Boolean).length||Math.max(1,(_||"").length);return Math.max(700,Math.round(A*300/Math.max(.25,C)))}catch{return 1200}},f=I(_=>{if(typeof window>"u"||!window.speechSynthesis){try{typeof u.current=="function"&&u.current(!0)}catch{}return}const C=window.speechSynthesis;try{try{C.cancel()}catch{}const A=_??t,w=(Array.isArray(A)?A[0]??"":A)||"",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{}b.current=v(w,S.rate||1),m.current=performance.now(),n(0),i("playing"),l("playMode");const E=p.current;E?.enabled&&(E?.level??0)>0&&d(E.level/9);const N=()=>{try{const B=m.current||performance.now(),j=performance.now()-B,M=b.current||1200,k=Math.min(1,j/M);n(k);try{o.current&&(o.current.style.left=`${k*100}%`),r.current&&r.current.style.setProperty("--progress",String(k))}catch{}k<1&&(g.current=requestAnimationFrame(N))}catch{}};S.onend=()=>{try{g.current&&(cancelAnimationFrame(g.current),g.current=null),n(1),i("stopped");try{h.current?.()}catch{try{typeof u.current=="function"&&u.current(!0)}catch{}}}catch{}},S.onstart=()=>{try{g.current&&(cancelAnimationFrame(g.current),g.current=null),g.current=requestAnimationFrame(N)}catch{}};try{C.speak(S)}catch{try{typeof u.current=="function"&&u.current(!0)}catch{}}}catch{try{typeof u.current=="function"&&u.current(!0)}catch{}}},[t,e,a,d,o,r,n,i,l,p,u,h]),y=I(()=>{try{if(window.speechSynthesis)try{window.speechSynthesis.cancel()}catch{}g.current&&(cancelAnimationFrame(g.current),g.current=null),c(),m.current=null}catch{}i("stopped"),l("active"),n(0)},[c,i,l,n]);return{startTTS:f,stopTTS:y}}var p6='.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%}';oe(p6);const wb=4;async function h6(t,e,a){try{const o=window.AudioContext||window.webkitAudioContext,r=new o,n=await r.decodeAudioData(t.slice(0)),i=n.numberOfChannels>0?n.getChannelData(0):null;if(!i)return null;const l=a&&a>0?Math.min(i.length,Math.floor(a*n.sampleRate)):i.length,d=Math.max(e,l),c=Math.floor(d/e)||1,p=new Array(e).fill(0).map((u,h)=>{const m=h*c,b=Math.min(m+c,d);let g=0;for(let v=m;v<b;v++){const f=Math.abs(i[v]);f>g&&(g=f)}return g});try{r.close&&r.close()}catch{}return p}catch{return null}}async function xb(t,e,a){try{const o=await(await fetch(t)).arrayBuffer();return await h6(o,e,a)}catch(o){try{const r=bn(o);import.meta.env?.DEV&&console.log("WaveForm: computePeaksFromUrl failed",{url:t,err:r})}catch{}return null}}function m6(t){const{src:e,segments:a,progress:o=0,waveProgressRef:r,noiseSrc:n,noiseLevel:i=0,noiseSpeed:l=1,totalDuration:d=0,mainVolume:c=1,onReadyChange:p,showSoundWaveForm:u=!0}=t,h=X(null),m=X(null),[b,g]=P(null),[v,f]=P(!1),[y,_]=P(null),[C,A]=P(2),[w,S]=P(0),[E,N]=P(null),[B,j]=P(!1),M=3,k=3,D=1,L=300,H=X(0),ne=I(async(J,re)=>{const fe=++H.current,ve=()=>H.current===fe;try{if(f(!1),!J){ve()&&g(null);return}let se=re;if(!se)try{for(let Ve=0;Ve<4&&!(h.current||m.current);Ve++)await new Promise(Ue=>requestAnimationFrame(Ue));await new Promise(Ve=>requestAnimationFrame(Ve));const me=h.current,Ae=m&&m.current?m.current:me?me.closest(".audio-player__wave"):null,ee=Ae?Ae.getBoundingClientRect():me?me.getBoundingClientRect():null,pe=ee?Math.max(100,ee.width):320,U=ee?ee.height:0;U>0&&S(U),se=Math.max(D,Math.min(L,Math.floor((pe+k)/(M+k))));const he=se*M,_e=Math.max(0,se-1),Re=_e>0?(pe-he)/_e:k;A(Math.max(0,Re))}catch{se=120}const te=await xb(J,se);if(!ve())return;if(!te){g(null),f(!1);return}g(te),_(se),f(!0)}catch{if(!ve())return;g(null),f(!1)}},[f,g,S,A,_]);Y(()=>{const J=a&&a[0]&&a[0].src||e||a&&a.length===1&&a[0]&&a[0].src;ne(typeof J=="string"?J:void 0).catch(()=>{}),j(!1)},[e,a,ne]),Y(()=>{let J=!1;if(!n||!y){N(null);return}const re=d>0?d*(l||1):void 0;return xb(n,y,re).then(fe=>{J||N(fe)}).catch(()=>{J||N(null)}),()=>{J=!0}},[n,y,d,l]);const ae=Math.max(0,Math.min(1,c)),ie=be(()=>b&&b.length&&Math.max(...b)||1,[b]),$=y||40,O=be(()=>Array.from({length:$}).map((J,re)=>{const fe=b&&b[re]!=null?b[re]:null,ve=fe==null?null:Math.min(1,fe/ie*ae),se=ve!=null&&w>0&&ve*w<=wb,te=ve==null?.15:se?0:ve,me=$>1?re/($-1):0;return s("div",{className:se?"audio-player__bar audio-player__bar--hidden":"audio-player__bar",style:{"--val":te,"--i":re,"--mix":me}},re)}),[$,b,ie,ae,w]),z={"--progress":String(Math.max(0,Math.min(1,o)))},W={"--bar-gap":`${C}px`},F=Math.max(0,Math.min(9,i))/9,K=v&&(n?!!E:!0);Y(()=>{K&&j(!0)},[K]);const R=B?v:K;Y(()=>{p?.(R)},[R,p]);const G=y||40,q=be(()=>Array.from({length:G}).map((J,re)=>{const fe=E&&E[re]!=null?E[re]:null,ve=fe==null?0:Math.min(1,fe/ie*F),se=w>0&&ve*w<=wb,te=se?0:ve,me=G>1?re/(G-1):0;return s("div",{className:se?"audio-player__bar audio-player__bar--hidden":"audio-player__bar",style:{"--val":te,"--i":re,"--mix":me}},re)}),[G,E,ie,F,w]);return x("div",{className:"audio-player__wave",ref:m,style:W,children:[n&&s("div",{className:`audio-player__wave-noise ${K?"is-ready":""}`,"aria-hidden":"true",children:q}),u&&x(He,{children:[s("div",{className:`audio-player__wave-inner audio-player__wave-unplayed ${R?"is-ready":""}`,ref:h,children:O}),s("div",{className:`audio-player__wave-inner audio-player__wave-played ${R?"is-ready":""}`,ref:r,style:z,children:O})]})]})}const g6={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 Wc(t,e){return new Promise((a,o)=>{const r=document.createElement("audio");let n=!1;const i=()=>{try{r.src=""}catch{}},l=()=>{if(n)return;n=!0;const c=isFinite(r.duration)&&r.duration||0;i(),a(c)},d=c=>{n||(n=!0,i(),e.rejectOnError?o(new Error(c)):a(0))};r.addEventListener("loadedmetadata",l),r.addEventListener("error",()=>d("audio load failed")),setTimeout(()=>d("audio load timeout"),e.timeoutMs),r.src=t})}const b6=2e3;function kb(t,e=b6){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 f6({showSoundWaveForm:t,showNoiseWaveForm:e,timeoutMs:a=2500}){const o=X(!1),r=X([]),n=I(d=>{if(o.current=d,!d||!r.current.length)return;const c=r.current;r.current=[];for(const p of c)p()},[]),i=I(()=>{o.current=!1},[]),l=I(()=>!t&&!e||o.current?Promise.resolve():new Promise(d=>{const c=setTimeout(d,a);r.current.push(()=>{clearTimeout(c),d()})}),[t,e,a]);return Y(()=>()=>{const d=r.current;r.current=[];for(const c of d)c()},[]),{onReadyChange:n,waitForReady:l,markNotReady:i}}function v6(){const t=X([]),e=I(r=>(t.current.push(r),r),[]),a=I(r=>{const n=new Set([...r].filter(Boolean));t.current=t.current.filter(i=>{if(n.has(i))return!0;try{URL.revokeObjectURL(i)}catch{}return!1})},[]),o=I(()=>{a([])},[a]);return Y(()=>()=>{for(const r of t.current)try{URL.revokeObjectURL(r)}catch{}t.current=[]},[]),{track:e,keepOnly:a,revokeAll:o}}function y6({offsetY:t=8}={}){const e=X(null),[a,o]=P(null),r=I(()=>o(null),[]),n=I(()=>{try{const i=e.current?.getBoundingClientRect();if(!i)return;o({left:i.left,right:i.right,width:i.width,height:i.height,x:i.x,top:i.top+t,bottom:i.bottom+t,y:i.y+t,toJSON:i.toJSON.bind(i)})}catch{}},[t]);return Y(()=>{if(a)return document.addEventListener("mousedown",r),()=>document.removeEventListener("mousedown",r)},[a,r]),{ref:e,rect:a,show:n,hide:r}}function C6({currentTime:t,sources:e,index:a,audioDuration:o}){const r=a||0,n=Array.isArray(e)&&e.length>0?e[r]:void 0,i=n?n.duration||o||0:o||0;if(!(i>0))return 0;const l=Number.isFinite(t)?t:0;return Math.max(0,Math.min(1,l/i))}function _6(t,e){if(!Array.isArray(t))return null;const a=e||0;return a<t.length-1?a+1:null}function w6({ended:t,completedByEnd:e}){return!!t||!!e}function x6(t){return t.map((e,a)=>({src:e.src,label:String(a+1),color:void 0,duration:e.duration||0}))}function k6(t){return t.reduce((e,a)=>e+(a.duration||0),0)}function S6(t,e,a){const o=Array.isArray(t)?t:t?[t]:[],r=[];for(const n of o)if(n){if(typeof n=="object"&&n!==null&&"src"in n&&n.src){const i=n;r.push({code:i.code??null,src:i.src});continue}if(typeof n=="string"&&(n.startsWith("http")||n.includes("/"))){r.push({code:null,src:n});continue}if(typeof n=="string"||typeof n=="number"){const i=String(n),l=a(i,e);l&&r.push({code:i,resolvedPath:l})}}return r}function A6({audioRef:t,fillRef:e,waveProgressRef:a,sourcesRef:o,currentIndexRef:r}){const n=X(null),i=I(()=>{n.current!==null&&(cancelAnimationFrame(n.current),n.current=null)},[]),l=I(()=>{if(n.current!==null)return;const c=()=>{try{const p=t.current,u=C6({currentTime:p&&typeof p.currentTime=="number"?p.currentTime:0,sources:o.current,index:r.current,audioDuration:p&&p.duration?p.duration:0});try{e.current&&(e.current.style.left=`${u*100}%`)}catch{}try{a.current?.style.setProperty("--progress",String(u))}catch{}}catch{}n.current=requestAnimationFrame(c)};n.current=requestAnimationFrame(c)},[t,e,a,o,r]),d=I(c=>{i();try{e.current&&(e.current.style.left=`${c*100}%`)}catch{}try{a.current?.style.setProperty("--progress",String(c))}catch{}},[i,e,a]);return Y(()=>i,[i]),{start:l,stop:i,settleTo:d}}function Ir({btnLabel:t,soundSrc:e,bucketPath:a,onDone:o,disabled:r=!1,ttsText:n=null,className:i,showSoundWaveForm:l=!0,showNoiseWaveForm:d=!0}){const{t:c}=Ce(),p=t,u=jc(),h=X(u?.registerAnalyser);Y(()=>{h.current=u?.registerAnalyser});const m=X(null),b=X(null),g=X(null),v=v6(),f=X(null),y=X(!1),_=X(0),C=X(null),{ref:A,rect:w,show:S,hide:E}=y6();Y(()=>()=>{h.current?.("main",null),h.current?.("noise",null)},[]);const[N,B]=P(!1),[j,M]=P("idle"),[k,D]=P("stopped"),L=X("stopped");Y(()=>{L.current=k},[k]);const[H,ne]=P(0),[ae,ie]=P("active"),[$,O]=P(null),[z,W]=P(null),[F,K]=P(0),[R,G]=P(!1),[q,J]=P(0),re=u?.playbackRate??1,fe=u?.mainVolume??1,[ve,se]=P("idle"),[te,me]=P(""),[Ae]=P("top"),ee=X(null),pe=X(0),U=X(null),{start:he,stop:_e,settleTo:Re}=A6({audioRef:m,fillRef:b,waveProgressRef:U,sourcesRef:ee,currentIndexRef:pe}),{onReadyChange:Ve,waitForReady:Ue,markNotReady:Ke}=f6({showSoundWaveForm:l,showNoiseWaveForm:d}),We=X(null),dt=X(r),Ge=X(o),Xe=X(null),Ye=X(!1),[we,ut]=P(!1),Je=I(Z=>{Ye.current=Z,ut(Z)},[]),ze=X(null),{activeNoiseUrl:tt,noiseSettingsRef:It,fadeInNoise:at,fadeOutNoise:et}=d6({noisePlayer:u,audioRef:m,playbackStateRef:L}),{startTTS:yt,stopTTS:Oe}=u6({ttsText:n,playbackRate:re,mainVolume:fe,fillRef:b,waveProgressRef:U,setProgress:ne,setPlaybackState:D,setStateLocal:ie,fadeInNoise:at,fadeOutNoise:et,noiseSettingsRef:It,onDoneRef:Ge,handleEndRef:ze}),ct=Array.isArray(e)?e.filter(Boolean):e?[e]:[],nt=(!ct||ct.length===0)&&!!n,Fe=Array.isArray($)&&$.length>0?$:Array.isArray(z)&&z.length>0?z:null,ot=Math.max(Array.isArray(Fe)?Fe.length:0,ct.length),it=I(async(Z,le=3,Se=50)=>{for(let De=0;De<le;De++)try{return await Z.play(),!0}catch(Be){if((Be instanceof Error||typeof Be=="object"&&Be&&"name"in Be?Be.name:void 0)==="AbortError"){await new Promise(Ie=>setTimeout(Ie,Se));continue}import.meta.env?.DEV&&console.warn("TrainingStepAudioPlayer: play failed (non-abort)",Be);try{me(c("training.audioFetchError","\uC0AC\uC6B4\uB4DC \uC18C\uC2A4\uB97C \uAC00\uC838\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."))}catch{}return!1}import.meta.env?.DEV&&console.warn("TrainingStepAudioPlayer: play failed after retries",{src:Z.src});try{me(c("training.audioFetchError","\uC0AC\uC6B4\uB4DC \uC18C\uC2A4\uB97C \uAC00\uC838\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4."))}catch{}return!1},[c]),Nt=I(()=>{const Z=m.current;if(!Z)return;const le=()=>{D("playing"),ie("playMode"),G(!0),he();try{ir(),h.current?.("main",sr(Z))}catch{}const Be=It.current;Be?.enabled&&(Be?.level??0)>0&&at(Be.level/9)},Se=()=>{w6({ended:!!Z?.ended,completedByEnd:Ye.current})||(D("paused"),_e(),et())},De=()=>{try{const Be=ee.current,Ie=_6(Be,pe.current);if(Ie!==null){pe.current=Ie,K(Ie),G(!0);const pt=Be?.[Ie]&&Be[Ie].src;if(pt&&Z){Z.src=pt,Z.load(),it(Z).catch(()=>{});return}}}catch{}D("stopped"),ne(1);try{if(Z)try{Z.currentTime=0}catch{}}catch{}_e(),G(!1),et();try{!dt.current&&ze.current&&ze.current()}catch{}};return Z.addEventListener("play",le),Z.addEventListener("pause",Se),Z.addEventListener("ended",De),()=>{try{Z.removeEventListener("play",le),Z.removeEventListener("pause",Se),Z.removeEventListener("ended",De),_e()}catch{}}},[at,et,it,It,he,_e]);Y(()=>Nt(),[Nt]),Y(()=>{dt.current=r},[r]),Y(()=>{Ge.current=o},[o]),Y(()=>{if(r||ae!=="active")return;const Z=C.current;if(!Z)return;let le=null;const Se=requestAnimationFrame(()=>{try{const De=Z.getTotalLength();if(!De)return;const Be=De*.2;Z.style.strokeDasharray=`${De-Be} ${Be}`;const Ie="triFlow_"+Math.random().toString(36).slice(2);le=document.createElement("style"),le.textContent=`@keyframes ${Ie}{from{stroke-dashoffset:0}to{stroke-dashoffset:-${De}}}`,document.head.appendChild(le),Z.style.animation=`${Ie} 2.4s linear infinite`}catch{}});return()=>{cancelAnimationFrame(Se),le?.remove()}},[ae,r]),Y(()=>{ee.current=$},[$]),Y(()=>{pe.current=F},[F]),Y(()=>{const Z=g.current,le=f.current;if(!Z||!le)return;let Se=null;const De=32,Be=60,Ie=()=>{try{const ft=Array.from(Z.querySelectorAll(":scope > .button"));let ge=0;ft.forEach(ra=>{if(ra===le)return;const Wo=ra.getBoundingClientRect();ge+=Wo.width});const Ee=Z.getBoundingClientRect().width,st=Math.max(0,Math.floor(Ee-ge-8)),Bt=ot;if(!Bt||st<=0){Array.from(le.children).forEach(ra=>{try{ra.style.width=""}catch{}});return}let Tt=Math.floor(st/Bt);Tt>Be&&(Tt=Be),Tt<De&&(Tt=Math.max(De,Math.floor(st/Bt))),Array.from(le.querySelectorAll(".button")).forEach(ra=>{try{ra.style.width=`${Tt}px`}catch{}})}catch{}},pt=requestAnimationFrame(Ie);try{Se=new ResizeObserver(()=>{requestAnimationFrame(Ie)}),Se.observe(Z),Se.observe(le),window.addEventListener("resize",Ie)}catch{}return()=>{try{cancelAnimationFrame(pt)}catch{}try{Se&&(Se.disconnect(),Se=null)}catch{}try{window.removeEventListener("resize",Ie)}catch{}}},[$,z,ot]),Y(()=>()=>{try{We.current&&(clearTimeout(We.current),We.current=null),Xe.current&&(clearTimeout(Xe.current),Xe.current=null)}catch{}},[]);const zt=(Z,le)=>{O(Z),J(le),Ke(),W(x6(Z)),ee.current=Z},ht=async(Z,le)=>{Je(!1),y.current=!1,Z.src=le,Z.load(),await kb(Z),await Ue(),B(!1),await it(Z),ie("playMode"),K(0),G(!0)},Jt=async(Z,le=!1)=>{const Se=m.current;B(!0),M("measuring_duration");try{const De=await Wc(Z,{timeoutMs:1e4,rejectOnError:!0});zt([{src:Z,objectUrl:null,duration:De}],De),M("ready"),le&&Se&&await ht(Se,Z)}finally{y.current=!1,B(!1)}},wt=async(Z,le=!1)=>{const Se=m.current;B(!0),M("measuring_duration");try{const De=await Promise.all(Z.map(Ie=>Wc(Ie,{timeoutMs:1e4}))),Be=Z.map((Ie,pt)=>({src:Ie,objectUrl:null,duration:De[pt]||0}));zt(Be,k6(Be)),M("ready"),le&&Se&&Be.length>0&&await ht(Se,Be[0].src)}finally{y.current=!1,B(!1)}},Qt=async(Z=!1,le=!0)=>{const Se=m.current,De=e?Array.isArray(e)?e:[e]:[];if(!(!De||De.length===0||!De.some(Boolean))&&!y.current){y.current=!0,le&&B(!0),M("resolving");try{const Be=S6(e,a,Jr),Ie=[];let pt=0;for(const ft of Be){let ge=ft.src??null,Ee=null;if(!ge&&ft.resolvedPath){try{M("getting_signed_url"),ge=await or(ft.resolvedPath)}catch{ge=null}if(!ge)try{M("downloading");const Bt=await Qr(ft.resolvedPath);if(Bt){const Tt=Bt instanceof Blob?Bt:new Blob([Bt]);Ee=v.track(URL.createObjectURL(Tt)),ge=Ee}}catch{M("error");try{me(c("training.audioFetchError","\uC0AC\uC6B4\uB4DC \uC18C\uC2A4\uB97C \uAC00\uC838\uC624\uC9C0 \uBABB\uD588\uC2B5\uB2C8\uB2E4.")),ie("active")}catch{}}}if(!ge)continue;let st=0;try{M("measuring_duration"),st=await Wc(ge,{timeoutMs:3e3})}catch{st=0}pt+=st||0,Ie.push({...ft,src:ge,objectUrl:Ee,duration:st})}if(zt(Ie,pt),Ie.length>0&&Z&&Se){const ft=Ie[0];Je(!1);try{v.keepOnly(Ie.map(ge=>ge.objectUrl))}catch{}if(M("ready"),y.current=!1,ft.src&&Se)try{Se.src=ft.src,Se.load(),await kb(Se),await Ue(),le&&B(!1),Se&&await it(Se)}catch{le&&B(!1)}else le&&B(!1);ie("playMode"),K(0),G(!0)}}finally{y.current=!1,le&&B(!1),M(Be=>Be==="ready"?"ready":"idle")}}},ma=async()=>{const Z=m.current;if(!(!Z&&!nt)){if(nt){const le=window.speechSynthesis;if(ae==="active"){const Se=rr(),De=Array.isArray(n)?n.filter(Boolean):n?[n]:[];if(Se&&De.length>0){ie("load"),B(!0),M("resolving"),y.current=!0;try{const Be=await Promise.all(De.map(Ie=>Promise.resolve(Se(Ie))));Be.length>1?await wt(Be,!0):await Jt(Be[0],!0)}catch{y.current=!1,B(!1),ie("active"),yt(De[0]||void 0)}return}yt(De[0]||void 0);return}if(ae==="playMode"){if(Z){if(Z.paused){if(Ye.current){await ea();return}await it(Z),D("playing")}else Z.pause(),D("paused");return}try{if(le&&le.paused)try{le.resume(),D("playing")}catch{}else try{le.pause(),D("paused")}catch{}}catch{}}return}if(ae==="active"){if(r&&Array.isArray(ee.current)&&ee.current.length>0){const le=ee.current[0];try{if(le.src&&Z)try{Z.src=le.src,Z.load(),Z&&await it(Z)}catch{}ie("playMode"),K(0),G(!0);return}catch{}}ie("load"),await Qt(!0);return}if(ae!=="load"&&(ae==="playMode"||ae==="active"))try{if(Z&&Z.paused){if(Ye.current){await ea();return}Z&&await it(Z),D("playing")}else Z&&(Z.pause(),D("paused"))}catch(le){(le instanceof Error||typeof le=="object"&&le&&"name"in le?le.name:void 0)!=="AbortError"&&import.meta.env?.DEV&&console.warn("TrainingStepAudioPlayer: toggle failed",le)}}},ea=async()=>{const Z=m.current;if(Z)try{const le=ee.current;if(Array.isArray(le)&&le.length>1){await Gt(0);return}Je(!1);try{Z.currentTime=0}catch{}Z&&await it(Z),D("playing"),ie("playMode")}catch{}},ja=()=>{if(nt){Oe();return}const Z=m.current;try{if(Z){try{Z.pause()}catch{}try{Z.currentTime=0}catch{}}}catch{}et(),D("stopped"),ie("active"),ne(0),G(!1)},ga=async(Z,{sameSegment:le=!1}={})=>{const Se=++_.current,De=m.current,Be=ee.current?.[Z]?.src;try{if(Je(!1),K(Z),G(!0),pe.current=Z,!Be||!De||(le||Ke(),De.src=Be,De.load(),le||await Ue(),Se!==_.current)||(await it(De),Se!==_.current))return;D("playing"),ie("playMode")}catch(Ie){import.meta.env?.DEV&&console.warn("TrainingStepAudioPlayer: \uD2B8\uB799 \uC774\uB3D9 \uC2E4\uD328",Ie)}},oa=async()=>{const Z=ee.current,le=pe.current||0;if(!Z||le<=0){await ea();return}await ga(le-1)},Ha=async()=>{const Z=ee.current,le=pe.current||0;if(!Z||le>=Z.length-1){ja();return}await ga(le+1)},Ft=()=>{if(Ye.current)return;const Z=200,le=340;Je(!0);try{ne(1)}catch{}Re(1);try{se("hold")}catch{}try{const Se=m.current,De=nt&&!!Se?.src;if(!nt||De){if(Se){Se.pause();try{Se.currentTime=0}catch{}}}else Oe();et()}catch{}try{D("stopped")}catch{}if(G(!1),!dt.current)try{Xe.current&&(clearTimeout(Xe.current),Xe.current=null),Xe.current=setTimeout(()=>{try{se("out")}catch{}Xe.current=setTimeout(()=>{try{typeof Ge.current=="function"&&Ge.current(!0)}catch{}try{se("idle")}catch{}Xe.current=null},le)},Z)}catch{}};Y(()=>{ze.current=Ft});const oo=I(()=>me(""),[]),Gt=async Z=>{(ee.current||[])[Z]&&await ga(Z,{sameSegment:Z===pe.current})},Ba=k==="playing",ro=be(()=>{if(!z||z.length<=1)return z;const Z=z[F];return Z?[Z]:z},[z,F]),rt=r===!0;Y(()=>{try{const Z=m.current;Z&&typeof Z.playbackRate=="number"&&(Z.playbackRate=re||1)}catch{}},[re]),Y(()=>{try{const Z=m.current;Z&&(Z.volume=Math.max(0,Math.min(1,fe)))}catch{}},[fe]);const qt=ve==="hold",Et=ve==="out",Ta=ae==="playMode"&&!N&&!we||qt||Et,ba=k!=="stopped"||qt||Et,ce=k==="paused",ke=Math.max(0,Math.min(100,(H||0)*100)),xe=Ne("audio-player__fill",Ta?"is-visible":"",ba?"is-expanded":"",ce?"is-paused":"",Et?"is-out":"");return x("div",{className:`audio-player ${rt?"is-disabled":""}${i?` ${i}`:""}`,role:"group","aria-label":typeof p=="string"?p:void 0,children:[x("div",{className:`audio-player__panel ${Ba?"is-playing":""} ${N?"is-loading":""} ${ae!=="default"?"is-revealed":""}`,children:[N?x("div",{className:"audio-player__loading",role:"status","aria-live":"polite",children:[s("span",{className:"audio-player__loading-spinner","aria-hidden":"true"}),s("span",{className:"audio-player__loading-text",children:g6[j]})]}):null,ae==="active"?s("button",{className:"audio-player__button",type:"button",onClick:()=>{E(),ma()},"aria-label":typeof p=="string"?p:c("training.listen","\uB4E3\uAE30"),onMouseEnter:S,onMouseLeave:E,onFocus:S,onBlur:E,children:s("span",{ref:A,className:"audio-player__button-triangle-wrap",children:s("svg",{className:"audio-player__button-triangle",viewBox:"0 0 24 24","aria-hidden":"true",children:s("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&&s($a,{anchorRect:w,text:typeof p=="string"&&p?p:c("training.listenLabel","\uBB38\uC7A5 \uB4E3\uAE30"),offset:8}),x("div",{className:`audio-player__play ${ae==="playMode"||Ba?"is-visible":""}`,children:[x("div",{ref:g,className:"audio-player__buttons",children:[s(ue,{size:32,showTooltipInfo:!0,type:"dot",shape:"pill",useBorder:!1,icon:"skip-back",onClick:oa,ariaLabel:c("training.prev","\uC774\uC804"),width:"60px",variant:"transparent-white","aria-hidden":"true",tabIndex:-1,disabled:ae!=="playMode"}),s(ue,{size:32,showTooltipInfo:!0,type:"dot",shape:"pill",useBorder:!1,icon:Ba?"pause":"play",onClick:ma,ariaLabel:c("common.playPause","\uC7AC\uC0DD / \uBA48\uCDA4"),width:"60px",variant:"transparent-white",disabled:ae!=="playMode"}),s(ue,{size:32,showTooltipInfo:!0,type:"dot",shape:"pill",useBorder:!1,icon:"square",onClick:ja,ariaLabel:c("training.stop","\uC815\uC9C0"),width:"60px",variant:"transparent-white","aria-hidden":"true",tabIndex:-1,disabled:ae!=="playMode"}),ot>1?s("div",{ref:f,className:"audio-player__source-buttons",children:Array.from({length:ot}).map((Z,le)=>s(ue,{size:32,type:"dot",shape:"pill",useBorder:!1,label:String(le+1),onClick:()=>{try{Gt(le)}catch{}},ariaLabel:c("training.sourcePlay",{n:le+1}),variant:"transparent-white",selected:R&&F===le,disabled:ae!=="playMode"||!(Array.isArray($)&&$[le]),showTooltipInfo:!0},le))}):null,!Array.isArray($)||$.length<=1?s(ue,{size:32,showTooltipInfo:!0,type:"dot",shape:"pill",useBorder:!1,icon:"repeat",onClick:ea,ariaLabel:c("common.replay","\uB2E4\uC2DC\uB4E3\uAE30"),width:"60px",variant:"transparent-white",disabled:ae!=="playMode"}):null,s(ue,{size:32,showTooltipInfo:!0,type:"dot",shape:"pill",useBorder:!1,icon:"skip-forward",onClick:Ha,ariaLabel:c("training.next","\uB2E4\uC74C"),width:"60px",variant:"transparent-white","aria-hidden":!0,tabIndex:-1,disabled:ae!=="playMode"}),s(ue,{size:32,showTooltipInfo:!0,type:"dot",shape:"pill",useBorder:!1,icon:"check",onClick:Ft,ariaLabel:c("common.done","\uC644\uB8CC"),width:"60px",variant:"transparent-white",disabled:ae!=="playMode"})]}),x("div",{className:"audio-player__slider",children:[s("div",{className:xe,ref:b,style:{left:`${ke}%`},"aria-hidden":"true"}),(l||d)&&s(m6,{segments:ro,progress:H,totalDuration:q,onSegmentClick:Gt,waveProgressRef:U,showSoundWaveForm:l,noiseSrc:d&&u?.settings.enabled&&(u?.settings.level??0)>0?tt:null,noiseLevel:u?.settings.level??0,noiseSpeed:u?.settings.speed??1,mainVolume:fe,onReadyChange:Ve})]})]}),s("audio",{ref:m,crossOrigin:"anonymous",preload:"auto"})]}),!l&&x("p",{className:"audio-player__no-waveform caption-1",children:[s(je,{icon:"triangle-alert",size:14}),c("training.noSoundWaveform","\uC18C\uB9AC \uBE44\uAD50 \uBB38\uC81C\uB294 \uC6E8\uC774\uBE0C\uD3FC\uC744 \uD45C\uD604\uD558\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.")]}),s(fo,{message:te,position:Ae,onClose:oo})]})}var N6=".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)}";oe(N6);function ei(t){const{t:e}=Ce(),{text:a,label:o,anchorRect:r=null,onClose:n,closeOnOutsideClick:i=!0,isMobilePopup:l=!1}=t||{},[d,c]=P(()=>{try{return localStorage.getItem("tooltip-theme")||"light"}catch{return"light"}});Y(()=>{try{localStorage.setItem("tooltip-theme",d)}catch{}},[d]);const{increase:p,decrease:u,canIncrease:h,canDecrease:m,fontSize:b,lineHeight:g}=Bn({storageKey:"tooltip-fontScale"}),v=I(()=>c(A=>A==="dark"?"light":"dark"),[]),f=I(A=>{try{A.stopPropagation()}catch{}try{typeof n=="function"&&n()}catch{}},[n]),y=Array.isArray(a)?a:typeof a>"u"||a===null?[]:[a],_={fontSize:`${b}px`,lineHeight:`${g}px`,"--tt-line-height":`${g}px`,"--tt-marker-size":"28px"},C=x("div",{className:`tooltip-textbox__root ${d==="dark"?"is-dark":""}`,children:[x("div",{className:"tooltip-textbox__box",children:[o&&s("div",{className:"tooltip-textbox__label body-2b",children:o}),s("div",{className:"tooltip-textbox__text body-1",style:_,children:y.map((A,w)=>x("div",{className:"tooltip-textbox__line",children:[y.length>1?s("div",{className:"tooltip-textbox__marker",children:s("span",{className:"tooltip-textbox__line-number button-1",children:w+1})}):null,s("span",{className:"tooltip-textbox__line-text",children:A})]},w))})]}),x("div",{className:"tooltip-textbox__buttons",children:[s(ue,{size:32,showTooltipInfo:!0,type:"dot",useBorder:!1,width:48,icon:"minus",onClick:u,ariaLabel:e("training.fontSizeDecrease","\uAE00\uC790 \uD06C\uAE30 \uAC10\uC18C"),variant:d==="dark"?"transparent-white":"transparent-gray",disabled:!m}),s(ue,{size:32,showTooltipInfo:!0,type:"dot",useBorder:!1,width:48,icon:"plus",onClick:p,ariaLabel:e("training.fontSizeIncrease","\uAE00\uC790 \uD06C\uAE30 \uC99D\uAC00"),variant:d==="dark"?"transparent-white":"transparent-gray",disabled:!h}),s(ue,{size:32,showTooltipInfo:!0,type:"dot",useBorder:!1,width:48,icon:d==="dark"?"moon":"sun-medium",onClick:v,ariaLabel:e("training.toggleBackground","\uBC30\uACBD \uC804\uD658"),variant:d==="dark"?"transparent-white":"transparent-gray"}),s(ue,{size:32,showTooltipInfo:!0,type:"dot",useBorder:!1,width:48,icon:"x",onClick:f,ariaLabel:e("common.close","\uB2EB\uAE30"),variant:d==="dark"?"transparent-white":"transparent-gray"})]})]});return r?s(Pa,{anchorRect:r,className:`tooltip-textbox ${d==="dark"?"is-dark":""}`,onClose:n,closeOnOutsideClick:i,isMobilePopup:l,children:C}):s("div",{className:`tooltip-textbox ${d==="dark"?"is-dark":""}`,children:C})}var B6=".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}";oe(B6);var T6='.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}}';oe(T6);function Vc({state:t="disabled"}){const{t:e}=Ce();return x("div",{className:`ts-bullet ts-bullet--${t}`,"aria-hidden":!0,children:[s("div",{className:"bullet__dot",children:s(je,{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})}),s("div",{className:"ts-bullet__line"})]})}var D6=".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)}";oe(D6);function Gc({title:t,children:e,className:a="",state:o="disabled",usePreviewTextBtn:r=!1,onPreviewTextBtn:n,previewText:i=null,useFaded:l,usePlayAllBtn:d=!1,onPlayAll:c,playAllActive:p=!1}){const{t:u}=Ce(),h=ua("(max-width: 767px)"),m=`training-step__title h4 ${l&&o==="disabled"?"training-step__title--faded":""} ${a}`.trim(),b=`training-step__title-row training-step__title-row--${o}`.trim(),g=X(null),[v,f]=P(!1),[y,_]=P(null),[C,A]=P(null),w=X(n);Y(()=>{w.current=n});const S=be(()=>i==null?"":typeof i=="string"||typeof i=="number"?String(i):Array.isArray(i)&&i.every(B=>typeof B=="string"||typeof B=="number")?i.join(""):"",[i]),E=I(()=>{f(!1),_(null),A(null)},[]);Y(()=>{if(!v)return;let B;try{typeof w.current=="function"&&(B=w.current())}catch{}if(B===!1){E();return}A(typeof B<"u"&&B!==null?B:null)},[S]);const N=I(()=>{let B;try{typeof n=="function"&&(B=n())}catch{}if(B!==!1){if(A(typeof B<"u"&&B!==null?B:i),!g.current){f(j=>!j);return}if(v)f(!1),_(null),A(null);else{const j=g.current.getBoundingClientRect();_(j),f(!0)}}},[n,i,v]);return x("div",{className:b,children:[s("p",{className:m,children:s("span",{className:"training-step__title-text",children:t??e})}),r||d?x("div",{className:"title-controls",children:[x("div",{className:"title-buttons",children:[d&&s(ue,{size:32,type:h?"dot":"bar",icon:"play-circle",label:h?void 0:u("training.playAll","\uBAA8\uB450 \uB4E3\uAE30"),ariaLabel:u("training.playAll","\uBAA8\uB450 \uB4E3\uAE30"),selected:p,onClick:c,variant:o==="disabled"?"disabled":"default",disabled:o==="disabled"||p}),r&&s("div",{ref:g,children:s(ue,{size:32,type:h?"dot":"bar",icon:"eye",label:h?void 0:u("training.sentencePreview","\uBB38\uC7A5 \uBBF8\uB9AC\uBCF4\uAE30"),ariaLabel:u("training.sentencePreview","\uBB38\uC7A5 \uBBF8\uB9AC\uBCF4\uAE30"),selected:v,onClick:N,variant:o==="disabled"?"disabled":"default",disabled:!i&&typeof n!="function"})})]}),v&&s(ei,{text:C??i,label:u("training.sentencePreview","\uBB38\uC7A5 \uBBF8\uB9AC\uBCF4\uAE30"),anchorRect:y,onClose:E,closeOnOutsideClick:!1,isMobilePopup:!0})]}):null]})}function qc(t,e){return typeof e!="number"||typeof t!="number"?"disabled":t<e?"done":t===e?"active":"disabled"}function ao({index:t,stepIndex:e,isLast:a=!1,title:o="",titleProps:r={},children:n,className:i="",onDone:l=void 0,useTitleFaded:d=void 0}){const[c,p]=P(()=>qc(t,e));Y(()=>{const C=qc(t,e);if(C!==c){const A=setTimeout(()=>p(C),0);return()=>clearTimeout(A)}},[t,e,c]);const u=I((...C)=>{qc(t,e)==="done"||c==="done"||typeof l=="function"&&l(...C)},[t,e,c,l]),[h,m]=P(!1),[b,g]=P({text:"",label:"\uBB38\uC7A5 \uB4E3\uAE30",anchorRect:null,backdrop:!1,alignX:null,alignY:null}),v=I(C=>{if(!C)return null;try{const A=C;if(typeof C=="object"&&(A.currentTarget||A.target)&&(A.nativeEvent||A.type)){const E=A.currentTarget??A.target;if(E&&typeof E.getBoundingClientRect=="function")return E.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}},[]),f=I((C,{text:A="",label:w="\uBB38\uC7A5 \uB4E3\uAE30",backdrop:S=!1,alignX:E="center",alignY:N="top"}={})=>{const B=v(C);g({text:A,label:w,anchorRect:B,backdrop:S,alignX:E,alignY:N}),m(!0)},[v]),y=I(()=>{m(!1),g(C=>({...C,anchorRect:null}))},[]),_=Gr.map(n,C=>{if(qr(C)){const A=C;if(typeof A.type=="string")return A;const w=A.props??{},S=typeof w.onDone=="function"?w.onDone:u,E=typeof w.disabled=="boolean";let N=c==="disabled";return E&&(N=!!w.disabled),_d(A,{onDone:S,disabled:N,showTooltip:f,hideTooltip:y})}return C});return x("div",{className:`training-step training-step--${c} ${a?"training-step--last":""} ${i}`,"aria-current":c==="active",children:[s(Vc,{state:c}),x("div",{className:"training-step__content",children:[s(Gc,{state:c,title:o,...r,useFaded:d}),_]}),h?s(Pa,{anchorRect:b.anchorRect,backdrop:b.backdrop,onClose:y,children:s(ei,{text:b.text,onClose:y})}):null]})}var E6='.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)}';oe(E6);function Yc({context:t,state:e="disabled",theme:a="light"}){const{t:o}=Ce(),[r,n]=P("disabled"),[i,l]=P(()=>{try{return localStorage.getItem("tooltip-theme")||a}catch{return a}});Y(()=>{try{localStorage.setItem("tooltip-theme",i)}catch{}},[i]);const d=()=>l(N=>N==="dark"?"light":"dark"),{increase:c,decrease:p,canIncrease:u,canDecrease:h,fontSize:m,lineHeight:b}=Bn({storageKey:"textbox_fontScale"}),[g,v]=P(""),f=I(()=>n("active"),[]),y=I(()=>v(""),[]),_=N=>{try{v(N)}catch{}},C=typeof navigator<"u"&&/Mobi|Android/i.test(navigator.userAgent||"");Y(()=>{if(e!=="disabled"){const N=setTimeout(()=>n(e),0);return()=>clearTimeout(N)}},[e]);const A=be(()=>t&&typeof t=="object"?String(t.sentence??t.text??""):typeof t=="string"?t:"",[t]);Y(()=>{const N=setTimeout(()=>n("disabled"),0);return()=>clearTimeout(N)},[A]);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":"",E=be(()=>({fontSize:`${m}px`,lineHeight:`${b}px`}),[m,b]);return x("div",{className:`training-text-box ${S} ${w!=="disabled"&&i==="dark"?"is-dark":""}`,children:[w==="disabled"&&s("div",{className:"training-text-box__preview",children:s(ue,{size:48,type:"bar",onClick:f,icon:"eye",ariaLabel:o("training.sentencePreview","\uBB38\uC7A5 \uBBF8\uB9AC\uBCF4\uAE30"),label:o("training.sentencePreview","\uBB38\uC7A5 \uBBF8\uB9AC\uBCF4\uAE30"),useBorder:!1})}),s("div",{className:"training-text-box__area","aria-hidden":w==="disabled",children:s("span",{className:"training-text-box__inner h3",style:E,children:A})}),w!=="disabled"&&x("div",{className:"training-text-box__buttons","aria-hidden":w==="disabled",children:[s(ue,{size:32,type:"dot",onClick:p,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:i==="dark"?"transparent-white":"transparent-gray",disabled:!h,useBorder:!1,showTooltipInfo:!0,...!C&&{width:"60px"}}),s(ue,{size:32,type:"dot",onClick:c,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:i==="dark"?"transparent-white":"transparent-gray",disabled:!u,useBorder:!1,showTooltipInfo:!0,...!C&&{width:"60px"}}),s(ue,{size:32,showTooltipInfo:!0,type:"dot",useBorder:!1,width:48,icon:i==="dark"?"moon":"sun-medium",onClick:d,ariaLabel:o("training.toggleBackground","\uBC30\uACBD \uC804\uD658"),variant:i==="dark"?"transparent-white":"transparent-gray"})]}),s(fo,{message:g,position:"top",onClose:y})]})}function ti({index:t,stepIndex:e,isLast:a=!1,title:o,useTitleFaded:r,onDone:n,onChange:i,answer:l,wrongAnswers:d,choices:c,multiSelect:p=!1,correctCount:u=0,useDisabledCovered:h=!1,choiceIcons:m,shuffleChoices:b=!0}){const{t:g}=Ce(),v=o??g("training.selectConfirm","\uBB38\uC81C\uB97C \uBCF4\uACE0 \uD574\uB2F9\uD558\uB294 \uB0B4\uC6A9\uC744 \uC120\uD0DD\uD558\uC138\uC694."),f=typeof t=="number"?t:-1,y=typeof e!="number"?"disabled":f<e?"done":f===e?"active":"disabled",_=Array.isArray(c)&&c.length?c:typeof l<"u"?[l].concat(Array.isArray(d)?d:[]):void 0,C=d?d.join("||"):"",A=c?c.join("||"):"",[w,S]=P(()=>Array.isArray(_)?b?qe(_):_.slice():void 0);Y(()=>{Array.isArray(_)&&_.length?S(b?qe(_):_.slice()):S(void 0)},[l,C,A,b]);const[E,N]=P(null),[B,j]=P(()=>new Set);Y(()=>{N(null),j(new Set)},[A]);const M=X(void 0);Y(()=>{const L=M.current;typeof L=="number"&&typeof e=="number"&&typeof t=="number"&&L>=t&&e<t&&(N(null),j(new Set)),M.current=e},[e,t]);const k=I(L=>{if(y!=="active")return;const H=w?.[L];if(H==null)return;const ne=H,ae=y==="active"||y==="done";p?j(ie=>{const $=new Set(ie),O=$.has(ne);return O?$.delete(ne):$.add(ne),typeof i=="function"&&i({selectedValues:[...$],__ts:Date.now()}),ae&&(typeof u=="number"&&u>0?$.size>=u:!O)&&typeof n=="function"&&y==="active"&&n({selectedValues:[...$],__ts:Date.now()}),$}):(N(ne),typeof i=="function"&&i({selectedIndex:L,selectedValue:ne,__ts:Date.now()}),ae&&typeof n=="function"&&y==="active"&&n({selectedIndex:L,selectedValue:ne,__ts:Date.now()}))},[w,y,p,i,n,u]);Y(()=>{!p||B.size===0||(typeof i=="function"&&i({selectedValues:[...B],__ts:Date.now()}),typeof u=="number"&&u>0&&B.size>=u&&y==="active"&&typeof n=="function"&&n({selectedValues:[...B],__ts:Date.now()}))},[B,p,i,u,y,n]);const D=`training-step__buttons${Array.isArray(w)&&w.length>3?" training-step__buttons--wrap-3":""}`;return s(ao,{index:t,stepIndex:e,isLast:a,title:v,useTitleFaded:r,children:s("div",{className:D,children:Array.isArray(w)&&w.length>0?w.map((L,H)=>s(ue,{size:56,type:"bar",onClick:()=>k(H),ariaLabel:String(L),label:L,useLabel:!0,icon:m?m[String(L)]:void 0,variant:"default",disabled:y==="disabled",selected:p?B.has(L):E===L,useDisabledCovered:h,minWidth:0},String(L))):null})})}function ai({index:t,stepIndex:e,isLast:a=!1,title:o,onDone:r,onChange:n,context:i,demoSelected:l}){const{t:d}=Ce(),c=o??d("training.confirmTitle","\uBB38\uC7A5\uC744 \uD655\uC778\uD558\uACE0 \uC798 \uB4E4\uB838\uB294\uC9C0 \uC120\uD0DD\uD558\uC138\uC694."),p=typeof t=="number"?t:-1,u=typeof e!="number"?"disabled":p<e?"done":p===e?"active":"disabled",h=i&&typeof i=="object"?i.sentence||"":typeof i=="string"?i:"",m=i&&typeof i=="object"?i.choices:void 0,[b,g]=P(l??null);Y(()=>{if(l==null&&b!==null){const _=setTimeout(()=>g(null),0);return()=>clearTimeout(_)}},[h,l,b]);const v=I(_=>{const C=typeof _=="object"&&_!==null?Object.assign({},_,{__ts:Date.now()}):{value:_,__ts:Date.now()};typeof n=="function"&&n(C),u==="active"&&typeof r=="function"&&r(C)},[n,u,r]),f=I(()=>{u==="active"&&(g(!1),v(!1))},[v,u]),y=I(()=>{u==="active"&&(g(!0),v(!0))},[v,u]);return x(ao,{index:t,stepIndex:e,isLast:a,title:c,onDone:r,useTitleFaded:!1,children:[s(Yc,{context:i,state:u}),s("div",{className:"training-step__buttons",children:Array.isArray(m)&&m.length>0?m.slice(0,6).map((_,C)=>s(ue,{size:56,type:"bar",onClick:()=>{u==="active"&&(g(C),v&&v(C))},disabled:u==="disabled",ariaLabel:String(_),label:_,variant:u,selected:b===C},C)):x(He,{children:[s(ue,{size:56,type:"bar",onClick:f,disabled:u==="disabled",icon:"x",ariaLabel:d("training.notHeard","\uC548 \uB4E4\uB838\uC5B4\uC694."),label:d("training.notHeard","\uC548 \uB4E4\uB838\uC5B4\uC694."),variant:"default",selected:b===!1}),s(ue,{size:56,type:"bar",onClick:y,disabled:u==="disabled",icon:"circle",ariaLabel:d("training.heardWell","\uC798 \uB4E4\uB838\uC5B4\uC694."),label:d("training.heardWell","\uC798 \uB4E4\uB838\uC5B4\uC694."),variant:"default",selected:b===!0})]})})]})}function oi({index:t,stepIndex:e,isLast:a=!1,title:o,onDone:r,btnLabel:n,soundSrc:i,bucketPath:l,usePreviewTextBtn:d,previewText:c=null,onPreviewTextBtn:p,disabled:u,_pageIndex:h,showSoundWaveForm:m,showNoiseWaveForm:b}){const{t:g}=Ce(),v=o??g("training.listenTitle","\uC81C\uC2DC\uD558\uB294 \uBB38\uC7A5\uC744 \uB4E4\uC5B4\uC8FC\uC138\uC694."),f=u??(typeof e=="number"&&typeof t=="number"?t>e:!1);return s(ao,{index:t,stepIndex:e,isLast:a,title:v,onDone:r,titleProps:{usePreviewTextBtn:d,previewText:c,onPreviewTextBtn:p},children:s(Ir,{soundSrc:i,ttsText:i?null:c??v,bucketPath:l,btnLabel:n||g("training.listenButton","\uBB38\uC7A5 \uB4E3\uAE30"),disabled:f,className:"training-step__listen-sticky",showSoundWaveForm:m,showNoiseWaveForm:b},`audio-p${h??0}-s${t}`)})}var L6=".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%}";oe(L6);var M6=".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}";oe(M6);function ri({index:t,stepIndex:e,isLast:a=!1,title:o,onDone:r,onChange:n,context:i=[]}){const{t:l}=Ce(),d=o??l("training.orderListDefault","\uBB38\uC7A5\uC744 \uB4E4\uC740 \uC21C\uC11C\uB300\uB85C \uBC30\uCE58\uD558\uC138\uC694."),c=O=>typeof O=="string"?O:O&&(O.context||O.sentence||O.question||"")||"",[p,u]=P(Array.isArray(i)?i:[]),[h,m]=P(()=>(p||[]).map((O,z)=>({id:z,text:c(O)}))),b=be(()=>typeof e!="number"||typeof t!="number"?"disabled":t<e?"done":t===e?"active":"disabled",[e,t]);Y(()=>{const O=Array.isArray(i)?i:[];u(O);const z=(W=>{const F=(W||[]).map((q,J)=>({id:J,text:c(q)}));if(F.length<=1)return F;const K=(q,J)=>{if(q.length!==J.length)return!1;for(let re=0;re<q.length;re++)if(q[re].text!==J[re].text)return!1;return!0};let R=qe(F),G=0;for(;K(R,F)&&G<20;)R=qe(F),G+=1;return R})(O);m(z);try{if(typeof n=="function"){const W=z.filter((F,K)=>F.text===c(O[K])).length;n({shuffled:z,score:W,total:(O||[]).length,initial:!0,__ts:Date.now()})}if(typeof r=="function"&&b==="active"){const W=z.filter((F,K)=>F.text===c(O[K])).length;r({shuffled:z,score:W,total:(O||[]).length,initial:!0,__ts:Date.now()})}}catch{}},[i]);const g=(O,z)=>{const W=[...h],F=O+z;if(F<0||F>=W.length)return;const K=W[F];W[F]=W[O],W[O]=K,D(W);try{if(typeof r=="function"&&b==="active"){const R=W.filter((G,q)=>G.text===c(p[q])).length;r({shuffled:W,score:R,total:(p||[]).length,__ts:Date.now()})}}catch{}},[v,f]=P(null),y=X(null),_=X(null),C=X(null),A=X(null),w=X(null),S=X({x:0,y:0}),E=X(null),N=X({dx:0,dy:0}),B=()=>{if(E.current!==null)return;const O=()=>{E.current=requestAnimationFrame(O);const z=S.current,W=N.current||{dx:0,dy:0};y.current&&(y.current.style.transform=`translate3d(${z.x-W.dx}px, ${z.y-W.dy}px, 0)`)};E.current=requestAnimationFrame(O)},j=X(new Map),M=X(new Map),k=()=>{const O=new Map;return j.current.forEach((z,W)=>{z&&z.getBoundingClientRect&&O.set(W,z.getBoundingClientRect())}),O},D=O=>{const z=k();m(O);try{if(typeof n=="function"){const W=O.filter((F,K)=>F.text===c(p[K])).length;n({shuffled:O,score:W,total:(p||[]).length,__ts:Date.now()})}}catch{}requestAnimationFrame(()=>{const W=k();O.forEach(F=>{const K=z.get(F.id),R=W.get(F.id),G=j.current.get(F.id);if(!G||!K||!R)return;const q=K.top-R.top;q&&(G.style.transition="none",G.style.transform=`translateY(${q}px)`,requestAnimationFrame(()=>{G.style.transition="transform 420ms cubic-bezier(.22,.9,.39,1)",G.style.transform="";const J=()=>{G.style.transition="",G.removeEventListener("transitionend",J)};G.addEventListener("transitionend",J)}))})})},L=(O,z)=>{try{try{z.dataTransfer?.setData("text/plain",String(O))}catch{}try{z.dataTransfer&&(z.dataTransfer.effectAllowed="move")}catch{}try{const W=document.createElement("div");W.style.cssText="position:absolute;top:-9999px;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none;",document.body.appendChild(W),z.dataTransfer?.setDragImage(W,0,0),requestAnimationFrame(()=>{try{document.body.removeChild(W)}catch{}})}catch{}}catch{}f(O);try{const W=h[O],F=document.createElement("div");F.className="order-list__dragging-object order-list__dragging-object--visible",F.textContent=W&&W.text?W.text:"",document.body.appendChild(F),y.current=F;const K=j.current.get(W.id);let R=z.clientX||0,G=z.clientY||0;try{if(K&&K.getBoundingClientRect){const se=K.getBoundingClientRect();R=se.left+se.width/2,G=se.top+se.height/2}}catch{}const q=F.getBoundingClientRect(),J=q.width/2,re=q.height/2;N.current={dx:J,dy:re},F.style.transition="none",S.current={x:R,y:G},F.style.transform=`translate3d(${R-J}px, ${G-re}px, 0)`,requestAnimationFrame(()=>{try{F.style.transition=""}catch{}B()});const fe=se=>{const te=se;S.current={x:te.clientX,y:te.clientY},B()};C.current=fe,document.addEventListener("mousemove",fe);const ve=se=>{const te=se;S.current={x:te.clientX,y:te.clientY},B()};_.current=ve,document.addEventListener("dragover",ve);try{z.dataTransfer?.setData("text/plain",String(O));try{z.dataTransfer?.setData("application/json",JSON.stringify({idx:O}))}catch{}}catch{}}catch{}},H=(O,z)=>{z.preventDefault();try{z.dataTransfer&&(z.dataTransfer.dropEffect="move")}catch{}try{w.current!==null&&(clearTimeout(w.current),w.current=null);const W=z.currentTarget&&z.currentTarget.closest?z.currentTarget.closest(".order-list__item"):null;if(W&&A.current!==W){if(A.current)try{A.current.classList.remove("drag-over")}catch{}try{W.classList.add("drag-over")}catch{}A.current=W}}catch{}},ne=(O,z)=>{z.preventDefault();const W=z.dataTransfer?.getData("text/plain")||"",F=W?parseInt(W,10):v,K=O;if(typeof F!="number"||isNaN(F)||F===K){f(null),$(),ae();return}const R=vs(h,F,K);D(R),f(null),ae();try{if(typeof r=="function"&&b==="active"){const G=R.filter((q,J)=>q.text===c(p[J])).length;r({shuffled:R,score:G,total:(p||[]).length,__ts:Date.now()})}}catch{}try{requestAnimationFrame(()=>{const G=document.querySelectorAll(".order-list .order-list__item")[K];if(!G)return;const q=G.querySelector(".order-list__slot")||G;try{q.classList.add("pulse"),q.offsetHeight,q.classList.add("to-dark");const J=()=>{q.classList.remove("pulse","to-dark"),q.removeEventListener("transitionend",J)};q.addEventListener("transitionend",J)}catch{}})}catch{}$()},ae=()=>{if(y.current){try{document.body.removeChild(y.current)}catch{}y.current=null}_.current&&(document.removeEventListener("dragover",_.current),_.current=null),C.current&&(document.removeEventListener("mousemove",C.current),C.current=null),E.current!==null&&(cancelAnimationFrame(E.current),E.current=null)},ie=()=>{f(null),$(),ae()};Y(()=>()=>ae(),[]);const $=()=>{try{if(w.current!==null&&(clearTimeout(w.current),w.current=null),A.current){try{A.current.classList.remove("drag-over")}catch{}A.current=null}document.querySelectorAll(".order-list .order-list__item").forEach(O=>O.classList.remove("drag-over"))}catch{}};return Y(()=>{try{const O=Math.max(1,(h||[]).length);h.forEach((z,W)=>{const F=M.current.get(z.id);if(!F)return;let K=50;O>1&&(K=Math.round(W/(O-1)*100));try{F.style.setProperty("--marker-pos",K+"%")}catch{}})}catch{}},[h]),Y(()=>()=>{ae(),w.current!==null&&(clearTimeout(w.current),w.current=null)},[]),s(ao,{index:t,stepIndex:e,isLast:a,title:d,children:s("div",{className:"order-list",children:h.map((O,z)=>{const W=Math.max(1,(h||[]).length),F=W>1?Math.round(z/(W-1)*100):50;return s("div",{className:"order-list__item",children:x("div",{className:"order-list__slot","data-disabled":b==="disabled","aria-disabled":b==="disabled",children:[b!=="disabled"?s("div",{className:"order-list__marker caption-1",style:{"--marker-pos":F+"%"},ref:K=>{const R=M.current;K?R.set(O.id,K):R.delete(O.id)},children:s("span",{className:"order-list__slot-number button-1",children:z+1})}):null,x("div",{ref:K=>{const R=j.current;K?R.set(O.id,K):R.delete(O.id)},className:`order-list__draggable ${v===z?"dragging":""}`,"data-disabled":b==="disabled","aria-disabled":b==="disabled",tabIndex:b==="disabled"?-1:0,draggable:b==="active",onDragStart:b==="active"?K=>L(z,K):void 0,onDragEnter:b==="active"?K=>H(z,K):void 0,onDragOver:b==="active"?K=>H(z,K):void 0,onDragLeave:b==="active"?()=>{try{w.current!==null&&clearTimeout(w.current),w.current=setTimeout(()=>{try{const K=document.querySelectorAll(".order-list .order-list__item");K&&K[z]&&(K[z].classList.remove("drag-over"),A.current===K[z]&&(A.current=null))}catch{}},80)}catch{}}:void 0,onDrop:b==="active"?K=>ne(z,K):void 0,onDragEnd:b==="active"?ie:void 0,children:[s("span",{className:"order-list__item-text body-2",children:O.text}),b==="active"?x("span",{className:"order-list__item-buttons",children:[s(ue,{size:32,type:"dot",onClick:()=>g(z,-1),ariaLabel:l("training.up"),icon:"chevron-up",variant:"transparent-gray",width:48,useFaded:"true",disabled:z===0,useBorder:!1,useDisabledInvisible:!0}),s(ue,{size:32,type:"dot",onClick:()=>g(z,1),ariaLabel:l("training.down"),icon:"chevron-down",variant:"transparent-gray",width:48,useFaded:"true",disabled:z===h.length-1,useBorder:!1,useDisabledInvisible:!0})]}):null]})]})},O.id)})})})}var P6="";oe(P6);const $6=8e3;function R6(t,e){return new Promise(a=>{let o=!1;const r=()=>{o||(o=!0,a())};t.then(r,r),setTimeout(r,e)})}function Uc({index:t,stepIndex:e,isLast:a=!1,title:o,onDone:r,onChange:n,context:i=[],selectable:l=!1,hideLabel:d=!1,hideAudio:c=!1,maxCards:p}){const{t:u}=Ce(),h=o??u("training.cardInstructions","\uB0B1\uB9D0 \uCE74\uB4DC\uB97C \uBCF4\uACE0 \uC18C\uB9AC\uB97C \uB4E3\uACE0 \uD655\uC778\uD558\uC138\uC694."),m=be(()=>Array.isArray(i)?i:i&&i.items||[],[i]),b=p??3,g=(m||[]).slice(0,b);!import.meta.env?.PROD&&(m||[]).length>b&&console.warn(`TrainingStepCard: ${m.length} items passed but only ${b} shown`);const v=typeof t=="number"?t:-1,f=typeof e!="number"?"disabled":v<e?"done":v===e?"active":"disabled",[y,_]=P(null),C=X([]),[A,w]=P(!1),S=be(()=>m.map(j=>j?.id??j?.word??"").join("|"),[m]);Y(()=>{_(null),C.current=[]},[S]);const E=I((j,M)=>{if(l)return;const k={item:j,index:M,__ts:Date.now()};try{typeof n=="function"&&n(k)}catch{}if(f==="active"&&typeof r=="function")try{r(k)}catch{}},[l,n,f,r]),N=I(async()=>{if(!(A||f==="disabled")){w(!0);try{for(const j of C.current)j&&await R6(j.play(),$6)}finally{w(!1)}}},[A,f]),B=I((j,M)=>{if(f!=="active")return;_(M);const k={selectedValue:j.word||j.title||"",selectedIndex:M,item:j,__ts:Date.now()};try{typeof n=="function"&&n(k)}catch{}if(f==="active"&&typeof r=="function")try{r(k)}catch{}},[n,f,r]);return s(ao,{index:t,stepIndex:e,isLast:a,title:h,onDone:r,titleProps:{usePlayAllBtn:!c&&g.length>0,onPlayAll:N,playAllActive:A},children:s("div",{className:"training-step__cards",children:g.length===0?s("div",{className:"training-step__empty",children:u("training.noCards","\uCE74\uB4DC\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.")}):g.map((j,M)=>s(Yn,{ref:k=>{C.current[M]=k},item:j,disabled:f==="disabled",onPlayDone:()=>E(j,M),selectable:l,selected:l&&y===M,onSelect:l?()=>B(j,M):void 0,flipDelay:M*120,hideLabel:d,hideAudio:c},j&&j.id||M))})})}const O6=160;var I6=".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}}";oe(I6);const Sb=()=>{};function zr({title:t,actions:e,size:a="medium",minHeight:o,maxWidth:r,className:n,scrollable:i,useBorder:l=!0,useBg:d=!0,useRowBorder:c=!0,labelWidth:p,form:u=!1,loading:h,empty:m,children:b}){const g=Ne("panel",`panel--${a}`,u?"panel--form":"",o!==void 0?"panel--fill":"",l?"":"panel--no-border",d?"":"panel--no-bg",c?"":"panel--no-row-border",n),v={};return o!==void 0&&(v.minHeight=o),r!==void 0&&(v.maxWidth=typeof r=="number"?`${r}px`:r),p!==void 0&&(v["--panel-label-width"]=typeof p=="number"?`${p}px`:p),x("div",{className:g,style:Object.keys(v).length?v:void 0,children:[t!=null&&x("div",{className:"panel__header",children:[s("h2",{className:"panel__title h5b",children:t}),e&&s("div",{className:"panel__actions",children:e})]}),h?s(za,{variant:"loading"}):m!=null&&(b==null||Array.isArray(b)&&b.length===0)?s(za,{variant:"empty",children:m}):i?s("div",{className:"panel__body--scroll",children:b}):b]})}function Ab({cols:t=2,children:e}){return s("div",{className:"panel-grid",style:{"--panel-grid-cols":t},children:e})}function za(t){const e=na();if(!("variant"in t)){const{label:g,sub:v,onClick:f,children:y,align:_="horizontal",icon:C}=t,A=w=>{f&&w.target===w.currentTarget&&(w.key==="Enter"||w.key===" ")&&(w.preventDefault(),f())};return x("div",{className:Ne("panel-row",_==="vertical"?"panel-row--vertical":"",f?"panel-row--clickable":""),onClick:f,onKeyDown:f?A:void 0,role:f?"button":void 0,tabIndex:f?0:void 0,children:[C!=null&&s("div",{className:"panel-row__icon",children:C}),g!=null&&x("div",{className:"panel-row__left",children:[s("div",{className:"panel-row__label body-3",children:g}),v&&s("div",{className:"panel-row__sub caption-1",children:v})]}),s("div",{className:"panel-row__right",children:y})]})}if(t.variant==="description")return s("div",{className:"panel-row panel-row--block",children:s("p",{className:"panel-row__description body-3",children:t.children})});if(t.variant==="empty")return s("div",{className:"panel-row panel-row--empty body-3",children:t.children});if(t.variant==="loading")return s("div",{className:"panel-row panel-row--loading",children:s(Fo,{size:28})});if(t.variant==="custom"&&!t.label)return s("div",{className:"panel-row panel-row--block",children:t.children});const{variant:a,label:o,sub:r,onClick:n,required:i,error:l,align:d="horizontal",useFullWidth:c=!1,icon:p}=t;let u=null;const h=a==="toggle"?`panel-toggle-${e}`:void 0;if(a==="toggle"){const g=t;u=s(fc,{checked:g.checked,onChange:g.onChange,id:h})}else if(a==="segmented"){const g=t;u=s(to,{options:g.options,value:g.value,onChange:g.onChange,size:g.size??40,ariaLabel:o})}else if(a==="dropdown"){const g=t,v=g.dropdowns?.length?s("div",{className:`panel-row__dropdown-group${c?" panel-row__dropdown-group--full":""}`,children:g.dropdowns.map((f,y)=>s("div",{className:c?"panel-row__dropdown-item--full":void 0,children:s(aa,{options:f.options,value:f.value,onChange:f.onChange,placeholder:f.placeholder,block:c,error:!!l,ariaLabel:f.ariaLabel??([o,f.placeholder].filter(Boolean).join(" ")||void 0)})},y))}):s(aa,{options:g.options??[],value:g.value??"",onChange:g.onChange??Sb,block:c,error:!!l,ariaLabel:o});u=l?x("div",{className:`panel-row__dropdown-error-wrap${c?" panel-row__dropdown-error-wrap--full":""}`,children:[v,s("span",{className:"caption-1 panel-row__error",role:"alert",children:l})]}):v}else if(a==="button"){const g=t;g.buttons?.length?u=s("div",{className:"panel-row__button-group",children:g.buttons.map((v,f)=>s(ue,{size:v.btnSize??40,variant:v.btnVariant??"default",disabled:v.disabled,onClick:v.onClick,children:v.label},f))}):u=s(ue,{size:g.btnSize??40,variant:g.btnVariant??"default",disabled:g.disabled,onClick:g.onClick,children:g.buttonLabel})}else if(a==="text"){const g=t;u=s("span",{className:`panel-row__text body-2${c?" panel-row__text--full":""}`,style:g.valueColor?{color:g.valueColor}:void 0,children:g.value})}else if(a==="input"){const g=t;u=x("div",{className:`panel-row__input-wrap${c?" panel-row__input-wrap--full":""}`,children:[s(eo,{value:g.value,onChange:g.onChange??Sb,onKeyDown:g.onKeyDown,onEnter:g.onEnter,placeholder:g.placeholder,inputMode:g.inputMode,readOnly:g.readOnly,disabled:g.disabled,type:g.type,autoComplete:g.autoComplete,maxLength:g.maxLength,showCount:g.showCount,multiline:g.multiline,rows:g.rows,fullWidth:c,error:l,ariaLabel:o,required:i}),g.helperText&&s("div",{className:"panel-row__helper caption-1",children:g.helperText})]})}else a==="custom"&&(u=t.children);const m=a==="input"||a==="dropdown"||(a==="text"||a==="custom")&&c,b=g=>{n&&g.target===g.currentTarget&&(g.key==="Enter"||g.key===" ")&&(g.preventDefault(),n())};return x("div",{className:Ne("panel-row",d==="vertical"?"panel-row--vertical":"",m?"panel-row--label-fixed":"",a==="text"?"panel-row--text":"",n?"panel-row--clickable":""),onClick:n,onKeyDown:n?b:void 0,role:n?"button":void 0,tabIndex:n?0:void 0,children:[p!=null&&s("div",{className:"panel-row__icon",children:p}),x("div",{className:"panel-row__left",children:[h?x("label",{htmlFor:h,className:"panel-row__label body-3",children:[o,i&&s("span",{className:"required-mark",children:"*"})]}):x("div",{className:"panel-row__label body-3",children:[o,i&&s("span",{className:"required-mark",children:"*"})]}),r&&s("div",{className:"panel-row__sub caption-1",children:r})]}),s("div",{className:"panel-row__right",children:u})]})}function Nb(t){const e=t.productName||t.brand,a=[t.brand,t.fitType].filter(o=>!!o&&o!==e);return[...new Set(a)].join(" \xB7 ")}function Bb({devices:t,onRelease:e}){const{t:a}=Ce();return s("div",{className:"panel-row panel-row--device",children:["\uC88C","\uC6B0"].map(o=>{const r=t[o],n=o==="\uC88C"?a("device.direction.left","\uC88C"):a("device.direction.right","\uC6B0");return x("div",{className:"panel-row__device-column",children:[x("div",{className:"panel-row__device-head",children:[s("span",{className:"panel-row__device-side body-2b",children:n}),r&&e&&s(ue,{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?x("div",{className:"panel-row__device-info",children:[x("span",{className:"panel-row__device-kind",children:[r.device&&s(_t,{size:"small",variant:fg(r.device),fill:"soft",label:r.device}),Nb(r)&&s("span",{className:"panel-row__device-detail body-3",children:Nb(r)})]}),s("span",{className:"panel-row__device-name body-2b",children:r.productName||r.brand}),s("span",{className:"panel-row__device-date caption-1",children:a("customers.device.wornSince",{date:`${r.wornYear}.${r.wornMonth}.${r.wornDay}`})})]}):s("span",{className:"panel-row__device-empty body-3",children:a("customers.device.notRegistered","\uBBF8\uB4F1\uB85D")})]},o)})})}function z6(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 Tb(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"}]}z6(gt.t.bind(gt)),Tb(gt.t.bind(gt));var F6='.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}';oe(F6);const Kc="none",j6=.5,H6=1.5,W6=.25;function Zc({title:t,valueLabel:e,value:a,min:o,max:r,step:n,tickStep:i,size:l,onChange:d}){return x(za,{variant:"custom",label:t,useFullWidth:!0,children:[s(wc,{value:a,onChange:d,min:o,max:r,step:n,size:l,showBgTick:!0,tickStep:i,ariaLabel:t,className:"noise-settings__slider-input"}),s("div",{className:"noise-settings__value button-1",children:e})]})}function Xc({anchorRect:t,onClose:e}){const{t:a}=Ce(),o=ua("(max-width: 767px)")?40:24,r=jc(),n=r?.settings.level??0,i=r?.settings.type??"defaultNoise",l=r?.settings.enabled??!0,d=s6(n),c=r?.playbackRate??1,p=r?.mainVolume??1,u=Math.round(p*100),h=I(v=>{try{r?.setMainVolume(Math.max(0,Math.min(1,v/100)))}catch{}},[r]),m=I(v=>{try{r?.setPlaybackRate(v)}catch{}},[r]),b=I(v=>{const f=l6(v);try{r?.setSettings({level:f})}catch{}},[r]),g=I(v=>{try{v===Kc?r?.setSettings({enabled:!1}):r?.setSettings({type:v,enabled:!0})}catch{}},[r]);return s(Pa,{anchorRect:t,offset:12,onClose:e,ariaLabel:a("training.trainingSettingsTitle","\uD6C8\uB828 \uC124\uC815"),isMobilePopup:!1,closeOnOutsideClick:!1,header:x("div",{className:"noise-settings__header",children:[s("span",{children:a("training.trainingSettingsTitle","\uD6C8\uB828 \uC124\uC815")}),s(ue,{size:40,type:"dot",icon:"x",variant:"transparent-gray",useBorder:!1,ariaLabel:a("common.close","\uB2EB\uAE30"),onClick:e})]}),children:x(zr,{className:"noise-settings",useBorder:!1,labelWidth:72,children:[s(Zc,{title:a("training.playVolumeTitle","\uC7AC\uC0DD \uC18C\uB9AC"),valueLabel:`${u}%`,value:u,min:0,max:100,step:10,size:o,onChange:h}),s(Zc,{title:a("training.playSpeedTitle","\uC7AC\uC0DD \uC18D\uB3C4"),valueLabel:`${c.toFixed(2)}x`,value:c,min:j6,max:H6,step:W6,size:o,onChange:m}),s(Zc,{title:a("training.noiseLevelTitle","\uC18C\uC74C \uD06C\uAE30"),valueLabel:`${d}%`,value:d,min:0,max:100,step:10,size:o,onChange:b}),s(za,{variant:"custom",label:a("training.noiseTypeTitle","\uC18C\uC74C \uC885\uB958"),useFullWidth:!0,children:s(to,{ariaLabel:a("training.noiseTypeTitle","\uC18C\uC74C \uC885\uB958"),size:40,shape:"rounded",options:[{key:Kc,label:a("training.noise.type.none","\uC5C6\uC74C")},...Tb(a).map(v=>({key:v.value,label:v.label}))],value:l?i:Kc,onChange:g})})]})})}var V6=".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}";oe(V6);function Jc({useNoiseSettingBtn:t=!1,onSettings:e,onNext:a,onResult:o,stepIndex:r=0,stepCount:n=0,pageIndex:i=0,pageCount:l=1}){const{t:d}=Ce(),[c,p]=P(!1),[u,h]=P(null),[m,b]=P(!1),g=X(null),v=X(null),f=jc(),y=i<l-1,_=i===l-1,C=r===Math.max(0,n);Y(()=>{t||(p(!1),h(null))},[t]);const A=I(()=>{p(!1),h(null)},[]),w=I(()=>{if(c){p(!1),h(null);return}const N=g?.current?.getBoundingClientRect();N&&h(N),e?.(),p(!0)},[c,e]),S=I(()=>{if(c){p(!1),h(null);return}const N=v?.current?.getBoundingClientRect();N&&h(N),e?.(),p(!0)},[c,e]),E=I(()=>b(N=>!N),[]);return x("div",{className:"pp-bottom",children:[x("div",{className:"pp-bottom__left",children:[t?x(He,{children:[s("div",{className:"pp-bottom__settings--desktop",children:s("div",{ref:g,className:"pp-bottom__tooltip-trigger","data-tooltip-ignore":!0,children:s(ue,{size:56,type:"bar",icon:"settings",onClick:w,selected:c,ariaLabel:d("training.trainingSettingsTitle","\uD6C8\uB828 \uC124\uC815"),label:d("training.trainingSettingsTitle","\uD6C8\uB828 \uC124\uC815"),minWidth:140})})}),s("div",{className:"pp-bottom__settings--mobile",children:s("div",{ref:v,className:"pp-bottom__tooltip-trigger","data-tooltip-ignore":!0,children:s(ue,{size:56,type:"dot",icon:"settings",onClick:S,selected:c,ariaLabel:d("training.settings","\uC124\uC815"),minWidth:52})})})]}):null,t&&s(ue,{size:40,type:"dot",shape:"pill",icon:"audio-lines",onClick:E,selected:m,ariaLabel:d("training.meter.toggle","\uC624\uB514\uC624 \uBBF8\uD130 \uD45C\uC2DC")}),t&&m&&x("div",{className:"pp-bottom__meters",children:[x("div",{className:"pp-bottom__meter",children:[s("span",{className:"pp-bottom__meter-label caption-1",children:d("training.meter.sentence","\uC7AC\uC0DD")}),s(Wn,{analyser:f?.mainAnalyser??null,orientation:"horizontal",length:112,label:"db",labelPos:"left",ariaLabel:d("training.meter.sentence","\uC7AC\uC0DD")})]}),x("div",{className:"pp-bottom__meter",children:[s("span",{className:"pp-bottom__meter-label caption-1",children:d("training.meter.noise","\uC18C\uC74C")}),s(Wn,{analyser:f?.noiseAnalyser??null,orientation:"horizontal",length:112,label:"db",labelPos:"left",ariaLabel:d("training.meter.noise","\uC18C\uC74C")})]})]})]}),x("div",{className:"pp-bottom__right",children:[_&&s(ue,{size:56,type:"bar",icon:"check",onClick:typeof o=="function"?o:a,ariaLabel:d("training.viewResult","\uACB0\uACFC\uBCF4\uAE30"),label:d("training.viewResult","\uACB0\uACFC\uBCF4\uAE30"),variant:"main",disabled:!C}),y&&s(ue,{size:56,type:"bar",rightIcon:"chevron-right",align:"right",onClick:a,ariaLabel:d("training.nextQuestion","\uB2E4\uC74C \uBB38\uC81C"),label:d("training.nextQuestion","\uB2E4\uC74C \uBB38\uC81C"),variant:"main",disabled:!C})]}),t&&c&&s(Xc,{anchorRect:u,onClose:A})]})}var G6=".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}}";oe(G6);function Qc({title:t,subtitle:e,desc:a,depth:o,icon:r,wrapperStyle:n,iconTooltip:i,pageIndex:l,pageCount:d,progressMax:c,progressIndex:p,onBack:u,onClose:h}){const{t:m}=Ce(),b=ua("(max-width: 767px)"),g=Number.isInteger(p)?p:l||0,v=Number.isInteger(c)?c:d||0,f=u||h,y=Array.isArray(o)?b?o[o.length-1]:o.join(" / "):o,_=typeof t=="string"?t.trim():t,C=typeof e=="string"?e.trim():e,A=!!(_||C),w=A?_||C:m("common.emptyTrainingName","\uD6C8\uB828 \uC774\uB984\uC774 \uBE44\uC5B4 \uC788\uC2B5\uB2C8\uB2E4."),S=y||e,E=b&&typeof S=="string"&&(S.includes(" \xB7 ")||S.includes(" / "))?S.split(/\s[·/]\s/).pop():S,N=be(()=>{const B=n&&typeof n=="object"?{...n}:{};return!("width"in B)&&!("height"in B)&&(B.width="40px",B.height="40px"),B},[n]);return x("header",{className:"pp-title training-popup-title",children:[x("div",{className:"pp-title__left",children:[f?s(ue,{size:48,type:"dot",icon:"chevron-left",ariaLabel:m("common.back","\uB4A4\uB85C"),onClick:f,useBorder:!1,iconSize:"large",iconColor:"--color-black",variant:"transparent-gray"}):null,s("div",{children:r?s(_g,{icon:r,label:t,tooltip:i,wrapperStyle:N}):null}),x("div",{className:"pp-title__text",children:[E?s("span",{className:"pp-title__depth caption-1",children:E}):null,s("span",{className:`pp-title__title h2${A?"":" pp-title__title--empty"}`,children:w}),a?s("span",{className:"pp-title__description caption-1",children:a}):null]})]}),s(Ac,{max:Math.max(0,v??0),index:Math.max(0,g??0)})]})}function Db(){typeof window<"u"&&window.dispatchEvent(new CustomEvent("speechear.popup.close"))}function Eb(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 ed(t,e,a){const o=t,r=o?.title||o?.name||(Array.isArray(e)?e[e.length-1]:void 0)||a||"\uD6C8\uB828",n=_n().find(l=>l.key===(o?.category_0||o?.category_main_code)),i=n?.subs?.find(l=>l.key===(o?.category_1||o?.category_sub_code));return{title:r,label:o?.title||r,depth:e,icon:n?.icon,wrapperStyle:n?.color?{"--t-item-fg":n.color}:void 0,iconTooltip:[n?.label,i?.label].filter(Boolean).join(" / ")||void 0}}function ni(t){return t&&typeof t=="object"&&typeof t.__ts=="number"?t.__ts:0}function Lb(t){const e=t;return Array.isArray(e?.items)?e.items:Array.isArray(t)?t:t?[t]:[]}function Mb({idPrefix:t,trainingData:e,depth:a,fallbackTitle:o="\uD6C8\uB828",pages:r=[],emptyMessage:n,buildResults:i,metaPatch:l}){const d=ed(e,a,o),c=typeof l=="function"?l(d)||{}:l||{},p=e?.id||e?.title||r.length;return{id:`${t}:${p}`,meta:{...d,...c},pages:r,emptyMessage:n,buildResults:i}}function Pb(t){if(typeof t=="string")return t;if(t&&typeof t=="object"){const e=t;return e.context||e.sentence||e.question||""||""}return""}function $b(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 Rb(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 td(t,e){if(!(!t||typeof t!="object"))return t[`step-${e}`]}function Ob(t,e,a,o){return td(t,e*a+o)}function Ib({payload:t,selected:e,choices:a=[],correctAnswers:o=[]}){if(t&&typeof t=="object"){const r=t;if(Array.isArray(r.selectedValues))return o.every(n=>r.selectedValues.includes(n))&&r.selectedValues.every(n=>o.includes(n));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 zb(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 Fb=Wa(null);function q6(){const t=Va(Fb);if(!t)throw new Error("useTrainingPagePopupContext must be used inside TrainingPagePopup");return t}function Y6({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:n,onChange:i}){const l=typeof t=="number"?t:-1,d=typeof e!="number"?"disabled":l<e?"done":l===e?"active":"disabled",[c,p]=P(()=>r.map(()=>null)),u=r.join("|");Y(()=>{p(u?u.split("|").map(()=>null):[])},[u]);const h=be(()=>c.filter(b=>b!==null).length+1,[c]),m=I(b=>{d==="active"&&p(g=>{const v=[...g];if(v[b]!==null){const y=v[b];return v.map(_=>_!==null&&_>=y?null:_)}v[b]=h;const f={selectedOrder:v,words:r,__ts:Date.now()};try{typeof i=="function"&&i(f)}catch{}if(v.every(y=>y!==null))try{typeof n=="function"&&n(f)}catch{}return v})},[d,h,i,n,r]);return s(ao,{index:t,stepIndex:e,isLast:a,title:o,onDone:n,children:s("div",{className:"training-step__cards",children:r.map((b,g)=>s(Yn,{item:{word:b},disabled:d==="disabled",selectable:!0,selected:c[g]!==null,orderRank:c[g],onSelect:()=>m(g),flipDelay:g*120,hideLabel:!1,hideAudio:!0},`${b}-${g}`))})})}function Fr(t){return null}Fr.__isTrainingPage=!0;function Ho(t,e){const a=q6();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 ad({_stepIndex:t,_totalSteps:e,...a}){const{index:o,stepIndex:r,isLast:n,onDone:i}=Ho(t,e);return s(oi,{...a,index:o,stepIndex:r,isLast:n,onDone:i})}function od({_stepIndex:t,_totalSteps:e,...a}){const{index:o,stepIndex:r,isLast:n,onDone:i,onChange:l}=Ho(t,e);return s(ti,{...a,index:o,stepIndex:r,isLast:n,onDone:i,onChange:l})}function rd({_stepIndex:t,_totalSteps:e,...a}){const{index:o,stepIndex:r,isLast:n,onDone:i,onChange:l}=Ho(t,e);return s(ai,{...a,index:o,stepIndex:r,isLast:n,onDone:i,onChange:l})}function nd({_stepIndex:t,_totalSteps:e,...a}){const{index:o,stepIndex:r,isLast:n,onDone:i,onChange:l}=Ho(t,e);return s(ri,{...a,index:o,stepIndex:r,isLast:n,onDone:i,onChange:l})}function id({_stepIndex:t,_totalSteps:e,...a}){const{index:o,stepIndex:r,isLast:n,onDone:i,onChange:l}=Ho(t,e);return s(Uc,{...a,index:o,stepIndex:r,isLast:n,onDone:i,onChange:l})}function U6({_stepIndex:t,_totalSteps:e,...a}){const{index:o,stepIndex:r,isLast:n,onDone:i,onChange:l}=Ho(t,e);return s(Y6,{...a,index:o,stepIndex:r,isLast:n,onDone:i,onChange:l})}var K6=`.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}}`;oe(K6);function sd(...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 Z6(t){return sd(t?.question,t?.q,t?.sentence,t?.text,t?.prompt,t?.wording)}function jb(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=sd(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 ld(t){const{score:e,contextsLength:a,results:o=[],subtitle:r,onReplay:n,onClose:i,inline:l=!1}=t||{},{t:d}=Ce();Y(()=>{const g=a??0;e!=null&&g>0&&e/g>.5&&window.dispatchEvent(new CustomEvent("party:trigger",{detail:{count:140,strength:1.6,duration:2200}}))},[e,a]);const c=I(g=>{const v=jb(g),f=sd(g?.wording,g?.label);return v===!0?{variant:"main",label:f??d("training.result.heardWell","\uC798 \uB4E4\uC5C8\uC5B4\uC694")}:v===!1?{variant:"danger",label:f??d("training.result.notHeard","\uBABB \uB4E4\uC5C8\uC5B4\uC694")}:{variant:"disabled",label:f??d("training.result.notJudged","\uBBF8\uD310\uC815")}},[d]),p=a??0,u=e??0,h=be(()=>Array.isArray(o)?o:[],[o]),m=be(()=>h.map(g=>{const v=g??{},f=Z6(v)||"(\uB0B4\uC6A9\uC5C6\uC74C)",{variant:y,label:_}=c(v),C=Array.isArray(v.corrects)?v.corrects:[],A=C.length?C.join(", "):v.answer!=null&&v.answer!==""?String(v.answer):null,w=typeof v.selectedText=="string"?v.selectedText:null,S=jb(v)===!0;return{problem:f,variant:y,label:_,answer:A,selectedText:w,isCorrect:S}}),[h,c]),b=be(()=>m.some(g=>g.answer!==null||g.selectedText!==null),[m]);return s(Oa,{onClose:i,inline:l,ariaLabel:d("training.result.title","\uD6C8\uB828\uC744 \uBAA8\uB450 \uB9C8\uCCE4\uC2B5\uB2C8\uB2E4."),className:"popup--training-result",footerClassName:"trp-result__foot",footer:({animateThen:g,closeWithAnimation:v})=>x("div",{className:"trp-actions",children:[s(ue,{size:56,type:"bar",label:d("training.result.replay","\uB2E4\uC2DC\uD558\uAE30"),onClick:()=>g(n)}),s(ue,{size:56,type:"bar",label:d("training.result.done","\uC644\uB8CC"),variant:"main",onClick:v})]}),children:()=>x("div",{className:"trp-result is-on",children:[x("header",{className:"trp-result__head",children:[s("p",{className:"trp-result__eyebrow caption-1",children:d("training.result.eyebrow","\uD6C8\uB828 \uC644\uB8CC")}),s("h1",{className:"trp-result__title h2",children:d("training.result.title","\uD6C8\uB828\uC744 \uBAA8\uB450 \uB9C8\uCCE4\uC2B5\uB2C8\uB2E4.")}),r&&s("p",{className:"trp-result__subtitle body-3",children:r}),s("div",{className:"trp-score",children:x("div",{className:"trp-score__figure","aria-label":d("training.result.scoreAria",{correct:u,total:p}),children:[s("span",{className:"trp-score__big",children:u}),s("span",{className:"trp-score__sep",children:"/"}),s("span",{className:"trp-score__total",children:p})]})})]}),m.length>0&&s("section",{className:"trp-result__body",children:x("div",{className:`result-table${b?" result-table--answer":""}`,role:"table","aria-label":d("training.result.tableAriaLabel","\uBB38\uD56D\uBCC4 \uD310\uC815"),children:[x("div",{className:"result-table__head caption-1",role:"row",children:[s("span",{role:"columnheader",children:d("training.result.colProblem","\uBB38\uC81C")}),b&&s("span",{role:"columnheader",children:d("training.result.colAnswerSelected","\uC815\uB2F5 \xB7 \uC120\uD0DD")}),s("span",{className:"col-right",role:"columnheader",children:d("training.result.colJudge","\uD310\uC815")})]}),m.map((g,v)=>x("div",{className:"result-table__row",role:"row",children:[x("div",{className:"trp-row__problem",children:[s("span",{className:"trp-row__no caption-1",children:String(v+1).padStart(2,"0")}),s("div",{className:"trp-row__q body-2",children:g.problem})]}),b&&x("div",{className:"trp-row__answers",children:[g.answer!==null&&x("div",{className:"trp-row__answer-line",children:[s("span",{className:"trp-row__answer-label answer-correct caption-1",children:d("training.result.colAnswer","\uC815\uB2F5")}),s("span",{className:"trp-row__answer-value body-2",children:g.answer})]}),x("div",{className:"trp-row__answer-line",children:[s("span",{className:`trp-row__answer-label answer-selected caption-1 ${g.isCorrect?"is-correct":"is-wrong"}`,children:d("training.result.colSelected","\uC120\uD0DD")}),s("span",{className:`trp-row__answer-value body-2 ${g.isCorrect?"is-correct":"is-wrong"}`,children:g.selectedText??"\u2014"})]})]}),s("div",{className:"trp-row__judge",children:s(_t,{variant:g.variant,label:g.label,fill:"soft",minWidth:80})})]},v))]})})]})})}function X6(t){Y(()=>{if(!t)return;const e=new Date;return()=>{const a=new Date;a.getTime()-e.getTime()<5e3||Ms({trainingType:t,startedAt:e.toISOString(),endedAt:a.toISOString()})}},[t])}function cd(t,e){return t&&t.id||`page-${e??0}`}function dd(t,e){return t&&t.key||`step-${e??0}`}function ii(){return{pageIndex:0,stepIndex:0,answersByPage:{}}}function J6(t,e){return typeof t?.props=="function"?t.props(e)||{}:t?.props||{}}const Hb=new Set(["LISTEN_IN_NOISE","SHORT_STORY","LONG_STORY","ORDERING_SENTENCE"]),Q6=t=>s(ld,{score:t.score,contextsLength:t.contextsLength,results:t.results,onReplay:t.onReplay,onClose:t.onClose}),e9='a[href],button:not([disabled]),input:not([disabled]),select:not([disabled]),textarea:not([disabled]),[tabindex]:not([tabindex="-1"])';function t9(t){const{scenario:e,title:a,subTitle:o,depth:r,icon:n,wrapperStyle:i,iconTooltip:l,pageIndex:d,pageCount:c,stepIndex:p,stepCount:u,onBack:h,onComplete:m,onNext:b,onSettings:g,useNoiseSetting:v=!0,children:f,ariaLabel:y,label:_,buildResults:C,onResult:A,typeKey:w,entryPoint:S,dailyTotal:E,itemRef:N,renderResultPopup:B}=t;X6(w&&!Hb.has(w)?w:"");const j=X(0);Y(()=>{j.current=Date.now()},[]);const{t:M}=Ce(),k=A,D=!!e,L=e?.id||null,H=e?.meta||{},ne=Array.isArray(e?.pages)?e.pages:[],ae=Array.isArray(f)||qr(f)&&typeof f!="function"?Gr.toArray(f).filter(qr):[],ie=ae.length>0,$=ce=>ce===Fr||ce?.__isTrainingPage===!0,O=ie&&ae.some(ce=>$(ce.type)),z=O?ae.filter(ce=>$(ce.type)).map((ce,ke)=>{const xe=ce.props||{};return{id:`children-page-${ke}`,steps:Gr.toArray(xe.children).filter(qr),pageTop:xe.pageTop||xe.top||null,pageBottom:xe.pageBottom||xe.bottom||null}}):[{id:"children-page-0",steps:ae}],W=ie&&!D&&typeof f!="function",F=W?Math.max(1,z.length):0;Y(()=>{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")}},[]),Y(()=>{if(typeof document>"u"||!document.body)return;const ce=document.body;return ce.dataset.ihabTrainingPopupCount=String(Number(ce.dataset.ihabTrainingPopupCount||"0")+1),ce.classList.add("ihab-training-popup-open"),()=>{const ke=Number(ce.dataset.ihabTrainingPopupCount||"1")-1;ke>0?ce.dataset.ihabTrainingPopupCount=String(ke):(delete ce.dataset.ihabTrainingPopupCount,ce.classList.remove("ihab-training-popup-open"))}},[]),Y(()=>{if(!(typeof document>"u"||!document.body))return Pk()},[]);const[K,R]=P({...yb,enabled:!1}),G=X(K);Y(()=>{G.current=K},[K]),Y(()=>{let ce=!1;return Is().then(ke=>{if(ce)return;const xe=ke?{...G.current,...ke}:{...yb};G.current=xe,R(xe)}),()=>{ce=!0}},[]);const[q,J]=P(null),[re,fe]=P(null),ve=I((ce,ke)=>{ce==="main"?J(ke):fe(ke)},[]),se=I(ce=>{const ke={...G.current,...ce};G.current=ke,R(ke),zs(ke)},[]),te=K.mainSpeed,me=K.mainVolume,Ae=I(ce=>se({mainSpeed:ce}),[se]),ee=I(ce=>se({mainVolume:ce}),[se]),pe=be(()=>({settings:K,setSettings:se,registerAnalyser:ve,mainAnalyser:q,noiseAnalyser:re,playbackRate:te,setPlaybackRate:Ae,mainVolume:me,setMainVolume:ee}),[K,se,ve,q,re,te,Ae,me,ee]),U=X(null),[he,_e]=P("center"),[Re,Ve]=P(!1),Ue=X(!1),Ke=X(null),We=I(ce=>{Ue.current||(Ue.current=!0,Ve(!0),Ke.current=setTimeout(ce,O6))},[]);Y(()=>()=>{Ke.current&&clearTimeout(Ke.current)},[]),Y(()=>{const ce=U.current;if(!ce)return;const ke=()=>Array.from(ce.querySelectorAll(e9)).filter(le=>!le.closest('[aria-hidden="true"]')),xe=ke()[0];if(xe)try{xe.focus()}catch{}const Z=le=>{if(le.key==="Escape"){le.preventDefault(),We(()=>{typeof h=="function"&&h()});return}if(le.key==="Tab"){const Se=ke();if(Se.length===0)return;const De=Se[0],Be=Se[Se.length-1];le.shiftKey?document.activeElement===De&&(le.preventDefault(),Be.focus()):document.activeElement===Be&&(le.preventDefault(),De.focus())}};return ce.addEventListener("keydown",Z),()=>ce.removeEventListener("keydown",Z)},[h,We]);const[dt,Ge]=P(!1),Xe=X(!1),[Ye,we]=P(null),[ut,Je]=P(""),[ze,tt]=P(()=>ii()),It=X(typeof d=="number"?d:null);Y(()=>{!D&&!W||(tt(ii()),we(null))},[D,L,W]),Y(()=>{W&&tt(ce=>{const ke=Math.max(0,Math.min(ce.pageIndex,Math.max(0,F-1)));return ke!==ce.pageIndex?{...ce,pageIndex:ke,stepIndex:0}:ce})},[W,F]);const at=W?Math.max(0,Math.min(ze.pageIndex,F-1)):0,et=W?z[at]:null,yt=W&&et&&Array.isArray(et.steps)?et.steps:[],Oe=D?ze.pageIndex:W?at:typeof d=="number"?d:0,ct=D?ne[Math.max(0,Math.min(ze.pageIndex,Math.max(0,ne.length-1)))]:null,nt=D&&ct&&Array.isArray(ct.steps)?ct.steps:[],Fe=D?nt.length:W?yt.length:typeof u=="number"?u:0,ot=D||W?Math.max(0,Math.min(ze.stepIndex,Math.max(0,Fe))):typeof p=="number"?p:0,it=D?ne.length:W?F:typeof c=="number"?c:0;Yt(()=>{const ce=It.current;if(typeof Oe=="number"&&ce!==null&&Oe!==ce&&Oe>ce)try{Je(M("training.problemNotice",{n:Oe+1}))}catch{}It.current=typeof Oe=="number"?Oe:It.current},[Oe,d,M]),Yt(()=>{const ce=U.current;if(!ce)return;const ke=()=>ce.querySelector(".page-popup__scroll");let xe=null,Z=null,le=null;const Se=ft=>{const ge=ke();if(!ge)return;const Ee=ge.scrollHeight<=ge.clientHeight;if(_e(Ee?"center":"top"),ft&&!Xe.current){Xe.current=!0;try{Ge(!0)}catch{}try{Ie.disconnect()}catch{}}},De=()=>{xe!==null&&cancelAnimationFrame(xe),xe=requestAnimationFrame(()=>{Z!==null&&clearTimeout(Z),Z=setTimeout(()=>Se(!0),60)})},Be=()=>{le!==null&&cancelAnimationFrame(le),le=requestAnimationFrame(()=>Se(!1))};De(),window.addEventListener("resize",Be);const Ie=new MutationObserver(De);Ie.observe(ce,{childList:!0,subtree:!0,attributes:!0});const pt=setTimeout(()=>{Xe.current||Se(!0)},400);return()=>{window.removeEventListener("resize",Be),xe!==null&&cancelAnimationFrame(xe),Z!==null&&clearTimeout(Z),le!==null&&cancelAnimationFrame(le),clearTimeout(pt);try{Ie.disconnect()}catch{}}},[U]);const Nt=I(ce=>{U.current&&(U.current._childOnNext=ce)},[]),zt=I(ce=>{U.current&&(U.current._childOnResult=ce)},[]),ht=I((ce,ke,xe)=>{tt(Z=>{const le=Z.answersByPage[ce]||{},Se=le[ke],De=ni(xe),Be=ni(Se);return Se&&Be>De?Z:{...Z,answersByPage:{...Z.answersByPage,[ce]:{...le,[ke]:xe}}}})},[tt]),Jt=I((ce,ke,xe)=>{const Z=cd(ct,Oe),le=dd(ce,ke);ht(Z,le,xe)},[ct,Oe,ht]),wt=I((ce,ke,xe)=>{const Z=cd(ct,Oe),le=dd(ce,ke);ht(Z,le,xe),!xe?.allowChange&&ce?.autoAdvance!==!1&&tt(Se=>({...Se,stepIndex:Math.max(Se.stepIndex,ke+1)}))},[ct,Oe,ht,tt]),Qt=I((ce,ke)=>{const xe=et?.id||`children-page-${Oe??0}`,Z=typeof ke=="number"?ke:ot??0,le=`step-${Z}`;ht(xe,le,ce),ce?.allowChange||tt(Se=>({...Se,stepIndex:Math.max(Se.stepIndex,Z+1)}))},[et,Oe,ot,ht,tt]),ma=I((ce,ke)=>{const xe=et?.id||`children-page-${Oe??0}`,Z=`step-${typeof ke=="number"?ke:ot??0}`;ht(xe,Z,ce)},[et,Oe,ot,ht]),ea=W?{currentPageIndex:Oe??0,currentStepIndex:ot??0,totalStepsInPage:yt.length,handleStepDone:Qt,handleStepChange:ma}:null,ja=async()=>{const ce=typeof e?.buildResults=="function"?await Promise.resolve(e.buildResults({scenario:e,pages:ne,flowState:ze,answersByPage:ze.answersByPage})):null;return typeof k=="function"&&await Promise.resolve(k(ce))||ce},ga=async()=>{const ce=et?.id||`children-page-${ze.pageIndex}`,ke=ze.answersByPage[ce]||{},xe=O?(()=>{const Se={};let De=0;return z.forEach(Be=>{const Ie=ze.answersByPage[Be.id]||{},pt=Array.isArray(Be.steps)?Be.steps.length:0;for(let ft=0;ft<pt;ft+=1){const ge=Ie[`step-${ft}`];typeof ge<"u"&&(Se[`step-${De+ft}`]=ge)}De+=pt}),Se})():ke;if(typeof C=="function"){const Se=await Promise.resolve(C(xe,{pageAnswers:ke,answersByPage:ze.answersByPage,pages:z,currentPageId:ce}));return typeof k=="function"&&await Promise.resolve(k(Se))||Se}const Z=Object.entries(ke).map(([Se,De],Be)=>({index:Be,key:Se,payload:De})),le={results:Z,answers:Z,score:0};return typeof k=="function"&&await Promise.resolve(k(le))||le},oa=()=>{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(D){const xe=ja();we({});const Z=xe;Promise.resolve(Z).then(le=>{we(le||{isEmpty:!0})}).catch(le=>{import.meta.env?.DEV&&console.error("viewResults scenario handler failed",le),we({isEmpty:!0})});return}if(W){const xe=ga();we({});const Z=xe;Promise.resolve(Z).then(le=>{we(le||{isEmpty:!0})}).catch(le=>{import.meta.env?.DEV&&console.error("viewResults children handler failed",le),we({isEmpty:!0})});return}const ce=U.current&&U.current._childOnResult,ke=xe=>{try{return xe?xe():void 0}catch{return}};if(typeof ce=="function"){const xe=ke(ce);try{import.meta&&import.meta.env&&import.meta.env.DEV&&console.debug("TrainingPagePopup: child handler returned (maybe):",xe)}catch{}xe&&typeof xe.then!="function"?we(xe):we(xe&&typeof xe.then=="function"?{}:{}),Promise.resolve(xe).then(Z=>{Z&&we(Z)}).catch(Z=>{import.meta.env?.DEV&&console.error("viewResults child handler failed",Z)});return}if(typeof k=="function"){const xe=ke(k);try{import.meta&&import.meta.env&&import.meta.env.DEV&&console.debug("TrainingPagePopup: externalOnResult returned (maybe):",xe)}catch{}xe&&typeof xe.then!="function"?we(xe):we(xe&&typeof xe.then=="function"?{}:{}),Promise.resolve(xe).then(Z=>{try{import.meta&&import.meta.env&&import.meta.env.DEV&&console.debug("TrainingPagePopup: externalOnResult resolved data:",Z)}catch{}Z&&we(Z)}).catch(Z=>{console.error("viewResults external handler failed",Z)});return}},Ha=()=>{if(D){if(typeof Oe=="number"&&typeof it=="number"&&Oe<it-1){tt(ke=>({...ke,pageIndex:ke.pageIndex+1,stepIndex:0}));return}return oa()}if(W){const ke=yt.length;if(typeof ot=="number"&&ot<ke-1){tt(xe=>({...xe,stepIndex:xe.stepIndex+1}));return}if(typeof Oe=="number"&&typeof it=="number"&&Oe<it-1){tt(xe=>({...xe,pageIndex:xe.pageIndex+1,stepIndex:0}));return}return oa()}if(typeof b=="function"){try{b()}catch{}return}const ce=U.current&&U.current._childOnNext;if(typeof ce=="function"){try{ce()}catch{}return}},Ft=D?H.title||H.label||y||M("common.popup","\uD31D\uC5C5"):a||_||(Array.isArray(r)?r[r.length-1]:void 0)||y||M("common.popup","\uD31D\uC5C5"),oo=D?H.title??H.label??Ft:a??_??Ft,Gt=(ce,ke)=>{const xe=cd(ct,Oe),Z=dd(ce,ke),le=ze.answersByPage[xe]?.[Z],Se=J6(ce,{page:ct,pageIndex:Oe,step:ce,stepIndex:ke,storedPayload:le,answersByPage:ze.answersByPage,flowState:ze}),De={key:Z,index:ke,stepIndex:ot,isLast:ke===nt.length-1};switch(ce?.type){case"listen":return s(oi,{...De,...Se,onDone:Be=>wt(ce,ke,Be)});case"confirm":return s(ti,{...De,...Se,onDone:Be=>wt(ce,ke,Be),onChange:Be=>Jt(ce,ke,Be)});case"confirmWithText":return s(ai,{...De,...Se,onDone:Be=>wt(ce,ke,Be),onChange:Be=>Jt(ce,ke,Be)});case"orderList":return s(ri,{...De,...Se,onDone:Be=>wt(ce,ke,Be),onChange:Be=>Jt(ce,ke,Be)});default:return null}},Ba=D?ne.length>0?s("div",{className:"training-steps",children:nt.map((ce,ke)=>Gt(ce,ke))}):s("div",{className:"page-popup__content page-popup__content--center",children:s("div",{className:"pp-empty",children:e?.emptyMessage||M("training.noQuestions","\uBB38\uC81C\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.")})}):null,ro=W?x(Fb.Provider,{value:ea,children:[et?.pageTop?s("div",{className:"training-page-top",children:et.pageTop}):null,s("div",{className:"training-steps",children:yt.map((ce,ke)=>{const xe=ce;return _d(xe,{...xe.props,_stepIndex:ke,_totalSteps:yt.length,_stepKey:`step-${ke}`,_pageIndex:Oe})})}),et?.pageBottom?s("div",{className:"training-page-bottom",children:et.pageBottom}):null]}):null,rt=I(()=>{let ce;if(w){const ke=Ye,xe=ke?.results||ke?.answers||[],Z=Array.isArray(xe)&&xe.length>0?xe.length:null,le=Array.isArray(xe)?xe.filter(De=>De?.correct===!0||De?.isCorrect===!0||De?.score===1||De?.heard===!0||De?.judgement===!0).length:null,Se=Z!=null?le:null;Ps({items:Rs(xe),category:Hb.has(w)?"sentence":"word",trainingType:w,entryPoint:S??"sentence",itemRef:N??null,correct:Se,total:Z,score:typeof ke?.score=="number"?ke.score:null,durationSeconds:Math.max(0,Math.round((Date.now()-j.current)/1e3)),dailyTotal:E??null}),ce={correct:Se,total:Z}}we(null),We(()=>{typeof m=="function"&&m(ce),typeof h=="function"&&h()})},[m,h,w,S,E,N,Ye,we,We]),qt=I(()=>Je(""),[Je]),Et=I(()=>{We(()=>{typeof h=="function"&&h()})},[h,We]),Ta=x("div",{className:`page-popup${Re?" page-popup--closing":""}`,role:"dialog","aria-label":Ft,children:[x("div",{ref:U,className:`page-popup__panel ${dt?"":"page-popup__panel--measuring"} ${he==="center"?"page-popup__panel--center":he==="top"?"page-popup__panel--top":""}`,"aria-modal":"true",children:[s(Qc,{title:oo,subtitle:D?H.subtitle||H.label:Array.isArray(r)?r.join(" / "):void 0,desc:D?void 0:o,depth:D?H.depth:r,icon:D?H.icon:n,wrapperStyle:D?H.wrapperStyle:i,iconTooltip:D?H.iconTooltip:l,progressMax:it,progressIndex:Oe,pageIndex:Oe,pageCount:it,onBack:Et,onClose:Et}),s("div",{className:"page-popup__scroll",children:s("div",{className:`page-popup__content ${he==="center"?"page-popup__content--center":"page-popup__content--top"}`,children:W?ro:D?Ba:typeof f=="function"?f({registerOnNext:Nt,registerOnResult:zt,panelRef:U,setResultOverlay:we}):f})}),s(Jc,{onSettings:g,onNext:Ha,onResult:oa,useNoiseSettingBtn:!!(D?H.useNoiseSetting??!0:v),stepIndex:ot,stepCount:Fe,pageIndex:Oe,pageCount:it})]}),Ye&&!Ye.isEmpty&&(B??Q6)({score:Ye.score,results:Ye.results||Ye.answers||[],contextsLength:Ye.results?Ye.results.length:Ye.answers?Ye.answers.length:0,onReplay:()=>{if(we(null),D){if(tt(ii()),typeof e?.onReplay=="function")try{e.onReplay()}catch{}return}if(W){tt(ii());return}try{const ce=U.current&&U.current._childOnResult;typeof ce=="function"&&ce({replay:!0})}catch{}},onClose:rt}),Ye?.isEmpty&&s("div",{className:"page-popup page-popup--result-empty",role:"dialog","aria-label":M("training.result.eyebrow","\uD6C8\uB828 \uC644\uB8CC"),children:x("div",{className:"page-popup__panel page-popup__panel--center","aria-modal":"true",children:[s("div",{className:"page-popup__scroll",children:s("div",{className:"page-popup__content page-popup__content--center",children:s("div",{className:"page-popup__empty",children:M("training.result.eyebrow","\uD6C8\uB828 \uC644\uB8CC")})})}),s("div",{className:"page-popup__bottom",children:s(ue,{variant:"main",size:48,onClick:rt,label:M("training.result.done","\uC644\uB8CC")})})]})}),s(fo,{message:ut,position:"top",onClose:qt})]}),ba=s(Cb.Provider,{value:pe,children:Ta});return typeof document<"u"&&document.body?ta(ba,document.body):ba}const Fa=t9;Fa.Page=Fr,Fa.ListenStep=ad,Fa.ConfirmStep=od,Fa.ConfirmWithTextStep=rd,Fa.OrderListStep=nd,Fa.CardStep=id,Fa.CardOrderStep=U6;var a9=".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)}";oe(a9);var o9='.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}';oe(o9);function r9({label:t,homonum:e}){const a=qa()?.(t,e)??"",{imgRef:o,loading:r,hasImage:n,onLoad:i,onError:l}=Bc(a);return n?x("div",{className:"tooltip-word-image__cell",children:[r&&s("div",{className:"tooltip-word-image__spinner"}),s("img",{ref:o,src:a,alt:t,draggable:!1,style:{opacity:r?0:1},onLoad:i,onError:l})]}):s("div",{className:"tooltip-word-image__cell tooltip-word-image__cell--text h3",children:s("span",{children:t})})}function ud({words:t,anchorRect:e}){const a=X(null),[o,r]=P(null);return Yt(()=>{if(!e||!a.current)return;const{offsetWidth:n,offsetHeight:i}=a.current,l=window.innerWidth;let d=e.left+e.width/2-n/2,c=e.top-i-8;c<8&&(c=e.bottom+8),d=Math.max(8,Math.min(d,l-n-8)),r({left:d,top:c})},[e]),!e||t.length===0?null:ta(s("div",{ref:a,className:"tooltip-word-image",style:{visibility:o?"visible":"hidden",left:o?.left??0,top:o?.top??-9999},children:s("div",{className:"tooltip-word-image__cells",children:t.map(n=>s(r9,{label:n.label,homonum:n.homonum},`${n.label}_${n.homonum??1}`))})}),document.body)}function Wb({titleIcon:t,resultCount:e,resultUnit:a,searchQuery:o,items:r,groups:n,selected:i=[],onSelect:l,maxSelect:d,onClearSelection:c,onPrint:p,onPrintEmpty:u,className:h,emptyHint:m,sectionType:b="page",disc:g,notice:v}){const{t:f,i18n:y}=Ce(),_=y.language?.startsWith("ko")??!1,{anchorRect:C,openAt:A,close:w}=Ro(),[S,E]=P(null),N=I(()=>{w(),E(null)},[w]),B=(o??"").trim(),j=/^[^,[\]\s]+$/.test(B)?B:"",M=j.length>0,[k,D]=P("ganada"),[L,H]=P("50"),[ne,ae]=P(1),[ie,$]=P(M);ie!==M&&($(M),D(M?"match":"ganada"));const O=k==="match"&&!M?"ganada":k,z=be(()=>[...M?[{value:"match",label:f("wordSearch.sort.match",{defaultValue:"\uC2DC\uC791 \uC6B0\uC120"})}]:[],{value:"ganada",label:f("wordSearch.sort.ganada",{defaultValue:"\uAC00\uB098\uB2E4\uC21C \u2191"})},{value:"ganada_desc",label:f("wordSearch.sort.ganadaDesc",{defaultValue:"\uAC00\uB098\uB2E4\uC21C \u2193"})},{value:"syllable",label:f("wordSearch.sort.syllable",{defaultValue:"\uC74C\uC808 \uC218 \u2191"})},{value:"syllable_desc",label:f("wordSearch.sort.syllableDesc",{defaultValue:"\uC74C\uC808 \uC218 \u2193"})},{value:"grade",label:f("wordSearch.sort.grade",{defaultValue:"\uB4F1\uAE09\uC21C \u2191"})},{value:"grade_desc",label:f("wordSearch.sort.gradeDesc",{defaultValue:"\uB4F1\uAE09\uC21C \u2193"})}],[f,M]),W=be(()=>["10","25","50","100"].map(U=>({value:U,label:f("wordSearch.pageSize",{count:Number(U),defaultValue:`${U}\uAC1C\uC529 \uBCF4\uAE30`})})),[f]),F=U=>U.words[0],K=I((U,he)=>{const _e=Ue=>F(Ue)?.label??"",Re=Ue=>F(Ue)?.syllables??[..._e(Ue)].length,Ve=Ue=>{const Ke=parseInt(F(Ue)?.grade??"",10);return Number.isFinite(Ke)?Ke:999};switch(O){case"match":{const Ue=[...j].length,Ke=We=>Ao(_e(We).slice(0,Ue),j)?0:1;return Ke(U)-Ke(he)||_e(U).localeCompare(_e(he),"ko")}case"ganada":return _e(U).localeCompare(_e(he),"ko");case"ganada_desc":return _e(he).localeCompare(_e(U),"ko");case"syllable":return Re(U)-Re(he)||_e(U).localeCompare(_e(he),"ko");case"syllable_desc":return Re(he)-Re(U)||_e(U).localeCompare(_e(he),"ko");case"grade":return Ve(U)-Ve(he)||_e(U).localeCompare(_e(he),"ko");case"grade_desc":return Ve(he)-Ve(U)||_e(U).localeCompare(_e(he),"ko");default:return 0}},[O,j]),R=be(()=>r.slice().sort(K),[r,K]),G=Number(L)||10,q=be(()=>(n??[]).flatMap(U=>U.items.slice().sort(K).map(he=>({item:he,label:U.label}))),[n,K]),J=n?q.length:R.length,re=Math.max(1,Math.ceil(J/G)),fe=Math.min(ne,re),ve=be(()=>R.slice((fe-1)*G,fe*G),[R,fe,G]),se=be(()=>{if(!n)return null;const U=q.slice((fe-1)*G,fe*G),he=new Map;for(const{item:_e,label:Re}of U)he.has(Re)||he.set(Re,[]),he.get(Re).push(_e);return[...he.entries()].map(([_e,Re])=>({label:_e,items:Re}))},[n,q,fe,G]);Y(()=>{ae(1)},[k,L,J]);const te=J>0?x("div",{className:"word-search-result-block__toolbar",children:[s(aa,{size:40,options:z,value:O,onChange:D,ariaLabel:f("wordSearch.sort.aria",{defaultValue:"\uC815\uB82C"})}),s(aa,{size:40,options:W,value:L,onChange:H,ariaLabel:f("wordSearch.pageSizeAria",{defaultValue:"\uD398\uC774\uC9C0 \uD06C\uAE30"})}),s(Mr,{page:fe,totalPages:re,onChange:ae})]}):void 0,me=U=>{l&&l(U)},Ae=e!==void 0&&a?x(He,{children:[f("wordSearch.resultTitlePrefix","\uCD1D "),s("span",{style:{color:"var(--color-main)"},children:e}),f("wordSearch.resultTitleSuffix",{unit:_?ps(a):a})]}):void 0,ee=e!==void 0&&e>0&&d!==void 0&&a?f("wordSearch.resultDisc",{unit:_?ms(a):a,max:d,selected:i.length}):void 0,pe=g??(v?x(He,{children:[s("span",{className:"word-search-result-block__notice",children:v}),ee?s("span",{className:"word-search-result-block__disc",children:ee}):null]}):ee);return x(vo,{type:b,icon:t,title:Ae,action:te,disc:pe,className:Ne("word-search-result-block",h),children:[x("div",{className:"word-search-result-block__inner",children:[(n?n.length===0:r.length===0)&&x("div",{className:"word-search-result-block__empty-wrap",children:[s("p",{className:"word-search-result-block__empty body-3",children:f("wordSearch.emptyResult","\uAC80\uC0C9 \uACB0\uACFC\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4.")}),m&&s("p",{className:"word-search-result-block__empty-hint body-3",children:m})]}),n?(se??[]).map(U=>s("div",{className:"word-search-result-block__group",children:s("div",{className:"word-search-result-block__items",children:U.items.map(he=>{const _e=i.includes(he.id);return s("div",{onMouseEnter:Re=>{A(Re.currentTarget),E(he.words)},onMouseLeave:N,children:s(ue,{size:"word",align:"grid",label:he.words.map(Re=>Re.label),subLabel:he.words.map(Re=>Re.subLabel).filter(Boolean).length>0?he.words.map(Re=>Re.subLabel):void 0,selected:_e,onClick:()=>me(he.id),minWidth:200})},he.id)})})},U.label)):s("div",{className:"word-search-result-block__items",children:ve.map(U=>{const he=i.includes(U.id);return s("div",{onMouseEnter:_e=>{A(_e.currentTarget),E(U.words)},onMouseLeave:N,children:s(ue,{size:"word",align:"grid",label:U.words.map(_e=>_e.label),subLabel:U.words.map(_e=>_e.subLabel).filter(Boolean).length>0?U.words.map(_e=>_e.subLabel):void 0,selected:he,onClick:()=>me(U.id),minWidth:200})},U.id)})}),S&&C&&s(ud,{words:S,anchorRect:C})]}),re>1&&s("div",{className:"word-search-result-block__pagination-bottom",children:s(Mr,{page:fe,totalPages:re,onChange:ae})}),(c||p)&&x("div",{className:"word-search-result-block__actions",children:[c&&s(ue,{size:"56",type:"bar",label:f("common.resetSelection","\uC120\uD0DD \uCD08\uAE30\uD654"),selected:!1,disabled:i.length===0,onClick:i.length===0?void 0:c}),p&&s("div",{onClick:i.length===0?u:void 0,children:s(ue,{size:"56",type:"bar",variant:"main",label:f("wordTable.title","\uB2E8\uC5B4 \uD45C \uB9CC\uB4E4\uAE30"),disabled:i.length===0,onClick:i.length===0?void 0:p})})]})]})}var n9='.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}}';oe(n9);function i9(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 Vb({sections:t,selectedList:e,count:a,onCountChange:o,maxCount:r=4,minCount:n=1,combinationSections:i,combinationSectionsForSlot:l,onSelect:d,placeholder:c="-",className:p,title:u,titleIcon:h,disc:m,showInfoButton:b=!1,onClearPhoneme:g,onSearch:v,onSearchEmpty:f,searchDisabled:y=!1,searchLabel:_,searchChecking:C=!1,pairMode:A=!1,sectionType:w="page",beforeSearchContent:S,beforeContent:E,afterContent:N,hideCountControl:B=!1,ordinal:j=!1}){const{t:M}=Ce(),k=be(()=>M("wordPairs.infoNotes",{returnObjects:!0}),[M]),D=be(()=>Array.from({length:r-n+1},(R,G)=>{const q=n+G;return{key:String(q),label:M("wordPairs.count",{n:q})}}),[M,r,n]),L=be(()=>M("wordPairs.ordinals",{returnObjects:!0}),[M]),H=I(R=>j?M("wordPairs.phonemeOrdinalLabel",{ordinal:L[R-1]??R}):a===1?M("wordPairs.phonemeSingleLabel","\uC74C\uC808"):M("wordPairs.phonemeN",{n:R}),[j,L,a,M]),ne=I(R=>j?M("wordPairs.phonemeContrastOrdinalLabel",{ordinal:L[R-1]??R}):a===1?M("wordPairs.phonemeContrastSingleLabel","\uB300\uB9BD \uC74C\uC808"):M("wordPairs.phonemeContrast",{n:R}),[j,L,a,M]),ae=I((R,G)=>G?x(He,{children:[R,s("span",{className:"phoneme-select-block__required",children:"*"})]}):R,[]),{anchorRect:ie,toggleAt:$,close:O}=Ro(),z=I(R=>o(Number(R)),[o]),W=ua("(max-width: 767px)"),F=I(R=>i9(R,t).map(({label:G,value:q,displayLabel:J})=>{const re=!!q&&q!=="\uC5C6\uC74C";return x("span",{className:Ne("phoneme-select-block__cell-jamo-part",q?"":"phoneme-select-block__cell-jamo-part--empty",re?"":"phoneme-select-block__cell-jamo-part--no-label"),children:[s("span",{className:`phoneme-select-block__cell-jamo-char h1${q==="\uC5C6\uC74C"?" phoneme-select-block__cell-jamo-char--excluded":""}`,children:q==="\uC5C6\uC74C"?"x":q||c}),re&&s("span",{className:"phoneme-select-block__cell-jamo-label caption-2",children:J??G})]},G)}),[t,c]),K=x(He,{children:[s("div",{"data-tooltip-ignore":!0,children:s(ue,{size:40,type:W?"dot":void 0,icon:"info",label:W?void 0:M("wordPairs.caution","\uC720\uC758\uC0AC\uD56D"),selected:!!ie,onClick:R=>$(R.currentTarget)})}),ie&&s(go,{title:M("wordPairs.caution","\uC720\uC758\uC0AC\uD56D"),items:k,anchorRect:ie,onClose:O})]});return x(vo,{type:w,title:u,icon:h,disc:m,action:K,className:Ne("phoneme-select-block",p),children:[E,(!B||b&&!(u||m))&&x("div",{className:"phoneme-select-block__controls",children:[!B&&s(to,{options:D,value:String(a),onChange:z,size:40,className:"phoneme-select-block__count-control"}),b&&!(u||m)&&K]}),s("div",{className:"phoneme-select-block__cells",children:A?x(He,{children:[s("div",{className:"phoneme-select-block__cell-group",children:Array.from({length:a}).map((R,G)=>{const q=e[G*2]??{};return x("div",{className:"phoneme-select-block__cell",children:[s("div",{className:"phoneme-select-block__cell-circle",children:s("div",{className:"phoneme-select-block__cell-jamo",children:F(q)})}),s("span",{className:"phoneme-select-block__cell-index caption-1",children:H(G+1)})]},G)})}),s("span",{className:"phoneme-select-block__cell-vs h3",children:M("wordPairs.phonemeSelect.vs","\uB300")}),s("div",{className:"phoneme-select-block__cell-group",children:Array.from({length:a}).map((R,G)=>{const q=e[G*2+1]??{};return x("div",{className:"phoneme-select-block__cell",children:[s("div",{className:"phoneme-select-block__cell-circle",children:s("div",{className:"phoneme-select-block__cell-jamo",children:F(q)})}),s("span",{className:"phoneme-select-block__cell-index caption-1",children:ne(G+1)})]},G)})})]}):e.map((R,G)=>x("div",{className:"phoneme-select-block__cell",children:[s("div",{className:"phoneme-select-block__cell-circle",children:s("div",{className:"phoneme-select-block__cell-jamo",children:F(R)})}),s("span",{className:"phoneme-select-block__cell-index caption-1",children:H(G+1)})]},G))}),(i||l)&&s("div",{className:"phoneme-select-block__panels",children:s("div",{className:"phoneme-select-block__detail",children:A?x("div",{className:"phoneme-select-block__pair-panels",children:[s("div",{className:"phoneme-select-block__panel-group",children:Array.from({length:a}).map((R,G)=>{const q=e[G*2]??{};return s(Na,{title:ae(H(G+1),G===0),sections:l?l(q,G*2):i,selected:q,onSelect:d?.(G*2),align:"newline"},G)})}),s("div",{className:"phoneme-select-block__panel-group",children:Array.from({length:a}).map((R,G)=>{const q=e[G*2+1]??{};return s(Na,{title:ne(G+1),sections:l?l(q,G*2+1):i,selected:q,onSelect:d?.(G*2+1),align:"newline"},G)})})]}):e.map((R,G)=>s(Na,{title:ae(H(G+1),G===0),sections:l?l(R,G):i,selected:R,onSelect:d?.(G),align:"newline"},G))})}),S&&s("div",{className:"phoneme-select-block__before-search",children:S}),(g||v||C)&&(()=>{const R=e.every(G=>Object.entries(G).every(([q,J])=>!J||q==="\uC885\uC131"&&J==="\uC5C6\uC74C"));return x("div",{className:"phoneme-select-block__search-row",onClick:R?f:void 0,children:[g&&s(ue,{size:"56",type:"bar",label:M("wordPairs.resetOptions","\uAC80\uC0C9 \uC635\uC158 \uCD08\uAE30\uD654"),selected:!1,disabled:R,onClick:R?void 0:g}),C?x("div",{className:"phoneme-select-block__checking",children:[s("div",{className:"phoneme-select-block__spinner"}),s("span",{className:"button-1 phoneme-select-block__checking-label",children:_??M("wordSearch.searchButton","\uAC80\uC0C9\uD558\uAE30")})]}):v&&s(ue,{size:"56",type:"bar",variant:"main",label:_??M("wordSearch.searchButton","\uAC80\uC0C9\uD558\uAE30"),disabled:R||y,onClick:R||y?void 0:v})]})})(),N]})}function Gb({title:t,sections:e,selected:a,onSelect:o,className:r}){const{t:n}=Ce();return s(Na,{className:r,title:t??n("wordSearch.filterTitle","\uB2E8\uC5B4 \uAC80\uC0C9 \uC124\uC815"),sections:e,selected:a,onSelect:o,align:"inline"})}function qb({title:t,headerAction:e,sections:a,selected:o,onSelect:r,className:n}){const{t:i}=Ce();return a.length===0?null:s(Na,{className:n,title:t??i("training.filter.phonemeGroup",{defaultValue:"\uD6C8\uB828 \uC74C\uC808"}),headerAction:e,sections:a,selected:o,onSelect:r,align:"newline"})}function Yb({title:t,mode:e,onModeChange:a,matchMode:o,onMatchModeChange:r,positionCount:n,onPositionCountChange:i,inputMode:l,onInputModeChange:d,className:c}){const{t:p}=Ce(),u={searchMode:p("wordPairs.filter.searchModeLabel","\uB300\uB9BD \uBC29\uC2DD"),phonemeOrder:p("wordPairs.filter.phonemeOrder","\uC785\uB825 \uC74C\uC808 \uC704\uCE58"),count:p("wordPairs.filter.countLabel","\uC785\uB825 \uC74C\uC808 \uAC2F\uC218"),inputMode:p("wordPairs.filter.inputModeLabel","\uC785\uB825 \uBC29\uC2DD"),orderAny:p("wordPairs.filter.orderAny","\uBB34\uAD00"),orderMatch:p("wordPairs.filter.orderMatch","\uC77C\uCE58"),include:p("wordPairs.mode.include","\uC74C\uC18C \uD3EC\uD568"),pick:p("wordPairs.mode.pick","\uC74C\uC18C \uB300\uB9BD"),explicit:p("wordPairs.mode.contrast","\uC74C\uC18C \uB300\uB9BD \uC9C0\uC815"),charInput:p("wordPairs.input.char","\uAE00\uC790 \uC120\uD0DD"),pronInput:p("wordPairs.input.pron","\uBC1C\uC74C \uC120\uD0DD")},h=v=>p("wordPairs.count",{n:v}),m=[{label:u.searchMode,items:[u.include,u.pick,u.explicit],display:"segmented",labelAction:s(Oo,{title:p("wordPairs.mode.infoTitle","\uB300\uB9BD \uBC29\uC2DD"),items:[p("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."),p("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."),p("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:u.phonemeOrder,items:[u.orderAny,u.orderMatch],display:"segmented",labelAction:s(Oo,{items:p("wordPairs.filter.phonemeOrderInfo",{returnObjects:!0})})},{label:u.count,items:[h(1),h(2)],display:"segmented"},{label:u.inputMode,items:[u.charInput,u.pronInput],display:"segmented",labelAction:s(Oo,{title:p("wordPairs.input.infoTitle","\uC785\uB825 \uBC29\uC2DD"),items:[p("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."),p("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.")]})}],b={[u.searchMode]:e==="explicit"?u.explicit:e==="pick"?u.pick:u.include,[u.phonemeOrder]:o==="ordered"?u.orderMatch:u.orderAny,[u.count]:h(n),[u.inputMode]:l==="phoneme"?u.pronInput:u.charInput},g=(v,f)=>{f===u.searchMode?a(v===u.explicit?"explicit":v===u.pick?"pick":"include"):f===u.phonemeOrder?r(v===u.orderMatch?"ordered":"unordered"):f===u.count?i(v===h(2)?2:1):f===u.inputMode&&d(v===u.pronInput?"phoneme":"word")};return s(Na,{className:c,title:t??p("wordPairs.filter.searchOptionsTitle","\uB300\uB9BD \uC124\uC815"),sections:m,selected:b,onSelect:g,align:"inline"})}var s9=".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}";oe(s9);function Ub(t){const{title:e,items:a,columns:o,gridTemplateColumns:r,searchPlaceholder:n,searchFn:i,defaultSortKey:l,defaultSortAsc:d=!0,selectedId:c,selectedIds:p,onSelect:u,onClose:h,pageSizeOptions:m=[10,25,50,100],initialPageSize:b,emptyText:g,countLabel:v,topContent:f,className:y=""}=t,{t:_}=Ce(),C=n??_("common.search","\uAC80\uC0C9"),A=g??_("common.emptyList","\uD56D\uBAA9\uC774 \uC5C6\uC2B5\uB2C8\uB2E4."),[w,S]=P(""),[E,N]=P(l??o[0]?.key??""),[B,j]=P(d),[M,k]=P(String(b??m[0]??10)),[D,L]=P(1);Y(()=>{L(1)},[w,M]);const H=i!==null,ne=I((R,G)=>{if(!G)return!0;const q=G.toLowerCase();return o.some(J=>{const re=R[J.key];return re==null?!1:String(re).toLowerCase().includes(q)})},[o]),ae=i??ne,ie=be(()=>{const R=H?a.filter(G=>ae(G,w)):a;return E?[...R].sort((G,q)=>{const J=G[E]??"",re=q[E]??"";return J===re?0:B?J>re?1:-1:J<re?1:-1}):R},[a,w,E,B,H,ae]),$=Math.max(1,Math.ceil(ie.length/Number(M))),O=ie.slice((D-1)*Number(M),D*Number(M)),z=I(R=>{E===R?j(G=>!G):(N(R),j(!0))},[E]),W=be(()=>{if(typeof v=="string"&&v.includes("{n}")){const[R,G]=v.split("{n}");return{prefix:R,suffix:G}}return{prefix:_("common.totalCountPrefix","\uCD1D "),suffix:_("common.totalCountSuffix","\uAC1C")}},[v,_]),F=be(()=>o.map(R=>({label:R.label,onClick:R.sortable!==!1?()=>z(R.key):void 0,className:R.className,sortDir:R.sortable!==!1&&E===R.key?B?"asc":"desc":null})),[o,E,B,z]),K=be(()=>m.map(R=>({value:String(R),label:_("common.pageSizeLabel",{n:R})})),[m,_]);return x(Oa,{className:`popup-list ${y}`,title:e,onClose:h,children:[f,s(zn,{count:{value:ie.length,prefix:W.prefix,suffix:W.suffix},search:H?{value:w,onChange:S,placeholder:C}:void 0,pageSize:{options:K,value:M,onChange:k},pagination:{page:D,total:$,onChange:L}}),s(Vn,{size:"medium",gridTemplateColumns:r,resizable:!0,fields:F,items:O,onRowClick:u,renderRow:R=>{const G=p!=null?R.id!=null&&p.has(R.id):c!=null&&R.id===c;return o.map(q=>({content:q.render?q.render(R):R[q.key]??"",className:G?"popup-list__row--selected":q.className}))},empty:A})]})}function Kb(t){const{title:e,message:a,topContent:o,details:r,children:n,confirmLabel:i,cancelLabel:l,hideCancel:d=!1,extraAction:c,confirmVariant:p="main",confirmDisabled:u=!1,onConfirm:h,closeOnConfirm:m=!0,onClose:b,inline:g,size:v="small",className:f}=t,{t:y}=Ce(),_=X(!1),[C,A]=P(!1);return x(Oa,{title:e,onClose:b,closeDisabled:C,inline:g,size:v,className:Ne("confirm-popup",f),buttons:[...c?[{label:c.label,variant:c.variant??"default",disabled:C,onClick:({closeWithAnimation:w})=>{c.onClick(),w()}}]:[],...d?[]:[{label:l??y("common.cancel","\uCDE8\uC18C"),variant:"default",disabled:C,onClick:({closeWithAnimation:w})=>w()}],{label:i??y("common.confirm","\uD655\uC778"),variant:p,disabled:u||C,onClick:async({closeWithAnimation:w})=>{if(!_.current){_.current=!0,A(!0);try{await h(w),m&&w()}finally{_.current=!1,A(!1)}}}}],children:[o!=null&&s("div",{className:"confirm-popup__top",children:o}),r&&r.length>0&&s(zr,{children:r.map((w,S)=>s(za,{label:w.label,children:s("span",{className:"panel-row__text body-2",children:w.value})},S))}),s("p",{className:"body-2 confirm-popup__message",children:a}),n]})}var l9=".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}";oe(l9);function Zb({onApply:t,onCancel:e}){const{t:a}=Ce(),[o,r]=P(""),[n,i]=P(!1),[l,d]=P(null),c=X(null);Y(()=>{c.current?.focus()},[]);const p=I(async m=>{const b=o.trim();if(b){i(!0),d(null);try{await t(b),m()}catch(g){d(bn(g)),i(!1)}}},[o,t]),u=I((m,b)=>{m.key==="Enter"&&p(b)},[p]),h=m=>{r(m.target.value),d(null)};return s(Oa,{className:"coupon-input-popup",title:a("usage.couponButton","\uCFE0\uD3F0 \uC785\uB825"),size:"small",onClose:e,closeDisabled:n,buttons:[{label:a("common.cancel","\uCDE8\uC18C"),variant:"default",disabled:n,onClick:({closeWithAnimation:m})=>m()},{label:a("coupons.applyButton","\uC801\uC6A9"),variant:"main",disabled:!o.trim()||n,onClick:({closeWithAnimation:m})=>{p(m)}}],children:({closeWithAnimation:m})=>x(He,{children:[s("input",{ref:c,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:h,onKeyDown:b=>u(b,m),disabled:n,autoComplete:"off",spellCheck:!1}),l&&s("p",{className:"coupon-input-popup__error caption-1",role:"alert",children:l})]})})}var c9=".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}";oe(c9);const Xb=200;function d9(t){return t.itemId?(Ks()[t.trainingType]??[]).find(e=>e?.id!=null&&String(e.id)===String(t.itemId))??null:null}function Jb({plan:t,anchorRect:e,offset:a=12,onClose:o}){const r=be(()=>wn.map(i=>({type:i,items:(t.items??[]).filter(l=>l.trainingType===i.key)})).filter(i=>i.items.length>0),[t.items]);if(r.length===0)return null;const n=s("div",{className:"tooltip-training__box",children:s("div",{className:"tooltip-training__groups",children:r.flatMap(({type:i,items:l},d)=>[d>0?s("div",{className:"tooltip-training__divider"},`div-${i.key}`):null,x("div",{className:"tooltip-training__section",children:[s("div",{className:"tooltip-training__section-header",children:s("span",{className:"tooltip-training__type-label body-3b",children:i.label})}),s("div",{className:"tooltip-training__items",children:l.map((c,p)=>{const u=d9(c);return u?s(Gn,{index:p,type:i,trainingData:u,size:"compact",hideCheckBadge:!0},c.itemId??p):null})})]},i.key)])})});return e?s(Pa,{anchorRect:e,offset:a,onClose:o,closeOnOutsideClick:!1,className:"tooltip-training",children:n}):n}var u9=".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}";oe(u9);const Qb=["var(--color-main)","var(--color-sub)"];function pd({active:t=!1,count:e=40,duration:a=2e3,strength:o=1,onComplete:r,trigger:n=0}){const i=be(()=>{const g=Math.floor(e/2),v=e-g,f=(y,_)=>Array.from({length:y}).map((C,A)=>{const w=6+Math.random()*12,S=Math.round(Math.min(18,w*Math.min(1.5,1+o*.4))),E=Qb[Math.floor(Math.random()*Qb.length)],N=Math.random()*300,B=(360+Math.random()*260)*o*1.2,j=(_==="left"?-95+Math.random()*40:-85-Math.random()*40)*Math.PI/180,M=Math.cos(j)*B,k=Math.sin(j)*B*1.35,D=Math.random()*720-360,L=(1200+Math.random()*3e3)*Math.min(1.6,1+o*.3),H=Math.random()>.7?"50%":"3px";return{id:`${_}-${A}`,side:_,size:S,color:E,delay:N,vx:M,vy:k,angularVel:D,life:L,borderRadius:H}});return[...f(g,"left"),...f(v,"right")]},[e,o]),l=X(null),d=X({}),c=X(null),p=X(r);Y(()=>{p.current=r},[r]);const u=X(null),h=X(null),m=()=>{if(typeof document>"u")return null;let g=document.querySelector("[data-ihab-effect-root]");return g||(g=document.createElement("div"),g.className="app-effect",g.dataset.ihabEffectRoot="",g.style.position="fixed",g.style.inset="0",g.style.pointerEvents="none",g.style.zIndex="99998",document.body.appendChild(g)),g};if(typeof document<"u"&&h.current==null&&(h.current=m()),Y(()=>{if(!t)return;if(typeof window<"u"&&window.matchMedia?.("(prefers-reduced-motion: reduce)").matches){p.current?.();return}const g=1200,v=performance.now(),f=h.current&&h.current!==document.body?h.current.getBoundingClientRect():null,y=Math.max(60,(window.innerHeight||800)*.05),_=$=>Math.max(40,($||window.innerWidth)*.02),C=f?.width||window.innerWidth||375,A=f?.height||window.innerHeight||812,w=$=>{const O=[...$].sort((z,W)=>z-W);return O[Math.floor(O.length/2)]||1},S=w(i.map($=>Math.abs($.vy))),E=w(i.map($=>Math.abs($.vx))),N=Math.sqrt(2*g*(A*.72+y))/S,B=S*N/g,j=C*.5/(E*B),M=($,O,z)=>Math.min(z,Math.max(O,$)),k=M(N,.8,2.4),D=M(j,.7,2.2),L=i.map($=>({...$,vx:$.vx*D,vy:$.vy*k,startTime:v+$.delay,ended:!1})),H=f?{x:f.left-_(f.width),y:f.top+f.height+y}:{x:-_(window.innerWidth),y:window.innerHeight+y},ne=f?{x:f.left+f.width+_(f.width),y:f.top+f.height+y}:{x:window.innerWidth+_(window.innerWidth),y:window.innerHeight+y},ae=$=>{let O=!1;for(const z of L){const W=d.current[z.id];if(!W||!W)continue;if($<z.startTime){W.style.display="none";continue}if(!z._inited){const se=z.side==="left"?H.x:ne.x,te=z.side==="left"?H.y:ne.y;W.style.left=`${se}px`,W.style.top=`${te}px`,W.style.transform="translate3d(0px, 0px, 0)",W.style.display="block",W.style.zIndex="100000";try{if(typeof window<"u"&&typeof z.color=="string"&&z.color.startsWith("var(")){const me=z.color.slice(4,-1).trim(),Ae=getComputedStyle(document.documentElement).getPropertyValue(me).trim();Ae?W.style.background=Ae:W.style.background="#FF0060"}}catch{}z._inited=!0}const F=($-z.startTime)/1e3;if(F<0)continue;const K=z.life/1e3;if(F>=K){W.style.opacity="0",W.style.display="none",z.ended=!0;continue}O=!0;const R=z.side==="left"?H.x:ne.x,G=z.side==="left"?H.y:ne.y,q=R+z.vx*F,J=G+z.vy*F+.5*g*F*F,re=(z.angularVel||0)*F,fe=q-R,ve=J-G;W.style.transform=`translate3d(${fe}px, ${ve}px, 0) rotate(${re}deg)`,W.style.opacity=`${Math.max(0,1-F/K)}`}O?c.current=requestAnimationFrame(ae):p.current?.()};c.current=requestAnimationFrame(ae);const ie=setTimeout(()=>{try{if((h.current?h.current.querySelectorAll(".confetti"):document.querySelectorAll(".confetti")).length===0&&!document.querySelector(".party-container")){const $=document.createElement("div");$.className="party-container",$.style.position="fixed",$.style.inset="0",$.style.pointerEvents="none",$.style.overflow="visible",$.style.zIndex="2147483647";for(const O of i){const z=document.createElement("span");z.className=`confetti confetti--${O.side}`,z.setAttribute("aria-hidden","true"),z.style.display="none",z.style.position="fixed",z.style.left="0px",z.style.top="0px",z.style.width=`${O.size}px`,z.style.height=`${Math.max(4,O.size*.6)}px`;let W=O.color;try{if(typeof W=="string"&&W.startsWith("var(")){const F=W.slice(4,-1).trim(),K=getComputedStyle(document.documentElement).getPropertyValue(F).trim();K&&(W=K)}}catch{}z.style.background=W,z.style.borderRadius=O.borderRadius,z.style.transform="translate3d(0,0,0)",z.style.opacity="0",$.appendChild(z),d.current[O.id]=z}(document.body||h.current).appendChild($),u.current=$}}catch{}},300);return()=>{if(c.current&&cancelAnimationFrame(c.current),clearTimeout(ie),u.current){try{u.current.remove()}catch{}u.current=null}}},[t,a,n,i]),!t)return null;const b=s("div",{className:"party-container",ref:l,children:i.map(g=>s("span",{"aria-hidden":!0,ref:v=>{d.current[g.id]=v},className:`confetti confetti--${g.side}`,style:{width:`${g.size}px`,height:`${Math.max(4,g.size*.6)}px`,background:g.color,borderRadius:g.borderRadius}},`${g.id}-${n}`))});return typeof document<"u"?ta(b,h.current||document.body):b}function ef({trigger:t=0,active:e=!1}){const a=X(0);return Y(()=>{a.current=t},[t]),s(pd,{active:e,trigger:t})}var p9=".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}}";oe(p9);function tf({title:t,sub:e,rightAction:a,titleAction:o,badge:r,badgeVariant:n="default",documentTitle:i}){return $l(typeof t=="string"?t:i??null),x("div",{className:"page-title",children:[x("div",{className:"page-title__main",children:[x("div",{className:"page-title__title-row",children:[s("h1",{className:"page-title__title h1",children:t}),r&&s("div",{className:"page-title__badge",children:s(_t,{label:r,size:"small",variant:n,fill:"outline"})})]}),e&&s("p",{className:"page-title__sub body-2",children:e})]}),a?s("div",{className:"page-title__action",children:a}):null]})}function af(t){return t??""}const of=Wa({words:[],loading:!1});function rf(){return Va(of)}function nf({words:t,loading:e,error:a,statusMessage:o,localVersion:r,remoteVersion:n,progress:i,clearAndRefetch:l,checkRemoteVersion:d,children:c}){return s(of.Provider,{value:{words:t,loading:e,error:a,statusMessage:o,localVersion:r,remoteVersion:n,progress:i,clearAndRefetch:l,checkRemoteVersion:d},children:c})}var h9=".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%}";oe(h9);function sf({title:t,message:e,actionLabel:a,onAction:o,icon:r,onClose:n,className:i=""}){const{t:l}=Ce(),d=a??l("common.update","\uC5C5\uB370\uC774\uD2B8");return x("div",{className:Ne("update-alert",i),role:"alert",children:[n&&s("button",{type:"button",className:"update-alert__close",onClick:n,"aria-label":l("common.close","\uB2EB\uAE30"),children:"\xD7"}),x("div",{className:"update-alert__top",children:[s("div",{className:"update-alert__icon",children:r??s(Qd,{size:20,strokeWidth:2})}),x("div",{className:"update-alert__body",children:[s("div",{className:"update-alert__title h4",children:t}),s("div",{className:"update-alert__message body-3",children:e})]})]}),o&&s(ue,{size:32,variant:"main",shape:"pill",className:"update-alert__action",onClick:o,children:d})]})}var m9=".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}";oe(m9);function lf({title:t,description:e,topActions:a,children:o,footerLeft:r,footerRight:n,onClick:i,draggable:l,onDragStart:d,onDragEnd:c,className:p}){const u=r!=null||n!=null,h=o!=null&&o!==!1,m=I(b=>{i&&b.target===b.currentTarget&&(b.key==="Enter"||b.key===" ")&&(b.preventDefault(),i())},[i]);return x("div",{className:Ne("training-card",i?"training-card--clickable":"",p),onClick:i,onKeyDown:i?m:void 0,role:i?"button":void 0,tabIndex:i?0:void 0,draggable:l,onDragStart:d,onDragEnd:c,children:[x("div",{className:"training-card__header",children:[x("div",{className:"training-card__title-row",children:[typeof t=="string"?s("h3",{className:"training-card__title h4",children:t}):t,a!=null&&s("div",{className:"training-card__top-actions",onClick:b=>b.stopPropagation(),children:a})]}),e!=null?typeof e=="string"?s("p",{className:"training-card__description body-3",children:e}):e:s("p",{className:"training-card__description body-3","aria-hidden":"true",children:" "})]}),h&&s("div",{className:"training-card__body",children:o}),u&&x("div",{className:"training-card__footer",children:[r!=null&&s("div",{className:"training-card__footer-left",children:r}),n!=null&&s("div",{className:"training-card__meta",children:n})]})]})}var g9=".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}";oe(g9);function cf({title:t,count:e,collapsed:a=!1,onToggle:o,sort:r,actions:n,empty:i=!1,emptyContent:l,dragOver:d=!1,onDragOver:c,onDragLeave:p,onDrop:u,children:h,className:m}){const{t:b}=Ce(),g=Ne("training-card-group",d&&"training-card-group--dragover",a&&"training-card-group--collapsed",m);return x("div",{className:g,onDragOver:c,onDragLeave:p,onDrop:u,children:[x("header",{className:"training-card-group__header",children:[s(ue,{size:40,type:"dot",variant:"transparent-gray",useBorder:!1,icon:a?"chevron-right":"chevron-down",ariaLabel:a?b("common.expand","\uD3BC\uCE58\uAE30"):b("common.collapse","\uC811\uAE30"),className:"training-card-group__chevron",onClick:o}),typeof t=="string"?s("span",{className:"training-card-group__title h5b",children:t}):t,e!==void 0&&s("span",{className:"training-card-group__count body-3b",children:e}),(r||n!=null)&&x("span",{className:"training-card-group__actions",onClick:v=>v.stopPropagation(),children:[r&&s(aa,{size:40,options:r.options,value:r.value,placeholder:r.placeholder,onChange:r.onChange}),n]})]}),!a&&(i?s("div",{className:"training-card-group__empty body-3",children:l}):s("div",{className:"training-card-group__grid",children:h}))]})}var b9=".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}}";oe(b9);const f9="speechear:saved_word_tables";function v9(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 y9(){try{const t=localStorage.getItem(f9);if(!t)return[];const e=JSON.parse(t);return Array.isArray(e)?e.filter(v9):[]}catch{return[]}}function df({title:t,titleIcon:e,disc:a,items:o,onSaveComplete:r,onLoad:n,onRemoveItem:i,onReset:l,resetLabel:d,saveButtonLabel:c,secondarySaveButtonLabel:p,onReorder:u,showCellCount:h,onAddItem:m,className:b,renderSavePopup:g,renderWordSearch:v,hideControls:f,saveOnly:y,tableName:_,nameValue:C,onNameChange:A,descriptionValue:w,onDescriptionChange:S,namePlaceholder:E,descriptionPlaceholder:N,existingNames:B,editingName:j,onCancel:M}){const{t:k}=Ce(),D=d??k("wordPrint.clearAllSelection","\uBAA8\uB450 \uC120\uD0DD \uD574\uC81C"),L=o===void 0,H=!!A,[ne,ae]=P([]),ie=(C??"").trim(),$=ie||(E??"").trim(),O=(w??"").trim()||(N??"").trim(),z=(B??[]).map(ge=>ge.trim().toLowerCase()),W=[j?.trim().toLowerCase(),...ne].filter(ge=>!!ge),F=[...z];for(const ge of W){const Ee=F.indexOf(ge);Ee!==-1&&F.splice(Ee,1)}const K=ie!==""&&F.includes(ie.toLowerCase()),[R,G]=P(Array(4).fill(null)),[q,J]=P(4),[re,fe]=P(null),[ve,se]=P("landscape"),[te,me]=P(["\uC774\uBBF8\uC9C0","\uB2E8\uC5B4","\uD45C\uC900 \uBC1C\uC74C"]),[Ae,ee]=P("\uD45C\uC2DC"),[pe,U]=P(!0),[he,_e]=P(!0),Re=X(null),Ve=X([]),[Ue,Ke]=P(8),[We,dt]=P("right"),[Ge,Xe]=P(!1),[Ye,we]=P(!1),{toastMessage:ut,toastType:Je,showWarning:ze,clearToast:tt}=Rn("warning"),It=I(()=>fe(null),[fe]),[at,et]=P(()=>Math.max(o?.length??1,1));Y(()=>{L||et(ge=>Math.max(ge,o?.length??1))},[o?.length,L]);const yt=L?q:h?Math.max(at,o?.length??1):Math.max(o?.length??0,1),{width:Oe,height:ct}=yo[ve],nt=!L&&!h,Fe=o?.length??0,ot=Math.min(Ue,Math.max(Fe,1)),it=nt?ot:yt,Nt=nt?Dg(o??[],it):null,zt=!!Nt&&Nt.length>1,ht=L?R.some(ge=>ge!==null&&ge.length>1):(o??[]).some(ge=>ge.words.length>1),Jt=_?.trim()||`${yn(fn())} ${ht?k("wordTable.printFileNamePair","\uB300\uB9BD\uC30D\uD45C"):k("wordTable.printFileNameSingle","\uB2E8\uC5B4\uD45C")}`,wt=I(()=>zt?Ve.current.filter(ge=>ge!==null):Re.current?[Re.current]:[],[zt]),{print:Qt,openNewWindow:ma,downloadHtml:ea}=Xn({getElements:wt,paperW:Oe,paperH:ct,fileName:Jt,onPopupBlocked:()=>{ze(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."))}}),ja=ge=>{J(ge),G(Ee=>{const st=Array(ge).fill(null);return Ee.slice(0,ge).forEach((Bt,Tt)=>{st[Tt]=Bt}),st}),fe(null)},ga=ge=>{G(Ee=>{const st=[...Ee];return st[ge]=null,st}),re===ge&&fe(null)},oa=ge=>{if(re===null)return;const Ee=re;G(Bt=>{const Tt=[...Bt];return Tt[Ee]=ge,Tt});const st=R.findIndex((Bt,Tt)=>Tt>Ee&&Bt===null);fe(st!==-1?st:null)},Ha=L?R.some(ge=>ge?.some(Ee=>!!Ee.colloquialPronunciation)):(o??[]).some(ge=>ge.words.some(Ee=>!!Ee.colloquialLabel)),Ft=be(()=>qa()?L?R.flatMap(ge=>(ge??[]).map(Ee=>[Ee.word,Ee.homonum])):(o??[]).flatMap(ge=>ge.words.map(Ee=>[Ee.label,Ee.homonum])):[],[L,R,o]),[oo,Gt]=P(!1);Y(()=>{if(Ft.length===0)return;let ge=!1;return Promise.all(Ft.map(([Ee,st])=>dr(Ee,st))).then(Ee=>{ge||Gt(Ee.some(Boolean))}),()=>{ge=!0}},[Ft]);const Ba=Ft.length>0&&oo,ro=be(()=>[...L||h?[{label:k("wordTable.filter.columns","\uCE78 \uC218"),items:Kk.map(ge=>({value:`${ge}\uCE78`,displayLabel:k("wordTable.filter.column",{count:ge})})),display:"segmented"}]:[],...nt&&(o?.length??0)>0?[Ig(k,{hasPairs:ht,itemCount:Fe})]:[],...zt?[zg(k)]:[]],[k,L,h,nt,o?.length,ht,Fe,zt]),rt={...L||h?{[k("wordTable.filter.columns","\uCE78 \uC218")]:`${L?q:at}\uCE78`}:{},...nt&&(o?.length??0)>0?{[k(ht?"wordTable.filter.itemsPerPagePair":"wordTable.filter.itemsPerPageWord")]:`${ot}\uAC1C`}:{},...zt?{[k("wordTable.filter.pageNumber","\uD398\uC774\uC9C0 \uBC88\uD638")]:Fg[We]}:{}},qt=(ge,Ee)=>{Ee===k("wordTable.filter.columns","\uCE78 \uC218")?L?ja(parseInt(ge)):et(parseInt(ge)):Ee===k(ht?"wordTable.filter.itemsPerPagePair":"wordTable.filter.itemsPerPageWord")?Ke(parseInt(ge)):Ee===k("wordTable.filter.pageNumber","\uD398\uC774\uC9C0 \uBC88\uD638")&&dt(jg(ge))},Et=L?R.filter(ge=>ge!==null).map(ge=>({id:ge[0].word,words:ge.map(Ee=>({label:Ee.word,subLabel:Ee.pronunciation,homonum:Ee.homonum}))})):o??[],Ta=(ge=!1)=>{if(we(ge),H&&r){const Ee=$.trim().toLowerCase();Ee&&ae(st=>st.includes(Ee)?st:[...st,Ee]),r($,Et,O||void 0,ge);return}if(y&&r){r("",Et,void 0,ge);return}if(r){Xe(!0);return}ea()},[ba,ce]=P(!1),[ke,xe]=P(""),Z=ke.trim(),le=Z!==""&&z.includes(Z.toLowerCase()),Se=()=>{xe($?`${$} (\uBCF5\uC0AC)`:""),ce(!0)},De=()=>{!Z||le||!r||(r(Z,Et,O||void 0,!0),ce(!1))},Be=Et.length===0,Ie=Be||H&&($===""||K),pt=()=>{if(Be){ze(k("wordTable.emptyItems","\uB2E8\uC5B4\uB97C 1\uAC1C \uC774\uC0C1 \uCD94\uAC00\uD574\uC8FC\uC138\uC694."));return}if(H&&$===""){ze(k("wordTable.save.nameRequired","\uD45C \uC774\uB984\uC744 \uC785\uB825\uD574 \uC8FC\uC138\uC694."));return}H&&K&&ze(k("wordTable.save.duplicateName","\uC774\uBBF8 \uC0AC\uC6A9 \uC911\uC778 \uC774\uB984\uC785\uB2C8\uB2E4."))},ft=s(Co,{items:Et,orientation:ve,contentTypes:te,cutLine:Ae,showOutline:pe,showDivLine:he,count:yt});return x(He,{children:[x(vo,{type:"page",icon:e,title:t,disc:a,className:Ne("word-table-block",b),children:[ba&&s(Oa,{size:"small",title:p??k("wordTable.saveAsNewButton","\uB2E4\uB978 \uC774\uB984\uC73C\uB85C \uC800\uC7A5"),onClose:()=>ce(!1),footer:({closeWithAnimation:ge})=>x(He,{children:[s(ue,{size:48,type:"bar",label:k("common.cancel","\uCDE8\uC18C"),onClick:ge}),s(ue,{size:48,type:"bar",variant:"main",label:k("common.save","\uC800\uC7A5"),disabled:!Z||le,onClick:De})]}),children:s(eo,{label:k("wordTable.save.nameLabel","\uC774\uB984"),value:ke,onChange:xe,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:De,error:le?k("wordTable.save.duplicateName","\uC774\uBBF8 \uC0AC\uC6A9 \uC911\uC778 \uC774\uB984\uC785\uB2C8\uB2E4."):void 0})}),Ge&&r&&g?.({defaultName:typeof t=="string"?t:k("wordTable.defaultName","\uB2E8\uC5B4 \uD45C"),preview:ft,previewW:Oe,previewH:ct,items:Et,existingNames:y9().map(ge=>ge.name),saveAsNew:Ye,onSave:(ge,Ee)=>{r(ge,Et,Ee,Ye),Xe(!1)},onCancel:()=>Xe(!1)}),(L||m)&&re!==null&&v?.({cellIndex:re,onConfirm:L?oa:ge=>{if(m){const Ee=ge[0];Ee&&m({id:Ee.word,words:[{label:Ee.word,subLabel:Ee.pronunciation,homonum:Ee.homonum}]})}fe(null)},onClose:It}),!f&&s(Zn,{hasImage:Ba,hasColloquial:Ha,contentTypes:te,orientation:ve,showOutline:pe,cutLine:Ae,showDivLine:he,setters:{setContentTypes:me,setOrientation:se,setShowOutline:U,setCutLine:ee,setShowDivLine:_e},showCutLine:(nt?it:yt)>1,showDivLine2:ht,middleSections:ro,extraSelected:rt,onExtraSelect:qt}),zt&&Nt?s("div",{className:"word-table-block__pages",children:Nt.map((ge,Ee)=>s(Co,{orientation:ve,contentTypes:te,cutLine:Ae,showOutline:pe,showDivLine:he,count:it,items:ge,onRemoveItem:i,contentRef:st=>{Ve.current[Ee]=st},pageNumber:{current:Ee+1,total:Nt.length},pageNumberPosition:We},Ee))}):s(Co,{orientation:ve,contentTypes:te,cutLine:Ae,showOutline:pe,showDivLine:he,count:yt,items:L?void 0:o??[],editCells:L?R:void 0,activeCell:re,onActivateCell:L||m?fe:void 0,onRemoveCell:L?ga:void 0,onRemoveItem:L?void 0:i,onReorder:L?void 0:u,showFillerAdd:!!m,contentRef:Re}),H&&!f&&x(zr,{size:"medium",labelWidth:64,useBorder:!1,useRowBorder:!1,className:"word-table-block__meta",children:[s(za,{variant:"custom",label:k("wordTable.save.nameLabel","\uC774\uB984"),required:!0,align:"vertical",useFullWidth:!0,children:s(eo,{required:!0,value:C??"",onChange:A,placeholder:E?E+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:K?k("wordTable.save.duplicateName","\uC774\uBBF8 \uC0AC\uC6A9 \uC911\uC778 \uC774\uB984\uC785\uB2C8\uB2E4."):void 0,onKeyDown:ge=>{(ge.key==="Tab"&&!ge.shiftKey||ge.key===" ")&&!(C??"").trim()&&(E??"").trim()&&(ge.preventDefault(),A?.(E??""))}})}),s(za,{variant:"custom",label:k("wordTable.save.descriptionLabel","\uC124\uBA85"),align:"vertical",useFullWidth:!0,children:s(eo,{value:w??"",onChange:S,placeholder:N?N+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:ge=>{(ge.key==="Tab"&&!ge.shiftKey||ge.key===" ")&&!(w??"").trim()&&(N??"").trim()&&(ge.preventDefault(),S?.(N??""))}})})]})]}),!f&&x("div",{className:"word-table-block__actions",children:[x("div",{className:"word-table-block__actions-left",children:[!y&&l&&s(ue,{size:40,type:"bar",label:D,onClick:l}),!y&&n&&s(ue,{size:40,type:"bar",label:k("wordTable.load","\uBD88\uB7EC\uC624\uAE30"),onClick:n}),!y&&s(ue,{size:40,type:"bar",label:k("wordTable.openNewWindow","\uC0C8 \uCC3D\uC73C\uB85C \uBCF4\uAE30"),onClick:ma})]}),x("div",{className:"word-table-block__actions-right",children:[M&&s(ue,{size:"56",type:"bar",label:k("common.cancel","\uCDE8\uC18C"),onClick:M}),!y&&s(ue,{size:"56",type:"bar",label:k("wordTable.print","\uC778\uC1C4\uD558\uAE30"),onClick:Qt}),p&&s(ue,{size:"56",type:"bar",label:p,onClick:()=>H?Se():Ta(!0),disabled:Be,onDisabledClick:()=>{ze(k("wordTable.emptyItems","\uB2E8\uC5B4\uB97C 1\uAC1C \uC774\uC0C1 \uCD94\uAC00\uD574\uC8FC\uC138\uC694."))}}),s(ue,{size:"56",type:"bar",variant:"main",label:c??k("wordTable.saveButton","\uC800\uC7A5\uD558\uAE30"),onClick:()=>Ta(!1),disabled:Ie,onDisabledClick:pt})]})]}),s(fo,{message:ut,type:Je,onClose:tt})]})}var C9=".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%}";oe(C9);function hd({items:t,className:e}){const a=t.length,o=a<=3?1:2,r=Math.ceil(a/o)||1,n=o*r;return s("div",{className:Ne("word-table-thumb",e),style:{gridTemplateColumns:`repeat(${o}, 1fr)`},children:Array.from({length:n},(i,l)=>{const d=t[l];return d?s("div",{className:"word-table-thumb__cell",children:(d.words.length?d.words:[{label:d.id}]).map((c,p)=>x(qo,{children:[p>0&&s("span",{className:"word-table-thumb__divider"}),s("span",{className:"word-table-thumb__word body-3",children:c.label})]},p))},l):s("div",{className:"word-table-thumb__cell word-table-thumb__cell--empty"},l)})})}var _9=".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}";oe(_9);function uf({items:t,name:e,description:a,createdAt:o,published:r,publishedLabel:n,shared:i,sharedLabel:l,isNew:d,publisherName:c,publishedAt:p,likeCount:u,downloadCount:h,onPublisherClick:m,selected:b,onClick:g,onMore:v,titleNode:f,className:y}){const{t:_}=Ce(),C=f!=null,A=c!=null||p!=null||u!=null||h!=null,w=S=>{!C&&(S.key==="Enter"||S.key===" ")&&(S.preventDefault(),g?.())};return x("div",{className:Ne("word-table-button",b?"word-table-button--selected":"",A?"":"word-table-button--no-footer",y),role:"button",tabIndex:0,"aria-label":e,onClick:C?void 0:g,onKeyDown:w,children:[d&&s("span",{className:"word-table-button__new-dot","aria-label":_("myWordTable.newBadge","\uC0C8\uB85C \uB9CC\uB4E0 \uD45C")}),s(hd,{items:t,className:"word-table-button__thumb"}),x("div",{className:"word-table-button__info",children:[x("div",{className:"word-table-button__info-text",children:[f??s("div",{className:"word-table-button__title h4",children:e}),a&&s("div",{className:"word-table-button__desc body-3",children:a})]}),v&&!C&&s(ue,{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(),v(S)}})]}),(o||r||i)&&x("div",{className:"word-table-button__meta-row",children:[s("span",{className:"word-table-button__meta caption-1",children:o?vn(o,_):""}),x("span",{className:"word-table-button__badges",children:[r&&s(_t,{className:"word-table-button__badge",size:"small",variant:"main",fill:"soft",iconLeft:"book-marked",label:n??"\uBC1C\uD589\uB428"}),i&&s(_t,{className:"word-table-button__badge",size:"small",fill:"soft",iconLeft:"link",label:l??"\uACF5\uC720 \uC911"})]})]}),A&&x("div",{className:"word-table-button__footer",children:[x("span",{className:"word-table-button__store-by",children:[c&&s("button",{className:"training-card__publisher body-4",type:"button",onClick:S=>{S.stopPropagation(),m?.()},children:c}),p&&s("span",{className:"training-card__date body-4",children:vn(p,_)})]}),x("span",{className:"word-table-button__store-stats",children:[u!=null&&s(_t,{size:"small",fill:"soft",variant:"like",iconLeft:"heart",label:String(u)}),h!=null&&s(_t,{size:"small",fill:"soft",variant:"main",iconLeft:"download",label:String(h)})]})]})]})}/**
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 w9=[["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"}]],x9=Q("image",w9);/**
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 k9=[["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"}]],S9=Q("circle-x",k9);var A9=`.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)}`;oe(A9);function N9(t){return{idle:0,"word-download":1,"image-list":2,"image-match":2,"pair-build":3,done:4}[t]??0}function md({icon:t,label:e,state:a,pct:o,subText:r}){const{t:n}=Ce(),i=a==="done",l=a==="pending",d=a==="error",c=i?100:o??0;return x("div",{className:"wdup-phase-card",children:[s("div",{className:`wdup-phase-card__icon${i?" wdup-phase-card__icon--done":d?" wdup-phase-card__icon--error":""}`,children:i?s(ou,{size:22,color:"white",strokeWidth:2.5}):d?s(S9,{size:22,color:"white",strokeWidth:2.5}):s("span",{className:`wdup-phase-card__icon-inner${l?" wdup-phase-card__icon-inner--pending":""}`,children:t})}),x("div",{className:"wdup-phase-card__body",children:[x("div",{className:"wdup-phase-card__top",children:[s("span",{className:`wdup-phase-card__label body-2${l?" wdup-phase-card__label--pending":""}`,children:e}),i?s(_t,{variant:"sub",fill:"soft",size:"small",label:n("common.done","\uC644\uB8CC")}):d?s(_t,{variant:"danger",fill:"soft",size:"small",label:n("common.failed","\uC2E4\uD328")}):(r||o!==void 0)&&x("span",{className:"wdup-phase-card__sub body-3",children:[r,r&&o!==void 0?` \xB7 ${o}%`:o!==void 0?`${o}%`:""]})]}),!l&&s("div",{className:"wdup-bar",children:s("div",{className:`wdup-bar__fill${i?" wdup-bar__fill--done":d?" wdup-bar__fill--error":""}${a==="active"&&o===void 0?" wdup-bar__fill--indeterminate":""}`,style:{width:o!==void 0||i||d?`${d?100:c}%`:void 0}})})]})]})}function pf({title:t,progress:e,onDone:a,onRetry:o,inline:r}){const{t:n}=Ce(),{phase:i,error:l,wordCount:d,imagePage:c,imageDone:p,imageTotal:u,pairPercent:h}=e,m=N9(i),b=i==="done",g=!!l;function v(w){return g&&m===w?"error":m>w?"done":m===w?"active":"pending"}const f=v(1),y=v(2),_=v(3),C=i==="image-match"&&u?Math.round((p??0)/u*100):void 0,A=be(()=>{if(y!=="done"){if(i==="image-list")return n("wordData.checkingPage",{page:c??1});if(i==="image-match"&&u)return n("wordData.imageCount",{done:_r(p),total:_r(u)})}},[y,i,c,u,p,n]);return s(Oa,{inline:r,className:"popup--word-data-update",title:t,footer:g?s(ue,{size:56,variant:"main",onClick:o,children:n("common.retry","\uB2E4\uC2DC \uC2DC\uB3C4")}):s(ue,{size:56,variant:"main",disabled:!b,onClick:a,children:n("common.done","\uC644\uB8CC")}),children:x("div",{className:"wdup-cards",children:[s(md,{icon:s(Jd,{size:22,color:"var(--color-main, #29b6c8)",strokeWidth:1.8}),label:n("wordData.phaseWordDownload","\uB2E8\uC5B4 \uB370\uC774\uD130 \uB2E4\uC6B4\uB85C\uB4DC"),state:f,subText:f==="active"?n("wordData.downloadingCount",{n:_r(d)}):void 0}),s(md,{icon:s(x9,{size:22,color:"var(--color-main, #29b6c8)",strokeWidth:1.8}),label:n("wordData.phaseImageCheck","\uC774\uBBF8\uC9C0 \uD655\uC778"),state:y,pct:C,subText:A}),s(md,{icon:s(tu,{size:22,color:"var(--color-main, #29b6c8)",strokeWidth:1.8}),label:n("wordData.phasePairAnalysis","\uB2E8\uC5B4\uC30D \uBD84\uC11D"),state:_,pct:_==="active"?h??0:void 0,subText:void 0})]})})}var B9=".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)}";oe(B9);function hf({renderResultPopup:t}={}){const[e,a]=P(null),[o,r]=P(null),n=i=>{let l=null;i==="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}]}:i==="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}]}:i==="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}]}:i==="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(i)};return I(()=>{a(null),r(null)},[]),I(()=>n("noise"),[]),I(()=>n("short"),[]),I(()=>n("long"),[]),I(()=>n("order"),[]),null}var T9=Object.freeze({__proto__:null,Accordion:_m,ActionCard:Rh,Alert:jm,AppHeader:km,AudioMeter:Wn,AudioPlayer:Ir,Avatar:Vm,Badge:_t,BarChart:dg,BarChartControls:_c,Board:Xm,BottomNav:tc,BrandIdentity:nc,Breadcrumb:qm,BulkBar:ig,Button:ue,Calendar:Cg,CardStep:id,ChartLegend:jn,ChartSection:Hn,ChartTotal:Pr,Checkbox:vc,ChoiceChips:gb,CircleBadge:Om,CodeBox:ng,ColorPicker:Um,CompanyMeta:og,ConfirmPopup:Kb,ConfirmStep:od,ConfirmWithTextStep:rd,ContrastFilterPanel:Yb,CoreScope:Oh,CountTile:Km,CouponInputPopup:Zb,DatePicker:sg,DebugResultLauncher:hf,DescriptionTooltip:go,DeviceSideTable:yg,Dialog:Zm,Divider:zm,Dropdown:aa,EffectPartyPopper:pd,EffectPartyPopperHost:ef,EmptyState:Ph,ErrorState:$h,FILTER_ALL_VALUE:Ot,FileUpload:Gm,FilterPanel:Na,FilterSectionInfo:Oo,Footer:bb,Header:ic,Icon:je,IconGridMenu:mb,IconRenderer:je,LandingBottomSticky:vb,LandingHeader:fb,ListPopup:Ub,ListenStep:ad,Loader:Fo,MARKS:Tc,MARK_ICON:Ec,MARK_VARIANT:Lc,MediaQueryOverrideContext:Tn,MenuTooltip:Er,NoiseSettingsTooltip:Xc,NoticeBox:Ih,OrderListStep:nd,PASS_CARD_BG_VARS:Qa,POS_LABEL:Pc,PROMO_BANNER_BG_COMPONENTS:Ll,PROMO_BANNER_BG_OPTIONS:zh,PROMO_BANNER_BG_VARS:Po,Page:Fr,PageTitle:tf,Pagination:Mr,Panel:zr,PanelGrid:Ab,PanelRow:za,PanelRowDevice:Bb,PassCard:uc,PassCardBg:Em,PassCardBgIHAB:Mm,PassCardBgLeftColorGrid:Pm,PassCardBgTwoCircle:dc,PaymentPlan:Dm,PersonCard:Jm,PhonemeFilterPanel:qb,PhonemeSelectBlock:Vb,Popup:Oa,ProgressBar:bg,ProgressIndicator:Ac,PromoBanner:ym,PromoBannerBgDark:fl,PromoBannerBgDeep:ul,PromoBannerBgDiagonal:_l,PromoBannerBgDots:xl,PromoBannerBgInstagram:El,PromoBannerBgMain:nl,PromoBannerBgNaver:Tl,PromoBannerBgOutline:Sl,PromoBannerBgRadial:yl,PromoBannerBgSoft:sl,PromoBannerBgSoftSub:hl,PromoBannerBgSub:cl,PromoBannerBgSuccess:Nl,PromoBannerBgWarm:gl,PublicationCard:eg,Radio:gc,RadioGroup:Fm,Rating:Ym,RingChart:mg,SENTENCE_TRAINING_TYPES:Jn,SearchSummary:Hm,Section:vo,SectionHeader:ag,SegmentedControl:to,ShortcutBadge:Im,SideNav:ac,Slider:wc,SoundCompass:$m,SplashLogo:tg,StatChart:gg,TRAINING_TOOLTIP_HOVER_DELAY_MS:Xb,Table:Vn,TableFilterPanel:Zn,Tabs:Wm,TextField:eo,Timeline:Qm,Toast:fo,Toggle:fc,Toolbar:zn,Tooltip:Pa,TooltipInfo:$a,TooltipTextBox:ei,TopBanner:Cm,TrainingBlock:wg,TrainingBlockButton:Gn,TrainingCard:lf,TrainingCardGroup:cf,TrainingPagePopup:Fa,TrainingPagePopupBottom:Jc,TrainingPagePopupTitle:Qc,TrainingResultPopup:ld,TrainingStep:ao,TrainingStepAudioPlayer:Ir,TrainingStepBullet:Vc,TrainingStepCard:Uc,TrainingStepConfirm:ti,TrainingStepConfirmWithText:ai,TrainingStepListen:oi,TrainingStepOrderList:ri,TrainingStepTextBox:Yc,TrainingStepTitle:Gc,TrainingTooltip:Jb,TrainingWordCard:Yn,UpdateAlert:sf,WORD_TABLE_PAPER:yo,WORD_TYPE_LABEL:$c,WordDataProvider:nf,WordDataUpdatePopup:pf,WordImageTooltip:ud,WordSearchFilterPanel:Gb,WordSearchResultBlock:Wb,WordTable:Co,WordTableBlock:df,WordTableButton:uf,WordTablePopup:Gg,WordTableThumbnail:hd,buildMonthChartData:lg,cellLabel:Kg,cellsForLabels:sb,clearPassCardBgTheme:Aa,clearPromoBannerBgTheme:Rt,closeTrainingPopup:Db,companyTypeLabel:af,createTrainingScenario:Mb,cx:Ne,deriveNoiseContexts:zb,derivePassCard:sc,draftValues:hb,expandSlashLabel:Kn,formatDuration:lb,getControlDateRange:ug,getPayloadTimestamp:ni,getPromoBannerBgTheme:ol,getSelectedFromPayload:$b,getSelectedText:Rb,getStepPayload:td,getSteppedPayload:Ob,injectPassCardBgTheme:Sa,injectPromoBannerBgTheme:$t,isSelectionCorrect:Ib,labelsForSave:Ug,markAfterClick:Dc,marksForSave:Un,missesByType:ob,nextFocus:eb,nextMisses:ab,pageStartIndexes:Mc,passCardBgIhabTheme:pc,passCardBgLeftColorGridTheme:hc,passCardBgTwoCircleTheme:cc,printWordTable:Tg,promoBannerBgDarkTheme:bl,promoBannerBgDeepTheme:dl,promoBannerBgDiagonalTheme:Cl,promoBannerBgDotsTheme:wl,promoBannerBgInstagramTheme:Dl,promoBannerBgMainTheme:rl,promoBannerBgNaverTheme:Bl,promoBannerBgOutlineTheme:kl,promoBannerBgRadialTheme:vl,promoBannerBgSoftSubTheme:pl,promoBannerBgSoftTheme:il,promoBannerBgSubTheme:ll,promoBannerBgSuccessTheme:Al,promoBannerBgWarmTheme:ml,recommendTables:nb,regenerateUnpinned:pb,removeItem:ub,resolveTrainingItems:Lb,resolveTrainingPopupMeta:ed,reviewCells:qg,reviewSetPlan:rb,reviewTableName:Yg,scoreKey:Or,scoreSheetHeader:Zg,shouldConfirmDiscard:Bg,splitTrainingVariants:Eb,summarize:Ng,summarizeMisses:tb,tableTrends:Qg,toDraft:cb,toTrainingText:Pb,togglePin:db,uncoveredLabels:ib,useAnchoredMenu:zo,useBarChartControl:Cc,useCalendarMonth:yc,useComboboxSuggestions:bc,useFitScale:Rc,useSoundCompassExam:Rm,useToastLifecycle:Sc,useWordData:rf,useWordTableDisplaySettings:zc,useWordTablePrint:Xn,weakItems:Jg}),D9=Object.freeze({__proto__:null});const E9={...T9,...G3,...J5,...D9};export{_m as Accordion,Rh as ActionCard,jm as Alert,km as AppHeader,Wn as AudioMeter,Ir as AudioPlayer,Vm as Avatar,_t as Badge,dg as BarChart,_c as BarChartControls,Xm as Board,tc as BottomNav,nc as BrandIdentity,qm as Breadcrumb,ig as BulkBar,ue as Button,Rl as CACHE_GROUPS,Do as CAPABILITY,Qe as CHOSEONG,Cg as Calendar,id as CardStep,jn as ChartLegend,Hn as ChartSection,Pr as ChartTotal,vc as Checkbox,gb as ChoiceChips,Om as CircleBadge,ng as CodeBox,Um as ColorPicker,og as CompanyMeta,Kb as ConfirmPopup,od as ConfirmStep,rd as ConfirmWithTextStep,Yb as ContrastFilterPanel,Oh as CoreScope,Km as CountTile,Zb as CouponInputPopup,xo as DEFAULT_LOCALE,sg as DatePicker,hf as DebugResultLauncher,go as DescriptionTooltip,yg as DeviceSideTable,Zm as Dialog,zm as Divider,Pl as DocumentTitleSuppressContext,aa as Dropdown,Ln as EMPTY_COMPOSITION,pd as EffectPartyPopper,ef as EffectPartyPopperHost,Ph as EmptyState,$h as ErrorState,Ot as FILTER_ALL_VALUE,Gm as FileUpload,Na as FilterPanel,Oo as FilterSectionInfo,bb as Footer,ic as Header,Sy as I18nProvider,je as Icon,mb as IconGridMenu,je as IconRenderer,kt as JONGSEONG,vt as JUNGSEONG,_i as LOCALE_STORAGE_KEY,Za as LONG_STORIES,vb as LandingBottomSticky,fb as LandingHeader,Ub as ListPopup,ad as ListenStep,Fo as Loader,Tc as MARKS,Ec as MARK_ICON,Lc as MARK_VARIANT,Tn as MediaQueryOverrideContext,Er as MenuTooltip,Ds as NETWORK_ERROR_MESSAGE,Ua as NOISE_DATAS,pa as NO_CODA,Xc as NoiseSettingsTooltip,Ih as NoticeBox,Xa as ORDER_SETS,nd as OrderListStep,Qa as PASS_CARD_BG_VARS,Ah as PLAN_FEATURES,Bh as PLAN_LIMITS,Pc as POS_LABEL,Ll as PROMO_BANNER_BG_COMPONENTS,zh as PROMO_BANNER_BG_OPTIONS,Po as PROMO_BANNER_BG_VARS,Fr as Page,tf as PageTitle,Mr as Pagination,zr as Panel,Ab as PanelGrid,za as PanelRow,Bb as PanelRowDevice,uc as PassCard,Em as PassCardBg,Mm as PassCardBgIHAB,Pm as PassCardBgLeftColorGrid,dc as PassCardBgTwoCircle,Dm as PaymentPlan,Jm as PersonCard,qb as PhonemeFilterPanel,Vb as PhonemeSelectBlock,Oa as Popup,bg as ProgressBar,Ac as ProgressIndicator,ym as PromoBanner,fl as PromoBannerBgDark,ul as PromoBannerBgDeep,_l as PromoBannerBgDiagonal,xl as PromoBannerBgDots,El as PromoBannerBgInstagram,nl as PromoBannerBgMain,Tl as PromoBannerBgNaver,Sl as PromoBannerBgOutline,yl as PromoBannerBgRadial,sl as PromoBannerBgSoft,hl as PromoBannerBgSoftSub,cl as PromoBannerBgSub,Nl as PromoBannerBgSuccess,gl as PromoBannerBgWarm,eg as PublicationCard,gc as Radio,Fm as RadioGroup,Ym as Rating,mg as RingChart,Jn as SENTENCE_TRAINING_TYPES,Ka as SHORT_STORIES,Zo as SUPPORTED_LOCALES,ha as SYLLABLE_MIN,Hm as SearchSummary,vo as Section,ag as SectionHeader,to as SegmentedControl,Im as ShortcutBadge,ac as SideNav,wc as Slider,$m as SoundCompass,tg as SplashLogo,gg as StatChart,Nh as TIER_RANK,hh as TOPIC_TYPES,Xb as TRAINING_TOOLTIP_HOVER_DELAY_MS,wn as TRAINING_TYPES,Qs as TRAINING_TYPE_I18N_KEY,Vn as Table,Zn as TableFilterPanel,Wm as Tabs,eo as TextField,Qm as Timeline,fo as Toast,fc as Toggle,zn as Toolbar,Pa as Tooltip,$a as TooltipInfo,ei as TooltipTextBox,Cm as TopBanner,wg as TrainingBlock,Gn as TrainingBlockButton,lf as TrainingCard,cf as TrainingCardGroup,Fa as TrainingPagePopup,Jc as TrainingPagePopupBottom,Qc as TrainingPagePopupTitle,ld as TrainingResultPopup,ao as TrainingStep,Ir as TrainingStepAudioPlayer,Vc as TrainingStepBullet,Uc as TrainingStepCard,ti as TrainingStepConfirm,ai as TrainingStepConfirmWithText,oi as TrainingStepListen,ri as TrainingStepOrderList,Yc as TrainingStepTextBox,Gc as TrainingStepTitle,Jb as TrainingTooltip,Yn as TrainingWordCard,sf as UpdateAlert,Il as VAP_PAGE_SIZE_OPTIONS,Eh as WORD_SUGGESTION_ACCOUNT_LIMIT,Mh as WORD_SUGGESTION_EXISTING_ERROR,Dh as WORD_SUGGESTION_WEEKLY_QUOTA,yo as WORD_TABLE_PAPER,$c as WORD_TYPE_LABEL,nf as WordDataProvider,pf as WordDataUpdatePopup,ud as WordImageTooltip,Gb as WordSearchFilterPanel,Wb as WordSearchResultBlock,Co as WordTable,df as WordTableBlock,uf as WordTableButton,Gg as WordTablePopup,hd as WordTableThumbnail,qs as applyFontScale,Vs as applyTheme,Ts as buildChangeWholeSyllableProblem,ks as buildDropCompoundProblem,xs as buildDropContrast3Problem,ws as buildDropContrastProblem,Ss as buildDropFinalConsonantProblem,Hl as buildGradeSection,lg as buildMonthChartData,os as buildMultiPartPosContrast,ap as buildPairIndex,Wl as buildPartOfSpeechSection,am as buildPositionSection,Ns as buildRemoveConsonantProblem,tm as buildSelectSection,Bs as buildSyllableMaskIndex,em as buildSyllableSection,Vl as buildWordTypeSection,Gu as bulkSetImageExistence,xp as cardQuestionTitle,Kg as cellLabel,sb as cellsForLabels,Kl as charToPronValue,dr as checkImageExists,Vi as classifyPairDifficulty,Iu as clearAudioExistsCache,Hi as clearImageExistenceCache,es as clearPairIndexCache,Aa as clearPassCardBgTheme,Rt as clearPromoBannerBgTheme,Db as closeTrainingPopup,af as companyTypeLabel,Ca as composeSyllable,Us as computeDailySelection,Wu as configureImageResolver,qp as configureNoiseSettingsStore,Fu as configurePronunciationResolver,Mi as configureStorage,Ou as configureTTS,nh as configureTrainingCategories,Xl as convertComposition,Fs as copyText,Wi as createDecompCache,Kp as createTTSUrlResolver,Mb as createTrainingScenario,Ne as cx,rh as dateToDb,E9 as default,zb as deriveNoiseContexts,sc as derivePassCard,Tp as downloadCsvText,Qr as downloadSound,hb as draftValues,Js as ensureTrainingDataLoaded,Bp as escapeCsvField,Kn as expandSlashLabel,Pi as fileExists,as as filterContrastCandidates,hn as finalToPhoneme,Gi as firstChoseongOf,Vh as fmtBytes,_r as formatCount,Zp as formatDateKo,Jp as formatDateLocale,Xp as formatDateLongKo,Qp as formatDateLongLocale,eh as formatDatetimeKo,lb as formatDuration,ah as formatPhone,vn as formatRelativeTime,Cn as formatTimeHM,yn as formatYmd,Ei as getAssetBaseUrl,ug as getControlDateRange,uh as getDailySelection,sr as getElementAnalyser,bn as getErrorMessage,an as getImageExistenceStats,ji as getImageExistsCached,qa as getImageResolver,$i as getNoiseBaseUrl,lo as getPairIndex,ni as getPayloadTimestamp,Th as getPlanTier,ol as getPromoBannerBgTheme,Ii as getPronunciationResolver,Gs as getSavedFontScale,Ws as getSavedTheme,$b as getSelectedFromPayload,Rb as getSelectedText,or as getSignedOrPublicUrl,td as getStepPayload,Ob as getSteppedPayload,Oi as getTTSFallbackUrlResolver,rr as getTTSUrlResolver,fn as getTodayKst,_n as getTopicTypes,Ks as getTrainingPools,Hs as getTrainingTypes,Eo as getWordPool,bp as hasQuestionWordConstraint,St as hasSel,pr as hasStructureContrast,ch as initFontScale,sh as initTheme,Sa as injectPassCardBgTheme,$t as injectPromoBannerBgTheme,Yi as isAllChoseong,vp as isManualOnlyType,Es as isNetworkErrorMessage,Ib as isSelectionCorrect,Zi as isSyllablePattern,Lh as isThisWeekPick,ph as isTrainingDataLoaded,fp as isValidQuestionWord,$s as itemCorrectness,kp as jamoToNamesForSpeech,Ug as labelsForSave,Gp as loadGameLeaderboard,Vp as loadMyGameRanks,Is as loadNoiseSettings,Xs as loadTrainingData,$p as logCrossword,Ps as logTrainingCompletion,Ms as logTrainingTime,Ol as lsBytes,Dc as markAfterClick,Un as marksForSave,po as matchSyllables,qu as matchesChoseongSearch,Xi as matchesSyllablePattern,Ao as matchesWordQuery,$n as meaningKey,Cs as mergeQuestionText,on as minimalPairDistractors,ob as missesByType,eb as nextFocus,ab as nextMisses,oh as normalizeDate,Up as officialSoundPath,Mc as pageStartIndexes,Np as parseSortValue,Pe as parseSyllable,pc as passCardBgIhabTheme,hc as passCardBgLeftColorGridTheme,cc as passCardBgTwoCircleTheme,Ju as patternToComposition,wp as phonemePartsOf,fs as pickEuRo,hs as pickEulReul,gs as pickEunNeun,us as pickIga,bs as pickWaGwa,Vu as prewarmImageCache,vr as primarySelPart,Tg as printWordTable,bl as promoBannerBgDarkTheme,dl as promoBannerBgDeepTheme,Cl as promoBannerBgDiagonalTheme,wl as promoBannerBgDotsTheme,Dl as promoBannerBgInstagramTheme,rl as promoBannerBgMainTheme,Bl as promoBannerBgNaverTheme,kl as promoBannerBgOutlineTheme,vl as promoBannerBgRadialTheme,pl as promoBannerBgSoftSubTheme,il as promoBannerBgSoftTheme,ll as promoBannerBgSubTheme,Al as promoBannerBgSuccessTheme,ml as promoBannerBgWarmTheme,Zl as pronToCharValue,zi as readLevel,nb as recommendTables,pb as regenerateUnpinned,ub as removeItem,vs as reorderArray,tr as resolveAssetUrl,Jr as resolveSoundPath,Lb as resolveTrainingItems,ed as resolveTrainingPopupMeta,ir as resumeAudioMeter,qg as reviewCells,rb as reviewSetPlan,Yg as reviewTableName,sa as sample,xy as saveLocale,zs as saveNoiseSettings,Or as scoreKey,Zg as scoreSheetHeader,ep as searchAndRankWords,$u as setAssetBaseUrl,Pp as setCrosswordLogger,Hp as setGameLeaderboardLoader,jp as setGameRanksLoader,Fp as setGameScoreSubmitter,Mp as setTrainingCompletionLogger,Lp as setTrainingTimeLogger,Ep as setWordPool,Bg as shouldConfirmDiscard,qe as shuffle,Ap as sortToValue,gn as soundOf,Lu as speak,Eb as splitTrainingVariants,Mu as stopSpeaking,Wp as submitGameScore,Ng as summarize,tb as summarizeMisses,Ya as syllMatchesComp,ho as syllableContrasts,Bo as syllableLength,_s as syllablePron,En as syllableToFilter,Qg as tableTrends,Yp as toBase64UrlSafe,qi as toChoseong,cb as toDraft,Rs as toItemResults,th as toKstHm,Ma as toKstYmd,pp as toStandardPronunciation,yr as toStorageName,Pb as toTrainingText,Sp as toUserErrorMessage,$o as today,om as toggleAttributeFilter,db as togglePin,ib as uncoveredLabels,zo as useAnchoredMenu,Cc as useBarChartControl,Gh as useCacheManagement,yc as useCalendarMonth,bc as useComboboxSuggestions,hm as useDailyTrainingSelection,Qh as useDelayedHoverAnchor,Jh as useDeviceManagement,$l as useDocumentTitle,gm as useEscToClose,Rc as useFitScale,Bn as useFontScale,Ro as useHoverAnchor,ky as useI18n,ua as useMediaQuery,fm as usePagedList,Wh as usePasswordChange,Hh as useRelativeDay,Rm as useSoundCompassExam,zl as useTablePaging,Fl as useTableSort,Sc as useToastLifecycle,Rn as useToastState,vm as useTrainingTypeLabels,Xh as useVisitAllPanel,Uh as useVisitHistory,Zh as useVisitSchedule,Nr as useWindowEvent,jl as useWordAttributeFilterKeys,rf as useWordData,qh as useWordDataStats,bm as useWordMeanings,zc as useWordTableDisplaySettings,Xn as useWordTablePrint,dm as useWordTrainingDataGeneration,cm as useWordTrainingFilter,Qu as validateSyllableSearchInput,ka as valueToJamos,Jg as weakItems,gp as withEuRo,ms as withEulReul,hp as withEunNeun,ps as withIga,mp as withWaGwa,Uu as wordContainsChoseong,Zu as wordContainsJongseong,Ku as wordContainsJungseong,Ui as wordHasNoCoda,Ki as wordHasSyllableMatching,Rp as wrongItems};