{"allowContribute":false,"item":{"artifactHtml":"\u003cstyle\u003e\n  :root { --paper:#F8FBFA; --ink:#1E2A2C; --ink-2:#5C6E70; --accent:#0E7C6B; --accent-2:#14997F; --soft:#E6F0EC; --soft-2:#EEF5F2; --hair:#D6DFDE; --up:#C43A2A; --up-bg:#FDEBE7; --warn:#8A6D00; --warn-bg:#FFF6CC; }\n  :root[data-theme=\"dark\"] { --paper:#121819; --ink:#E6EEEF; --ink-2:#9AAEAF; --accent:#3CCCB6; --accent-2:#5AD9C6; --soft:#1B2F2D; --soft-2:#182928; --hair:#2E3E3F; --up:#FF6B58; --up-bg:#3A1E1A; --warn:#FFD84D; --warn-bg:#3A3000; }\n  .doc { background:var(--paper); color:var(--ink); padding:28px 30px 32px; font:15px/1.75 -apple-system,\"PingFang TC\",\"Noto Sans TC\",sans-serif; border-radius:12px; }\n  .eyebrow { font:700 11px ui-monospace,monospace; letter-spacing:.14em; text-transform:uppercase; color:var(--accent); }\n  header h1 { font-size:26px; line-height:1.25; letter-spacing:-.02em; margin:10px 0 8px; }\n  header .lede { color:var(--ink-2); font-size:14px; margin:0; max-width:64ch; line-height:1.65; }\n  .meta { display:flex; flex-wrap:wrap; gap:8px; margin:14px 0 18px; }\n  .meta span { font:600 11px ui-monospace,monospace; padding:5px 10px; border-radius:999px; background:var(--soft); color:var(--ink-2); }\n  .meta span.accent { background:var(--accent); color:#fff; }\n  :root[data-theme=\"dark\"] .meta span.accent { color:#0D1A18; }\n  .callout { display:flex; gap:12px; padding:14px 16px; background:var(--soft); border-radius:8px; margin:16px 0; border-left:4px solid var(--accent); }\n  .callout.warn { border-left-color:var(--warn); background:var(--warn-bg); }\n  .callout .tag { flex:none; font:700 11px ui-monospace,monospace; letter-spacing:.08em; color:var(--accent); padding-top:2px; }\n  .callout.warn .tag { color:var(--warn); }\n  .callout div { font-size:13px; color:var(--ink-2); line-height:1.65; }\n  .callout div strong { color:var(--ink); }\n  h2 { font-size:17px; font-weight:800; margin:26px 0 10px; padding-bottom:6px; border-bottom:2px solid var(--soft); letter-spacing:-.01em; }\n  h3 { font-size:13px; font-weight:800; margin:18px 0 8px; color:var(--accent); letter-spacing:.04em; }\n  p { color:var(--ink-2); max-width:68ch; font-size:14px; line-height:1.75; margin:8px 0; }\n  p strong { color:var(--ink); }\n  .stats { display:grid; grid-template-columns:repeat(auto-fit,minmax(150px,1fr)); gap:10px; margin:16px 0; }\n  .stat { background:var(--soft); border-radius:10px; padding:13px 14px; }\n  .stat .k { font:700 11px ui-monospace,monospace; letter-spacing:.06em; color:var(--accent); }\n  .stat .v { font-size:22px; font-weight:800; margin-top:4px; letter-spacing:-.02em; }\n  .stat .v.sm { font-size:18px; }\n  .stat .n { font-size:12px; color:var(--ink-2); margin-top:2px; line-height:1.4; }\n  .live-data { margin:14px 0; }\n  .live-data .cap { font:700 11px ui-monospace,monospace; letter-spacing:.08em; color:var(--accent); margin-bottom:6px; }\n  table { border-collapse:collapse; width:100%; font-size:13px; margin:10px 0; }\n  th,td { text-align:left; padding:9px 10px; border-bottom:1px solid var(--hair); }\n  th { font:700 11px ui-monospace,monospace; letter-spacing:.05em; color:var(--ink-2); background:var(--soft-2); white-space:nowrap; }\n  td { color:var(--ink); }\n  td.mono { font-family:ui-monospace,monospace; font-variant-numeric:tabular-nums; }\n  td.num { text-align:right; }\n  th.num { text-align:right; }\n  .up { color:var(--up); font-weight:700; }\n  .pill { display:inline-block; font:700 10px ui-monospace,monospace; letter-spacing:.06em; padding:2px 7px; border-radius:999px; background:var(--up-bg); color:var(--up); }\n  .pill.neutral { background:var(--soft); color:var(--ink-2); }\n  .bar { height:6px; border-radius:999px; background:var(--soft); overflow:hidden; }\n  .bar i { display:block; height:100%; background:var(--accent); border-radius:999px; }\n  .bar i.tech { background:#2A7DE1; }\n  .bar i.div { background:#C07A00; }\n  .bar i.theme { background:#7B5CF0; }\n  .grid2 { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin:12px 0; }\n  .card { background:var(--soft); border-radius:10px; padding:14px 15px; }\n  .card .label { font:700 11px ui-monospace,monospace; color:var(--accent); letter-spacing:.06em; }\n  .card .title { font-size:14px; font-weight:800; margin-top:4px; }\n  .card p { font-size:12px; margin:4px 0 0; line-height:1.6; }\n  .table-wrap { overflow-x:auto; -webkit-overflow-scrolling:touch; }\n  ul, ol { margin:8px 0; padding-left:20px; }\n  li { font-size:14px; color:var(--ink-2); margin:5px 0; line-height:1.65; }\n  li strong { color:var(--ink); }\n  hr { border:none; border-top:1px solid var(--hair); margin:22px 0; }\n  .footnote { font-size:12px; color:var(--ink-2); background:var(--soft-2); padding:12px 14px; border-radius:8px; margin-top:16px; line-height:1.65; }\n  @media (max-width:640px) { .doc { padding:20px 16px 24px; } header h1 { font-size:22px; } .grid2 { grid-template-columns:1fr; } .stats { grid-template-columns:repeat(2,1fr); } }\n\u003c/style\u003e\u003cdiv class=\"doc\"\u003e\n  \u003cheader\u003e\n    \u003cdiv class=\"eyebrow\"\u003eMonthly Report · 2026-08 · DCA ETF Portfolio\u003c/div\u003e\n    \u003ch1\u003e2026年08月 投資績效月報｜五檔全漲・總現值 $389,605\u003c/h1\u003e\n    \u003cp class=\"lede\"\u003e依 2026-08-26 13:30 TWSE 即時報價試算，彙整本月定期定額投入、資產權重、五檔漲跌與長期配置建議 — 接棒自投資檢視員已核實之績效資料與 ETF 投資組合面板。\u003c/p\u003e\n  \u003c/header\u003e\n  \u003cdiv class=\"meta\"\u003e\n    \u003cspan class=\"accent\"\u003e基準日 2026-08-26 13:30 TPE\u003c/span\u003e\n    \u003cspan\u003e每月投入 $17,000\u003c/span\u003e\n    \u003cspan\u003e基準股數 13,746 股\u003c/span\u003e\n    \u003cspan\u003e總現值 $389,605\u003c/span\u003e\n  \u003c/div\u003e\n  \u003cdiv class=\"callout\"\u003e\u003cspan class=\"tag\"\u003e摘要\u003c/span\u003e\u003cdiv\u003e本月五檔 ETF 全面收紅：\u003cstrong\u003e00919 +2.97% 領漲\u003c/strong\u003e、0052 +2.48% 次之，00993A +0.68% 相對抗跌。依基準股數×最新價試算，\u003cstrong\u003e總現值 $389,605\u003c/strong\u003e，現值權重以 0050 30.0% + 0052 28.6% 為核心（合計 58.6%），00993A 22.4% 居三，高股息雙檔合計 19.1% 提供配息緩衝。\u003c/div\u003e\u003c/div\u003e\n  \u003csection data-cube=\"stats\" class=\"stats\"\u003e\n    \u003cdiv class=\"stat\"\u003e\u003cdiv class=\"k\"\u003e本月投入基準\u003c/div\u003e\u003cdiv class=\"v\"\u003e$17,000\u003c/div\u003e\u003cdiv class=\"n\"\u003e每月 15 日 · 五檔金額制\u003c/div\u003e\u003c/div\u003e\n    \u003cdiv class=\"stat\"\u003e\u003cdiv class=\"k\"\u003e總現值（試算）\u003c/div\u003e\u003cdiv class=\"v\"\u003e$389,605\u003c/div\u003e\u003cdiv class=\"n\"\u003e基準股數 × 08/26 最新價\u003c/div\u003e\u003c/div\u003e\n    \u003cdiv class=\"stat\"\u003e\u003cdiv class=\"k\"\u003e基準股數\u003c/div\u003e\u003cdiv class=\"v\"\u003e13,746 股\u003c/div\u003e\u003cdiv class=\"n\"\u003e長期累積參考，非單月可買數\u003c/div\u003e\u003c/div\u003e\n    \u003cdiv class=\"stat\"\u003e\u003cdiv class=\"k\"\u003e下次扣款\u003c/div\u003e\u003cdiv class=\"v sm\"\u003e2026-09-15\u003c/div\u003e\u003cdiv class=\"n\"\u003e維持金額制，不追高\u003c/div\u003e\u003c/div\u003e\n  \u003c/section\u003e\n  \u003csection class=\"live-data\"\u003e\n    \u003cdiv class=\"cap\"\u003e◉ ETF 投資組合 — 即時總覽（summary 視圖 · 總現值 / 每月投入 / 今日損益）\u003c/div\u003e\n    \u003citem-embed item-id=\"1b01a44f8eda7e05a4a31335\"\u003e\u003c/item-embed\u003e\n  \u003c/section\u003e\n  \u003cp style=\"font-size:12px;color:var(--ink-2);\"\u003e上圖為 ETF 投資組合面板的「投資組合總覽」即時視圖，自動彙總五檔現值、每月投入與今日損益。下表為 08/26 收盤試算之靜態快照，兩者相互對照。\u003c/p\u003e\n  \u003ch2\u003e一、本月投入與資產現值總覽\u003c/h2\u003e\n  \u003cdiv class=\"table-wrap\"\u003e\u003ctable\u003e\u003cthead\u003e\u003ctr\u003e\u003cth\u003eETF\u003c/th\u003e\u003cth class=\"num\"\u003e每月金額\u003c/th\u003e\u003cth\u003e性質\u003c/th\u003e\u003cth class=\"num\"\u003e基準股數\u003c/th\u003e\u003cth class=\"num\"\u003e最新價\u003c/th\u003e\u003cth class=\"num\"\u003e現值\u003c/th\u003e\u003cth class=\"num\"\u003e權重\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e0050\u003c/strong\u003e 元大台灣50\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$3,000\u003c/td\u003e\u003ctd\u003e市值型\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,102\u003c/td\u003e\u003ctd class=\"mono num\"\u003e105.90\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$116,702\u003c/td\u003e\u003ctd class=\"mono num\"\u003e30.0%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e0052\u003c/strong\u003e 富邦科技\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$3,000\u003c/td\u003e\u003ctd\u003e科技主題\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,796\u003c/td\u003e\u003ctd class=\"mono num\"\u003e61.95\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$111,262\u003c/td\u003e\u003ctd class=\"mono num\"\u003e28.6%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e00878\u003c/strong\u003e 國泰永續高股息\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$3,000\u003c/td\u003e\u003ctd\u003e高股息\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,000\u003c/td\u003e\u003ctd class=\"mono num\"\u003e32.82\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$32,820\u003c/td\u003e\u003ctd class=\"mono num\"\u003e8.4%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e00919\u003c/strong\u003e 群益台灣精選高息\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$3,000\u003c/td\u003e\u003ctd\u003e高股息\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,332\u003c/td\u003e\u003ctd class=\"mono num\"\u003e31.21\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$41,572\u003c/td\u003e\u003ctd class=\"mono num\"\u003e10.7%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e00993A\u003c/strong\u003e 主動安聯台灣\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$5,000\u003c/td\u003e\u003ctd\u003e主題型\u003c/td\u003e\u003ctd class=\"mono num\"\u003e6,516\u003c/td\u003e\u003ctd class=\"mono num\"\u003e13.39\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$87,249\u003c/td\u003e\u003ctd class=\"mono num\"\u003e22.4%\u003c/td\u003e\u003c/tr\u003e\u003ctr style=\"background:var(--soft-2);font-weight:700;\"\u003e\u003ctd\u003e合計\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$17,000\u003c/td\u003e\u003ctd\u003e—\u003c/td\u003e\u003ctd class=\"mono num\"\u003e13,746\u003c/td\u003e\u003ctd class=\"mono num\"\u003e—\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$389,605\u003c/td\u003e\u003ctd class=\"mono num\"\u003e100%\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/div\u003e\n  \u003cdiv class=\"grid2\"\u003e\n    \u003cdiv class=\"card\"\u003e\u003cdiv class=\"label\"\u003e投入結構\u003c/div\u003e\u003cdiv class=\"title\"\u003e每月 $17,000 · 金額制\u003c/div\u003e\u003cp\u003e00993A 占投入 29.4% 權重最高，其餘四檔各 17.6% 均分。基準股數 13,746 為\u003cstrong\u003e歷史累積\u003c/strong\u003e，非單月可買數 — 以 08/26 價位單月僅約 636 股，閱讀時勿混淆。\u003c/p\u003e\u003c/div\u003e\n    \u003cdiv class=\"card\"\u003e\u003cdiv class=\"label\"\u003e現值結構\u003c/div\u003e\u003cdiv class=\"title\"\u003e市值型 58.6% 領航\u003c/div\u003e\u003cp\u003e0050 + 0052 合計 58.6% 為投組核心；高股息雙檔 19.1% 提供配息緩衝；00993A 22.4% 居單檔第三。整體股債以外的權益曝險集中於台股大型與科技供應鏈。\u003c/p\u003e\u003c/div\u003e\n  \u003c/div\u003e\n  \u003ch3\u003e權重分布（現值占比）\u003c/h3\u003e\n  \u003cdiv class=\"table-wrap\"\u003e\u003ctable\u003e\u003cthead\u003e\u003ctr\u003e\u003cth\u003eETF\u003c/th\u003e\u003cth style=\"width:42%\"\u003e占比\u003c/th\u003e\u003cth class=\"num\"\u003e現值\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003e0050\u003c/td\u003e\u003ctd\u003e\u003cdiv class=\"bar\"\u003e\u003ci style=\"width:30.0%\"\u003e\u003c/i\u003e\u003c/div\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e30.0%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e0052\u003c/td\u003e\u003ctd\u003e\u003cdiv class=\"bar\"\u003e\u003ci class=\"tech\" style=\"width:28.6%\"\u003e\u003c/i\u003e\u003c/div\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e28.6%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e00993A\u003c/td\u003e\u003ctd\u003e\u003cdiv class=\"bar\"\u003e\u003ci class=\"theme\" style=\"width:22.4%\"\u003e\u003c/i\u003e\u003c/div\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e22.4%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e00919\u003c/td\u003e\u003ctd\u003e\u003cdiv class=\"bar\"\u003e\u003ci class=\"div\" style=\"width:10.7%\"\u003e\u003c/i\u003e\u003c/div\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e10.7%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e00878\u003c/td\u003e\u003ctd\u003e\u003cdiv class=\"bar\"\u003e\u003ci class=\"div\" style=\"width:8.4%\"\u003e\u003c/i\u003e\u003c/div\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e8.4%\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/div\u003e\n  \u003ch2\u003e二、08/26 當日五檔表現\u003c/h2\u003e\n  \u003cp\u003e查證時間 \u003cstrong\u003e2026-08-26 05:30 UTC（13:30 台北）\u003c/strong\u003e，exchangeTime 13:30:00，資料來源 CubeLV market_data TWSE。五檔全面收紅，與大盤同步走強。\u003c/p\u003e\n  \u003cdiv class=\"table-wrap\"\u003e\u003ctable\u003e\u003cthead\u003e\u003ctr\u003e\u003cth\u003eETF\u003c/th\u003e\u003cth class=\"num\"\u003e最新價\u003c/th\u003e\u003cth class=\"num\"\u003e昨收\u003c/th\u003e\u003cth\u003e漲跌\u003c/th\u003e\u003cth class=\"num\"\u003e開盤\u003c/th\u003e\u003cth class=\"num\"\u003e最高\u003c/th\u003e\u003cth class=\"num\"\u003e最低\u003c/th\u003e\u003cth class=\"num\"\u003e成交量\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e0050\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e\u003cstrong\u003e105.90\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e103.80\u003c/td\u003e\u003ctd class=\"up\"\u003e+2.10 (+2.02%)\u003c/td\u003e\u003ctd class=\"mono num\"\u003e103.80\u003c/td\u003e\u003ctd class=\"mono num\"\u003e104.80\u003c/td\u003e\u003ctd class=\"mono num\"\u003e103.20\u003c/td\u003e\u003ctd class=\"mono num\"\u003e84,650\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e0052\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e\u003cstrong\u003e61.95\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e60.45\u003c/td\u003e\u003ctd class=\"up\"\u003e+1.50 (+2.48%)\u003c/td\u003e\u003ctd class=\"mono num\"\u003e60.45\u003c/td\u003e\u003ctd class=\"mono num\"\u003e61.10\u003c/td\u003e\u003ctd class=\"mono num\"\u003e60.20\u003c/td\u003e\u003ctd class=\"mono num\"\u003e11,631\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e00878\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e\u003cstrong\u003e32.82\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e32.15\u003c/td\u003e\u003ctd class=\"up\"\u003e+0.67 (+2.08%)\u003c/td\u003e\u003ctd class=\"mono num\"\u003e32.11\u003c/td\u003e\u003ctd class=\"mono num\"\u003e32.39\u003c/td\u003e\u003ctd class=\"mono num\"\u003e31.99\u003c/td\u003e\u003ctd class=\"mono num\"\u003e26,008\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e00919\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e\u003cstrong\u003e31.21\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e30.31\u003c/td\u003e\u003ctd class=\"up\"\u003e+0.90 (+2.97%) \u003cspan class=\"pill\"\u003e領漲\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e30.30\u003c/td\u003e\u003ctd class=\"mono num\"\u003e30.83\u003c/td\u003e\u003ctd class=\"mono num\"\u003e30.23\u003c/td\u003e\u003ctd class=\"mono num\"\u003e58,525\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e00993A\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e\u003cstrong\u003e13.39\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e13.30\u003c/td\u003e\u003ctd class=\"up\"\u003e+0.09 (+0.68%)\u003c/td\u003e\u003ctd class=\"mono num\"\u003e13.22\u003c/td\u003e\u003ctd class=\"mono num\"\u003e13.26\u003c/td\u003e\u003ctd class=\"mono num\"\u003e13.03\u003c/td\u003e\u003ctd class=\"mono num\"\u003e4,309\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/div\u003e\n  \u003cdiv class=\"callout warn\"\u003e\u003cspan class=\"tag\"\u003e提醒\u003c/span\u003e\u003cdiv\u003e0050、0052、00878、00919 四檔「最新價高於揭示最高價」，為 13:30 後最後撮合拉抬或試算價／資料延遲所致，已於圖表註記「以收盤價為準」，不影響金額制 DCA 判斷，無需追價。後續查證建議統一抓 14:30 收盤後報價。\u003c/div\u003e\u003c/div\u003e\n  \u003ch3\u003e單檔即時卡（row 視圖 · 點卡可進 ETF 配置詳情）\u003c/h3\u003e\n  \u003csection class=\"live-data\"\u003e\n    \u003cdiv class=\"cap\"\u003e0050 元大台灣50 — 即時報價、漲跌與現值\u003c/div\u003e\n    \u003citem-embed item-id=\"1b01a44f8eda7e05a4a31335\" view=\"row\"\u003e\u003c/item-embed\u003e\n  \u003c/section\u003e\n  \u003csection class=\"live-data\"\u003e\n    \u003cdiv class=\"cap\"\u003e0052 富邦科技 — 即時報價、漲跌與現值\u003c/div\u003e\n    \u003citem-embed item-id=\"1a3bad70adddc5bc84b95978\" view=\"row\"\u003e\u003c/item-embed\u003e\n  \u003c/section\u003e\n  \u003csection class=\"live-data\"\u003e\n    \u003cdiv class=\"cap\"\u003e00878 國泰永續高股息 — 即時報價、漲跌與現值\u003c/div\u003e\n    \u003citem-embed item-id=\"fcd2af8892c85f38706b179c\" view=\"row\"\u003e\u003c/item-embed\u003e\n  \u003c/section\u003e\n  \u003csection class=\"live-data\"\u003e\n    \u003cdiv class=\"cap\"\u003e00919 群益台灣精選高息 — 即時報價、漲跌與現值\u003c/div\u003e\n    \u003citem-embed item-id=\"6b60709e630741c063ae0602\" view=\"row\"\u003e\u003c/item-embed\u003e\n  \u003c/section\u003e\n  \u003csection class=\"live-data\"\u003e\n    \u003cdiv class=\"cap\"\u003e00993A 主動安聯台灣 — 即時報價、漲跌與現值\u003c/div\u003e\n    \u003citem-embed item-id=\"d31303baee31426c1a7d6860\" view=\"row\"\u003e\u003c/item-embed\u003e\n  \u003c/section\u003e\n  \u003cdiv class=\"grid2\"\u003e\n    \u003cdiv class=\"card\"\u003e\u003cdiv class=\"label\"\u003e領漲觀察\u003c/div\u003e\u003cdiv class=\"title\"\u003e00919 +2.97% 最強\u003c/div\u003e\u003cp\u003e高股息族群買盤續強，00919 成交量 58,525 張僅次於 0050，價量齊揚。00878 +2.08% 亦強於大盤，配息題材支撐。\u003c/p\u003e\u003c/div\u003e\n    \u003cdiv class=\"card\"\u003e\u003cdiv class=\"label\"\u003e量能觀察\u003c/div\u003e\u003cdiv class=\"title\"\u003e0050 84,650 張居冠\u003c/div\u003e\u003cp\u003e0050 量能為五檔之冠，流動性最佳。00993A 僅 4,309 張，波動時留意價差與滑價，適合以限價零股分批執行。\u003c/p\u003e\u003c/div\u003e\n  \u003c/div\u003e\n  \u003ch2\u003e三、配置解析與檢視結論\u003c/h2\u003e\n  \u003col\u003e\n    \u003cli\u003e\u003cstrong\u003e投入金額與基準股數是否調整：\u003c/strong\u003e暫不調整。每月 $17,000 節奏穩健，金額制本身已具分散時點效果；00993A 投入占比 29.4% 為最高，若擔心單一主題集中，下次配置檢討可評估將其部分額度移往 0050 / 00878，提升核心與配息穩定度。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e最新價高於最高價現象：\u003c/strong\u003e屬盤中延遲／盤後試算價，無需追價。大盤同步走強日更應維持紀律，避免加碼追高。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e長期配置展望：\u003c/strong\u003e市值型＋科技型 58.6% 適合作為長期核心，定期定額可持續累積；高股息雙檔除息前後可關注配息穩定度與填息力道，作為現金流來源。\u003c/li\u003e\n  \u003c/ol\u003e\n  \u003ch3\u003e試算參考（以本月金額÷當日價之單月可買股數）\u003c/h3\u003e\n  \u003cdiv class=\"table-wrap\"\u003e\u003ctable\u003e\u003cthead\u003e\u003ctr\u003e\u003cth\u003eETF\u003c/th\u003e\u003cth\u003e試算\u003c/th\u003e\u003cth class=\"num\"\u003e基準股數\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003e0050 @105.90\u003c/td\u003e\u003ctd class=\"mono\"\u003e$3,000 ÷ 105.90 ≈ 28 股\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,102 股\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e0052 @61.95\u003c/td\u003e\u003ctd class=\"mono\"\u003e$3,000 ÷ 61.95 ≈ 48 股\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,796 股\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e00878 @32.82\u003c/td\u003e\u003ctd class=\"mono\"\u003e$3,000 ÷ 32.82 ≈ 91 股\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,000 股\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e00919 @31.21\u003c/td\u003e\u003ctd class=\"mono\"\u003e$3,000 ÷ 31.21 ≈ 96 股\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,332 股\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e00993A @13.39\u003c/td\u003e\u003ctd class=\"mono\"\u003e$5,000 ÷ 13.39 ≈ 373 股\u003c/td\u003e\u003ctd class=\"mono num\"\u003e6,516 股\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/div\u003e\n  \u003cp style=\"font-size:12px;\"\u003e試算僅供理解金額制差異，實際以成交價與零股撮合為準。\u003c/p\u003e\n  \u003csection class=\"live-data\" style=\"margin-top:16px;\"\u003e\n    \u003cdiv class=\"cap\"\u003e▣ 投資組合淨值與投入時間序列（CHART · AreaChart）— 本月為第一筆，下月起逐月累積\u003c/div\u003e\n    \u003cnote-chart chart-kind=\"AreaChart\" title=\"投資組合淨值與投入時間序列\"\u003e\u003cchart-data\u003e[{\u0026#34;0050現值\u0026#34;:116702,\u0026#34;0052現值\u0026#34;:111262,\u0026#34;00878現值\u0026#34;:32820,\u0026#34;00919現值\u0026#34;:41572,\u0026#34;00993A現值\u0026#34;:87249,\u0026#34;月份\u0026#34;:\u0026#34;2026-08\u0026#34;,\u0026#34;本月投入基準\u0026#34;:17000,\u0026#34;總現值\u0026#34;:389605}]\u003c/chart-data\u003e\u003c/note-chart\u003e\n  \u003c/section\u003e\n  \u003cp\u003e圖表《投資組合淨值與投入時間序列》已建立 2026-08 第一筆（總現值 $389,605、本月投入 $17,000），下月起在同一圖表追加 2026-09、2026-10…形成累積曲線，逐步可衍生「累計投入 vs 總損益」雙軸追蹤。\u003c/p\u003e\n  \u003ch2\u003e四、下月提醒與風險提示\u003c/h2\u003e\n  \u003cdiv class=\"grid2\"\u003e\n    \u003cdiv class=\"card\"\u003e\u003cdiv class=\"label\"\u003eNext DCA\u003c/div\u003e\u003cdiv class=\"title\"\u003e2026-09-15 自動扣款\u003c/div\u003e\u003cp\u003e請確保交割帳戶餘額充足，維持金額制不追價。若遇除息日，配息入帳可滾動再投入，放大複利效果。\u003c/p\u003e\u003c/div\u003e\n    \u003cdiv class=\"card\"\u003e\u003cdiv class=\"label\"\u003e追蹤清單\u003c/div\u003e\u003cdiv class=\"title\"\u003e除息日曆 × 流動性\u003c/div\u003e\u003cp\u003e00878 / 00919 追蹤除息與配息公告；00993A 留意成交量偏低時的價差，建議以限價零股、避免市價大單。\u003c/p\u003e\u003c/div\u003e\n  \u003c/div\u003e\n  \u003cul\u003e\n    \u003cli\u003e高股息 00878 / 00919 可追蹤除息日曆與年化配息率，評估填息力道再決定是否加碼。\u003c/li\u003e\n    \u003cli\u003e00993A 主題集中度偏高，後續若波動放大，可與 0050 做再平衡討論。\u003c/li\u003e\n    \u003cli\u003e大盤強勢日不加碼追高，紀律執行每月 15 日扣款即是最佳風控。\u003c/li\u003e\n  \u003c/ul\u003e\n  \u003cdiv class=\"callout warn\"\u003e\u003cspan class=\"tag\"\u003e重要\u003c/span\u003e\u003cdiv\u003e\u003cstrong\u003e總現值 ≠ 損益。\u003c/strong\u003e本月報以「基準股數 × 最新價」得總現值 $389,605，但真實累計成本與未實現損益須以券商對帳單的平均成本為準，本紀錄無歷史成交均價，無法直接算出報酬率。請勿誤讀為已獲利 $372,605。\u003c/div\u003e\u003c/div\u003e\n  \u003chr/\u003e\u003cp class=\"footnote\"\u003e資料來源：CubeLV market_data TWSE 於 2026-08-26 05:30 UTC 即時查詢五檔 ETF（0050/0052/00878/00919/00993A），另參考 ETF 投資組合面板之配置資料與《2026年08月 定期定額投入紀錄｜2026-08-26》(ID 5e107d17679cb05cc6d8c8ba)。投入基準依任務指定之每月金額與股數，成交以券商對帳單為準。本月報不構成投資建議。\u003cbr/\u003e圖表：投資組合淨值與投入時間序列 (ID f73215b416e59124a7a87dea) 已收錄 2026-08 第一筆。\u003c/p\u003e\n\u003c/div\u003e","artifactSourceHash":"1kl37bu1lshzxe","content":"\u003cdiv class=\"doc\"\u003e  \u003cdiv class=\"meta\"\u003e \u003cspan class=\"accent\"\u003e基準日 2026-08-26 13:30 TPE\u003c/span\u003e \u003cspan\u003e每月投入 $17,000\u003c/span\u003e \u003cspan\u003e基準股數 13,746 股\u003c/span\u003e \u003cspan\u003e總現值 $389,605\u003c/span\u003e \u003c/div\u003e \u003cdiv class=\"callout\"\u003e\u003cspan class=\"tag\"\u003e摘要\u003c/span\u003e\u003cdiv\u003e本月五檔 ETF 全面收紅：\u003cstrong\u003e00919 +2.97% 領漲\u003c/strong\u003e、0052 +2.48% 次之，00993A +0.68% 相對抗跌。依基準股數×最新價試算，\u003cstrong\u003e總現值 $389,605\u003c/strong\u003e，現值權重以 0050 30.0% + 0052 28.6% 為核心（合計 58.6%），00993A 22.4% 居三，高股息雙檔合計 19.1% 提供配息緩衝。\u003c/div\u003e\u003c/div\u003e \u003ctable\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003e\u003cp\u003e本月投入基準\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e$17,000\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e每月 15 日 · 五檔金額制\u003c/p\u003e\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cp\u003e總現值（試算）\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e$389,605\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e基準股數 × 08/26 最新價\u003c/p\u003e\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cp\u003e基準股數\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e13,746 股\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e長期累積參考，非單月可買數\u003c/p\u003e\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cp\u003e下次扣款\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e2026-09-15\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e維持金額制，不追高\u003c/p\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e \u003csection class=\"live-data\"\u003e \u003cdiv class=\"cap\"\u003e◉ ETF 投資組合 — 即時總覽（summary 視圖 · 總現值 / 每月投入 / 今日損益）\u003c/div\u003e \u003citem-embed item-id=\"1b01a44f8eda7e05a4a31335\"\u003e\u003c/item-embed\u003e \u003c/section\u003e \u003cp style=\"font-size:12px;color:var(--ink-2);\"\u003e上圖為 ETF 投資組合面板的「投資組合總覽」即時視圖，自動彙總五檔現值、每月投入與今日損益。下表為 08/26 收盤試算之靜態快照，兩者相互對照。\u003c/p\u003e \u003ch2\u003e一、本月投入與資產現值總覽\u003c/h2\u003e \u003cdiv class=\"table-wrap\"\u003e\u003ctable\u003e\u003cthead\u003e\u003ctr\u003e\u003cth\u003eETF\u003c/th\u003e\u003cth class=\"num\"\u003e每月金額\u003c/th\u003e\u003cth\u003e性質\u003c/th\u003e\u003cth class=\"num\"\u003e基準股數\u003c/th\u003e\u003cth class=\"num\"\u003e最新價\u003c/th\u003e\u003cth class=\"num\"\u003e現值\u003c/th\u003e\u003cth class=\"num\"\u003e權重\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e0050\u003c/strong\u003e 元大台灣50\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$3,000\u003c/td\u003e\u003ctd\u003e市值型\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,102\u003c/td\u003e\u003ctd class=\"mono num\"\u003e105.90\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$116,702\u003c/td\u003e\u003ctd class=\"mono num\"\u003e30.0%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e0052\u003c/strong\u003e 富邦科技\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$3,000\u003c/td\u003e\u003ctd\u003e科技主題\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,796\u003c/td\u003e\u003ctd class=\"mono num\"\u003e61.95\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$111,262\u003c/td\u003e\u003ctd class=\"mono num\"\u003e28.6%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e00878\u003c/strong\u003e 國泰永續高股息\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$3,000\u003c/td\u003e\u003ctd\u003e高股息\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,000\u003c/td\u003e\u003ctd class=\"mono num\"\u003e32.82\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$32,820\u003c/td\u003e\u003ctd class=\"mono num\"\u003e8.4%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e00919\u003c/strong\u003e 群益台灣精選高息\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$3,000\u003c/td\u003e\u003ctd\u003e高股息\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,332\u003c/td\u003e\u003ctd class=\"mono num\"\u003e31.21\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$41,572\u003c/td\u003e\u003ctd class=\"mono num\"\u003e10.7%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e00993A\u003c/strong\u003e 主動安聯台灣\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$5,000\u003c/td\u003e\u003ctd\u003e主題型\u003c/td\u003e\u003ctd class=\"mono num\"\u003e6,516\u003c/td\u003e\u003ctd class=\"mono num\"\u003e13.39\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$87,249\u003c/td\u003e\u003ctd class=\"mono num\"\u003e22.4%\u003c/td\u003e\u003c/tr\u003e\u003ctr style=\"background:var(--soft-2);font-weight:700;\"\u003e\u003ctd\u003e合計\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$17,000\u003c/td\u003e\u003ctd\u003e—\u003c/td\u003e\u003ctd class=\"mono num\"\u003e13,746\u003c/td\u003e\u003ctd class=\"mono num\"\u003e—\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$389,605\u003c/td\u003e\u003ctd class=\"mono num\"\u003e100%\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/div\u003e \u003cdiv class=\"grid2\"\u003e \u003cdiv class=\"card\"\u003e\u003cdiv class=\"label\"\u003e投入結構\u003c/div\u003e\u003cdiv class=\"title\"\u003e每月 $17,000 · 金額制\u003c/div\u003e\u003cp\u003e00993A 占投入 29.4% 權重最高，其餘四檔各 17.6% 均分。基準股數 13,746 為\u003cstrong\u003e歷史累積\u003c/strong\u003e，非單月可買數 — 以 08/26 價位單月僅約 636 股，閱讀時勿混淆。\u003c/p\u003e\u003c/div\u003e \u003cdiv class=\"card\"\u003e\u003cdiv class=\"label\"\u003e現值結構\u003c/div\u003e\u003cdiv class=\"title\"\u003e市值型 58.6% 領航\u003c/div\u003e\u003cp\u003e0050 + 0052 合計 58.6% 為投組核心；高股息雙檔 19.1% 提供配息緩衝；00993A 22.4% 居單檔第三。整體股債以外的權益曝險集中於台股大型與科技供應鏈。\u003c/p\u003e\u003c/div\u003e \u003c/div\u003e \u003ch3\u003e權重分布（現值占比）\u003c/h3\u003e \u003cdiv class=\"table-wrap\"\u003e\u003ctable\u003e\u003cthead\u003e\u003ctr\u003e\u003cth\u003eETF\u003c/th\u003e\u003cth style=\"width:42%\"\u003e占比\u003c/th\u003e\u003cth class=\"num\"\u003e現值\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003e0050\u003c/td\u003e\u003ctd\u003e\u003cdiv class=\"bar\"\u003e\u003ci style=\"width:30.0%\"\u003e\u003c/i\u003e\u003c/div\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e30.0%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e0052\u003c/td\u003e\u003ctd\u003e\u003cdiv class=\"bar\"\u003e\u003ci class=\"tech\" style=\"width:28.6%\"\u003e\u003c/i\u003e\u003c/div\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e28.6%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e00993A\u003c/td\u003e\u003ctd\u003e\u003cdiv class=\"bar\"\u003e\u003ci class=\"theme\" style=\"width:22.4%\"\u003e\u003c/i\u003e\u003c/div\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e22.4%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e00919\u003c/td\u003e\u003ctd\u003e\u003cdiv class=\"bar\"\u003e\u003ci class=\"div\" style=\"width:10.7%\"\u003e\u003c/i\u003e\u003c/div\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e10.7%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e00878\u003c/td\u003e\u003ctd\u003e\u003cdiv class=\"bar\"\u003e\u003ci class=\"div\" style=\"width:8.4%\"\u003e\u003c/i\u003e\u003c/div\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e8.4%\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/div\u003e \u003ch2\u003e二、08/26 當日五檔表現\u003c/h2\u003e \u003cp\u003e查證時間 \u003cstrong\u003e2026-08-26 05:30 UTC（13:30 台北）\u003c/strong\u003e，exchangeTime 13:30:00，資料來源 CubeLV market_data TWSE。五檔全面收紅，與大盤同步走強。\u003c/p\u003e \u003cdiv class=\"table-wrap\"\u003e\u003ctable\u003e\u003cthead\u003e\u003ctr\u003e\u003cth\u003eETF\u003c/th\u003e\u003cth class=\"num\"\u003e最新價\u003c/th\u003e\u003cth class=\"num\"\u003e昨收\u003c/th\u003e\u003cth\u003e漲跌\u003c/th\u003e\u003cth class=\"num\"\u003e開盤\u003c/th\u003e\u003cth class=\"num\"\u003e最高\u003c/th\u003e\u003cth class=\"num\"\u003e最低\u003c/th\u003e\u003cth class=\"num\"\u003e成交量\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e0050\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e\u003cstrong\u003e105.90\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e103.80\u003c/td\u003e\u003ctd class=\"up\"\u003e+2.10 (+2.02%)\u003c/td\u003e\u003ctd class=\"mono num\"\u003e103.80\u003c/td\u003e\u003ctd class=\"mono num\"\u003e104.80\u003c/td\u003e\u003ctd class=\"mono num\"\u003e103.20\u003c/td\u003e\u003ctd class=\"mono num\"\u003e84,650\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e0052\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e\u003cstrong\u003e61.95\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e60.45\u003c/td\u003e\u003ctd class=\"up\"\u003e+1.50 (+2.48%)\u003c/td\u003e\u003ctd class=\"mono num\"\u003e60.45\u003c/td\u003e\u003ctd class=\"mono num\"\u003e61.10\u003c/td\u003e\u003ctd class=\"mono num\"\u003e60.20\u003c/td\u003e\u003ctd class=\"mono num\"\u003e11,631\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e00878\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e\u003cstrong\u003e32.82\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e32.15\u003c/td\u003e\u003ctd class=\"up\"\u003e+0.67 (+2.08%)\u003c/td\u003e\u003ctd class=\"mono num\"\u003e32.11\u003c/td\u003e\u003ctd class=\"mono num\"\u003e32.39\u003c/td\u003e\u003ctd class=\"mono num\"\u003e31.99\u003c/td\u003e\u003ctd class=\"mono num\"\u003e26,008\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e00919\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e\u003cstrong\u003e31.21\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e30.31\u003c/td\u003e\u003ctd class=\"up\"\u003e+0.90 (+2.97%) \u003cspan class=\"pill\"\u003e領漲\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e30.30\u003c/td\u003e\u003ctd class=\"mono num\"\u003e30.83\u003c/td\u003e\u003ctd class=\"mono num\"\u003e30.23\u003c/td\u003e\u003ctd class=\"mono num\"\u003e58,525\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e00993A\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e\u003cstrong\u003e13.39\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e13.30\u003c/td\u003e\u003ctd class=\"up\"\u003e+0.09 (+0.68%)\u003c/td\u003e\u003ctd class=\"mono num\"\u003e13.22\u003c/td\u003e\u003ctd class=\"mono num\"\u003e13.26\u003c/td\u003e\u003ctd class=\"mono num\"\u003e13.03\u003c/td\u003e\u003ctd class=\"mono num\"\u003e4,309\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/div\u003e \u003cdiv class=\"callout warn\"\u003e\u003cspan class=\"tag\"\u003e提醒\u003c/span\u003e\u003cdiv\u003e0050、0052、00878、00919 四檔「最新價高於揭示最高價」，為 13:30 後最後撮合拉抬或試算價／資料延遲所致，已於圖表註記「以收盤價為準」，不影響金額制 DCA 判斷，無需追價。後續查證建議統一抓 14:30 收盤後報價。\u003c/div\u003e\u003c/div\u003e \u003ch3\u003e單檔即時卡（row 視圖 · 點卡可進 ETF 配置詳情）\u003c/h3\u003e \u003csection class=\"live-data\"\u003e \u003cdiv class=\"cap\"\u003e0050 元大台灣50 — 即時報價、漲跌與現值\u003c/div\u003e \u003citem-embed item-id=\"1b01a44f8eda7e05a4a31335\" view=\"row\"\u003e\u003c/item-embed\u003e \u003c/section\u003e \u003csection class=\"live-data\"\u003e \u003cdiv class=\"cap\"\u003e0052 富邦科技 — 即時報價、漲跌與現值\u003c/div\u003e \u003citem-embed item-id=\"1a3bad70adddc5bc84b95978\" view=\"row\"\u003e\u003c/item-embed\u003e \u003c/section\u003e \u003csection class=\"live-data\"\u003e \u003cdiv class=\"cap\"\u003e00878 國泰永續高股息 — 即時報價、漲跌與現值\u003c/div\u003e \u003citem-embed item-id=\"fcd2af8892c85f38706b179c\" view=\"row\"\u003e\u003c/item-embed\u003e \u003c/section\u003e \u003csection class=\"live-data\"\u003e \u003cdiv class=\"cap\"\u003e00919 群益台灣精選高息 — 即時報價、漲跌與現值\u003c/div\u003e \u003citem-embed item-id=\"6b60709e630741c063ae0602\" view=\"row\"\u003e\u003c/item-embed\u003e \u003c/section\u003e \u003csection class=\"live-data\"\u003e \u003cdiv class=\"cap\"\u003e00993A 主動安聯台灣 — 即時報價、漲跌與現值\u003c/div\u003e \u003citem-embed item-id=\"d31303baee31426c1a7d6860\" view=\"row\"\u003e\u003c/item-embed\u003e \u003c/section\u003e \u003cdiv class=\"grid2\"\u003e \u003cdiv class=\"card\"\u003e\u003cdiv class=\"label\"\u003e領漲觀察\u003c/div\u003e\u003cdiv class=\"title\"\u003e00919 +2.97% 最強\u003c/div\u003e\u003cp\u003e高股息族群買盤續強，00919 成交量 58,525 張僅次於 0050，價量齊揚。00878 +2.08% 亦強於大盤，配息題材支撐。\u003c/p\u003e\u003c/div\u003e \u003cdiv class=\"card\"\u003e\u003cdiv class=\"label\"\u003e量能觀察\u003c/div\u003e\u003cdiv class=\"title\"\u003e0050 84,650 張居冠\u003c/div\u003e\u003cp\u003e0050 量能為五檔之冠，流動性最佳。00993A 僅 4,309 張，波動時留意價差與滑價，適合以限價零股分批執行。\u003c/p\u003e\u003c/div\u003e \u003c/div\u003e \u003ch2\u003e三、配置解析與檢視結論\u003c/h2\u003e \u003col\u003e \u003cli\u003e\u003cstrong\u003e投入金額與基準股數是否調整：\u003c/strong\u003e暫不調整。每月 $17,000 節奏穩健，金額制本身已具分散時點效果；00993A 投入占比 29.4% 為最高，若擔心單一主題集中，下次配置檢討可評估將其部分額度移往 0050 / 00878，提升核心與配息穩定度。\u003c/li\u003e \u003cli\u003e\u003cstrong\u003e最新價高於最高價現象：\u003c/strong\u003e屬盤中延遲／盤後試算價，無需追價。大盤同步走強日更應維持紀律，避免加碼追高。\u003c/li\u003e \u003cli\u003e\u003cstrong\u003e長期配置展望：\u003c/strong\u003e市值型＋科技型 58.6% 適合作為長期核心，定期定額可持續累積；高股息雙檔除息前後可關注配息穩定度與填息力道，作為現金流來源。\u003c/li\u003e \u003c/ol\u003e \u003ch3\u003e試算參考（以本月金額÷當日價之單月可買股數）\u003c/h3\u003e \u003cdiv class=\"table-wrap\"\u003e\u003ctable\u003e\u003cthead\u003e\u003ctr\u003e\u003cth\u003eETF\u003c/th\u003e\u003cth\u003e試算\u003c/th\u003e\u003cth class=\"num\"\u003e基準股數\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003e0050 @105.90\u003c/td\u003e\u003ctd class=\"mono\"\u003e$3,000 ÷ 105.90 ≈ 28 股\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,102 股\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e0052 @61.95\u003c/td\u003e\u003ctd class=\"mono\"\u003e$3,000 ÷ 61.95 ≈ 48 股\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,796 股\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e00878 @32.82\u003c/td\u003e\u003ctd class=\"mono\"\u003e$3,000 ÷ 32.82 ≈ 91 股\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,000 股\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e00919 @31.21\u003c/td\u003e\u003ctd class=\"mono\"\u003e$3,000 ÷ 31.21 ≈ 96 股\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,332 股\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e00993A @13.39\u003c/td\u003e\u003ctd class=\"mono\"\u003e$5,000 ÷ 13.39 ≈ 373 股\u003c/td\u003e\u003ctd class=\"mono num\"\u003e6,516 股\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/div\u003e \u003cp style=\"font-size:12px;\"\u003e試算僅供理解金額制差異，實際以成交價與零股撮合為準。\u003c/p\u003e \u003csection class=\"live-data\" style=\"margin-top:16px;\"\u003e \u003cdiv class=\"cap\"\u003e▣ 投資組合淨值與投入時間序列（CHART · AreaChart）— 本月為第一筆，下月起逐月累積\u003c/div\u003e \u003cnote-chart chart-kind=\"AreaChart\" title=\"投資組合淨值與投入時間序列\"\u003e\u003cchart-data\u003e[{\u0026#34;0050現值\u0026#34;:116702,\u0026#34;0052現值\u0026#34;:111262,\u0026#34;00878現值\u0026#34;:32820,\u0026#34;00919現值\u0026#34;:41572,\u0026#34;00993A現值\u0026#34;:87249,\u0026#34;月份\u0026#34;:\u0026#34;2026-08\u0026#34;,\u0026#34;本月投入基準\u0026#34;:17000,\u0026#34;總現值\u0026#34;:389605}]\u003c/chart-data\u003e\u003c/note-chart\u003e \u003c/section\u003e \u003cp\u003e圖表《投資組合淨值與投入時間序列》已建立 2026-08 第一筆（總現值 $389,605、本月投入 $17,000），下月起在同一圖表追加 2026-09、2026-10…形成累積曲線，逐步可衍生「累計投入 vs 總損益」雙軸追蹤。\u003c/p\u003e \u003ch2\u003e四、下月提醒與風險提示\u003c/h2\u003e \u003cdiv class=\"grid2\"\u003e \u003cdiv class=\"card\"\u003e\u003cdiv class=\"label\"\u003eNext DCA\u003c/div\u003e\u003cdiv class=\"title\"\u003e2026-09-15 自動扣款\u003c/div\u003e\u003cp\u003e請確保交割帳戶餘額充足，維持金額制不追價。若遇除息日，配息入帳可滾動再投入，放大複利效果。\u003c/p\u003e\u003c/div\u003e \u003cdiv class=\"card\"\u003e\u003cdiv class=\"label\"\u003e追蹤清單\u003c/div\u003e\u003cdiv class=\"title\"\u003e除息日曆 × 流動性\u003c/div\u003e\u003cp\u003e00878 / 00919 追蹤除息與配息公告；00993A 留意成交量偏低時的價差，建議以限價零股、避免市價大單。\u003c/p\u003e\u003c/div\u003e \u003c/div\u003e \u003cul\u003e \u003cli\u003e高股息 00878 / 00919 可追蹤除息日曆與年化配息率，評估填息力道再決定是否加碼。\u003c/li\u003e \u003cli\u003e00993A 主題集中度偏高，後續若波動放大，可與 0050 做再平衡討論。\u003c/li\u003e \u003cli\u003e大盤強勢日不加碼追高，紀律執行每月 15 日扣款即是最佳風控。\u003c/li\u003e \u003c/ul\u003e \u003cdiv class=\"callout warn\"\u003e\u003cspan class=\"tag\"\u003e重要\u003c/span\u003e\u003cdiv\u003e\u003cstrong\u003e總現值 ≠ 損益。\u003c/strong\u003e本月報以「基準股數 × 最新價」得總現值 $389,605，但真實累計成本與未實現損益須以券商對帳單的平均成本為準，本紀錄無歷史成交均價，無法直接算出報酬率。請勿誤讀為已獲利 $372,605。\u003c/div\u003e\u003c/div\u003e \u003chr/\u003e\u003cp class=\"footnote\"\u003e資料來源：CubeLV market_data TWSE 於 2026-08-26 05:30 UTC 即時查詢五檔 ETF（0050/0052/00878/00919/00993A），另參考 ETF 投資組合面板之配置資料與《2026年08月 定期定額投入紀錄｜2026-08-26》(ID 5e107d17679cb05cc6d8c8ba)。投入基準依任務指定之每月金額與股數，成交以券商對帳單為準。本月報不構成投資建議。\u003cbr/\u003e圖表：投資組合淨值與投入時間序列 (ID f73215b416e59124a7a87dea) 已收錄 2026-08 第一筆。\u003c/p\u003e \u003c/div\u003e","createdAt":1787741879849,"deletedAt":null,"displayMode":"artifact","embedRenders":{"1a3bad70adddc5bc84b95978:row":"\u003cdiv style=\"color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; padding: 0px; border-width: 0px; border-style: solid; border-color: rgb(30, 42, 44); border-radius: 8px; background-color: rgba(0, 0, 0, 0); overflow: visible;\"\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 12px; width: 503px; height: 66.25px; padding: 12px 16px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 304.023px; height: 42.25px; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"width: 304.023px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; font-weight: 600; line-height: 26.25px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e0052 富邦科技\u003c/div\u003e\u003cdiv style=\"width: 304.023px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px;\"\u003e1796 股 · 每月 NT$3,000\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 54.9766px; height: 42.25px; min-width: auto; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e\u003cdiv style=\"width: 54.9766px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e61.9500\u003c/div\u003e\u003cdiv style=\"width: 54.9766px; height: 16px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px; text-align: right;\"\u003e+2.48%\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 88px; height: 42.25px; min-width: 88px; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e\u003cdiv style=\"width: 88px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; font-weight: 600; line-height: 26.25px; text-align: right;\"\u003eNT$111,262\u003c/div\u003e\u003cdiv style=\"width: 88px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px; text-align: right;\"\u003e現值\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","1b01a44f8eda7e05a4a31335:":"\u003cdiv style=\"color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; padding: 0px; border-width: 0px; border-style: solid; border-color: rgb(30, 42, 44); border-radius: 8px; background-color: rgba(0, 0, 0, 0); overflow: visible;\"\u003e\u003cdiv style=\"display: grid; gap: 8px; grid-template-columns: 162.328px 162.336px 162.328px; grid-template-rows: 66px; width: 503px; height: 66px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"width: 162.328px; height: 66px; min-width: auto; min-height: auto; padding: 12px; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 10px; background-color: rgb(49, 48, 49); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"width: 136.328px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px;\"\u003e總現值\u003c/div\u003e\u003cdiv style=\"width: 136.328px; height: 24px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-weight: 600;\"\u003eNT$389,605\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 162.336px; height: 66px; min-width: auto; min-height: auto; padding: 12px; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 10px; background-color: rgb(49, 48, 49); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"width: 136.336px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px;\"\u003e每月投入\u003c/div\u003e\u003cdiv style=\"width: 136.336px; height: 24px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-weight: 600;\"\u003eNT$17,000\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 162.328px; height: 66px; min-width: auto; min-height: auto; padding: 12px; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 10px; background-color: rgb(49, 48, 49); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"width: 136.328px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px;\"\u003e今日損益\u003c/div\u003e\u003cdiv style=\"width: 136.328px; height: 24px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-weight: 600;\"\u003e+NT$7,463\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","1b01a44f8eda7e05a4a31335:row":"\u003cdiv style=\"color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; padding: 0px; border-width: 0px; border-style: solid; border-color: rgb(30, 42, 44); border-radius: 8px; background-color: rgba(0, 0, 0, 0); overflow: visible;\"\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 12px; width: 503px; height: 66.25px; padding: 12px 16px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 295.023px; height: 42.25px; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"width: 295.023px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; font-weight: 600; line-height: 26.25px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e0050 元大台灣50\u003c/div\u003e\u003cdiv style=\"width: 295.023px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px;\"\u003e1102 股 · 每月 NT$3,000\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 63.9766px; height: 42.25px; min-width: auto; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e\u003cdiv style=\"width: 63.9766px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e105.9000\u003c/div\u003e\u003cdiv style=\"width: 63.9766px; height: 16px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px; text-align: right;\"\u003e+2.02%\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 88px; height: 42.25px; min-width: 88px; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e\u003cdiv style=\"width: 88px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; font-weight: 600; line-height: 26.25px; text-align: right;\"\u003eNT$116,702\u003c/div\u003e\u003cdiv style=\"width: 88px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px; text-align: right;\"\u003e現值\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","6b60709e630741c063ae0602:row":"\u003cdiv style=\"color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; padding: 0px; border-width: 0px; border-style: solid; border-color: rgb(30, 42, 44); border-radius: 8px; background-color: rgba(0, 0, 0, 0); overflow: visible;\"\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 12px; width: 503px; height: 66.25px; padding: 12px 16px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 307.008px; height: 42.25px; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"width: 307.008px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; font-weight: 600; line-height: 26.25px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e00919 群益台灣精選高息\u003c/div\u003e\u003cdiv style=\"width: 307.008px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px;\"\u003e1332 股 · 每月 NT$3,000\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 51.9922px; height: 42.25px; min-width: auto; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e\u003cdiv style=\"width: 51.9922px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e31.2100\u003c/div\u003e\u003cdiv style=\"width: 51.9922px; height: 16px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px; text-align: right;\"\u003e+2.97%\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 88px; height: 42.25px; min-width: 88px; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e\u003cdiv style=\"width: 88px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; font-weight: 600; line-height: 26.25px; text-align: right;\"\u003eNT$41,572\u003c/div\u003e\u003cdiv style=\"width: 88px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px; text-align: right;\"\u003e現值\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","d31303baee31426c1a7d6860:row":"\u003cdiv style=\"color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; padding: 0px; border-width: 0px; border-style: solid; border-color: rgb(30, 42, 44); border-radius: 8px; background-color: rgba(0, 0, 0, 0); overflow: visible;\"\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 12px; width: 503px; height: 66.25px; padding: 12px 16px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 304.023px; height: 42.25px; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"width: 304.023px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; font-weight: 600; line-height: 26.25px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e00993A 主動安聯台灣\u003c/div\u003e\u003cdiv style=\"width: 304.023px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px;\"\u003e6516 股 · 每月 NT$5,000\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 54.9766px; height: 42.25px; min-width: auto; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e\u003cdiv style=\"width: 54.9766px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e13.3900\u003c/div\u003e\u003cdiv style=\"width: 54.9766px; height: 16px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px; text-align: right;\"\u003e+0.68%\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 88px; height: 42.25px; min-width: 88px; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e\u003cdiv style=\"width: 88px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; font-weight: 600; line-height: 26.25px; text-align: right;\"\u003eNT$87,249\u003c/div\u003e\u003cdiv style=\"width: 88px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px; text-align: right;\"\u003e現值\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","f73215b416e59124a7a87dea:":"\u003cdiv style=\"color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; padding: 0px; border-width: 0px; border-style: solid; border-color: rgb(30, 42, 44); border-radius: 8px; background-color: rgba(0, 0, 0, 0); overflow: visible;\"\u003e\u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; flex-basis: 0%; width: 503px; height: 248px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv data-aria-hidden=\"true\" aria-hidden=\"true\" style=\"display: flex; flex-shrink: 0; align-items: center; justify-content: space-between; gap: 12px; width: 503px; height: 32px; min-width: auto; min-height: auto; margin-bottom: 16px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ch4 style=\"width: 208px; height: 24px; min-height: auto; border-color: rgb(20, 25, 26); color: rgb(20, 25, 26); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-weight: 600; overflow-wrap: break-word;\"\u003e投資組合淨值與投入時間序列\u003c/h4\u003e\u003cdiv style=\"display: flex; flex-shrink: 0; align-items: center; gap: 8px; width: 46px; height: 32px; min-width: auto; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cbutton data-slot=\"button\" data-variant=\"outline\" data-size=\"default\" type=\"button\" aria-label=\"更多動作\" style=\"display: flex; position: relative; inset: 0px; flex-shrink: 0; align-items: center; justify-content: center; gap: 6px; width: 46px; height: 32px; min-width: auto; min-height: auto; padding-right: 12px; padding-left: 12px; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 6px; color: oklab(0.208624 -0.0066933 -0.00403997 / 0.8); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 13px; font-weight: 500; line-height: 22.75px; white-space: nowrap;\"\u003e\u003csvg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" style=\"flex-shrink: 0; width: 20px; height: 20px; min-width: auto; min-height: auto; border-color: oklab(0.208624 -0.0066933 -0.00403997 / 0.8); color: oklab(0.208624 -0.0066933 -0.00403997 / 0.8); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 13px; font-weight: 500; line-height: 22.75px; text-align: center; white-space: nowrap; overflow: hidden; fill: none;\"\u003e\u003cpath fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 9.5C5 10.3284 4.32843 11 3.5 11C2.67157 11 2 10.3284 2 9.5C2 8.67157 2.67157 8 3.5 8C4.32843 8 5 8.67157 5 9.5ZM11.5 9.5C11.5 10.3284 10.8284 11 10 11C9.17157 11 8.5 10.3284 8.5 9.5C8.5 8.67157 9.17157 8 10 8C10.8284 8 11.5 8.67157 11.5 9.5ZM16.5 11C17.3284 11 18 10.3284 18 9.5C18 8.67157 17.3284 8 16.5 8C15.6716 8 15 8.67157 15 9.5C15 10.3284 15.6716 11 16.5 11Z\" fill=\"currentColor\" style=\"border-color: oklab(0.208624 -0.0066933 -0.00403997 / 0.8); color: oklab(0.208624 -0.0066933 -0.00403997 / 0.8); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 13px; font-weight: 500; line-height: 22.75px; text-align: center; white-space: nowrap; fill: oklab(0.208624 -0.0066933 -0.00403997 / 0.8);\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/button\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 503px; height: 200px; min-width: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"width: 503px; height: 200px; min-width: 0px; min-height: 200px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"width: 0px; height: 0px; overflow: visible; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv width=\"503\" height=\"200\" style=\"position: relative; cursor: default; width: 503px; height: 200px; inset: 0px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv xmlns=\"http://www.w3.org/1999/xhtml\" tabindex=\"-1\" style=\"visibility: hidden; pointer-events: none; position: absolute; inset: 0px 481px 178px 0px; z-index: 1000; width: 22px; height: 22px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv role=\"status\" aria-live=\"assertive\" style=\"margin: 0px; padding: 10px; background-color: rgb(49, 48, 49); border: 1px solid rgba(20, 25, 26, 0.12); white-space: nowrap; width: 22px; height: 22px; border-radius: 8px; color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; box-shadow: color(srgb 0.0784314 0.0980392 0.101961 / 0.1) 0px 4px 12px 0px;\"\u003e\u003cp style=\"margin: 0px; border-color: rgb(20, 25, 26); color: rgb(20, 25, 26); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; font-weight: 600; line-height: 26.25px; white-space: nowrap;\"\u003e\u003c/p\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"position: absolute; width: 453px; height: 52.5px; inset: 142.5px 30px 5px 20px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\" data-aria-hidden=\"true\" aria-hidden=\"true\"\u003e\u003cul style=\"padding: 0px; margin: 0px; text-align: center; width: 453px; height: 52.5px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cli style=\"display: inline-block; margin-right: 10px; width: 84px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003csvg aria-label=\"0050現值 legend icon\" width=\"14\" height=\"14\" viewBox=\"0 0 32 32\" style=\"display: inline-block; vertical-align: middle; margin-right: 4px; width: 14px; height: 14px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; overflow: hidden; list-style-type: none;\"\u003e\u003ctitle style=\"display: inline; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/title\u003e\u003cdesc style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/desc\u003e\u003cpath stroke-width=\"4\" fill=\"none\" stroke=\"var(--chart-oceanBlue)\" d=\"M0,16h10.666666666666666\n            A5.333333333333333,5.333333333333333,0,1,1,21.333333333333332,16\n            H32M21.333333333333332,16\n            A5.333333333333333,5.333333333333333,0,1,1,10.666666666666666,16\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none; fill: none; stroke: rgb(0, 143, 251); stroke-width: 4px;\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003cspan style=\"color: rgb(0, 143, 251); border-color: rgb(0, 143, 251); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e0050現值\u003c/span\u003e\u003c/li\u003e\u003cli style=\"display: inline-block; margin-right: 10px; width: 84px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003csvg aria-label=\"0052現值 legend icon\" width=\"14\" height=\"14\" viewBox=\"0 0 32 32\" style=\"display: inline-block; vertical-align: middle; margin-right: 4px; width: 14px; height: 14px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; overflow: hidden; list-style-type: none;\"\u003e\u003ctitle style=\"display: inline; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/title\u003e\u003cdesc style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/desc\u003e\u003cpath stroke-width=\"4\" fill=\"none\" stroke=\"var(--chart-mintGreen)\" d=\"M0,16h10.666666666666666\n            A5.333333333333333,5.333333333333333,0,1,1,21.333333333333332,16\n            H32M21.333333333333332,16\n            A5.333333333333333,5.333333333333333,0,1,1,10.666666666666666,16\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none; fill: none; stroke: rgb(0, 227, 150); stroke-width: 4px;\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003cspan style=\"color: rgb(0, 227, 150); border-color: rgb(0, 227, 150); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e0052現值\u003c/span\u003e\u003c/li\u003e\u003cli style=\"display: inline-block; margin-right: 10px; width: 92.2109px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003csvg aria-label=\"00878現值 legend icon\" width=\"14\" height=\"14\" viewBox=\"0 0 32 32\" style=\"display: inline-block; vertical-align: middle; margin-right: 4px; width: 14px; height: 14px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; overflow: hidden; list-style-type: none;\"\u003e\u003ctitle style=\"display: inline; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/title\u003e\u003cdesc style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/desc\u003e\u003cpath stroke-width=\"4\" fill=\"none\" stroke=\"var(--chart-tangerineOrange)\" d=\"M0,16h10.666666666666666\n            A5.333333333333333,5.333333333333333,0,1,1,21.333333333333332,16\n            H32M21.333333333333332,16\n            A5.333333333333333,5.333333333333333,0,1,1,10.666666666666666,16\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none; fill: none; stroke: rgb(254, 176, 25); stroke-width: 4px;\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003cspan style=\"color: rgb(254, 176, 25); border-color: rgb(254, 176, 25); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e00878現值\u003c/span\u003e\u003c/li\u003e\u003cli style=\"display: inline-block; margin-right: 10px; width: 90.0156px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003csvg aria-label=\"00919現值 legend icon\" width=\"14\" height=\"14\" viewBox=\"0 0 32 32\" style=\"display: inline-block; vertical-align: middle; margin-right: 4px; width: 14px; height: 14px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; overflow: hidden; list-style-type: none;\"\u003e\u003ctitle style=\"display: inline; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/title\u003e\u003cdesc style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/desc\u003e\u003cpath stroke-width=\"4\" fill=\"none\" stroke=\"var(--chart-cherryRed)\" d=\"M0,16h10.666666666666666\n            A5.333333333333333,5.333333333333333,0,1,1,21.333333333333332,16\n            H32M21.333333333333332,16\n            A5.333333333333333,5.333333333333333,0,1,1,10.666666666666666,16\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none; fill: none; stroke: rgb(255, 69, 96); stroke-width: 4px;\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003cspan style=\"color: rgb(255, 69, 96); border-color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e00919現值\u003c/span\u003e\u003c/li\u003e\u003cli style=\"display: inline-block; margin-right: 10px; width: 102.859px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003csvg aria-label=\"00993A現值 legend icon\" width=\"14\" height=\"14\" viewBox=\"0 0 32 32\" style=\"display: inline-block; vertical-align: middle; margin-right: 4px; width: 14px; height: 14px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; overflow: hidden; list-style-type: none;\"\u003e\u003ctitle style=\"display: inline; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/title\u003e\u003cdesc style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/desc\u003e\u003cpath stroke-width=\"4\" fill=\"none\" stroke=\"var(--chart-lavenderPurple)\" d=\"M0,16h10.666666666666666\n            A5.333333333333333,5.333333333333333,0,1,1,21.333333333333332,16\n            H32M21.333333333333332,16\n            A5.333333333333333,5.333333333333333,0,1,1,10.666666666666666,16\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none; fill: none; stroke: rgb(119, 93, 208); stroke-width: 4px;\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003cspan style=\"color: rgb(119, 93, 208); border-color: rgb(119, 93, 208); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e00993A現值\u003c/span\u003e\u003c/li\u003e\u003cli style=\"display: inline-block; margin-right: 10px; width: 108px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003csvg aria-label=\"本月投入基準 legend icon\" width=\"14\" height=\"14\" viewBox=\"0 0 32 32\" style=\"display: inline-block; vertical-align: middle; margin-right: 4px; width: 14px; height: 14px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; overflow: hidden; list-style-type: none;\"\u003e\u003ctitle style=\"display: inline; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/title\u003e\u003cdesc style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/desc\u003e\u003cpath stroke-width=\"4\" fill=\"none\" stroke=\"var(--chart-slateGrey)\" d=\"M0,16h10.666666666666666\n            A5.333333333333333,5.333333333333333,0,1,1,21.333333333333332,16\n            H32M21.333333333333332,16\n            A5.333333333333333,5.333333333333333,0,1,1,10.666666666666666,16\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none; fill: none; stroke: rgb(84, 110, 122); stroke-width: 4px;\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003cspan style=\"color: rgb(84, 110, 122); border-color: rgb(84, 110, 122); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e本月投入基準\u003c/span\u003e\u003c/li\u003e\u003cli style=\"display: inline-block; margin-right: 10px; width: 63px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003csvg aria-label=\"總現值 legend icon\" width=\"14\" height=\"14\" viewBox=\"0 0 32 32\" style=\"display: inline-block; vertical-align: middle; margin-right: 4px; width: 14px; height: 14px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; overflow: hidden; list-style-type: none;\"\u003e\u003ctitle style=\"display: inline; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/title\u003e\u003cdesc style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/desc\u003e\u003cpath stroke-width=\"4\" fill=\"none\" stroke=\"var(--chart-turquoiseTeal)\" d=\"M0,16h10.666666666666666\n            A5.333333333333333,5.333333333333333,0,1,1,21.333333333333332,16\n            H32M21.333333333333332,16\n            A5.333333333333333,5.333333333333333,0,1,1,10.666666666666666,16\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none; fill: none; stroke: rgb(38, 166, 154); stroke-width: 4px;\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003cspan style=\"color: rgb(38, 166, 154); border-color: rgb(38, 166, 154); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e總現值\u003c/span\u003e\u003c/li\u003e\u003c/ul\u003e\u003c/div\u003e\u003csvg role=\"application\" tabindex=\"0\" width=\"503\" height=\"200\" viewBox=\"0 0 503 200\" style=\"width: 503px; height: 200px; display: block; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; overflow: hidden;\" data-aria-hidden=\"true\" aria-hidden=\"true\"\u003e\u003ctitle style=\"display: inline; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/title\u003e\u003cdesc style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/desc\u003e\u003cg tabindex=\"-1\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cline stroke-dasharray=\"3 3\" stroke=\"rgba(255,255,255,0.1)\" fill=\"none\" x=\"80\" y=\"20\" width=\"393\" height=\"92.5\" x1=\"80\" y1=\"112.5\" x2=\"473\" y2=\"112.5\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: none; stroke: rgba(255, 255, 255, 0.1);\"\u003e\u003c/line\u003e\u003cline stroke-dasharray=\"3 3\" stroke=\"rgba(255,255,255,0.1)\" fill=\"none\" x=\"80\" y=\"20\" width=\"393\" height=\"92.5\" x1=\"80\" y1=\"66.25\" x2=\"473\" y2=\"66.25\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: none; stroke: rgba(255, 255, 255, 0.1);\"\u003e\u003c/line\u003e\u003cline stroke-dasharray=\"3 3\" stroke=\"rgba(255,255,255,0.1)\" fill=\"none\" x=\"80\" y=\"20\" width=\"393\" height=\"92.5\" x1=\"80\" y1=\"20\" x2=\"473\" y2=\"20\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: none; stroke: rgba(255, 255, 255, 0.1);\"\u003e\u003c/line\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cline stroke-dasharray=\"3 3\" stroke=\"rgba(255,255,255,0.1)\" fill=\"none\" x=\"80\" y=\"20\" width=\"393\" height=\"92.5\" x1=\"276.5\" y1=\"20\" x2=\"276.5\" y2=\"112.5\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: none; stroke: rgba(255, 255, 255, 0.1);\"\u003e\u003c/line\u003e\u003cline stroke-dasharray=\"3 3\" stroke=\"rgba(255,255,255,0.1)\" fill=\"none\" x=\"80\" y=\"20\" width=\"393\" height=\"92.5\" x1=\"80\" y1=\"20\" x2=\"80\" y2=\"112.5\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: none; stroke: rgba(255, 255, 255, 0.1);\"\u003e\u003c/line\u003e\u003cline stroke-dasharray=\"3 3\" stroke=\"rgba(255,255,255,0.1)\" fill=\"none\" x=\"80\" y=\"20\" width=\"393\" height=\"92.5\" x1=\"473\" y1=\"20\" x2=\"473\" y2=\"112.5\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: none; stroke: rgba(255, 255, 255, 0.1);\"\u003e\u003c/line\u003e\u003c/g\u003e\u003c/g\u003e\u003c/g\u003e\u003cg tabindex=\"-1\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cdefs style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cclipPath style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003crect x=\"80\" y=\"20\" height=\"92.5\" width=\"393\" style=\"width: 393px; height: 92.5px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/rect\u003e\u003c/clipPath\u003e\u003c/defs\u003e\u003cg tabindex=\"-1\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003c/g\u003e\u003cg tabindex=\"-1\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cg tabindex=\"-1\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cg tabindex=\"-1\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cg tabindex=\"-1\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cline stroke=\"rgba(255,255,255,0.3)\" font-size=\"12\" angle=\"0\" height=\"30\" orientation=\"bottom\" x=\"80\" y=\"112.5\" width=\"393\" fill=\"none\" x1=\"80\" y1=\"112.5\" x2=\"473\" y2=\"112.5\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; fill: none; stroke: rgba(255, 255, 255, 0.3);\"\u003e\u003c/line\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cline stroke=\"rgba(255,255,255,0.3)\" font-size=\"12\" angle=\"0\" height=\"30\" orientation=\"bottom\" x=\"80\" y=\"112.5\" width=\"393\" fill=\"none\" x1=\"276.5\" y1=\"118.5\" x2=\"276.5\" y2=\"112.5\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; fill: none; stroke: rgba(255, 255, 255, 0.3);\"\u003e\u003c/line\u003e\u003c/g\u003e\u003c/g\u003e\u003c/g\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cline stroke=\"rgba(255,255,255,0.3)\" font-size=\"12\" angle=\"0\" orientation=\"left\" width=\"60\" x=\"20\" y=\"20\" height=\"92.5\" fill=\"none\" x1=\"80\" y1=\"20\" x2=\"80\" y2=\"112.5\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; fill: none; stroke: rgba(255, 255, 255, 0.3);\"\u003e\u003c/line\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cline stroke=\"rgba(255,255,255,0.3)\" font-size=\"12\" angle=\"0\" orientation=\"left\" width=\"60\" x=\"20\" y=\"20\" height=\"92.5\" fill=\"none\" x1=\"74\" y1=\"112.5\" x2=\"80\" y2=\"112.5\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; fill: none; stroke: rgba(255, 255, 255, 0.3);\"\u003e\u003c/line\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cline stroke=\"rgba(255,255,255,0.3)\" font-size=\"12\" angle=\"0\" orientation=\"left\" width=\"60\" x=\"20\" y=\"20\" height=\"92.5\" fill=\"none\" x1=\"74\" y1=\"89.375\" x2=\"80\" y2=\"89.375\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; fill: none; stroke: rgba(255, 255, 255, 0.3);\"\u003e\u003c/line\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cline stroke=\"rgba(255,255,255,0.3)\" font-size=\"12\" angle=\"0\" orientation=\"left\" width=\"60\" x=\"20\" y=\"20\" height=\"92.5\" fill=\"none\" x1=\"74\" y1=\"66.25\" x2=\"80\" y2=\"66.25\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; fill: none; stroke: rgba(255, 255, 255, 0.3);\"\u003e\u003c/line\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cline stroke=\"rgba(255,255,255,0.3)\" font-size=\"12\" angle=\"0\" orientation=\"left\" width=\"60\" x=\"20\" y=\"20\" height=\"92.5\" fill=\"none\" x1=\"74\" y1=\"43.125\" x2=\"80\" y2=\"43.125\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; fill: none; stroke: rgba(255, 255, 255, 0.3);\"\u003e\u003c/line\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cline stroke=\"rgba(255,255,255,0.3)\" font-size=\"12\" angle=\"0\" orientation=\"left\" width=\"60\" x=\"20\" y=\"20\" height=\"92.5\" fill=\"none\" x1=\"74\" y1=\"20\" x2=\"80\" y2=\"20\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; fill: none; stroke: rgba(255, 255, 255, 0.3);\"\u003e\u003c/line\u003e\u003c/g\u003e\u003c/g\u003e\u003c/g\u003e\u003c/g\u003e\u003c/g\u003e\u003cg tabindex=\"-1\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ccircle r=\"3\" stroke-width=\"1\" fill=\"var(--chart-oceanBlue)\" fill-opacity=\"0.3\" height=\"92.5\" stroke=\"var(--chart-oceanBlue)\" width=\"393\" cx=\"276.5\" cy=\"85.5126625\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: rgb(0, 143, 251); stroke: rgb(0, 143, 251);\"\u003e\u003c/circle\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ccircle r=\"3\" stroke-width=\"1\" fill=\"var(--chart-mintGreen)\" fill-opacity=\"0.3\" height=\"92.5\" stroke=\"var(--chart-mintGreen)\" width=\"393\" cx=\"276.5\" cy=\"86.77066250000001\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: rgb(0, 227, 150); stroke: rgb(0, 227, 150);\"\u003e\u003c/circle\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ccircle r=\"3\" stroke-width=\"1\" fill=\"var(--chart-tangerineOrange)\" fill-opacity=\"0.3\" height=\"92.5\" stroke=\"var(--chart-tangerineOrange)\" width=\"393\" cx=\"276.5\" cy=\"104.91037500000002\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: rgb(254, 176, 25); stroke: rgb(254, 176, 25);\"\u003e\u003c/circle\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ccircle r=\"3\" stroke-width=\"1\" fill=\"var(--chart-cherryRed)\" fill-opacity=\"0.3\" height=\"92.5\" stroke=\"var(--chart-cherryRed)\" width=\"393\" cx=\"276.5\" cy=\"102.886475\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: rgb(255, 69, 96); stroke: rgb(255, 69, 96);\"\u003e\u003c/circle\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ccircle r=\"3\" stroke-width=\"1\" fill=\"var(--chart-lavenderPurple)\" fill-opacity=\"0.3\" height=\"92.5\" stroke=\"var(--chart-lavenderPurple)\" width=\"393\" cx=\"276.5\" cy=\"92.32366875\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: rgb(119, 93, 208); stroke: rgb(119, 93, 208);\"\u003e\u003c/circle\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ccircle r=\"3\" stroke-width=\"1\" fill=\"var(--chart-slateGrey)\" fill-opacity=\"0.3\" height=\"92.5\" stroke=\"var(--chart-slateGrey)\" width=\"393\" cx=\"276.5\" cy=\"108.56875\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: rgb(84, 110, 122); stroke: rgb(84, 110, 122);\"\u003e\u003c/circle\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ccircle r=\"3\" stroke-width=\"1\" fill=\"var(--chart-turquoiseTeal)\" fill-opacity=\"0.3\" height=\"92.5\" stroke=\"var(--chart-turquoiseTeal)\" width=\"393\" cx=\"276.5\" cy=\"22.403843750000004\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: rgb(38, 166, 154); stroke: rgb(38, 166, 154);\"\u003e\u003c/circle\u003e\u003c/g\u003e\u003c/g\u003e\u003cg tabindex=\"-1\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cg tabindex=\"-1\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cg tabindex=\"-1\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cg tabindex=\"-1\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ctext stroke=\"none\" font-size=\"12\" height=\"30\" orientation=\"bottom\" width=\"393\" x=\"276.5\" y=\"120.5\" text-anchor=\"middle\" fill=\"rgba(255,255,255,0.3)\" style=\"display: block; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; white-space: nowrap; fill: rgb(20, 25, 26);\"\u003e\u003ctspan x=\"276.5\" dy=\"0.71em\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; white-space: nowrap; fill: rgb(20, 25, 26);\"\u003e2026-08\u003c/tspan\u003e\u003c/text\u003e\u003c/g\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ctext stroke=\"none\" font-size=\"12\" orientation=\"left\" width=\"60\" height=\"92.5\" x=\"72\" y=\"112.5\" text-anchor=\"end\" fill=\"rgba(255,255,255,0.3)\" style=\"display: block; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; white-space: nowrap; fill: rgb(20, 25, 26);\"\u003e\u003ctspan x=\"72\" dy=\"0.355em\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; white-space: nowrap; fill: rgb(20, 25, 26);\"\u003e0\u003c/tspan\u003e\u003c/text\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ctext stroke=\"none\" font-size=\"12\" orientation=\"left\" width=\"60\" height=\"92.5\" x=\"72\" y=\"89.375\" text-anchor=\"end\" fill=\"rgba(255,255,255,0.3)\" style=\"display: block; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; white-space: nowrap; fill: rgb(20, 25, 26);\"\u003e\u003ctspan x=\"72\" dy=\"0.355em\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; white-space: nowrap; fill: rgb(20, 25, 26);\"\u003e100000\u003c/tspan\u003e\u003c/text\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ctext stroke=\"none\" font-size=\"12\" orientation=\"left\" width=\"60\" height=\"92.5\" x=\"72\" y=\"66.25\" text-anchor=\"end\" fill=\"rgba(255,255,255,0.3)\" style=\"display: block; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; white-space: nowrap; fill: rgb(20, 25, 26);\"\u003e\u003ctspan x=\"72\" dy=\"0.355em\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; white-space: nowrap; fill: rgb(20, 25, 26);\"\u003e200000\u003c/tspan\u003e\u003c/text\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ctext stroke=\"none\" font-size=\"12\" orientation=\"left\" width=\"60\" height=\"92.5\" x=\"72\" y=\"43.125\" text-anchor=\"end\" fill=\"rgba(255,255,255,0.3)\" style=\"display: block; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; white-space: nowrap; fill: rgb(20, 25, 26);\"\u003e\u003ctspan x=\"72\" dy=\"0.355em\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; white-space: nowrap; fill: rgb(20, 25, 26);\"\u003e300000\u003c/tspan\u003e\u003c/text\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ctext stroke=\"none\" font-size=\"12\" orientation=\"left\" width=\"60\" height=\"92.5\" x=\"72\" y=\"20\" text-anchor=\"end\" fill=\"rgba(255,255,255,0.3)\" style=\"display: block; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; white-space: nowrap; fill: rgb(20, 25, 26);\"\u003e\u003ctspan x=\"72\" dy=\"0.355em\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; white-space: nowrap; fill: rgb(20, 25, 26);\"\u003e400000\u003c/tspan\u003e\u003c/text\u003e\u003c/g\u003e\u003c/g\u003e\u003c/g\u003e\u003c/svg\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","fcd2af8892c85f38706b179c:row":"\u003cdiv style=\"color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; padding: 0px; border-width: 0px; border-style: solid; border-color: rgb(30, 42, 44); border-radius: 8px; background-color: rgba(0, 0, 0, 0); overflow: visible;\"\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 12px; width: 503px; height: 66.25px; padding: 12px 16px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 301.039px; height: 42.25px; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"width: 301.039px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; font-weight: 600; line-height: 26.25px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e00878 國泰永續高股息\u003c/div\u003e\u003cdiv style=\"width: 301.039px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px;\"\u003e1000 股 · 每月 NT$3,000\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 57.9609px; height: 42.25px; min-width: auto; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e\u003cdiv style=\"width: 57.9609px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e32.8200\u003c/div\u003e\u003cdiv style=\"width: 57.9609px; height: 16px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px; text-align: right;\"\u003e+2.08%\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 88px; height: 42.25px; min-width: 88px; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e\u003cdiv style=\"width: 88px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; font-weight: 600; line-height: 26.25px; text-align: right;\"\u003eNT$32,820\u003c/div\u003e\u003cdiv style=\"width: 88px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px; text-align: right;\"\u003e現值\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e"},"id":"81f9eb84801948a56f7d7137","isNew":false,"isPublic":true,"itemType":"NOTE","name":"2026年08月 投資績效月報｜五檔全漲・總現值 $389,605","parents":{"33cdda8395dd24700afaadac":1787741879849},"preParentID":null,"updatedAt":1789088884031,"updatedBy":{"userId":"6a8b1e37014599cd86f719","userName":"軍宏 李"},"version":7},"ownerName":"李軍宏","subtree":[{"artifactHtml":"\u003cstyle\u003e\n  :root { --paper:#F8FBFA; --ink:#1E2A2C; --ink-2:#5C6E70; --accent:#0E7C6B; --accent-2:#14997F; --soft:#E6F0EC; --soft-2:#EEF5F2; --hair:#D6DFDE; --up:#C43A2A; --up-bg:#FDEBE7; --warn:#8A6D00; --warn-bg:#FFF6CC; }\n  :root[data-theme=\"dark\"] { --paper:#121819; --ink:#E6EEEF; --ink-2:#9AAEAF; --accent:#3CCCB6; --accent-2:#5AD9C6; --soft:#1B2F2D; --soft-2:#182928; --hair:#2E3E3F; --up:#FF6B58; --up-bg:#3A1E1A; --warn:#FFD84D; --warn-bg:#3A3000; }\n  .doc { background:var(--paper); color:var(--ink); padding:28px 30px 32px; font:15px/1.75 -apple-system,\"PingFang TC\",\"Noto Sans TC\",sans-serif; border-radius:12px; }\n  .eyebrow { font:700 11px ui-monospace,monospace; letter-spacing:.14em; text-transform:uppercase; color:var(--accent); }\n  header h1 { font-size:26px; line-height:1.25; letter-spacing:-.02em; margin:10px 0 8px; }\n  header .lede { color:var(--ink-2); font-size:14px; margin:0; max-width:64ch; line-height:1.65; }\n  .meta { display:flex; flex-wrap:wrap; gap:8px; margin:14px 0 18px; }\n  .meta span { font:600 11px ui-monospace,monospace; padding:5px 10px; border-radius:999px; background:var(--soft); color:var(--ink-2); }\n  .meta span.accent { background:var(--accent); color:#fff; }\n  :root[data-theme=\"dark\"] .meta span.accent { color:#0D1A18; }\n  .callout { display:flex; gap:12px; padding:14px 16px; background:var(--soft); border-radius:8px; margin:16px 0; border-left:4px solid var(--accent); }\n  .callout.warn { border-left-color:var(--warn); background:var(--warn-bg); }\n  .callout .tag { flex:none; font:700 11px ui-monospace,monospace; letter-spacing:.08em; color:var(--accent); padding-top:2px; }\n  .callout.warn .tag { color:var(--warn); }\n  .callout div { font-size:13px; color:var(--ink-2); line-height:1.65; }\n  .callout div strong { color:var(--ink); }\n  h2 { font-size:17px; font-weight:800; margin:26px 0 10px; padding-bottom:6px; border-bottom:2px solid var(--soft); letter-spacing:-.01em; }\n  h3 { font-size:13px; font-weight:800; margin:18px 0 8px; color:var(--accent); letter-spacing:.04em; }\n  p { color:var(--ink-2); max-width:68ch; font-size:14px; line-height:1.75; margin:8px 0; }\n  p strong { color:var(--ink); }\n  .stats { display:grid; grid-template-columns:repeat(auto-fit,minmax(150px,1fr)); gap:10px; margin:16px 0; }\n  .stat { background:var(--soft); border-radius:10px; padding:13px 14px; }\n  .stat .k { font:700 11px ui-monospace,monospace; letter-spacing:.06em; color:var(--accent); }\n  .stat .v { font-size:22px; font-weight:800; margin-top:4px; letter-spacing:-.02em; }\n  .stat .v.sm { font-size:18px; }\n  .stat .n { font-size:12px; color:var(--ink-2); margin-top:2px; line-height:1.4; }\n  .live-data { margin:14px 0; }\n  .live-data .cap { font:700 11px ui-monospace,monospace; letter-spacing:.08em; color:var(--accent); margin-bottom:6px; }\n  table { border-collapse:collapse; width:100%; font-size:13px; margin:10px 0; }\n  th,td { text-align:left; padding:9px 10px; border-bottom:1px solid var(--hair); }\n  th { font:700 11px ui-monospace,monospace; letter-spacing:.05em; color:var(--ink-2); background:var(--soft-2); white-space:nowrap; }\n  td { color:var(--ink); }\n  td.mono { font-family:ui-monospace,monospace; font-variant-numeric:tabular-nums; }\n  td.num { text-align:right; }\n  th.num { text-align:right; }\n  .up { color:var(--up); font-weight:700; }\n  .pill { display:inline-block; font:700 10px ui-monospace,monospace; letter-spacing:.06em; padding:2px 7px; border-radius:999px; background:var(--up-bg); color:var(--up); }\n  .pill.neutral { background:var(--soft); color:var(--ink-2); }\n  .bar { height:6px; border-radius:999px; background:var(--soft); overflow:hidden; }\n  .bar i { display:block; height:100%; background:var(--accent); border-radius:999px; }\n  .bar i.tech { background:#2A7DE1; }\n  .bar i.div { background:#C07A00; }\n  .bar i.theme { background:#7B5CF0; }\n  .grid2 { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin:12px 0; }\n  .card { background:var(--soft); border-radius:10px; padding:14px 15px; }\n  .card .label { font:700 11px ui-monospace,monospace; color:var(--accent); letter-spacing:.06em; }\n  .card .title { font-size:14px; font-weight:800; margin-top:4px; }\n  .card p { font-size:12px; margin:4px 0 0; line-height:1.6; }\n  .table-wrap { overflow-x:auto; -webkit-overflow-scrolling:touch; }\n  ul, ol { margin:8px 0; padding-left:20px; }\n  li { font-size:14px; color:var(--ink-2); margin:5px 0; line-height:1.65; }\n  li strong { color:var(--ink); }\n  hr { border:none; border-top:1px solid var(--hair); margin:22px 0; }\n  .footnote { font-size:12px; color:var(--ink-2); background:var(--soft-2); padding:12px 14px; border-radius:8px; margin-top:16px; line-height:1.65; }\n  @media (max-width:640px) { .doc { padding:20px 16px 24px; } header h1 { font-size:22px; } .grid2 { grid-template-columns:1fr; } .stats { grid-template-columns:repeat(2,1fr); } }\n\u003c/style\u003e\u003cdiv class=\"doc\"\u003e\n  \u003cheader\u003e\n    \u003cdiv class=\"eyebrow\"\u003eMonthly Report · 2026-08 · DCA ETF Portfolio\u003c/div\u003e\n    \u003ch1\u003e2026年08月 投資績效月報｜五檔全漲・總現值 $389,605\u003c/h1\u003e\n    \u003cp class=\"lede\"\u003e依 2026-08-26 13:30 TWSE 即時報價試算，彙整本月定期定額投入、資產權重、五檔漲跌與長期配置建議 — 接棒自投資檢視員已核實之績效資料與 ETF 投資組合面板。\u003c/p\u003e\n  \u003c/header\u003e\n  \u003cdiv class=\"meta\"\u003e\n    \u003cspan class=\"accent\"\u003e基準日 2026-08-26 13:30 TPE\u003c/span\u003e\n    \u003cspan\u003e每月投入 $17,000\u003c/span\u003e\n    \u003cspan\u003e基準股數 13,746 股\u003c/span\u003e\n    \u003cspan\u003e總現值 $389,605\u003c/span\u003e\n  \u003c/div\u003e\n  \u003cdiv class=\"callout\"\u003e\u003cspan class=\"tag\"\u003e摘要\u003c/span\u003e\u003cdiv\u003e本月五檔 ETF 全面收紅：\u003cstrong\u003e00919 +2.97% 領漲\u003c/strong\u003e、0052 +2.48% 次之，00993A +0.68% 相對抗跌。依基準股數×最新價試算，\u003cstrong\u003e總現值 $389,605\u003c/strong\u003e，現值權重以 0050 30.0% + 0052 28.6% 為核心（合計 58.6%），00993A 22.4% 居三，高股息雙檔合計 19.1% 提供配息緩衝。\u003c/div\u003e\u003c/div\u003e\n  \u003csection data-cube=\"stats\" class=\"stats\"\u003e\n    \u003cdiv class=\"stat\"\u003e\u003cdiv class=\"k\"\u003e本月投入基準\u003c/div\u003e\u003cdiv class=\"v\"\u003e$17,000\u003c/div\u003e\u003cdiv class=\"n\"\u003e每月 15 日 · 五檔金額制\u003c/div\u003e\u003c/div\u003e\n    \u003cdiv class=\"stat\"\u003e\u003cdiv class=\"k\"\u003e總現值（試算）\u003c/div\u003e\u003cdiv class=\"v\"\u003e$389,605\u003c/div\u003e\u003cdiv class=\"n\"\u003e基準股數 × 08/26 最新價\u003c/div\u003e\u003c/div\u003e\n    \u003cdiv class=\"stat\"\u003e\u003cdiv class=\"k\"\u003e基準股數\u003c/div\u003e\u003cdiv class=\"v\"\u003e13,746 股\u003c/div\u003e\u003cdiv class=\"n\"\u003e長期累積參考，非單月可買數\u003c/div\u003e\u003c/div\u003e\n    \u003cdiv class=\"stat\"\u003e\u003cdiv class=\"k\"\u003e下次扣款\u003c/div\u003e\u003cdiv class=\"v sm\"\u003e2026-09-15\u003c/div\u003e\u003cdiv class=\"n\"\u003e維持金額制，不追高\u003c/div\u003e\u003c/div\u003e\n  \u003c/section\u003e\n  \u003csection class=\"live-data\"\u003e\n    \u003cdiv class=\"cap\"\u003e◉ ETF 投資組合 — 即時總覽（summary 視圖 · 總現值 / 每月投入 / 今日損益）\u003c/div\u003e\n    \u003citem-embed item-id=\"1b01a44f8eda7e05a4a31335\"\u003e\u003c/item-embed\u003e\n  \u003c/section\u003e\n  \u003cp style=\"font-size:12px;color:var(--ink-2);\"\u003e上圖為 ETF 投資組合面板的「投資組合總覽」即時視圖，自動彙總五檔現值、每月投入與今日損益。下表為 08/26 收盤試算之靜態快照，兩者相互對照。\u003c/p\u003e\n  \u003ch2\u003e一、本月投入與資產現值總覽\u003c/h2\u003e\n  \u003cdiv class=\"table-wrap\"\u003e\u003ctable\u003e\u003cthead\u003e\u003ctr\u003e\u003cth\u003eETF\u003c/th\u003e\u003cth class=\"num\"\u003e每月金額\u003c/th\u003e\u003cth\u003e性質\u003c/th\u003e\u003cth class=\"num\"\u003e基準股數\u003c/th\u003e\u003cth class=\"num\"\u003e最新價\u003c/th\u003e\u003cth class=\"num\"\u003e現值\u003c/th\u003e\u003cth class=\"num\"\u003e權重\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e0050\u003c/strong\u003e 元大台灣50\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$3,000\u003c/td\u003e\u003ctd\u003e市值型\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,102\u003c/td\u003e\u003ctd class=\"mono num\"\u003e105.90\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$116,702\u003c/td\u003e\u003ctd class=\"mono num\"\u003e30.0%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e0052\u003c/strong\u003e 富邦科技\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$3,000\u003c/td\u003e\u003ctd\u003e科技主題\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,796\u003c/td\u003e\u003ctd class=\"mono num\"\u003e61.95\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$111,262\u003c/td\u003e\u003ctd class=\"mono num\"\u003e28.6%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e00878\u003c/strong\u003e 國泰永續高股息\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$3,000\u003c/td\u003e\u003ctd\u003e高股息\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,000\u003c/td\u003e\u003ctd class=\"mono num\"\u003e32.82\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$32,820\u003c/td\u003e\u003ctd class=\"mono num\"\u003e8.4%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e00919\u003c/strong\u003e 群益台灣精選高息\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$3,000\u003c/td\u003e\u003ctd\u003e高股息\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,332\u003c/td\u003e\u003ctd class=\"mono num\"\u003e31.21\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$41,572\u003c/td\u003e\u003ctd class=\"mono num\"\u003e10.7%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e00993A\u003c/strong\u003e 主動安聯台灣\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$5,000\u003c/td\u003e\u003ctd\u003e主題型\u003c/td\u003e\u003ctd class=\"mono num\"\u003e6,516\u003c/td\u003e\u003ctd class=\"mono num\"\u003e13.39\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$87,249\u003c/td\u003e\u003ctd class=\"mono num\"\u003e22.4%\u003c/td\u003e\u003c/tr\u003e\u003ctr style=\"background:var(--soft-2);font-weight:700;\"\u003e\u003ctd\u003e合計\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$17,000\u003c/td\u003e\u003ctd\u003e—\u003c/td\u003e\u003ctd class=\"mono num\"\u003e13,746\u003c/td\u003e\u003ctd class=\"mono num\"\u003e—\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$389,605\u003c/td\u003e\u003ctd class=\"mono num\"\u003e100%\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/div\u003e\n  \u003cdiv class=\"grid2\"\u003e\n    \u003cdiv class=\"card\"\u003e\u003cdiv class=\"label\"\u003e投入結構\u003c/div\u003e\u003cdiv class=\"title\"\u003e每月 $17,000 · 金額制\u003c/div\u003e\u003cp\u003e00993A 占投入 29.4% 權重最高，其餘四檔各 17.6% 均分。基準股數 13,746 為\u003cstrong\u003e歷史累積\u003c/strong\u003e，非單月可買數 — 以 08/26 價位單月僅約 636 股，閱讀時勿混淆。\u003c/p\u003e\u003c/div\u003e\n    \u003cdiv class=\"card\"\u003e\u003cdiv class=\"label\"\u003e現值結構\u003c/div\u003e\u003cdiv class=\"title\"\u003e市值型 58.6% 領航\u003c/div\u003e\u003cp\u003e0050 + 0052 合計 58.6% 為投組核心；高股息雙檔 19.1% 提供配息緩衝；00993A 22.4% 居單檔第三。整體股債以外的權益曝險集中於台股大型與科技供應鏈。\u003c/p\u003e\u003c/div\u003e\n  \u003c/div\u003e\n  \u003ch3\u003e權重分布（現值占比）\u003c/h3\u003e\n  \u003cdiv class=\"table-wrap\"\u003e\u003ctable\u003e\u003cthead\u003e\u003ctr\u003e\u003cth\u003eETF\u003c/th\u003e\u003cth style=\"width:42%\"\u003e占比\u003c/th\u003e\u003cth class=\"num\"\u003e現值\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003e0050\u003c/td\u003e\u003ctd\u003e\u003cdiv class=\"bar\"\u003e\u003ci style=\"width:30.0%\"\u003e\u003c/i\u003e\u003c/div\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e30.0%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e0052\u003c/td\u003e\u003ctd\u003e\u003cdiv class=\"bar\"\u003e\u003ci class=\"tech\" style=\"width:28.6%\"\u003e\u003c/i\u003e\u003c/div\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e28.6%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e00993A\u003c/td\u003e\u003ctd\u003e\u003cdiv class=\"bar\"\u003e\u003ci class=\"theme\" style=\"width:22.4%\"\u003e\u003c/i\u003e\u003c/div\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e22.4%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e00919\u003c/td\u003e\u003ctd\u003e\u003cdiv class=\"bar\"\u003e\u003ci class=\"div\" style=\"width:10.7%\"\u003e\u003c/i\u003e\u003c/div\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e10.7%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e00878\u003c/td\u003e\u003ctd\u003e\u003cdiv class=\"bar\"\u003e\u003ci class=\"div\" style=\"width:8.4%\"\u003e\u003c/i\u003e\u003c/div\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e8.4%\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/div\u003e\n  \u003ch2\u003e二、08/26 當日五檔表現\u003c/h2\u003e\n  \u003cp\u003e查證時間 \u003cstrong\u003e2026-08-26 05:30 UTC（13:30 台北）\u003c/strong\u003e，exchangeTime 13:30:00，資料來源 CubeLV market_data TWSE。五檔全面收紅，與大盤同步走強。\u003c/p\u003e\n  \u003cdiv class=\"table-wrap\"\u003e\u003ctable\u003e\u003cthead\u003e\u003ctr\u003e\u003cth\u003eETF\u003c/th\u003e\u003cth class=\"num\"\u003e最新價\u003c/th\u003e\u003cth class=\"num\"\u003e昨收\u003c/th\u003e\u003cth\u003e漲跌\u003c/th\u003e\u003cth class=\"num\"\u003e開盤\u003c/th\u003e\u003cth class=\"num\"\u003e最高\u003c/th\u003e\u003cth class=\"num\"\u003e最低\u003c/th\u003e\u003cth class=\"num\"\u003e成交量\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e0050\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e\u003cstrong\u003e105.90\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e103.80\u003c/td\u003e\u003ctd class=\"up\"\u003e+2.10 (+2.02%)\u003c/td\u003e\u003ctd class=\"mono num\"\u003e103.80\u003c/td\u003e\u003ctd class=\"mono num\"\u003e104.80\u003c/td\u003e\u003ctd class=\"mono num\"\u003e103.20\u003c/td\u003e\u003ctd class=\"mono num\"\u003e84,650\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e0052\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e\u003cstrong\u003e61.95\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e60.45\u003c/td\u003e\u003ctd class=\"up\"\u003e+1.50 (+2.48%)\u003c/td\u003e\u003ctd class=\"mono num\"\u003e60.45\u003c/td\u003e\u003ctd class=\"mono num\"\u003e61.10\u003c/td\u003e\u003ctd class=\"mono num\"\u003e60.20\u003c/td\u003e\u003ctd class=\"mono num\"\u003e11,631\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e00878\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e\u003cstrong\u003e32.82\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e32.15\u003c/td\u003e\u003ctd class=\"up\"\u003e+0.67 (+2.08%)\u003c/td\u003e\u003ctd class=\"mono num\"\u003e32.11\u003c/td\u003e\u003ctd class=\"mono num\"\u003e32.39\u003c/td\u003e\u003ctd class=\"mono num\"\u003e31.99\u003c/td\u003e\u003ctd class=\"mono num\"\u003e26,008\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e00919\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e\u003cstrong\u003e31.21\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e30.31\u003c/td\u003e\u003ctd class=\"up\"\u003e+0.90 (+2.97%) \u003cspan class=\"pill\"\u003e領漲\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e30.30\u003c/td\u003e\u003ctd class=\"mono num\"\u003e30.83\u003c/td\u003e\u003ctd class=\"mono num\"\u003e30.23\u003c/td\u003e\u003ctd class=\"mono num\"\u003e58,525\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e00993A\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e\u003cstrong\u003e13.39\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e13.30\u003c/td\u003e\u003ctd class=\"up\"\u003e+0.09 (+0.68%)\u003c/td\u003e\u003ctd class=\"mono num\"\u003e13.22\u003c/td\u003e\u003ctd class=\"mono num\"\u003e13.26\u003c/td\u003e\u003ctd class=\"mono num\"\u003e13.03\u003c/td\u003e\u003ctd class=\"mono num\"\u003e4,309\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/div\u003e\n  \u003cdiv class=\"callout warn\"\u003e\u003cspan class=\"tag\"\u003e提醒\u003c/span\u003e\u003cdiv\u003e0050、0052、00878、00919 四檔「最新價高於揭示最高價」，為 13:30 後最後撮合拉抬或試算價／資料延遲所致，已於圖表註記「以收盤價為準」，不影響金額制 DCA 判斷，無需追價。後續查證建議統一抓 14:30 收盤後報價。\u003c/div\u003e\u003c/div\u003e\n  \u003ch3\u003e單檔即時卡（row 視圖 · 點卡可進 ETF 配置詳情）\u003c/h3\u003e\n  \u003csection class=\"live-data\"\u003e\n    \u003cdiv class=\"cap\"\u003e0050 元大台灣50 — 即時報價、漲跌與現值\u003c/div\u003e\n    \u003citem-embed item-id=\"1b01a44f8eda7e05a4a31335\" view=\"row\"\u003e\u003c/item-embed\u003e\n  \u003c/section\u003e\n  \u003csection class=\"live-data\"\u003e\n    \u003cdiv class=\"cap\"\u003e0052 富邦科技 — 即時報價、漲跌與現值\u003c/div\u003e\n    \u003citem-embed item-id=\"1a3bad70adddc5bc84b95978\" view=\"row\"\u003e\u003c/item-embed\u003e\n  \u003c/section\u003e\n  \u003csection class=\"live-data\"\u003e\n    \u003cdiv class=\"cap\"\u003e00878 國泰永續高股息 — 即時報價、漲跌與現值\u003c/div\u003e\n    \u003citem-embed item-id=\"fcd2af8892c85f38706b179c\" view=\"row\"\u003e\u003c/item-embed\u003e\n  \u003c/section\u003e\n  \u003csection class=\"live-data\"\u003e\n    \u003cdiv class=\"cap\"\u003e00919 群益台灣精選高息 — 即時報價、漲跌與現值\u003c/div\u003e\n    \u003citem-embed item-id=\"6b60709e630741c063ae0602\" view=\"row\"\u003e\u003c/item-embed\u003e\n  \u003c/section\u003e\n  \u003csection class=\"live-data\"\u003e\n    \u003cdiv class=\"cap\"\u003e00993A 主動安聯台灣 — 即時報價、漲跌與現值\u003c/div\u003e\n    \u003citem-embed item-id=\"d31303baee31426c1a7d6860\" view=\"row\"\u003e\u003c/item-embed\u003e\n  \u003c/section\u003e\n  \u003cdiv class=\"grid2\"\u003e\n    \u003cdiv class=\"card\"\u003e\u003cdiv class=\"label\"\u003e領漲觀察\u003c/div\u003e\u003cdiv class=\"title\"\u003e00919 +2.97% 最強\u003c/div\u003e\u003cp\u003e高股息族群買盤續強，00919 成交量 58,525 張僅次於 0050，價量齊揚。00878 +2.08% 亦強於大盤，配息題材支撐。\u003c/p\u003e\u003c/div\u003e\n    \u003cdiv class=\"card\"\u003e\u003cdiv class=\"label\"\u003e量能觀察\u003c/div\u003e\u003cdiv class=\"title\"\u003e0050 84,650 張居冠\u003c/div\u003e\u003cp\u003e0050 量能為五檔之冠，流動性最佳。00993A 僅 4,309 張，波動時留意價差與滑價，適合以限價零股分批執行。\u003c/p\u003e\u003c/div\u003e\n  \u003c/div\u003e\n  \u003ch2\u003e三、配置解析與檢視結論\u003c/h2\u003e\n  \u003col\u003e\n    \u003cli\u003e\u003cstrong\u003e投入金額與基準股數是否調整：\u003c/strong\u003e暫不調整。每月 $17,000 節奏穩健，金額制本身已具分散時點效果；00993A 投入占比 29.4% 為最高，若擔心單一主題集中，下次配置檢討可評估將其部分額度移往 0050 / 00878，提升核心與配息穩定度。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e最新價高於最高價現象：\u003c/strong\u003e屬盤中延遲／盤後試算價，無需追價。大盤同步走強日更應維持紀律，避免加碼追高。\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003e長期配置展望：\u003c/strong\u003e市值型＋科技型 58.6% 適合作為長期核心，定期定額可持續累積；高股息雙檔除息前後可關注配息穩定度與填息力道，作為現金流來源。\u003c/li\u003e\n  \u003c/ol\u003e\n  \u003ch3\u003e試算參考（以本月金額÷當日價之單月可買股數）\u003c/h3\u003e\n  \u003cdiv class=\"table-wrap\"\u003e\u003ctable\u003e\u003cthead\u003e\u003ctr\u003e\u003cth\u003eETF\u003c/th\u003e\u003cth\u003e試算\u003c/th\u003e\u003cth class=\"num\"\u003e基準股數\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003e0050 @105.90\u003c/td\u003e\u003ctd class=\"mono\"\u003e$3,000 ÷ 105.90 ≈ 28 股\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,102 股\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e0052 @61.95\u003c/td\u003e\u003ctd class=\"mono\"\u003e$3,000 ÷ 61.95 ≈ 48 股\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,796 股\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e00878 @32.82\u003c/td\u003e\u003ctd class=\"mono\"\u003e$3,000 ÷ 32.82 ≈ 91 股\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,000 股\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e00919 @31.21\u003c/td\u003e\u003ctd class=\"mono\"\u003e$3,000 ÷ 31.21 ≈ 96 股\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,332 股\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e00993A @13.39\u003c/td\u003e\u003ctd class=\"mono\"\u003e$5,000 ÷ 13.39 ≈ 373 股\u003c/td\u003e\u003ctd class=\"mono num\"\u003e6,516 股\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/div\u003e\n  \u003cp style=\"font-size:12px;\"\u003e試算僅供理解金額制差異，實際以成交價與零股撮合為準。\u003c/p\u003e\n  \u003csection class=\"live-data\" style=\"margin-top:16px;\"\u003e\n    \u003cdiv class=\"cap\"\u003e▣ 投資組合淨值與投入時間序列（CHART · AreaChart）— 本月為第一筆，下月起逐月累積\u003c/div\u003e\n    \u003cnote-chart chart-kind=\"AreaChart\" title=\"投資組合淨值與投入時間序列\"\u003e\u003cchart-data\u003e[{\u0026#34;0050現值\u0026#34;:116702,\u0026#34;0052現值\u0026#34;:111262,\u0026#34;00878現值\u0026#34;:32820,\u0026#34;00919現值\u0026#34;:41572,\u0026#34;00993A現值\u0026#34;:87249,\u0026#34;月份\u0026#34;:\u0026#34;2026-08\u0026#34;,\u0026#34;本月投入基準\u0026#34;:17000,\u0026#34;總現值\u0026#34;:389605}]\u003c/chart-data\u003e\u003c/note-chart\u003e\n  \u003c/section\u003e\n  \u003cp\u003e圖表《投資組合淨值與投入時間序列》已建立 2026-08 第一筆（總現值 $389,605、本月投入 $17,000），下月起在同一圖表追加 2026-09、2026-10…形成累積曲線，逐步可衍生「累計投入 vs 總損益」雙軸追蹤。\u003c/p\u003e\n  \u003ch2\u003e四、下月提醒與風險提示\u003c/h2\u003e\n  \u003cdiv class=\"grid2\"\u003e\n    \u003cdiv class=\"card\"\u003e\u003cdiv class=\"label\"\u003eNext DCA\u003c/div\u003e\u003cdiv class=\"title\"\u003e2026-09-15 自動扣款\u003c/div\u003e\u003cp\u003e請確保交割帳戶餘額充足，維持金額制不追價。若遇除息日，配息入帳可滾動再投入，放大複利效果。\u003c/p\u003e\u003c/div\u003e\n    \u003cdiv class=\"card\"\u003e\u003cdiv class=\"label\"\u003e追蹤清單\u003c/div\u003e\u003cdiv class=\"title\"\u003e除息日曆 × 流動性\u003c/div\u003e\u003cp\u003e00878 / 00919 追蹤除息與配息公告；00993A 留意成交量偏低時的價差，建議以限價零股、避免市價大單。\u003c/p\u003e\u003c/div\u003e\n  \u003c/div\u003e\n  \u003cul\u003e\n    \u003cli\u003e高股息 00878 / 00919 可追蹤除息日曆與年化配息率，評估填息力道再決定是否加碼。\u003c/li\u003e\n    \u003cli\u003e00993A 主題集中度偏高，後續若波動放大，可與 0050 做再平衡討論。\u003c/li\u003e\n    \u003cli\u003e大盤強勢日不加碼追高，紀律執行每月 15 日扣款即是最佳風控。\u003c/li\u003e\n  \u003c/ul\u003e\n  \u003cdiv class=\"callout warn\"\u003e\u003cspan class=\"tag\"\u003e重要\u003c/span\u003e\u003cdiv\u003e\u003cstrong\u003e總現值 ≠ 損益。\u003c/strong\u003e本月報以「基準股數 × 最新價」得總現值 $389,605，但真實累計成本與未實現損益須以券商對帳單的平均成本為準，本紀錄無歷史成交均價，無法直接算出報酬率。請勿誤讀為已獲利 $372,605。\u003c/div\u003e\u003c/div\u003e\n  \u003chr/\u003e\u003cp class=\"footnote\"\u003e資料來源：CubeLV market_data TWSE 於 2026-08-26 05:30 UTC 即時查詢五檔 ETF（0050/0052/00878/00919/00993A），另參考 ETF 投資組合面板之配置資料與《2026年08月 定期定額投入紀錄｜2026-08-26》(ID 5e107d17679cb05cc6d8c8ba)。投入基準依任務指定之每月金額與股數，成交以券商對帳單為準。本月報不構成投資建議。\u003cbr/\u003e圖表：投資組合淨值與投入時間序列 (ID f73215b416e59124a7a87dea) 已收錄 2026-08 第一筆。\u003c/p\u003e\n\u003c/div\u003e","artifactSourceHash":"1kl37bu1lshzxe","content":"\u003cdiv class=\"doc\"\u003e  \u003cdiv class=\"meta\"\u003e \u003cspan class=\"accent\"\u003e基準日 2026-08-26 13:30 TPE\u003c/span\u003e \u003cspan\u003e每月投入 $17,000\u003c/span\u003e \u003cspan\u003e基準股數 13,746 股\u003c/span\u003e \u003cspan\u003e總現值 $389,605\u003c/span\u003e \u003c/div\u003e \u003cdiv class=\"callout\"\u003e\u003cspan class=\"tag\"\u003e摘要\u003c/span\u003e\u003cdiv\u003e本月五檔 ETF 全面收紅：\u003cstrong\u003e00919 +2.97% 領漲\u003c/strong\u003e、0052 +2.48% 次之，00993A +0.68% 相對抗跌。依基準股數×最新價試算，\u003cstrong\u003e總現值 $389,605\u003c/strong\u003e，現值權重以 0050 30.0% + 0052 28.6% 為核心（合計 58.6%），00993A 22.4% 居三，高股息雙檔合計 19.1% 提供配息緩衝。\u003c/div\u003e\u003c/div\u003e \u003ctable\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003e\u003cp\u003e本月投入基準\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e$17,000\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e每月 15 日 · 五檔金額制\u003c/p\u003e\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cp\u003e總現值（試算）\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e$389,605\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e基準股數 × 08/26 最新價\u003c/p\u003e\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cp\u003e基準股數\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e13,746 股\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e長期累積參考，非單月可買數\u003c/p\u003e\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cp\u003e下次扣款\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e2026-09-15\u003c/p\u003e\u003c/td\u003e\u003ctd\u003e\u003cp\u003e維持金額制，不追高\u003c/p\u003e\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e \u003csection class=\"live-data\"\u003e \u003cdiv class=\"cap\"\u003e◉ ETF 投資組合 — 即時總覽（summary 視圖 · 總現值 / 每月投入 / 今日損益）\u003c/div\u003e \u003citem-embed item-id=\"1b01a44f8eda7e05a4a31335\"\u003e\u003c/item-embed\u003e \u003c/section\u003e \u003cp style=\"font-size:12px;color:var(--ink-2);\"\u003e上圖為 ETF 投資組合面板的「投資組合總覽」即時視圖，自動彙總五檔現值、每月投入與今日損益。下表為 08/26 收盤試算之靜態快照，兩者相互對照。\u003c/p\u003e \u003ch2\u003e一、本月投入與資產現值總覽\u003c/h2\u003e \u003cdiv class=\"table-wrap\"\u003e\u003ctable\u003e\u003cthead\u003e\u003ctr\u003e\u003cth\u003eETF\u003c/th\u003e\u003cth class=\"num\"\u003e每月金額\u003c/th\u003e\u003cth\u003e性質\u003c/th\u003e\u003cth class=\"num\"\u003e基準股數\u003c/th\u003e\u003cth class=\"num\"\u003e最新價\u003c/th\u003e\u003cth class=\"num\"\u003e現值\u003c/th\u003e\u003cth class=\"num\"\u003e權重\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e0050\u003c/strong\u003e 元大台灣50\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$3,000\u003c/td\u003e\u003ctd\u003e市值型\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,102\u003c/td\u003e\u003ctd class=\"mono num\"\u003e105.90\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$116,702\u003c/td\u003e\u003ctd class=\"mono num\"\u003e30.0%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e0052\u003c/strong\u003e 富邦科技\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$3,000\u003c/td\u003e\u003ctd\u003e科技主題\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,796\u003c/td\u003e\u003ctd class=\"mono num\"\u003e61.95\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$111,262\u003c/td\u003e\u003ctd class=\"mono num\"\u003e28.6%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e00878\u003c/strong\u003e 國泰永續高股息\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$3,000\u003c/td\u003e\u003ctd\u003e高股息\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,000\u003c/td\u003e\u003ctd class=\"mono num\"\u003e32.82\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$32,820\u003c/td\u003e\u003ctd class=\"mono num\"\u003e8.4%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e00919\u003c/strong\u003e 群益台灣精選高息\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$3,000\u003c/td\u003e\u003ctd\u003e高股息\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,332\u003c/td\u003e\u003ctd class=\"mono num\"\u003e31.21\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$41,572\u003c/td\u003e\u003ctd class=\"mono num\"\u003e10.7%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e00993A\u003c/strong\u003e 主動安聯台灣\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$5,000\u003c/td\u003e\u003ctd\u003e主題型\u003c/td\u003e\u003ctd class=\"mono num\"\u003e6,516\u003c/td\u003e\u003ctd class=\"mono num\"\u003e13.39\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$87,249\u003c/td\u003e\u003ctd class=\"mono num\"\u003e22.4%\u003c/td\u003e\u003c/tr\u003e\u003ctr style=\"background:var(--soft-2);font-weight:700;\"\u003e\u003ctd\u003e合計\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$17,000\u003c/td\u003e\u003ctd\u003e—\u003c/td\u003e\u003ctd class=\"mono num\"\u003e13,746\u003c/td\u003e\u003ctd class=\"mono num\"\u003e—\u003c/td\u003e\u003ctd class=\"mono num\"\u003e$389,605\u003c/td\u003e\u003ctd class=\"mono num\"\u003e100%\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/div\u003e \u003cdiv class=\"grid2\"\u003e \u003cdiv class=\"card\"\u003e\u003cdiv class=\"label\"\u003e投入結構\u003c/div\u003e\u003cdiv class=\"title\"\u003e每月 $17,000 · 金額制\u003c/div\u003e\u003cp\u003e00993A 占投入 29.4% 權重最高，其餘四檔各 17.6% 均分。基準股數 13,746 為\u003cstrong\u003e歷史累積\u003c/strong\u003e，非單月可買數 — 以 08/26 價位單月僅約 636 股，閱讀時勿混淆。\u003c/p\u003e\u003c/div\u003e \u003cdiv class=\"card\"\u003e\u003cdiv class=\"label\"\u003e現值結構\u003c/div\u003e\u003cdiv class=\"title\"\u003e市值型 58.6% 領航\u003c/div\u003e\u003cp\u003e0050 + 0052 合計 58.6% 為投組核心；高股息雙檔 19.1% 提供配息緩衝；00993A 22.4% 居單檔第三。整體股債以外的權益曝險集中於台股大型與科技供應鏈。\u003c/p\u003e\u003c/div\u003e \u003c/div\u003e \u003ch3\u003e權重分布（現值占比）\u003c/h3\u003e \u003cdiv class=\"table-wrap\"\u003e\u003ctable\u003e\u003cthead\u003e\u003ctr\u003e\u003cth\u003eETF\u003c/th\u003e\u003cth style=\"width:42%\"\u003e占比\u003c/th\u003e\u003cth class=\"num\"\u003e現值\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003e0050\u003c/td\u003e\u003ctd\u003e\u003cdiv class=\"bar\"\u003e\u003ci style=\"width:30.0%\"\u003e\u003c/i\u003e\u003c/div\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e30.0%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e0052\u003c/td\u003e\u003ctd\u003e\u003cdiv class=\"bar\"\u003e\u003ci class=\"tech\" style=\"width:28.6%\"\u003e\u003c/i\u003e\u003c/div\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e28.6%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e00993A\u003c/td\u003e\u003ctd\u003e\u003cdiv class=\"bar\"\u003e\u003ci class=\"theme\" style=\"width:22.4%\"\u003e\u003c/i\u003e\u003c/div\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e22.4%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e00919\u003c/td\u003e\u003ctd\u003e\u003cdiv class=\"bar\"\u003e\u003ci class=\"div\" style=\"width:10.7%\"\u003e\u003c/i\u003e\u003c/div\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e10.7%\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e00878\u003c/td\u003e\u003ctd\u003e\u003cdiv class=\"bar\"\u003e\u003ci class=\"div\" style=\"width:8.4%\"\u003e\u003c/i\u003e\u003c/div\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e8.4%\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/div\u003e \u003ch2\u003e二、08/26 當日五檔表現\u003c/h2\u003e \u003cp\u003e查證時間 \u003cstrong\u003e2026-08-26 05:30 UTC（13:30 台北）\u003c/strong\u003e，exchangeTime 13:30:00，資料來源 CubeLV market_data TWSE。五檔全面收紅，與大盤同步走強。\u003c/p\u003e \u003cdiv class=\"table-wrap\"\u003e\u003ctable\u003e\u003cthead\u003e\u003ctr\u003e\u003cth\u003eETF\u003c/th\u003e\u003cth class=\"num\"\u003e最新價\u003c/th\u003e\u003cth class=\"num\"\u003e昨收\u003c/th\u003e\u003cth\u003e漲跌\u003c/th\u003e\u003cth class=\"num\"\u003e開盤\u003c/th\u003e\u003cth class=\"num\"\u003e最高\u003c/th\u003e\u003cth class=\"num\"\u003e最低\u003c/th\u003e\u003cth class=\"num\"\u003e成交量\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e0050\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e\u003cstrong\u003e105.90\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e103.80\u003c/td\u003e\u003ctd class=\"up\"\u003e+2.10 (+2.02%)\u003c/td\u003e\u003ctd class=\"mono num\"\u003e103.80\u003c/td\u003e\u003ctd class=\"mono num\"\u003e104.80\u003c/td\u003e\u003ctd class=\"mono num\"\u003e103.20\u003c/td\u003e\u003ctd class=\"mono num\"\u003e84,650\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e0052\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e\u003cstrong\u003e61.95\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e60.45\u003c/td\u003e\u003ctd class=\"up\"\u003e+1.50 (+2.48%)\u003c/td\u003e\u003ctd class=\"mono num\"\u003e60.45\u003c/td\u003e\u003ctd class=\"mono num\"\u003e61.10\u003c/td\u003e\u003ctd class=\"mono num\"\u003e60.20\u003c/td\u003e\u003ctd class=\"mono num\"\u003e11,631\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e00878\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e\u003cstrong\u003e32.82\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e32.15\u003c/td\u003e\u003ctd class=\"up\"\u003e+0.67 (+2.08%)\u003c/td\u003e\u003ctd class=\"mono num\"\u003e32.11\u003c/td\u003e\u003ctd class=\"mono num\"\u003e32.39\u003c/td\u003e\u003ctd class=\"mono num\"\u003e31.99\u003c/td\u003e\u003ctd class=\"mono num\"\u003e26,008\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e00919\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e\u003cstrong\u003e31.21\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e30.31\u003c/td\u003e\u003ctd class=\"up\"\u003e+0.90 (+2.97%) \u003cspan class=\"pill\"\u003e領漲\u003c/span\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e30.30\u003c/td\u003e\u003ctd class=\"mono num\"\u003e30.83\u003c/td\u003e\u003ctd class=\"mono num\"\u003e30.23\u003c/td\u003e\u003ctd class=\"mono num\"\u003e58,525\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e\u003cstrong\u003e00993A\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e\u003cstrong\u003e13.39\u003c/strong\u003e\u003c/td\u003e\u003ctd class=\"mono num\"\u003e13.30\u003c/td\u003e\u003ctd class=\"up\"\u003e+0.09 (+0.68%)\u003c/td\u003e\u003ctd class=\"mono num\"\u003e13.22\u003c/td\u003e\u003ctd class=\"mono num\"\u003e13.26\u003c/td\u003e\u003ctd class=\"mono num\"\u003e13.03\u003c/td\u003e\u003ctd class=\"mono num\"\u003e4,309\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/div\u003e \u003cdiv class=\"callout warn\"\u003e\u003cspan class=\"tag\"\u003e提醒\u003c/span\u003e\u003cdiv\u003e0050、0052、00878、00919 四檔「最新價高於揭示最高價」，為 13:30 後最後撮合拉抬或試算價／資料延遲所致，已於圖表註記「以收盤價為準」，不影響金額制 DCA 判斷，無需追價。後續查證建議統一抓 14:30 收盤後報價。\u003c/div\u003e\u003c/div\u003e \u003ch3\u003e單檔即時卡（row 視圖 · 點卡可進 ETF 配置詳情）\u003c/h3\u003e \u003csection class=\"live-data\"\u003e \u003cdiv class=\"cap\"\u003e0050 元大台灣50 — 即時報價、漲跌與現值\u003c/div\u003e \u003citem-embed item-id=\"1b01a44f8eda7e05a4a31335\" view=\"row\"\u003e\u003c/item-embed\u003e \u003c/section\u003e \u003csection class=\"live-data\"\u003e \u003cdiv class=\"cap\"\u003e0052 富邦科技 — 即時報價、漲跌與現值\u003c/div\u003e \u003citem-embed item-id=\"1a3bad70adddc5bc84b95978\" view=\"row\"\u003e\u003c/item-embed\u003e \u003c/section\u003e \u003csection class=\"live-data\"\u003e \u003cdiv class=\"cap\"\u003e00878 國泰永續高股息 — 即時報價、漲跌與現值\u003c/div\u003e \u003citem-embed item-id=\"fcd2af8892c85f38706b179c\" view=\"row\"\u003e\u003c/item-embed\u003e \u003c/section\u003e \u003csection class=\"live-data\"\u003e \u003cdiv class=\"cap\"\u003e00919 群益台灣精選高息 — 即時報價、漲跌與現值\u003c/div\u003e \u003citem-embed item-id=\"6b60709e630741c063ae0602\" view=\"row\"\u003e\u003c/item-embed\u003e \u003c/section\u003e \u003csection class=\"live-data\"\u003e \u003cdiv class=\"cap\"\u003e00993A 主動安聯台灣 — 即時報價、漲跌與現值\u003c/div\u003e \u003citem-embed item-id=\"d31303baee31426c1a7d6860\" view=\"row\"\u003e\u003c/item-embed\u003e \u003c/section\u003e \u003cdiv class=\"grid2\"\u003e \u003cdiv class=\"card\"\u003e\u003cdiv class=\"label\"\u003e領漲觀察\u003c/div\u003e\u003cdiv class=\"title\"\u003e00919 +2.97% 最強\u003c/div\u003e\u003cp\u003e高股息族群買盤續強，00919 成交量 58,525 張僅次於 0050，價量齊揚。00878 +2.08% 亦強於大盤，配息題材支撐。\u003c/p\u003e\u003c/div\u003e \u003cdiv class=\"card\"\u003e\u003cdiv class=\"label\"\u003e量能觀察\u003c/div\u003e\u003cdiv class=\"title\"\u003e0050 84,650 張居冠\u003c/div\u003e\u003cp\u003e0050 量能為五檔之冠，流動性最佳。00993A 僅 4,309 張，波動時留意價差與滑價，適合以限價零股分批執行。\u003c/p\u003e\u003c/div\u003e \u003c/div\u003e \u003ch2\u003e三、配置解析與檢視結論\u003c/h2\u003e \u003col\u003e \u003cli\u003e\u003cstrong\u003e投入金額與基準股數是否調整：\u003c/strong\u003e暫不調整。每月 $17,000 節奏穩健，金額制本身已具分散時點效果；00993A 投入占比 29.4% 為最高，若擔心單一主題集中，下次配置檢討可評估將其部分額度移往 0050 / 00878，提升核心與配息穩定度。\u003c/li\u003e \u003cli\u003e\u003cstrong\u003e最新價高於最高價現象：\u003c/strong\u003e屬盤中延遲／盤後試算價，無需追價。大盤同步走強日更應維持紀律，避免加碼追高。\u003c/li\u003e \u003cli\u003e\u003cstrong\u003e長期配置展望：\u003c/strong\u003e市值型＋科技型 58.6% 適合作為長期核心，定期定額可持續累積；高股息雙檔除息前後可關注配息穩定度與填息力道，作為現金流來源。\u003c/li\u003e \u003c/ol\u003e \u003ch3\u003e試算參考（以本月金額÷當日價之單月可買股數）\u003c/h3\u003e \u003cdiv class=\"table-wrap\"\u003e\u003ctable\u003e\u003cthead\u003e\u003ctr\u003e\u003cth\u003eETF\u003c/th\u003e\u003cth\u003e試算\u003c/th\u003e\u003cth class=\"num\"\u003e基準股數\u003c/th\u003e\u003c/tr\u003e\u003c/thead\u003e\u003ctbody\u003e\u003ctr\u003e\u003ctd\u003e0050 @105.90\u003c/td\u003e\u003ctd class=\"mono\"\u003e$3,000 ÷ 105.90 ≈ 28 股\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,102 股\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e0052 @61.95\u003c/td\u003e\u003ctd class=\"mono\"\u003e$3,000 ÷ 61.95 ≈ 48 股\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,796 股\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e00878 @32.82\u003c/td\u003e\u003ctd class=\"mono\"\u003e$3,000 ÷ 32.82 ≈ 91 股\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,000 股\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e00919 @31.21\u003c/td\u003e\u003ctd class=\"mono\"\u003e$3,000 ÷ 31.21 ≈ 96 股\u003c/td\u003e\u003ctd class=\"mono num\"\u003e1,332 股\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd\u003e00993A @13.39\u003c/td\u003e\u003ctd class=\"mono\"\u003e$5,000 ÷ 13.39 ≈ 373 股\u003c/td\u003e\u003ctd class=\"mono num\"\u003e6,516 股\u003c/td\u003e\u003c/tr\u003e\u003c/tbody\u003e\u003c/table\u003e\u003c/div\u003e \u003cp style=\"font-size:12px;\"\u003e試算僅供理解金額制差異，實際以成交價與零股撮合為準。\u003c/p\u003e \u003csection class=\"live-data\" style=\"margin-top:16px;\"\u003e \u003cdiv class=\"cap\"\u003e▣ 投資組合淨值與投入時間序列（CHART · AreaChart）— 本月為第一筆，下月起逐月累積\u003c/div\u003e \u003cnote-chart chart-kind=\"AreaChart\" title=\"投資組合淨值與投入時間序列\"\u003e\u003cchart-data\u003e[{\u0026#34;0050現值\u0026#34;:116702,\u0026#34;0052現值\u0026#34;:111262,\u0026#34;00878現值\u0026#34;:32820,\u0026#34;00919現值\u0026#34;:41572,\u0026#34;00993A現值\u0026#34;:87249,\u0026#34;月份\u0026#34;:\u0026#34;2026-08\u0026#34;,\u0026#34;本月投入基準\u0026#34;:17000,\u0026#34;總現值\u0026#34;:389605}]\u003c/chart-data\u003e\u003c/note-chart\u003e \u003c/section\u003e \u003cp\u003e圖表《投資組合淨值與投入時間序列》已建立 2026-08 第一筆（總現值 $389,605、本月投入 $17,000），下月起在同一圖表追加 2026-09、2026-10…形成累積曲線，逐步可衍生「累計投入 vs 總損益」雙軸追蹤。\u003c/p\u003e \u003ch2\u003e四、下月提醒與風險提示\u003c/h2\u003e \u003cdiv class=\"grid2\"\u003e \u003cdiv class=\"card\"\u003e\u003cdiv class=\"label\"\u003eNext DCA\u003c/div\u003e\u003cdiv class=\"title\"\u003e2026-09-15 自動扣款\u003c/div\u003e\u003cp\u003e請確保交割帳戶餘額充足，維持金額制不追價。若遇除息日，配息入帳可滾動再投入，放大複利效果。\u003c/p\u003e\u003c/div\u003e \u003cdiv class=\"card\"\u003e\u003cdiv class=\"label\"\u003e追蹤清單\u003c/div\u003e\u003cdiv class=\"title\"\u003e除息日曆 × 流動性\u003c/div\u003e\u003cp\u003e00878 / 00919 追蹤除息與配息公告；00993A 留意成交量偏低時的價差，建議以限價零股、避免市價大單。\u003c/p\u003e\u003c/div\u003e \u003c/div\u003e \u003cul\u003e \u003cli\u003e高股息 00878 / 00919 可追蹤除息日曆與年化配息率，評估填息力道再決定是否加碼。\u003c/li\u003e \u003cli\u003e00993A 主題集中度偏高，後續若波動放大，可與 0050 做再平衡討論。\u003c/li\u003e \u003cli\u003e大盤強勢日不加碼追高，紀律執行每月 15 日扣款即是最佳風控。\u003c/li\u003e \u003c/ul\u003e \u003cdiv class=\"callout warn\"\u003e\u003cspan class=\"tag\"\u003e重要\u003c/span\u003e\u003cdiv\u003e\u003cstrong\u003e總現值 ≠ 損益。\u003c/strong\u003e本月報以「基準股數 × 最新價」得總現值 $389,605，但真實累計成本與未實現損益須以券商對帳單的平均成本為準，本紀錄無歷史成交均價，無法直接算出報酬率。請勿誤讀為已獲利 $372,605。\u003c/div\u003e\u003c/div\u003e \u003chr/\u003e\u003cp class=\"footnote\"\u003e資料來源：CubeLV market_data TWSE 於 2026-08-26 05:30 UTC 即時查詢五檔 ETF（0050/0052/00878/00919/00993A），另參考 ETF 投資組合面板之配置資料與《2026年08月 定期定額投入紀錄｜2026-08-26》(ID 5e107d17679cb05cc6d8c8ba)。投入基準依任務指定之每月金額與股數，成交以券商對帳單為準。本月報不構成投資建議。\u003cbr/\u003e圖表：投資組合淨值與投入時間序列 (ID f73215b416e59124a7a87dea) 已收錄 2026-08 第一筆。\u003c/p\u003e \u003c/div\u003e","createdAt":1787741879849,"deletedAt":null,"displayMode":"artifact","embedRenders":{"1a3bad70adddc5bc84b95978:row":"\u003cdiv style=\"color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; padding: 0px; border-width: 0px; border-style: solid; border-color: rgb(30, 42, 44); border-radius: 8px; background-color: rgba(0, 0, 0, 0); overflow: visible;\"\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 12px; width: 503px; height: 66.25px; padding: 12px 16px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 304.023px; height: 42.25px; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"width: 304.023px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; font-weight: 600; line-height: 26.25px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e0052 富邦科技\u003c/div\u003e\u003cdiv style=\"width: 304.023px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px;\"\u003e1796 股 · 每月 NT$3,000\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 54.9766px; height: 42.25px; min-width: auto; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e\u003cdiv style=\"width: 54.9766px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e61.9500\u003c/div\u003e\u003cdiv style=\"width: 54.9766px; height: 16px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px; text-align: right;\"\u003e+2.48%\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 88px; height: 42.25px; min-width: 88px; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e\u003cdiv style=\"width: 88px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; font-weight: 600; line-height: 26.25px; text-align: right;\"\u003eNT$111,262\u003c/div\u003e\u003cdiv style=\"width: 88px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px; text-align: right;\"\u003e現值\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","1b01a44f8eda7e05a4a31335:":"\u003cdiv style=\"color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; padding: 0px; border-width: 0px; border-style: solid; border-color: rgb(30, 42, 44); border-radius: 8px; background-color: rgba(0, 0, 0, 0); overflow: visible;\"\u003e\u003cdiv style=\"display: grid; gap: 8px; grid-template-columns: 162.328px 162.336px 162.328px; grid-template-rows: 66px; width: 503px; height: 66px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"width: 162.328px; height: 66px; min-width: auto; min-height: auto; padding: 12px; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 10px; background-color: rgb(49, 48, 49); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"width: 136.328px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px;\"\u003e總現值\u003c/div\u003e\u003cdiv style=\"width: 136.328px; height: 24px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-weight: 600;\"\u003eNT$389,605\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 162.336px; height: 66px; min-width: auto; min-height: auto; padding: 12px; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 10px; background-color: rgb(49, 48, 49); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"width: 136.336px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px;\"\u003e每月投入\u003c/div\u003e\u003cdiv style=\"width: 136.336px; height: 24px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-weight: 600;\"\u003eNT$17,000\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 162.328px; height: 66px; min-width: auto; min-height: auto; padding: 12px; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 10px; background-color: rgb(49, 48, 49); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"width: 136.328px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px;\"\u003e今日損益\u003c/div\u003e\u003cdiv style=\"width: 136.328px; height: 24px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-weight: 600;\"\u003e+NT$7,463\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","1b01a44f8eda7e05a4a31335:row":"\u003cdiv style=\"color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; padding: 0px; border-width: 0px; border-style: solid; border-color: rgb(30, 42, 44); border-radius: 8px; background-color: rgba(0, 0, 0, 0); overflow: visible;\"\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 12px; width: 503px; height: 66.25px; padding: 12px 16px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 295.023px; height: 42.25px; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"width: 295.023px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; font-weight: 600; line-height: 26.25px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e0050 元大台灣50\u003c/div\u003e\u003cdiv style=\"width: 295.023px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px;\"\u003e1102 股 · 每月 NT$3,000\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 63.9766px; height: 42.25px; min-width: auto; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e\u003cdiv style=\"width: 63.9766px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e105.9000\u003c/div\u003e\u003cdiv style=\"width: 63.9766px; height: 16px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px; text-align: right;\"\u003e+2.02%\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 88px; height: 42.25px; min-width: 88px; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e\u003cdiv style=\"width: 88px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; font-weight: 600; line-height: 26.25px; text-align: right;\"\u003eNT$116,702\u003c/div\u003e\u003cdiv style=\"width: 88px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px; text-align: right;\"\u003e現值\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","6b60709e630741c063ae0602:row":"\u003cdiv style=\"color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; padding: 0px; border-width: 0px; border-style: solid; border-color: rgb(30, 42, 44); border-radius: 8px; background-color: rgba(0, 0, 0, 0); overflow: visible;\"\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 12px; width: 503px; height: 66.25px; padding: 12px 16px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 307.008px; height: 42.25px; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"width: 307.008px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; font-weight: 600; line-height: 26.25px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e00919 群益台灣精選高息\u003c/div\u003e\u003cdiv style=\"width: 307.008px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px;\"\u003e1332 股 · 每月 NT$3,000\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 51.9922px; height: 42.25px; min-width: auto; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e\u003cdiv style=\"width: 51.9922px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e31.2100\u003c/div\u003e\u003cdiv style=\"width: 51.9922px; height: 16px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px; text-align: right;\"\u003e+2.97%\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 88px; height: 42.25px; min-width: 88px; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e\u003cdiv style=\"width: 88px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; font-weight: 600; line-height: 26.25px; text-align: right;\"\u003eNT$41,572\u003c/div\u003e\u003cdiv style=\"width: 88px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px; text-align: right;\"\u003e現值\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","d31303baee31426c1a7d6860:row":"\u003cdiv style=\"color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; padding: 0px; border-width: 0px; border-style: solid; border-color: rgb(30, 42, 44); border-radius: 8px; background-color: rgba(0, 0, 0, 0); overflow: visible;\"\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 12px; width: 503px; height: 66.25px; padding: 12px 16px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 304.023px; height: 42.25px; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"width: 304.023px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; font-weight: 600; line-height: 26.25px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e00993A 主動安聯台灣\u003c/div\u003e\u003cdiv style=\"width: 304.023px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px;\"\u003e6516 股 · 每月 NT$5,000\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 54.9766px; height: 42.25px; min-width: auto; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e\u003cdiv style=\"width: 54.9766px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e13.3900\u003c/div\u003e\u003cdiv style=\"width: 54.9766px; height: 16px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px; text-align: right;\"\u003e+0.68%\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 88px; height: 42.25px; min-width: 88px; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e\u003cdiv style=\"width: 88px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; font-weight: 600; line-height: 26.25px; text-align: right;\"\u003eNT$87,249\u003c/div\u003e\u003cdiv style=\"width: 88px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px; text-align: right;\"\u003e現值\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","f73215b416e59124a7a87dea:":"\u003cdiv style=\"color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; padding: 0px; border-width: 0px; border-style: solid; border-color: rgb(30, 42, 44); border-radius: 8px; background-color: rgba(0, 0, 0, 0); overflow: visible;\"\u003e\u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; flex-basis: 0%; width: 503px; height: 248px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv data-aria-hidden=\"true\" aria-hidden=\"true\" style=\"display: flex; flex-shrink: 0; align-items: center; justify-content: space-between; gap: 12px; width: 503px; height: 32px; min-width: auto; min-height: auto; margin-bottom: 16px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ch4 style=\"width: 208px; height: 24px; min-height: auto; border-color: rgb(20, 25, 26); color: rgb(20, 25, 26); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-weight: 600; overflow-wrap: break-word;\"\u003e投資組合淨值與投入時間序列\u003c/h4\u003e\u003cdiv style=\"display: flex; flex-shrink: 0; align-items: center; gap: 8px; width: 46px; height: 32px; min-width: auto; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cbutton data-slot=\"button\" data-variant=\"outline\" data-size=\"default\" type=\"button\" aria-label=\"更多動作\" style=\"display: flex; position: relative; inset: 0px; flex-shrink: 0; align-items: center; justify-content: center; gap: 6px; width: 46px; height: 32px; min-width: auto; min-height: auto; padding-right: 12px; padding-left: 12px; border-width: 1px; border-color: rgba(20, 25, 26, 0.12); border-radius: 6px; color: oklab(0.208624 -0.0066933 -0.00403997 / 0.8); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 13px; font-weight: 500; line-height: 22.75px; white-space: nowrap;\"\u003e\u003csvg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" style=\"flex-shrink: 0; width: 20px; height: 20px; min-width: auto; min-height: auto; border-color: oklab(0.208624 -0.0066933 -0.00403997 / 0.8); color: oklab(0.208624 -0.0066933 -0.00403997 / 0.8); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 13px; font-weight: 500; line-height: 22.75px; text-align: center; white-space: nowrap; overflow: hidden; fill: none;\"\u003e\u003cpath fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 9.5C5 10.3284 4.32843 11 3.5 11C2.67157 11 2 10.3284 2 9.5C2 8.67157 2.67157 8 3.5 8C4.32843 8 5 8.67157 5 9.5ZM11.5 9.5C11.5 10.3284 10.8284 11 10 11C9.17157 11 8.5 10.3284 8.5 9.5C8.5 8.67157 9.17157 8 10 8C10.8284 8 11.5 8.67157 11.5 9.5ZM16.5 11C17.3284 11 18 10.3284 18 9.5C18 8.67157 17.3284 8 16.5 8C15.6716 8 15 8.67157 15 9.5C15 10.3284 15.6716 11 16.5 11Z\" fill=\"currentColor\" style=\"border-color: oklab(0.208624 -0.0066933 -0.00403997 / 0.8); color: oklab(0.208624 -0.0066933 -0.00403997 / 0.8); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 13px; font-weight: 500; line-height: 22.75px; text-align: center; white-space: nowrap; fill: oklab(0.208624 -0.0066933 -0.00403997 / 0.8);\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/button\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 503px; height: 200px; min-width: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"width: 503px; height: 200px; min-width: 0px; min-height: 200px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"width: 0px; height: 0px; overflow: visible; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv width=\"503\" height=\"200\" style=\"position: relative; cursor: default; width: 503px; height: 200px; inset: 0px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv xmlns=\"http://www.w3.org/1999/xhtml\" tabindex=\"-1\" style=\"visibility: hidden; pointer-events: none; position: absolute; inset: 0px 481px 178px 0px; z-index: 1000; width: 22px; height: 22px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv role=\"status\" aria-live=\"assertive\" style=\"margin: 0px; padding: 10px; background-color: rgb(49, 48, 49); border: 1px solid rgba(20, 25, 26, 0.12); white-space: nowrap; width: 22px; height: 22px; border-radius: 8px; color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; box-shadow: color(srgb 0.0784314 0.0980392 0.101961 / 0.1) 0px 4px 12px 0px;\"\u003e\u003cp style=\"margin: 0px; border-color: rgb(20, 25, 26); color: rgb(20, 25, 26); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; font-weight: 600; line-height: 26.25px; white-space: nowrap;\"\u003e\u003c/p\u003e\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"position: absolute; width: 453px; height: 52.5px; inset: 142.5px 30px 5px 20px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\" data-aria-hidden=\"true\" aria-hidden=\"true\"\u003e\u003cul style=\"padding: 0px; margin: 0px; text-align: center; width: 453px; height: 52.5px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cli style=\"display: inline-block; margin-right: 10px; width: 84px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003csvg aria-label=\"0050現值 legend icon\" width=\"14\" height=\"14\" viewBox=\"0 0 32 32\" style=\"display: inline-block; vertical-align: middle; margin-right: 4px; width: 14px; height: 14px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; overflow: hidden; list-style-type: none;\"\u003e\u003ctitle style=\"display: inline; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/title\u003e\u003cdesc style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/desc\u003e\u003cpath stroke-width=\"4\" fill=\"none\" stroke=\"var(--chart-oceanBlue)\" d=\"M0,16h10.666666666666666\n            A5.333333333333333,5.333333333333333,0,1,1,21.333333333333332,16\n            H32M21.333333333333332,16\n            A5.333333333333333,5.333333333333333,0,1,1,10.666666666666666,16\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none; fill: none; stroke: rgb(0, 143, 251); stroke-width: 4px;\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003cspan style=\"color: rgb(0, 143, 251); border-color: rgb(0, 143, 251); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e0050現值\u003c/span\u003e\u003c/li\u003e\u003cli style=\"display: inline-block; margin-right: 10px; width: 84px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003csvg aria-label=\"0052現值 legend icon\" width=\"14\" height=\"14\" viewBox=\"0 0 32 32\" style=\"display: inline-block; vertical-align: middle; margin-right: 4px; width: 14px; height: 14px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; overflow: hidden; list-style-type: none;\"\u003e\u003ctitle style=\"display: inline; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/title\u003e\u003cdesc style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/desc\u003e\u003cpath stroke-width=\"4\" fill=\"none\" stroke=\"var(--chart-mintGreen)\" d=\"M0,16h10.666666666666666\n            A5.333333333333333,5.333333333333333,0,1,1,21.333333333333332,16\n            H32M21.333333333333332,16\n            A5.333333333333333,5.333333333333333,0,1,1,10.666666666666666,16\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none; fill: none; stroke: rgb(0, 227, 150); stroke-width: 4px;\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003cspan style=\"color: rgb(0, 227, 150); border-color: rgb(0, 227, 150); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e0052現值\u003c/span\u003e\u003c/li\u003e\u003cli style=\"display: inline-block; margin-right: 10px; width: 92.2109px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003csvg aria-label=\"00878現值 legend icon\" width=\"14\" height=\"14\" viewBox=\"0 0 32 32\" style=\"display: inline-block; vertical-align: middle; margin-right: 4px; width: 14px; height: 14px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; overflow: hidden; list-style-type: none;\"\u003e\u003ctitle style=\"display: inline; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/title\u003e\u003cdesc style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/desc\u003e\u003cpath stroke-width=\"4\" fill=\"none\" stroke=\"var(--chart-tangerineOrange)\" d=\"M0,16h10.666666666666666\n            A5.333333333333333,5.333333333333333,0,1,1,21.333333333333332,16\n            H32M21.333333333333332,16\n            A5.333333333333333,5.333333333333333,0,1,1,10.666666666666666,16\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none; fill: none; stroke: rgb(254, 176, 25); stroke-width: 4px;\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003cspan style=\"color: rgb(254, 176, 25); border-color: rgb(254, 176, 25); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e00878現值\u003c/span\u003e\u003c/li\u003e\u003cli style=\"display: inline-block; margin-right: 10px; width: 90.0156px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003csvg aria-label=\"00919現值 legend icon\" width=\"14\" height=\"14\" viewBox=\"0 0 32 32\" style=\"display: inline-block; vertical-align: middle; margin-right: 4px; width: 14px; height: 14px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; overflow: hidden; list-style-type: none;\"\u003e\u003ctitle style=\"display: inline; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/title\u003e\u003cdesc style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/desc\u003e\u003cpath stroke-width=\"4\" fill=\"none\" stroke=\"var(--chart-cherryRed)\" d=\"M0,16h10.666666666666666\n            A5.333333333333333,5.333333333333333,0,1,1,21.333333333333332,16\n            H32M21.333333333333332,16\n            A5.333333333333333,5.333333333333333,0,1,1,10.666666666666666,16\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none; fill: none; stroke: rgb(255, 69, 96); stroke-width: 4px;\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003cspan style=\"color: rgb(255, 69, 96); border-color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e00919現值\u003c/span\u003e\u003c/li\u003e\u003cli style=\"display: inline-block; margin-right: 10px; width: 102.859px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003csvg aria-label=\"00993A現值 legend icon\" width=\"14\" height=\"14\" viewBox=\"0 0 32 32\" style=\"display: inline-block; vertical-align: middle; margin-right: 4px; width: 14px; height: 14px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; overflow: hidden; list-style-type: none;\"\u003e\u003ctitle style=\"display: inline; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/title\u003e\u003cdesc style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/desc\u003e\u003cpath stroke-width=\"4\" fill=\"none\" stroke=\"var(--chart-lavenderPurple)\" d=\"M0,16h10.666666666666666\n            A5.333333333333333,5.333333333333333,0,1,1,21.333333333333332,16\n            H32M21.333333333333332,16\n            A5.333333333333333,5.333333333333333,0,1,1,10.666666666666666,16\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none; fill: none; stroke: rgb(119, 93, 208); stroke-width: 4px;\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003cspan style=\"color: rgb(119, 93, 208); border-color: rgb(119, 93, 208); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e00993A現值\u003c/span\u003e\u003c/li\u003e\u003cli style=\"display: inline-block; margin-right: 10px; width: 108px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003csvg aria-label=\"本月投入基準 legend icon\" width=\"14\" height=\"14\" viewBox=\"0 0 32 32\" style=\"display: inline-block; vertical-align: middle; margin-right: 4px; width: 14px; height: 14px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; overflow: hidden; list-style-type: none;\"\u003e\u003ctitle style=\"display: inline; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/title\u003e\u003cdesc style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/desc\u003e\u003cpath stroke-width=\"4\" fill=\"none\" stroke=\"var(--chart-slateGrey)\" d=\"M0,16h10.666666666666666\n            A5.333333333333333,5.333333333333333,0,1,1,21.333333333333332,16\n            H32M21.333333333333332,16\n            A5.333333333333333,5.333333333333333,0,1,1,10.666666666666666,16\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none; fill: none; stroke: rgb(84, 110, 122); stroke-width: 4px;\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003cspan style=\"color: rgb(84, 110, 122); border-color: rgb(84, 110, 122); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e本月投入基準\u003c/span\u003e\u003c/li\u003e\u003cli style=\"display: inline-block; margin-right: 10px; width: 63px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003csvg aria-label=\"總現值 legend icon\" width=\"14\" height=\"14\" viewBox=\"0 0 32 32\" style=\"display: inline-block; vertical-align: middle; margin-right: 4px; width: 14px; height: 14px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; overflow: hidden; list-style-type: none;\"\u003e\u003ctitle style=\"display: inline; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/title\u003e\u003cdesc style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e\u003c/desc\u003e\u003cpath stroke-width=\"4\" fill=\"none\" stroke=\"var(--chart-turquoiseTeal)\" d=\"M0,16h10.666666666666666\n            A5.333333333333333,5.333333333333333,0,1,1,21.333333333333332,16\n            H32M21.333333333333332,16\n            A5.333333333333333,5.333333333333333,0,1,1,10.666666666666666,16\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none; fill: none; stroke: rgb(38, 166, 154); stroke-width: 4px;\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003cspan style=\"color: rgb(38, 166, 154); border-color: rgb(38, 166, 154); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: center; list-style-type: none;\"\u003e總現值\u003c/span\u003e\u003c/li\u003e\u003c/ul\u003e\u003c/div\u003e\u003csvg role=\"application\" tabindex=\"0\" width=\"503\" height=\"200\" viewBox=\"0 0 503 200\" style=\"width: 503px; height: 200px; display: block; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; overflow: hidden;\" data-aria-hidden=\"true\" aria-hidden=\"true\"\u003e\u003ctitle style=\"display: inline; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/title\u003e\u003cdesc style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/desc\u003e\u003cg tabindex=\"-1\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cline stroke-dasharray=\"3 3\" stroke=\"rgba(255,255,255,0.1)\" fill=\"none\" x=\"80\" y=\"20\" width=\"393\" height=\"92.5\" x1=\"80\" y1=\"112.5\" x2=\"473\" y2=\"112.5\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: none; stroke: rgba(255, 255, 255, 0.1);\"\u003e\u003c/line\u003e\u003cline stroke-dasharray=\"3 3\" stroke=\"rgba(255,255,255,0.1)\" fill=\"none\" x=\"80\" y=\"20\" width=\"393\" height=\"92.5\" x1=\"80\" y1=\"66.25\" x2=\"473\" y2=\"66.25\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: none; stroke: rgba(255, 255, 255, 0.1);\"\u003e\u003c/line\u003e\u003cline stroke-dasharray=\"3 3\" stroke=\"rgba(255,255,255,0.1)\" fill=\"none\" x=\"80\" y=\"20\" width=\"393\" height=\"92.5\" x1=\"80\" y1=\"20\" x2=\"473\" y2=\"20\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: none; stroke: rgba(255, 255, 255, 0.1);\"\u003e\u003c/line\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cline stroke-dasharray=\"3 3\" stroke=\"rgba(255,255,255,0.1)\" fill=\"none\" x=\"80\" y=\"20\" width=\"393\" height=\"92.5\" x1=\"276.5\" y1=\"20\" x2=\"276.5\" y2=\"112.5\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: none; stroke: rgba(255, 255, 255, 0.1);\"\u003e\u003c/line\u003e\u003cline stroke-dasharray=\"3 3\" stroke=\"rgba(255,255,255,0.1)\" fill=\"none\" x=\"80\" y=\"20\" width=\"393\" height=\"92.5\" x1=\"80\" y1=\"20\" x2=\"80\" y2=\"112.5\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: none; stroke: rgba(255, 255, 255, 0.1);\"\u003e\u003c/line\u003e\u003cline stroke-dasharray=\"3 3\" stroke=\"rgba(255,255,255,0.1)\" fill=\"none\" x=\"80\" y=\"20\" width=\"393\" height=\"92.5\" x1=\"473\" y1=\"20\" x2=\"473\" y2=\"112.5\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: none; stroke: rgba(255, 255, 255, 0.1);\"\u003e\u003c/line\u003e\u003c/g\u003e\u003c/g\u003e\u003c/g\u003e\u003cg tabindex=\"-1\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cdefs style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cclipPath style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003crect x=\"80\" y=\"20\" height=\"92.5\" width=\"393\" style=\"width: 393px; height: 92.5px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/rect\u003e\u003c/clipPath\u003e\u003c/defs\u003e\u003cg tabindex=\"-1\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003c/g\u003e\u003cg tabindex=\"-1\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cg tabindex=\"-1\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cg tabindex=\"-1\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cg tabindex=\"-1\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cline stroke=\"rgba(255,255,255,0.3)\" font-size=\"12\" angle=\"0\" height=\"30\" orientation=\"bottom\" x=\"80\" y=\"112.5\" width=\"393\" fill=\"none\" x1=\"80\" y1=\"112.5\" x2=\"473\" y2=\"112.5\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; fill: none; stroke: rgba(255, 255, 255, 0.3);\"\u003e\u003c/line\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cline stroke=\"rgba(255,255,255,0.3)\" font-size=\"12\" angle=\"0\" height=\"30\" orientation=\"bottom\" x=\"80\" y=\"112.5\" width=\"393\" fill=\"none\" x1=\"276.5\" y1=\"118.5\" x2=\"276.5\" y2=\"112.5\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; fill: none; stroke: rgba(255, 255, 255, 0.3);\"\u003e\u003c/line\u003e\u003c/g\u003e\u003c/g\u003e\u003c/g\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cline stroke=\"rgba(255,255,255,0.3)\" font-size=\"12\" angle=\"0\" orientation=\"left\" width=\"60\" x=\"20\" y=\"20\" height=\"92.5\" fill=\"none\" x1=\"80\" y1=\"20\" x2=\"80\" y2=\"112.5\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; fill: none; stroke: rgba(255, 255, 255, 0.3);\"\u003e\u003c/line\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cline stroke=\"rgba(255,255,255,0.3)\" font-size=\"12\" angle=\"0\" orientation=\"left\" width=\"60\" x=\"20\" y=\"20\" height=\"92.5\" fill=\"none\" x1=\"74\" y1=\"112.5\" x2=\"80\" y2=\"112.5\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; fill: none; stroke: rgba(255, 255, 255, 0.3);\"\u003e\u003c/line\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cline stroke=\"rgba(255,255,255,0.3)\" font-size=\"12\" angle=\"0\" orientation=\"left\" width=\"60\" x=\"20\" y=\"20\" height=\"92.5\" fill=\"none\" x1=\"74\" y1=\"89.375\" x2=\"80\" y2=\"89.375\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; fill: none; stroke: rgba(255, 255, 255, 0.3);\"\u003e\u003c/line\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cline stroke=\"rgba(255,255,255,0.3)\" font-size=\"12\" angle=\"0\" orientation=\"left\" width=\"60\" x=\"20\" y=\"20\" height=\"92.5\" fill=\"none\" x1=\"74\" y1=\"66.25\" x2=\"80\" y2=\"66.25\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; fill: none; stroke: rgba(255, 255, 255, 0.3);\"\u003e\u003c/line\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cline stroke=\"rgba(255,255,255,0.3)\" font-size=\"12\" angle=\"0\" orientation=\"left\" width=\"60\" x=\"20\" y=\"20\" height=\"92.5\" fill=\"none\" x1=\"74\" y1=\"43.125\" x2=\"80\" y2=\"43.125\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; fill: none; stroke: rgba(255, 255, 255, 0.3);\"\u003e\u003c/line\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cline stroke=\"rgba(255,255,255,0.3)\" font-size=\"12\" angle=\"0\" orientation=\"left\" width=\"60\" x=\"20\" y=\"20\" height=\"92.5\" fill=\"none\" x1=\"74\" y1=\"20\" x2=\"80\" y2=\"20\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; fill: none; stroke: rgba(255, 255, 255, 0.3);\"\u003e\u003c/line\u003e\u003c/g\u003e\u003c/g\u003e\u003c/g\u003e\u003c/g\u003e\u003c/g\u003e\u003cg tabindex=\"-1\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ccircle r=\"3\" stroke-width=\"1\" fill=\"var(--chart-oceanBlue)\" fill-opacity=\"0.3\" height=\"92.5\" stroke=\"var(--chart-oceanBlue)\" width=\"393\" cx=\"276.5\" cy=\"85.5126625\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: rgb(0, 143, 251); stroke: rgb(0, 143, 251);\"\u003e\u003c/circle\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ccircle r=\"3\" stroke-width=\"1\" fill=\"var(--chart-mintGreen)\" fill-opacity=\"0.3\" height=\"92.5\" stroke=\"var(--chart-mintGreen)\" width=\"393\" cx=\"276.5\" cy=\"86.77066250000001\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: rgb(0, 227, 150); stroke: rgb(0, 227, 150);\"\u003e\u003c/circle\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ccircle r=\"3\" stroke-width=\"1\" fill=\"var(--chart-tangerineOrange)\" fill-opacity=\"0.3\" height=\"92.5\" stroke=\"var(--chart-tangerineOrange)\" width=\"393\" cx=\"276.5\" cy=\"104.91037500000002\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: rgb(254, 176, 25); stroke: rgb(254, 176, 25);\"\u003e\u003c/circle\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ccircle r=\"3\" stroke-width=\"1\" fill=\"var(--chart-cherryRed)\" fill-opacity=\"0.3\" height=\"92.5\" stroke=\"var(--chart-cherryRed)\" width=\"393\" cx=\"276.5\" cy=\"102.886475\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: rgb(255, 69, 96); stroke: rgb(255, 69, 96);\"\u003e\u003c/circle\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ccircle r=\"3\" stroke-width=\"1\" fill=\"var(--chart-lavenderPurple)\" fill-opacity=\"0.3\" height=\"92.5\" stroke=\"var(--chart-lavenderPurple)\" width=\"393\" cx=\"276.5\" cy=\"92.32366875\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: rgb(119, 93, 208); stroke: rgb(119, 93, 208);\"\u003e\u003c/circle\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ccircle r=\"3\" stroke-width=\"1\" fill=\"var(--chart-slateGrey)\" fill-opacity=\"0.3\" height=\"92.5\" stroke=\"var(--chart-slateGrey)\" width=\"393\" cx=\"276.5\" cy=\"108.56875\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: rgb(84, 110, 122); stroke: rgb(84, 110, 122);\"\u003e\u003c/circle\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ccircle r=\"3\" stroke-width=\"1\" fill=\"var(--chart-turquoiseTeal)\" fill-opacity=\"0.3\" height=\"92.5\" stroke=\"var(--chart-turquoiseTeal)\" width=\"393\" cx=\"276.5\" cy=\"22.403843750000004\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; fill: rgb(38, 166, 154); stroke: rgb(38, 166, 154);\"\u003e\u003c/circle\u003e\u003c/g\u003e\u003c/g\u003e\u003cg tabindex=\"-1\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cg tabindex=\"-1\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cg tabindex=\"-1\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003c/g\u003e\u003cg tabindex=\"-1\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ctext stroke=\"none\" font-size=\"12\" height=\"30\" orientation=\"bottom\" width=\"393\" x=\"276.5\" y=\"120.5\" text-anchor=\"middle\" fill=\"rgba(255,255,255,0.3)\" style=\"display: block; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; white-space: nowrap; fill: rgb(20, 25, 26);\"\u003e\u003ctspan x=\"276.5\" dy=\"0.71em\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; white-space: nowrap; fill: rgb(20, 25, 26);\"\u003e2026-08\u003c/tspan\u003e\u003c/text\u003e\u003c/g\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ctext stroke=\"none\" font-size=\"12\" orientation=\"left\" width=\"60\" height=\"92.5\" x=\"72\" y=\"112.5\" text-anchor=\"end\" fill=\"rgba(255,255,255,0.3)\" style=\"display: block; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; white-space: nowrap; fill: rgb(20, 25, 26);\"\u003e\u003ctspan x=\"72\" dy=\"0.355em\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; white-space: nowrap; fill: rgb(20, 25, 26);\"\u003e0\u003c/tspan\u003e\u003c/text\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ctext stroke=\"none\" font-size=\"12\" orientation=\"left\" width=\"60\" height=\"92.5\" x=\"72\" y=\"89.375\" text-anchor=\"end\" fill=\"rgba(255,255,255,0.3)\" style=\"display: block; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; white-space: nowrap; fill: rgb(20, 25, 26);\"\u003e\u003ctspan x=\"72\" dy=\"0.355em\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; white-space: nowrap; fill: rgb(20, 25, 26);\"\u003e100000\u003c/tspan\u003e\u003c/text\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ctext stroke=\"none\" font-size=\"12\" orientation=\"left\" width=\"60\" height=\"92.5\" x=\"72\" y=\"66.25\" text-anchor=\"end\" fill=\"rgba(255,255,255,0.3)\" style=\"display: block; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; white-space: nowrap; fill: rgb(20, 25, 26);\"\u003e\u003ctspan x=\"72\" dy=\"0.355em\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; white-space: nowrap; fill: rgb(20, 25, 26);\"\u003e200000\u003c/tspan\u003e\u003c/text\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ctext stroke=\"none\" font-size=\"12\" orientation=\"left\" width=\"60\" height=\"92.5\" x=\"72\" y=\"43.125\" text-anchor=\"end\" fill=\"rgba(255,255,255,0.3)\" style=\"display: block; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; white-space: nowrap; fill: rgb(20, 25, 26);\"\u003e\u003ctspan x=\"72\" dy=\"0.355em\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; white-space: nowrap; fill: rgb(20, 25, 26);\"\u003e300000\u003c/tspan\u003e\u003c/text\u003e\u003c/g\u003e\u003cg style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003ctext stroke=\"none\" font-size=\"12\" orientation=\"left\" width=\"60\" height=\"92.5\" x=\"72\" y=\"20\" text-anchor=\"end\" fill=\"rgba(255,255,255,0.3)\" style=\"display: block; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; white-space: nowrap; fill: rgb(20, 25, 26);\"\u003e\u003ctspan x=\"72\" dy=\"0.355em\" style=\"border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 21px; white-space: nowrap; fill: rgb(20, 25, 26);\"\u003e400000\u003c/tspan\u003e\u003c/text\u003e\u003c/g\u003e\u003c/g\u003e\u003c/g\u003e\u003c/svg\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e","fcd2af8892c85f38706b179c:row":"\u003cdiv style=\"color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; padding: 0px; border-width: 0px; border-style: solid; border-color: rgb(30, 42, 44); border-radius: 8px; background-color: rgba(0, 0, 0, 0); overflow: visible;\"\u003e\u003cdiv style=\"display: flex; align-items: center; gap: 12px; width: 503px; height: 66.25px; padding: 12px 16px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"flex-grow: 1; flex-basis: 0%; width: 301.039px; height: 42.25px; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px;\"\u003e\u003cdiv style=\"width: 301.039px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; font-weight: 600; line-height: 26.25px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;\"\u003e00878 國泰永續高股息\u003c/div\u003e\u003cdiv style=\"width: 301.039px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px;\"\u003e1000 股 · 每月 NT$3,000\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 57.9609px; height: 42.25px; min-width: auto; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e\u003cdiv style=\"width: 57.9609px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e32.8200\u003c/div\u003e\u003cdiv style=\"width: 57.9609px; height: 16px; border-color: rgb(255, 69, 96); color: rgb(255, 69, 96); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px; text-align: right;\"\u003e+2.08%\u003c/div\u003e\u003c/div\u003e\u003cdiv style=\"width: 88px; height: 42.25px; min-width: 88px; min-height: auto; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; line-height: 26.25px; text-align: right;\"\u003e\u003cdiv style=\"width: 88px; height: 26.25px; border-color: rgb(30, 42, 44); color: rgb(30, 42, 44); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 15px; font-weight: 600; line-height: 26.25px; text-align: right;\"\u003eNT$32,820\u003c/div\u003e\u003cdiv style=\"width: 88px; height: 16px; border-color: rgba(20, 25, 26, 0.62); color: rgba(20, 25, 26, 0.62); font-family: -apple-system, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, sans-serif; font-size: 12px; line-height: 16px; text-align: right;\"\u003e現值\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e"},"id":"81f9eb84801948a56f7d7137","isNew":false,"isPublic":true,"itemType":"NOTE","name":"2026年08月 投資績效月報｜五檔全漲・總現值 $389,605","parents":{"33cdda8395dd24700afaadac":1787741879849},"preParentID":null,"updatedAt":1789088884031,"updatedBy":{"userId":"6a8b1e37014599cd86f719","userName":"軍宏 李"},"version":7}]}