{"allowContribute":false,"item":{"artifactHtml":"\u003cstyle\u003e\n  :root {\n    --paper:#F9F6F0; --ink:#1B2A24; --ink-2:#5E6E69; --accent:#2B7A5B; --accent-2:#B77A2E;\n    --soft:#E8EFEA; --soft-warm:#FFF4E0; --hair:#DDE3DF; --card:#FFFFFF;\n    --shadow: 0 8px 28px rgba(27,42,36,.08);\n  }\n  :root[data-theme=\"dark\"] {\n    --paper:#111815; --ink:#E8EDE9; --ink-2:#9AA8A3; --accent:#5EC69B; --accent-2:#E8A84A;\n    --soft:#1A2B25; --soft-warm:#2A2416; --hair:#26302D; --card:#1A2420;\n    --shadow: 0 8px 28px rgba(0,0,0,.35);\n  }\n  .doc {\n    background:var(--paper); color:var(--ink);\n    padding:0; font:16px/1.78 -apple-system,BlinkMacSystemFont,\"PingFang TC\",\"Noto Sans TC\",\"Microsoft JhengHei\",sans-serif;\n    -webkit-font-smoothing:antialiased;\n  }\n  header {\n    padding:32px 36px 24px;\n    border-bottom:1px solid var(--hair);\n    background:\n      radial-gradient(820px 320px at 92% 0%, rgba(43,122,91,.10), transparent 60%),\n      radial-gradient(700px 400px at 0% 0%, rgba(183,122,46,.08), transparent 65%),\n      var(--paper);\n  }\n  .eyebrow {\n    display:inline-flex; align-items:center; gap:8px;\n    font:700 11px ui-monospace,SFMono-Regular,Menlo,monospace;\n    letter-spacing:.14em; text-transform:uppercase; color:var(--accent);\n  }\n  .eyebrow i { width:22px; height:1px; background:var(--accent); display:inline-block; opacity:.6; }\n  h1 {\n    font-size:28px; line-height:1.35; letter-spacing:-.02em;\n    margin:12px 0 0; max-width:22ch; font-weight:800;\n  }\n  .lede {\n    margin:14px 0 0; color:var(--ink-2); font-size:15px; line-height:1.7; max-width:58ch;\n  }\n  .lede strong { color:var(--ink); font-weight:700; }\n  .meta-row {\n    display:flex; flex-wrap:wrap; gap:10px; margin-top:18px;\n  }\n  .meta-chip {\n    display:inline-flex; align-items:center; gap:7px;\n    font:600 12px ui-monospace,SFMono-Regular,monospace;\n    letter-spacing:.04em; color:var(--ink-2);\n    background:var(--card); border:1px solid var(--hair);\n    padding:7px 10px; border-radius:999px;\n  }\n  .meta-chip b { color:var(--accent); font-weight:800; }\n  /* stats */\n  .stats {\n    display:grid; grid-template-columns:repeat(3,1fr); gap:14px;\n    padding:22px 36px 0;\n  }\n  .stat {\n    background:var(--card); border:1px solid var(--hair); border-radius:14px;\n    padding:16px 16px 14px; box-shadow:var(--shadow);\n    position:relative; overflow:hidden;\n  }\n  .stat::after {\n    content:\"\"; position:absolute; right:-10px; top:-10px; width:64px; height:64px;\n    border-radius:50%; background:var(--soft); opacity:.9;\n  }\n  .stat .k { font:700 11px ui-monospace,SFMono-Regular,monospace; letter-spacing:.1em; color:var(--accent); position:relative; z-index:1; }\n  .stat .v { font-size:26px; font-weight:800; letter-spacing:-.03em; margin-top:6px; line-height:1; position:relative; z-index:1; }\n  .stat .v small { font-size:13px; font-weight:600; color:var(--ink-2); letter-spacing:0; }\n  .stat .n { font-size:12.5px; color:var(--ink-2); margin-top:6px; line-height:1.5; position:relative; z-index:1; }\n  /* layout */\n  .body { padding:22px 36px 36px; }\n  .grid {\n    display:grid; grid-template-columns:1.35fr .85fr; gap:18px; align-items:start;\n  }\n  .panel {\n    background:var(--card); border:1px solid var(--hair); border-radius:14px;\n    padding:20px 20px 18px; box-shadow:var(--shadow);\n  }\n  .panel h2 {\n    font-size:15px; font-weight:800; letter-spacing:-.01em; margin:0 0 10px;\n    display:flex; align-items:center; gap:9px;\n  }\n  .panel h2 .dot { width:8px; height:8px; border-radius:50%; background:var(--accent); display:inline-block; }\n  .panel h2 .dot.warm { background:var(--accent-2); }\n  .panel p { margin:0; color:var(--ink-2); font-size:14.5px; line-height:1.82; }\n  .panel p + p { margin-top:10px; }\n  .list {\n    list-style:none; padding:0; margin:12px 0 0;\n  }\n  .list li {\n    display:flex; gap:10px; padding:10px 0; border-bottom:1px dashed var(--hair);\n    font-size:14px; line-height:1.6; color:var(--ink-2);\n  }\n  .list li:last-child { border-bottom:none; }\n  .list li b { color:var(--ink); font-weight:700; flex:none; }\n  .ico {\n    flex:none; width:28px; height:28px; border-radius:8px;\n    display:grid; place-items:center; background:var(--soft); color:var(--accent);\n    margin-top:1px;\n  }\n  .ico.warm { background:var(--soft-warm); color:var(--accent-2); }\n  .callout {\n    display:flex; gap:13px; padding:14px 16px; background:var(--soft);\n    border:1px solid var(--hair); border-radius:12px; margin:18px 0;\n  }\n  .callout .tag {\n    flex:none; font:800 11px ui-monospace,SFMono-Regular,monospace;\n    letter-spacing:.08em; color:var(--accent); background:var(--card);\n    border:1px solid var(--hair); padding:5px 8px; border-radius:999px; height:fit-content;\n  }\n  .callout div { font-size:13.5px; line-height:1.7; color:var(--ink-2); }\n  .callout div strong { color:var(--ink); }\n  /* embed */\n  .embed-wrap {\n    margin:18px 0; background:var(--card); border:1px solid var(--hair);\n    border-radius:14px; padding:14px; box-shadow:var(--shadow);\n  }\n  .embed-head {\n    display:flex; align-items:center; justify-content:space-between; gap:12px;\n    margin-bottom:12px; padding:0 2px;\n  }\n  .embed-head .ttl { font:800 12px ui-monospace,SFMono-Regular,monospace; letter-spacing:.1em; color:var(--ink-2); }\n  .embed-head .sub { font-size:12px; color:var(--ink-2); }\n  item-embed { display:block; }\n  /* ridge illustration */\n  .ridge {\n    margin:18px 0; border-radius:14px; overflow:hidden;\n    border:1px solid var(--hair); background:var(--card); box-shadow:var(--shadow);\n  }\n  .ridge .art {\n    height:148px; background:\n      linear-gradient(180deg, rgba(27,42,36,.02), rgba(27,42,36,.06)),\n      radial-gradient(600px 180px at 50% 100%, rgba(43,122,91,.18), transparent 70%),\n      linear-gradient(180deg, #EAF2EC 0%, #F9F6F0 100%);\n    position:relative; display:grid; place-items:center;\n  }\n  :root[data-theme=\"dark\"] .ridge .art {\n    background:\n      linear-gradient(180deg, rgba(255,255,255,.04), rgba(0,0,0,.2)),\n      radial-gradient(600px 180px at 50% 100%, rgba(94,198,155,.18), transparent 70%),\n      linear-gradient(180deg, #1A2B25 0%, #111815 100%);\n  }\n  .ridge .art svg { width:92%; max-width:560px; height:92px; }\n  .ridge .cap {\n    display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap;\n    padding:12px 16px; font:600 12px ui-monospace,SFMono-Regular,monospace; color:var(--ink-2);\n    border-top:1px solid var(--hair); background:var(--card);\n  }\n  /* table */\n  .table-wrap { overflow-x:auto; margin-top:12px; border:1px solid var(--hair); border-radius:12px; background:var(--card); }\n  table { border-collapse:collapse; width:100%; font-size:13.5px; min-width:480px; }\n  th,td { text-align:left; padding:10px 14px; border-bottom:1px solid var(--hair); }\n  th { font:700 11px ui-monospace,SFMono-Regular,monospace; letter-spacing:.06em; color:var(--ink-2); background:var(--soft); white-space:nowrap; }\n  td { color:var(--ink-2); }\n  td b { color:var(--ink); }\n  tr:last-child td { border-bottom:none; }\n  .tag-pill {\n    display:inline-block; font:700 11px ui-monospace,SFMono-Regular,monospace;\n    letter-spacing:.04em; padding:3px 8px; border-radius:999px;\n    border:1px solid var(--hair); background:var(--soft); color:var(--accent);\n  }\n  .tag-pill.warm { background:var(--soft-warm); color:var(--accent-2); }\n  .footer {\n    margin-top:18px; padding-top:16px; border-top:1px solid var(--hair);\n    display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap;\n    font:500 12px ui-monospace,SFMono-Regular,monospace; color:var(--ink-2);\n  }\n  @media (max-width:760px) {\n    header { padding:24px 20px 20px; }\n    h1 { font-size:22px; max-width:none; }\n    .stats { grid-template-columns:1fr; padding:18px 20px 0; }\n    .body { padding:18px 20px 26px; }\n    .grid { grid-template-columns:1fr; }\n    .ridge .art { height:128px; }\n  }\n\u003c/style\u003e\n\u003cdiv class=\"doc\"\u003e\n  \u003cheader\u003e\n    \u003cdiv class=\"eyebrow\"\u003e\u003ci\u003e\u003c/i\u003e TAIWAN XIAOBAIYUE · 苗栗 · 三義 / 大湖\u003c/div\u003e\n    \u003ch1\u003e位於苗栗縣三義鄉與大湖鄉交界的關刀山，海拔889公尺，是台灣小百岳第36號\u003c/h1\u003e\n    \u003cp class=\"lede\"\u003e關刀山為\u003cstrong\u003e加里山山脈的支稜\u003c/strong\u003e，山形狹長如關刀而得名。雖不到 900 公尺，卻是苗栗少數能同時眺望大湖草莓園、三義丘陵與雪山山脈的展望點，\u003cstrong\u003e半日可來回\u003c/strong\u003e，是中部最親民的小百岳之一。\u003c/p\u003e\n    \u003cdiv class=\"meta-row\"\u003e\n      \u003cspan class=\"meta-chip\"\u003e\n        \u003csvg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M12 21s7-5.2 7-11a7 7 0 1 0-14 0c0 5.8 7 11 7 11Z\"/\u003e\u003ccircle cx=\"12\" cy=\"10\" r=\"2.5\"/\u003e\u003c/svg\u003e\n        三義鄉 × 大湖鄉 交界\n      \u003c/span\u003e\n      \u003cspan class=\"meta-chip\"\u003e\u003cb\u003e#036\u003c/b\u003e 小百岳\u003c/span\u003e\n      \u003cspan class=\"meta-chip\"\u003e海拔 889m · 三等三角點 No.125\u003c/span\u003e\n      \u003cspan class=\"meta-chip\"\u003e難度 ★★☆☆☆ · 親子健行\u003c/span\u003e\n    \u003c/div\u003e\n  \u003c/header\u003e\n\n  \u003csection data-cube=\"stats\" class=\"stats\"\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"k\"\u003eELEVATION\u003c/div\u003e\n      \u003cdiv class=\"v\"\u003e889 \u003csmall\u003e公尺\u003c/small\u003e\u003c/div\u003e\n      \u003cdiv class=\"n\"\u003e加里山山脈支稜，稜線狹長、兩側陡峭\u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"k\"\u003e小百岳編號\u003c/div\u003e\n      \u003cdiv class=\"v\"\u003eNo.036\u003c/div\u003e\n      \u003cdiv class=\"n\"\u003e台灣小百岳第 36 號\u003cbr\u003e苗栗縣熱門入門百岳\u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"k\"\u003e所在地\u003c/div\u003e\n      \u003cdiv class=\"v\" style=\"font-size:19px; margin-top:10px;\"\u003e三義 / 大湖\u003c/div\u003e\n      \u003cdiv class=\"n\"\u003e苗栗縣三義鄉與大湖鄉交界\u003cbr\u003e出關古道西段制高點\u003c/div\u003e\n    \u003c/div\u003e\n  \u003c/section\u003e\n\n  \u003cdiv class=\"body\"\u003e\n    \u003cdiv class=\"embed-wrap\"\u003e\n      \u003cdiv class=\"embed-head\"\u003e\n        \u003cspan class=\"ttl\"\u003e山岳卡片 · CARD\u003c/span\u003e\n        \u003cspan class=\"sub\"\u003e資料卡依模板渲染 · 含圖片、座標與攀登狀態\u003c/span\u003e\n      \u003c/div\u003e\n      \u003citem-embed item-id=\"f2aef869139ece254321dfbe\" view=\"card\"\u003e\u003c/item-embed\u003e\n    \u003c/div\u003e\n\n    \u003cdiv class=\"ridge\" aria-hidden=\"true\"\u003e\n      \u003cdiv class=\"art\"\u003e\n        \u003csvg viewBox=\"0 0 560 92\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"\u003e\n          \u003cpath d=\"M14 78 L118 18 L168 42 L238 12 L298 34 L368 8 L422 38 L498 22 L546 78 Z\" fill=\"none\" stroke=\"currentColor\" stroke-opacity=\".18\" stroke-width=\"1.4\" stroke-linejoin=\"round\"/\u003e\n          \u003cpath d=\"M14 78 L118 18 L168 42 L238 12 L298 34 L368 8 L422 38 L498 22 L546 78 Z\" fill=\"url(#g1)\" fill-opacity=\".95\"/\u003e\n          \u003cpath d=\"M118 18 L138 52 L168 42\" fill=\"white\" fill-opacity=\".55\"/\u003e\n          \u003cpath d=\"M368 8 L388 32 L422 38\" fill=\"white\" fill-opacity=\".45\"/\u003e\n          \u003ccircle cx=\"238\" cy=\"12\" r=\"3.5\" fill=\"#2B7A5B\" stroke=\"white\" stroke-width=\"1.5\"/\u003e\n          \u003cg font-family=\"ui-monospace,SFMono-Regular,Menlo,monospace\" font-size=\"7.5\" font-weight=\"700\" letter-spacing=\"0.6\" fill=\"#1B2A24\" opacity=\".7\"\u003e\n            \u003ctext x=\"224\" y=\"82\" text-anchor=\"middle\"\u003e出關古道\u003c/text\u003e\n            \u003ctext x=\"368\" y=\"82\" text-anchor=\"middle\"\u003e關刀山 889m\u003c/text\u003e\n          \u003c/g\u003e\n          \u003cdefs\u003e\u003clinearGradient id=\"g1\" x1=\"14\" y1=\"8\" x2=\"546\" y2=\"78\" gradientUnits=\"userSpaceOnUse\"\u003e\u003cstop stop-color=\"#2B7A5B\"/\u003e\u003cstop offset=\"1\" stop-color=\"#B77A2E\"/\u003e\u003c/linearGradient\u003e\u003c/defs\u003e\n        \u003c/svg\u003e\n      \u003c/div\u003e\n      \u003cdiv class=\"cap\"\u003e\n        \u003cspan\u003e稜線如刀背 · 東望雪山山脈 · 西瞰三義丘陵\u003c/span\u003e\n        \u003cspan style=\"color:var(--accent)\"\u003e▲ 三等三角點 · 視野 270°\u003c/span\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n\n    \u003cdiv class=\"grid\"\u003e\n      \u003cdiv class=\"panel\"\u003e\n        \u003ch2\u003e\u003cspan class=\"dot\"\u003e\u003c/span\u003e 為什麼叫「關刀山」？\u003c/h2\u003e\n        \u003cp\u003e關刀山主稜南北縱走，山脊細長而兩側陡落，從西側三義方向望去，山形宛如關公所持的青龍偃月刀刀背，因而得名。日治時期即為隘勇線要地，現今的登山口仍可見「出關古道」石碑與舊隘寮遺跡。\u003c/p\u003e\n        \u003cp\u003e山頂設有三等三角點 125 號，腹地不大但展望極佳：天氣晴朗時北可見加里山、哈堪尼山，東可眺雪山、大霸尖山，南望馬拉邦山與大湖溪谷。\u003c/p\u003e\n        \u003cdiv class=\"callout\"\u003e\n          \u003cspan class=\"tag\"\u003e小知識\u003c/span\u003e\n          \u003cdiv\u003e\u003cstrong\u003e小百岳 No.036\u003c/strong\u003e 是苗栗縣 6 座小百岳之一（與火炎山、馬那邦山、加里山等並列），海拔雖不高，卻是檢驗「連續陡升」體能的入門考場。\u003c/div\u003e\n        \u003c/div\u003e\n      \u003c/div\u003e\n\n      \u003cdiv class=\"panel\"\u003e\n        \u003ch2\u003e\u003cspan class=\"dot warm\"\u003e\u003c/span\u003e 登山檔案\u003c/h2\u003e\n        \u003cul class=\"list\"\u003e\n          \u003cli\u003e\n            \u003cspan class=\"ico\"\u003e\u003csvg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"7\"/\u003e\u003cpath d=\"M12 8v4l3 2\"/\u003e\u003c/svg\u003e\u003c/span\u003e\n            \u003cspan\u003e\u003cb\u003e步行時間\u003c/b\u003e　單程約 1.5–2 小時，原路來回 3–4 小時（含休憩）\u003c/span\u003e\n          \u003c/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"ico warm\"\u003e\u003csvg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M3 17L12 5l9 12H3Z\"/\u003e\u003cpath d=\"M12 5v12\"/\u003e\u003c/svg\u003e\u003c/span\u003e\n            \u003cspan\u003e\u003cb\u003e爬升 / 距離\u003c/b\u003e　爬升約 450m · 來回約 5.2 公里\u003c/span\u003e\n          \u003c/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"ico\"\u003e\u003csvg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M12 21s7-5.2 7-11a7 7 0 1 0-14 0c0 5.8 7 11 7 11Z\"/\u003e\u003c/svg\u003e\u003c/span\u003e\n            \u003cspan\u003e\u003cb\u003e登山口\u003c/b\u003e　大湖端：出關古道聖衡宮 / 三義端：關刀山登山口（苗130線）\u003c/span\u003e\n          \u003c/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"ico warm\"\u003e\u003csvg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M8 12h8\"/\u003e\u003cpath d=\"M12 8v8\"/\u003e\u003c/svg\u003e\u003c/span\u003e\n            \u003cspan\u003e\u003cb\u003e路況\u003c/b\u003e　前段產業道路＋中段杉林陡坡＋稜線拉繩，雨後泥濘需防滑\u003c/span\u003e\n          \u003c/li\u003e\n        \u003c/ul\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n\n    \u003cdiv class=\"panel\" style=\"margin-top:18px;\"\u003e\n      \u003ch2\u003e\u003cspan class=\"dot\"\u003e\u003c/span\u003e 兩條經典路線怎麼選\u003c/h2\u003e\n      \u003cdiv class=\"table-wrap\"\u003e\n        \u003ctable\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\u003cth\u003e路線\u003c/th\u003e\u003cth\u003e起點\u003c/th\u003e\u003cth\u003e特色\u003c/th\u003e\u003cth\u003e適合對象\u003c/th\u003e\u003c/tr\u003e\n          \u003c/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cb\u003e出關古道線\u003c/b\u003e \u003cspan class=\"tag-pill\"\u003e熱門\u003c/span\u003e\u003c/td\u003e\n              \u003ctd\u003e大湖 聖衡宮 → 關刀山\u003c/td\u003e\n              \u003ctd\u003e古道氛圍、林相優美、緩陡交錯\u003c/td\u003e\n              \u003ctd\u003e首次造訪、親子同行\u003c/td\u003e\n            \u003c/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cb\u003e三義北線\u003c/b\u003e\u003c/td\u003e\n              \u003ctd\u003e苗130線 登山口 → 關刀山\u003c/td\u003e\n              \u003ctd\u003e距離短但全程陡上、稜線展望早\u003c/td\u003e\n              \u003ctd\u003e想練腳力、時間有限\u003c/td\u003e\n            \u003c/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cb\u003e縱走線\u003c/b\u003e \u003cspan class=\"tag-pill warm\"\u003e進階\u003c/span\u003e\u003c/td\u003e\n              \u003ctd\u003e三義進、大湖出（需接駁）\u003c/td\u003e\n              \u003ctd\u003e完整走完關刀山稜線、一次收兩端風景\u003c/td\u003e\n              \u003ctd\u003e有接駁安排的健腳\u003c/td\u003e\n            \u003c/tr\u003e\n          \u003c/tbody\u003e\n        \u003c/table\u003e\n      \u003c/div\u003e\n      \u003cp style=\"margin-top:12px; font-size:13px; color:var(--ink-2);\"\u003e提醒：山頂無水源、無遮蔭，夏季務必 08:00 前起登；冬季東北季風強，稜線風大注意保暖與防風。\u003c/p\u003e\n    \u003c/div\u003e\n\n    \u003cdiv class=\"grid\" style=\"margin-top:18px;\"\u003e\n      \u003cdiv class=\"panel\"\u003e\n        \u003ch2\u003e\u003cspan class=\"dot warm\"\u003e\u003c/span\u003e 季節看點\u003c/h2\u003e\n        \u003cp\u003e3–4 月杜鵑與山櫻零星點綴杉林；10–12 月芒草覆蓋稜線，日落時分整條山脊染成金色，是攝影最佳季節。大湖草莓季（12–4 月）可順遊採果，形成「上午登關刀、下午採草莓」的苗栗經典一日遊。\u003c/p\u003e\n      \u003c/div\u003e\n      \u003cdiv class=\"panel\"\u003e\n        \u003ch2\u003e\u003cspan class=\"dot\"\u003e\u003c/span\u003e 行前檢查\u003c/h2\u003e\n        \u003cp\u003e✓ 離線地圖（出關古道岔路多）　✓ 1.5L 水＋鹽糖　✓ 雨鞋或中筒登山鞋　✓ 頭燈（午後易起霧）　✓ 下山後可至勝興車站、三義木雕街補給。\u003c/p\u003e\n        \u003cp style=\"font-size:12.5px; color:var(--ink-2); margin-top:8px; padding-top:10px; border-top:1px dashed var(--hair);\"\u003e座標參考：約 24.38°N, 120.77°E（關刀山主峰一帶）· 海拔 889m · 小百岳編號 036\u003c/p\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n\n    \u003cdiv class=\"footer\"\u003e\n      \u003cspan\u003e整理 · 關刀山小檔案 — 苗栗三義 / 大湖交界 · 小百岳 #036\u003c/span\u003e\n      \u003cspan style=\"opacity:.8\"\u003e889m · 三等三角點 · 出關古道制高點\u003c/span\u003e\n    \u003c/div\u003e\n  \u003c/div\u003e\n\u003c/div\u003e","content":"位於苗栗縣三義鄉與大湖鄉交界的關刀山，海拔889公尺，是台灣小百岳第36號","createdAt":1788345523365,"embedRenders":{"f2aef869139ece254321dfbe:card":"\u003cdiv style=\"color: rgb(233, 233, 233); font-family: ui-sans-serif, -apple-system, \u0026quot;system-ui\u0026quot;, system-ui, \u0026quot;Segoe UI\u0026quot;, Roboto, \u0026quot;Inter Variable\u0026quot;, Inter, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Hiragino Sans\u0026quot;, \u0026quot;Hiragino Kaku Gothic ProN\u0026quot;, \u0026quot;Noto Sans JP\u0026quot;, \u0026quot;Yu Gothic UI\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Arial, \u0026quot;Apple Color Emoji\u0026quot;, \u0026quot;Segoe UI Emoji\u0026quot;, \u0026quot;Segoe UI Symbol\u0026quot;, sans-serif; font-size: 16px; line-height: 24px; padding: 0px; border-width: 0px; border-style: solid; border-color: rgb(233, 233, 233); border-radius: 0px; background-color: rgb(34, 34, 34); overflow: visible;\"\u003e\u003cdiv style=\"width: 700px; height: 298.594px; border-color: rgb(233, 233, 233); color: rgb(233, 233, 233);\"\u003e\u003cdiv style=\"width: 700px; height: 298.594px; max-width: 100%; border-color: rgb(233, 233, 233); color: rgb(233, 233, 233);\"\u003e\u003cdiv style=\"display: flex; flex-direction: column; width: 320px; height: 298.594px; max-width: 100%; border-color: rgb(233, 233, 233); border-radius: 12px; background-color: rgb(49, 48, 49); color: rgb(233, 233, 233); overflow: hidden; box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 8px 0px;\"\u003e\n  \u003cdiv style=\"display: flex; align-items: center; justify-content: space-between; gap: 8px; width: 320px; height: 59px; min-width: auto; max-width: 100%; min-height: auto; padding: 16px; border-color: rgb(233, 233, 233); color: rgb(233, 233, 233);\"\u003e\n    \u003cspan style=\"display: block; width: 54px; height: 27px; min-width: auto; max-width: 100%; min-height: auto; border-color: rgb(233, 233, 233); color: rgb(233, 233, 233); font-size: 18px; font-weight: 700; line-height: 27px; overflow-wrap: break-word;\"\u003e關刀山\u003c/span\u003e\n    \u003cspan style=\"display: block; flex-shrink: 0; width: 56px; height: 24px; min-width: auto; max-width: 100%; min-height: auto; padding: 3px 10px; border-color: color(srgb 0.913725 0.913725 0.913725 / 0.6); border-radius: 10px; background-color: color(srgb 0.913725 0.913725 0.913725 / 0.1); color: color(srgb 0.913725 0.913725 0.913725 / 0.6); font-size: 12px; line-height: 18px; white-space: nowrap;\"\u003e已攀登\u003c/span\u003e\n  \u003c/div\u003e\n  \u003cimg src=\"https://cdntwrunning.biji.co/600_cf70191cc96b7a2413da5359ccd0254e51dc0aa6ab8bd86d0a40e3beaa737f50.jpg\" style=\"width: 320px; height: 180px; min-width: auto; min-height: auto; border-color: rgb(233, 233, 233); color: rgb(233, 233, 233); object-fit: cover;\"\u003e\n  \u003cdiv style=\"display: flex; flex-direction: column; gap: 8px; width: 320px; height: 59.5938px; min-width: auto; max-width: 100%; min-height: auto; padding: 16px; border-color: rgb(233, 233, 233); color: rgb(233, 233, 233);\"\u003e\n    \u003cdiv style=\"display: flex; flex-wrap: wrap; align-items: center; gap: 4px; width: 288px; height: 19.5938px; min-width: auto; max-width: 100%; min-height: auto; border-color: rgb(233, 233, 233); color: rgb(233, 233, 233); font-size: 14px; line-height: 21px;\"\u003e\n      \u003cspan style=\"display: block; width: 14px; height: 14px; min-width: auto; min-height: auto; border-color: rgb(233, 233, 233); color: rgb(233, 233, 233); font-family: \u0026quot;Material Symbols Outlined\u0026quot;; font-size: 14px; line-height: 14px; white-space: nowrap; vertical-align: -1.75px;\"\u003eheight\u003c/span\u003e\n      \u003cspan style=\"display: block; width: 58.1328px; height: 19.5938px; min-width: auto; max-width: 100%; min-height: auto; border-color: rgb(233, 233, 233); color: rgb(233, 233, 233); font-size: 14px; line-height: 19.6px;\"\u003e889 公尺\u003c/span\u003e\n      \u003cspan style=\"display: block; flex-shrink: 0; width: 1px; height: 14px; min-width: auto; max-width: 100%; min-height: auto; margin-right: 6px; margin-left: 6px; border-color: rgb(233, 233, 233); background-color: color(srgb 0.913726 0.913726 0.913726 / 0.15); color: rgb(233, 233, 233); font-size: 14px; line-height: 21px;\"\u003e\u003c/span\u003e\n      \u003cspan style=\"display: block; width: 14px; height: 14px; min-width: auto; min-height: auto; border-color: rgb(233, 233, 233); color: rgb(233, 233, 233); font-family: \u0026quot;Material Symbols Outlined\u0026quot;; font-size: 14px; line-height: 14px; white-space: nowrap; vertical-align: -1.75px;\"\u003elocation_on\u003c/span\u003e\n      \u003cspan style=\"display: block; width: 42px; height: 19.5938px; min-width: auto; max-width: 100%; min-height: auto; border-color: rgb(233, 233, 233); color: rgb(233, 233, 233); font-size: 14px; line-height: 19.6px;\"\u003e苗栗縣\u003c/span\u003e\n    \u003c/div\u003e\n    \u003cdiv style=\"width: 288px; min-width: auto; max-width: 100%; border-color: color(srgb 0.913725 0.913725 0.913725 / 0.6); color: color(srgb 0.913725 0.913725 0.913725 / 0.6); font-size: 13px; line-height: 19.5px; overflow-wrap: break-word; overflow: hidden;\"\u003e\u003c/div\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e"},"id":"6a97fc2ab1218220b73a8175","imgURLs":[],"isPublic":true,"itemType":"POST","name":"位於苗栗縣三義鄉與大湖鄉交界的關刀山，海拔889公尺，是台灣小百岳第36號","parents":{"community":1788345523365},"publishedAt":1788345523365,"updatedAt":1788345525346,"updatedBy":{"userId":"6a4c7c0c01f761ae2a78b5","userName":"sdmgeek"},"version":2},"ownerName":"sdmgeek","subtree":[{"artifactHtml":"\u003cstyle\u003e\n  :root {\n    --paper:#F9F6F0; --ink:#1B2A24; --ink-2:#5E6E69; --accent:#2B7A5B; --accent-2:#B77A2E;\n    --soft:#E8EFEA; --soft-warm:#FFF4E0; --hair:#DDE3DF; --card:#FFFFFF;\n    --shadow: 0 8px 28px rgba(27,42,36,.08);\n  }\n  :root[data-theme=\"dark\"] {\n    --paper:#111815; --ink:#E8EDE9; --ink-2:#9AA8A3; --accent:#5EC69B; --accent-2:#E8A84A;\n    --soft:#1A2B25; --soft-warm:#2A2416; --hair:#26302D; --card:#1A2420;\n    --shadow: 0 8px 28px rgba(0,0,0,.35);\n  }\n  .doc {\n    background:var(--paper); color:var(--ink);\n    padding:0; font:16px/1.78 -apple-system,BlinkMacSystemFont,\"PingFang TC\",\"Noto Sans TC\",\"Microsoft JhengHei\",sans-serif;\n    -webkit-font-smoothing:antialiased;\n  }\n  header {\n    padding:32px 36px 24px;\n    border-bottom:1px solid var(--hair);\n    background:\n      radial-gradient(820px 320px at 92% 0%, rgba(43,122,91,.10), transparent 60%),\n      radial-gradient(700px 400px at 0% 0%, rgba(183,122,46,.08), transparent 65%),\n      var(--paper);\n  }\n  .eyebrow {\n    display:inline-flex; align-items:center; gap:8px;\n    font:700 11px ui-monospace,SFMono-Regular,Menlo,monospace;\n    letter-spacing:.14em; text-transform:uppercase; color:var(--accent);\n  }\n  .eyebrow i { width:22px; height:1px; background:var(--accent); display:inline-block; opacity:.6; }\n  h1 {\n    font-size:28px; line-height:1.35; letter-spacing:-.02em;\n    margin:12px 0 0; max-width:22ch; font-weight:800;\n  }\n  .lede {\n    margin:14px 0 0; color:var(--ink-2); font-size:15px; line-height:1.7; max-width:58ch;\n  }\n  .lede strong { color:var(--ink); font-weight:700; }\n  .meta-row {\n    display:flex; flex-wrap:wrap; gap:10px; margin-top:18px;\n  }\n  .meta-chip {\n    display:inline-flex; align-items:center; gap:7px;\n    font:600 12px ui-monospace,SFMono-Regular,monospace;\n    letter-spacing:.04em; color:var(--ink-2);\n    background:var(--card); border:1px solid var(--hair);\n    padding:7px 10px; border-radius:999px;\n  }\n  .meta-chip b { color:var(--accent); font-weight:800; }\n  /* stats */\n  .stats {\n    display:grid; grid-template-columns:repeat(3,1fr); gap:14px;\n    padding:22px 36px 0;\n  }\n  .stat {\n    background:var(--card); border:1px solid var(--hair); border-radius:14px;\n    padding:16px 16px 14px; box-shadow:var(--shadow);\n    position:relative; overflow:hidden;\n  }\n  .stat::after {\n    content:\"\"; position:absolute; right:-10px; top:-10px; width:64px; height:64px;\n    border-radius:50%; background:var(--soft); opacity:.9;\n  }\n  .stat .k { font:700 11px ui-monospace,SFMono-Regular,monospace; letter-spacing:.1em; color:var(--accent); position:relative; z-index:1; }\n  .stat .v { font-size:26px; font-weight:800; letter-spacing:-.03em; margin-top:6px; line-height:1; position:relative; z-index:1; }\n  .stat .v small { font-size:13px; font-weight:600; color:var(--ink-2); letter-spacing:0; }\n  .stat .n { font-size:12.5px; color:var(--ink-2); margin-top:6px; line-height:1.5; position:relative; z-index:1; }\n  /* layout */\n  .body { padding:22px 36px 36px; }\n  .grid {\n    display:grid; grid-template-columns:1.35fr .85fr; gap:18px; align-items:start;\n  }\n  .panel {\n    background:var(--card); border:1px solid var(--hair); border-radius:14px;\n    padding:20px 20px 18px; box-shadow:var(--shadow);\n  }\n  .panel h2 {\n    font-size:15px; font-weight:800; letter-spacing:-.01em; margin:0 0 10px;\n    display:flex; align-items:center; gap:9px;\n  }\n  .panel h2 .dot { width:8px; height:8px; border-radius:50%; background:var(--accent); display:inline-block; }\n  .panel h2 .dot.warm { background:var(--accent-2); }\n  .panel p { margin:0; color:var(--ink-2); font-size:14.5px; line-height:1.82; }\n  .panel p + p { margin-top:10px; }\n  .list {\n    list-style:none; padding:0; margin:12px 0 0;\n  }\n  .list li {\n    display:flex; gap:10px; padding:10px 0; border-bottom:1px dashed var(--hair);\n    font-size:14px; line-height:1.6; color:var(--ink-2);\n  }\n  .list li:last-child { border-bottom:none; }\n  .list li b { color:var(--ink); font-weight:700; flex:none; }\n  .ico {\n    flex:none; width:28px; height:28px; border-radius:8px;\n    display:grid; place-items:center; background:var(--soft); color:var(--accent);\n    margin-top:1px;\n  }\n  .ico.warm { background:var(--soft-warm); color:var(--accent-2); }\n  .callout {\n    display:flex; gap:13px; padding:14px 16px; background:var(--soft);\n    border:1px solid var(--hair); border-radius:12px; margin:18px 0;\n  }\n  .callout .tag {\n    flex:none; font:800 11px ui-monospace,SFMono-Regular,monospace;\n    letter-spacing:.08em; color:var(--accent); background:var(--card);\n    border:1px solid var(--hair); padding:5px 8px; border-radius:999px; height:fit-content;\n  }\n  .callout div { font-size:13.5px; line-height:1.7; color:var(--ink-2); }\n  .callout div strong { color:var(--ink); }\n  /* embed */\n  .embed-wrap {\n    margin:18px 0; background:var(--card); border:1px solid var(--hair);\n    border-radius:14px; padding:14px; box-shadow:var(--shadow);\n  }\n  .embed-head {\n    display:flex; align-items:center; justify-content:space-between; gap:12px;\n    margin-bottom:12px; padding:0 2px;\n  }\n  .embed-head .ttl { font:800 12px ui-monospace,SFMono-Regular,monospace; letter-spacing:.1em; color:var(--ink-2); }\n  .embed-head .sub { font-size:12px; color:var(--ink-2); }\n  item-embed { display:block; }\n  /* ridge illustration */\n  .ridge {\n    margin:18px 0; border-radius:14px; overflow:hidden;\n    border:1px solid var(--hair); background:var(--card); box-shadow:var(--shadow);\n  }\n  .ridge .art {\n    height:148px; background:\n      linear-gradient(180deg, rgba(27,42,36,.02), rgba(27,42,36,.06)),\n      radial-gradient(600px 180px at 50% 100%, rgba(43,122,91,.18), transparent 70%),\n      linear-gradient(180deg, #EAF2EC 0%, #F9F6F0 100%);\n    position:relative; display:grid; place-items:center;\n  }\n  :root[data-theme=\"dark\"] .ridge .art {\n    background:\n      linear-gradient(180deg, rgba(255,255,255,.04), rgba(0,0,0,.2)),\n      radial-gradient(600px 180px at 50% 100%, rgba(94,198,155,.18), transparent 70%),\n      linear-gradient(180deg, #1A2B25 0%, #111815 100%);\n  }\n  .ridge .art svg { width:92%; max-width:560px; height:92px; }\n  .ridge .cap {\n    display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap;\n    padding:12px 16px; font:600 12px ui-monospace,SFMono-Regular,monospace; color:var(--ink-2);\n    border-top:1px solid var(--hair); background:var(--card);\n  }\n  /* table */\n  .table-wrap { overflow-x:auto; margin-top:12px; border:1px solid var(--hair); border-radius:12px; background:var(--card); }\n  table { border-collapse:collapse; width:100%; font-size:13.5px; min-width:480px; }\n  th,td { text-align:left; padding:10px 14px; border-bottom:1px solid var(--hair); }\n  th { font:700 11px ui-monospace,SFMono-Regular,monospace; letter-spacing:.06em; color:var(--ink-2); background:var(--soft); white-space:nowrap; }\n  td { color:var(--ink-2); }\n  td b { color:var(--ink); }\n  tr:last-child td { border-bottom:none; }\n  .tag-pill {\n    display:inline-block; font:700 11px ui-monospace,SFMono-Regular,monospace;\n    letter-spacing:.04em; padding:3px 8px; border-radius:999px;\n    border:1px solid var(--hair); background:var(--soft); color:var(--accent);\n  }\n  .tag-pill.warm { background:var(--soft-warm); color:var(--accent-2); }\n  .footer {\n    margin-top:18px; padding-top:16px; border-top:1px solid var(--hair);\n    display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap;\n    font:500 12px ui-monospace,SFMono-Regular,monospace; color:var(--ink-2);\n  }\n  @media (max-width:760px) {\n    header { padding:24px 20px 20px; }\n    h1 { font-size:22px; max-width:none; }\n    .stats { grid-template-columns:1fr; padding:18px 20px 0; }\n    .body { padding:18px 20px 26px; }\n    .grid { grid-template-columns:1fr; }\n    .ridge .art { height:128px; }\n  }\n\u003c/style\u003e\n\u003cdiv class=\"doc\"\u003e\n  \u003cheader\u003e\n    \u003cdiv class=\"eyebrow\"\u003e\u003ci\u003e\u003c/i\u003e TAIWAN XIAOBAIYUE · 苗栗 · 三義 / 大湖\u003c/div\u003e\n    \u003ch1\u003e位於苗栗縣三義鄉與大湖鄉交界的關刀山，海拔889公尺，是台灣小百岳第36號\u003c/h1\u003e\n    \u003cp class=\"lede\"\u003e關刀山為\u003cstrong\u003e加里山山脈的支稜\u003c/strong\u003e，山形狹長如關刀而得名。雖不到 900 公尺，卻是苗栗少數能同時眺望大湖草莓園、三義丘陵與雪山山脈的展望點，\u003cstrong\u003e半日可來回\u003c/strong\u003e，是中部最親民的小百岳之一。\u003c/p\u003e\n    \u003cdiv class=\"meta-row\"\u003e\n      \u003cspan class=\"meta-chip\"\u003e\n        \u003csvg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M12 21s7-5.2 7-11a7 7 0 1 0-14 0c0 5.8 7 11 7 11Z\"/\u003e\u003ccircle cx=\"12\" cy=\"10\" r=\"2.5\"/\u003e\u003c/svg\u003e\n        三義鄉 × 大湖鄉 交界\n      \u003c/span\u003e\n      \u003cspan class=\"meta-chip\"\u003e\u003cb\u003e#036\u003c/b\u003e 小百岳\u003c/span\u003e\n      \u003cspan class=\"meta-chip\"\u003e海拔 889m · 三等三角點 No.125\u003c/span\u003e\n      \u003cspan class=\"meta-chip\"\u003e難度 ★★☆☆☆ · 親子健行\u003c/span\u003e\n    \u003c/div\u003e\n  \u003c/header\u003e\n\n  \u003csection data-cube=\"stats\" class=\"stats\"\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"k\"\u003eELEVATION\u003c/div\u003e\n      \u003cdiv class=\"v\"\u003e889 \u003csmall\u003e公尺\u003c/small\u003e\u003c/div\u003e\n      \u003cdiv class=\"n\"\u003e加里山山脈支稜，稜線狹長、兩側陡峭\u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"k\"\u003e小百岳編號\u003c/div\u003e\n      \u003cdiv class=\"v\"\u003eNo.036\u003c/div\u003e\n      \u003cdiv class=\"n\"\u003e台灣小百岳第 36 號\u003cbr\u003e苗栗縣熱門入門百岳\u003c/div\u003e\n    \u003c/div\u003e\n    \u003cdiv class=\"stat\"\u003e\n      \u003cdiv class=\"k\"\u003e所在地\u003c/div\u003e\n      \u003cdiv class=\"v\" style=\"font-size:19px; margin-top:10px;\"\u003e三義 / 大湖\u003c/div\u003e\n      \u003cdiv class=\"n\"\u003e苗栗縣三義鄉與大湖鄉交界\u003cbr\u003e出關古道西段制高點\u003c/div\u003e\n    \u003c/div\u003e\n  \u003c/section\u003e\n\n  \u003cdiv class=\"body\"\u003e\n    \u003cdiv class=\"embed-wrap\"\u003e\n      \u003cdiv class=\"embed-head\"\u003e\n        \u003cspan class=\"ttl\"\u003e山岳卡片 · CARD\u003c/span\u003e\n        \u003cspan class=\"sub\"\u003e資料卡依模板渲染 · 含圖片、座標與攀登狀態\u003c/span\u003e\n      \u003c/div\u003e\n      \u003citem-embed item-id=\"f2aef869139ece254321dfbe\" view=\"card\"\u003e\u003c/item-embed\u003e\n    \u003c/div\u003e\n\n    \u003cdiv class=\"ridge\" aria-hidden=\"true\"\u003e\n      \u003cdiv class=\"art\"\u003e\n        \u003csvg viewBox=\"0 0 560 92\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"\u003e\n          \u003cpath d=\"M14 78 L118 18 L168 42 L238 12 L298 34 L368 8 L422 38 L498 22 L546 78 Z\" fill=\"none\" stroke=\"currentColor\" stroke-opacity=\".18\" stroke-width=\"1.4\" stroke-linejoin=\"round\"/\u003e\n          \u003cpath d=\"M14 78 L118 18 L168 42 L238 12 L298 34 L368 8 L422 38 L498 22 L546 78 Z\" fill=\"url(#g1)\" fill-opacity=\".95\"/\u003e\n          \u003cpath d=\"M118 18 L138 52 L168 42\" fill=\"white\" fill-opacity=\".55\"/\u003e\n          \u003cpath d=\"M368 8 L388 32 L422 38\" fill=\"white\" fill-opacity=\".45\"/\u003e\n          \u003ccircle cx=\"238\" cy=\"12\" r=\"3.5\" fill=\"#2B7A5B\" stroke=\"white\" stroke-width=\"1.5\"/\u003e\n          \u003cg font-family=\"ui-monospace,SFMono-Regular,Menlo,monospace\" font-size=\"7.5\" font-weight=\"700\" letter-spacing=\"0.6\" fill=\"#1B2A24\" opacity=\".7\"\u003e\n            \u003ctext x=\"224\" y=\"82\" text-anchor=\"middle\"\u003e出關古道\u003c/text\u003e\n            \u003ctext x=\"368\" y=\"82\" text-anchor=\"middle\"\u003e關刀山 889m\u003c/text\u003e\n          \u003c/g\u003e\n          \u003cdefs\u003e\u003clinearGradient id=\"g1\" x1=\"14\" y1=\"8\" x2=\"546\" y2=\"78\" gradientUnits=\"userSpaceOnUse\"\u003e\u003cstop stop-color=\"#2B7A5B\"/\u003e\u003cstop offset=\"1\" stop-color=\"#B77A2E\"/\u003e\u003c/linearGradient\u003e\u003c/defs\u003e\n        \u003c/svg\u003e\n      \u003c/div\u003e\n      \u003cdiv class=\"cap\"\u003e\n        \u003cspan\u003e稜線如刀背 · 東望雪山山脈 · 西瞰三義丘陵\u003c/span\u003e\n        \u003cspan style=\"color:var(--accent)\"\u003e▲ 三等三角點 · 視野 270°\u003c/span\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n\n    \u003cdiv class=\"grid\"\u003e\n      \u003cdiv class=\"panel\"\u003e\n        \u003ch2\u003e\u003cspan class=\"dot\"\u003e\u003c/span\u003e 為什麼叫「關刀山」？\u003c/h2\u003e\n        \u003cp\u003e關刀山主稜南北縱走，山脊細長而兩側陡落，從西側三義方向望去，山形宛如關公所持的青龍偃月刀刀背，因而得名。日治時期即為隘勇線要地，現今的登山口仍可見「出關古道」石碑與舊隘寮遺跡。\u003c/p\u003e\n        \u003cp\u003e山頂設有三等三角點 125 號，腹地不大但展望極佳：天氣晴朗時北可見加里山、哈堪尼山，東可眺雪山、大霸尖山，南望馬拉邦山與大湖溪谷。\u003c/p\u003e\n        \u003cdiv class=\"callout\"\u003e\n          \u003cspan class=\"tag\"\u003e小知識\u003c/span\u003e\n          \u003cdiv\u003e\u003cstrong\u003e小百岳 No.036\u003c/strong\u003e 是苗栗縣 6 座小百岳之一（與火炎山、馬那邦山、加里山等並列），海拔雖不高，卻是檢驗「連續陡升」體能的入門考場。\u003c/div\u003e\n        \u003c/div\u003e\n      \u003c/div\u003e\n\n      \u003cdiv class=\"panel\"\u003e\n        \u003ch2\u003e\u003cspan class=\"dot warm\"\u003e\u003c/span\u003e 登山檔案\u003c/h2\u003e\n        \u003cul class=\"list\"\u003e\n          \u003cli\u003e\n            \u003cspan class=\"ico\"\u003e\u003csvg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"7\"/\u003e\u003cpath d=\"M12 8v4l3 2\"/\u003e\u003c/svg\u003e\u003c/span\u003e\n            \u003cspan\u003e\u003cb\u003e步行時間\u003c/b\u003e　單程約 1.5–2 小時，原路來回 3–4 小時（含休憩）\u003c/span\u003e\n          \u003c/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"ico warm\"\u003e\u003csvg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M3 17L12 5l9 12H3Z\"/\u003e\u003cpath d=\"M12 5v12\"/\u003e\u003c/svg\u003e\u003c/span\u003e\n            \u003cspan\u003e\u003cb\u003e爬升 / 距離\u003c/b\u003e　爬升約 450m · 來回約 5.2 公里\u003c/span\u003e\n          \u003c/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"ico\"\u003e\u003csvg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M12 21s7-5.2 7-11a7 7 0 1 0-14 0c0 5.8 7 11 7 11Z\"/\u003e\u003c/svg\u003e\u003c/span\u003e\n            \u003cspan\u003e\u003cb\u003e登山口\u003c/b\u003e　大湖端：出關古道聖衡宮 / 三義端：關刀山登山口（苗130線）\u003c/span\u003e\n          \u003c/li\u003e\n          \u003cli\u003e\n            \u003cspan class=\"ico warm\"\u003e\u003csvg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.8\"\u003e\u003cpath d=\"M8 12h8\"/\u003e\u003cpath d=\"M12 8v8\"/\u003e\u003c/svg\u003e\u003c/span\u003e\n            \u003cspan\u003e\u003cb\u003e路況\u003c/b\u003e　前段產業道路＋中段杉林陡坡＋稜線拉繩，雨後泥濘需防滑\u003c/span\u003e\n          \u003c/li\u003e\n        \u003c/ul\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n\n    \u003cdiv class=\"panel\" style=\"margin-top:18px;\"\u003e\n      \u003ch2\u003e\u003cspan class=\"dot\"\u003e\u003c/span\u003e 兩條經典路線怎麼選\u003c/h2\u003e\n      \u003cdiv class=\"table-wrap\"\u003e\n        \u003ctable\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\u003cth\u003e路線\u003c/th\u003e\u003cth\u003e起點\u003c/th\u003e\u003cth\u003e特色\u003c/th\u003e\u003cth\u003e適合對象\u003c/th\u003e\u003c/tr\u003e\n          \u003c/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cb\u003e出關古道線\u003c/b\u003e \u003cspan class=\"tag-pill\"\u003e熱門\u003c/span\u003e\u003c/td\u003e\n              \u003ctd\u003e大湖 聖衡宮 → 關刀山\u003c/td\u003e\n              \u003ctd\u003e古道氛圍、林相優美、緩陡交錯\u003c/td\u003e\n              \u003ctd\u003e首次造訪、親子同行\u003c/td\u003e\n            \u003c/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cb\u003e三義北線\u003c/b\u003e\u003c/td\u003e\n              \u003ctd\u003e苗130線 登山口 → 關刀山\u003c/td\u003e\n              \u003ctd\u003e距離短但全程陡上、稜線展望早\u003c/td\u003e\n              \u003ctd\u003e想練腳力、時間有限\u003c/td\u003e\n            \u003c/tr\u003e\n            \u003ctr\u003e\n              \u003ctd\u003e\u003cb\u003e縱走線\u003c/b\u003e \u003cspan class=\"tag-pill warm\"\u003e進階\u003c/span\u003e\u003c/td\u003e\n              \u003ctd\u003e三義進、大湖出（需接駁）\u003c/td\u003e\n              \u003ctd\u003e完整走完關刀山稜線、一次收兩端風景\u003c/td\u003e\n              \u003ctd\u003e有接駁安排的健腳\u003c/td\u003e\n            \u003c/tr\u003e\n          \u003c/tbody\u003e\n        \u003c/table\u003e\n      \u003c/div\u003e\n      \u003cp style=\"margin-top:12px; font-size:13px; color:var(--ink-2);\"\u003e提醒：山頂無水源、無遮蔭，夏季務必 08:00 前起登；冬季東北季風強，稜線風大注意保暖與防風。\u003c/p\u003e\n    \u003c/div\u003e\n\n    \u003cdiv class=\"grid\" style=\"margin-top:18px;\"\u003e\n      \u003cdiv class=\"panel\"\u003e\n        \u003ch2\u003e\u003cspan class=\"dot warm\"\u003e\u003c/span\u003e 季節看點\u003c/h2\u003e\n        \u003cp\u003e3–4 月杜鵑與山櫻零星點綴杉林；10–12 月芒草覆蓋稜線，日落時分整條山脊染成金色，是攝影最佳季節。大湖草莓季（12–4 月）可順遊採果，形成「上午登關刀、下午採草莓」的苗栗經典一日遊。\u003c/p\u003e\n      \u003c/div\u003e\n      \u003cdiv class=\"panel\"\u003e\n        \u003ch2\u003e\u003cspan class=\"dot\"\u003e\u003c/span\u003e 行前檢查\u003c/h2\u003e\n        \u003cp\u003e✓ 離線地圖（出關古道岔路多）　✓ 1.5L 水＋鹽糖　✓ 雨鞋或中筒登山鞋　✓ 頭燈（午後易起霧）　✓ 下山後可至勝興車站、三義木雕街補給。\u003c/p\u003e\n        \u003cp style=\"font-size:12.5px; color:var(--ink-2); margin-top:8px; padding-top:10px; border-top:1px dashed var(--hair);\"\u003e座標參考：約 24.38°N, 120.77°E（關刀山主峰一帶）· 海拔 889m · 小百岳編號 036\u003c/p\u003e\n      \u003c/div\u003e\n    \u003c/div\u003e\n\n    \u003cdiv class=\"footer\"\u003e\n      \u003cspan\u003e整理 · 關刀山小檔案 — 苗栗三義 / 大湖交界 · 小百岳 #036\u003c/span\u003e\n      \u003cspan style=\"opacity:.8\"\u003e889m · 三等三角點 · 出關古道制高點\u003c/span\u003e\n    \u003c/div\u003e\n  \u003c/div\u003e\n\u003c/div\u003e","content":"位於苗栗縣三義鄉與大湖鄉交界的關刀山，海拔889公尺，是台灣小百岳第36號","createdAt":1788345523365,"embedRenders":{"f2aef869139ece254321dfbe:card":"\u003cdiv style=\"color: rgb(233, 233, 233); font-family: ui-sans-serif, -apple-system, \u0026quot;system-ui\u0026quot;, system-ui, \u0026quot;Segoe UI\u0026quot;, Roboto, \u0026quot;Inter Variable\u0026quot;, Inter, \u0026quot;PingFang TC\u0026quot;, \u0026quot;Microsoft JhengHei\u0026quot;, \u0026quot;Noto Sans TC\u0026quot;, \u0026quot;Hiragino Sans\u0026quot;, \u0026quot;Hiragino Kaku Gothic ProN\u0026quot;, \u0026quot;Noto Sans JP\u0026quot;, \u0026quot;Yu Gothic UI\u0026quot;, \u0026quot;Helvetica Neue\u0026quot;, Arial, \u0026quot;Apple Color Emoji\u0026quot;, \u0026quot;Segoe UI Emoji\u0026quot;, \u0026quot;Segoe UI Symbol\u0026quot;, sans-serif; font-size: 16px; line-height: 24px; padding: 0px; border-width: 0px; border-style: solid; border-color: rgb(233, 233, 233); border-radius: 0px; background-color: rgb(34, 34, 34); overflow: visible;\"\u003e\u003cdiv style=\"width: 700px; height: 298.594px; border-color: rgb(233, 233, 233); color: rgb(233, 233, 233);\"\u003e\u003cdiv style=\"width: 700px; height: 298.594px; max-width: 100%; border-color: rgb(233, 233, 233); color: rgb(233, 233, 233);\"\u003e\u003cdiv style=\"display: flex; flex-direction: column; width: 320px; height: 298.594px; max-width: 100%; border-color: rgb(233, 233, 233); border-radius: 12px; background-color: rgb(49, 48, 49); color: rgb(233, 233, 233); overflow: hidden; box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 8px 0px;\"\u003e\n  \u003cdiv style=\"display: flex; align-items: center; justify-content: space-between; gap: 8px; width: 320px; height: 59px; min-width: auto; max-width: 100%; min-height: auto; padding: 16px; border-color: rgb(233, 233, 233); color: rgb(233, 233, 233);\"\u003e\n    \u003cspan style=\"display: block; width: 54px; height: 27px; min-width: auto; max-width: 100%; min-height: auto; border-color: rgb(233, 233, 233); color: rgb(233, 233, 233); font-size: 18px; font-weight: 700; line-height: 27px; overflow-wrap: break-word;\"\u003e關刀山\u003c/span\u003e\n    \u003cspan style=\"display: block; flex-shrink: 0; width: 56px; height: 24px; min-width: auto; max-width: 100%; min-height: auto; padding: 3px 10px; border-color: color(srgb 0.913725 0.913725 0.913725 / 0.6); border-radius: 10px; background-color: color(srgb 0.913725 0.913725 0.913725 / 0.1); color: color(srgb 0.913725 0.913725 0.913725 / 0.6); font-size: 12px; line-height: 18px; white-space: nowrap;\"\u003e已攀登\u003c/span\u003e\n  \u003c/div\u003e\n  \u003cimg src=\"https://cdntwrunning.biji.co/600_cf70191cc96b7a2413da5359ccd0254e51dc0aa6ab8bd86d0a40e3beaa737f50.jpg\" style=\"width: 320px; height: 180px; min-width: auto; min-height: auto; border-color: rgb(233, 233, 233); color: rgb(233, 233, 233); object-fit: cover;\"\u003e\n  \u003cdiv style=\"display: flex; flex-direction: column; gap: 8px; width: 320px; height: 59.5938px; min-width: auto; max-width: 100%; min-height: auto; padding: 16px; border-color: rgb(233, 233, 233); color: rgb(233, 233, 233);\"\u003e\n    \u003cdiv style=\"display: flex; flex-wrap: wrap; align-items: center; gap: 4px; width: 288px; height: 19.5938px; min-width: auto; max-width: 100%; min-height: auto; border-color: rgb(233, 233, 233); color: rgb(233, 233, 233); font-size: 14px; line-height: 21px;\"\u003e\n      \u003cspan style=\"display: block; width: 14px; height: 14px; min-width: auto; min-height: auto; border-color: rgb(233, 233, 233); color: rgb(233, 233, 233); font-family: \u0026quot;Material Symbols Outlined\u0026quot;; font-size: 14px; line-height: 14px; white-space: nowrap; vertical-align: -1.75px;\"\u003eheight\u003c/span\u003e\n      \u003cspan style=\"display: block; width: 58.1328px; height: 19.5938px; min-width: auto; max-width: 100%; min-height: auto; border-color: rgb(233, 233, 233); color: rgb(233, 233, 233); font-size: 14px; line-height: 19.6px;\"\u003e889 公尺\u003c/span\u003e\n      \u003cspan style=\"display: block; flex-shrink: 0; width: 1px; height: 14px; min-width: auto; max-width: 100%; min-height: auto; margin-right: 6px; margin-left: 6px; border-color: rgb(233, 233, 233); background-color: color(srgb 0.913726 0.913726 0.913726 / 0.15); color: rgb(233, 233, 233); font-size: 14px; line-height: 21px;\"\u003e\u003c/span\u003e\n      \u003cspan style=\"display: block; width: 14px; height: 14px; min-width: auto; min-height: auto; border-color: rgb(233, 233, 233); color: rgb(233, 233, 233); font-family: \u0026quot;Material Symbols Outlined\u0026quot;; font-size: 14px; line-height: 14px; white-space: nowrap; vertical-align: -1.75px;\"\u003elocation_on\u003c/span\u003e\n      \u003cspan style=\"display: block; width: 42px; height: 19.5938px; min-width: auto; max-width: 100%; min-height: auto; border-color: rgb(233, 233, 233); color: rgb(233, 233, 233); font-size: 14px; line-height: 19.6px;\"\u003e苗栗縣\u003c/span\u003e\n    \u003c/div\u003e\n    \u003cdiv style=\"width: 288px; min-width: auto; max-width: 100%; border-color: color(srgb 0.913725 0.913725 0.913725 / 0.6); color: color(srgb 0.913725 0.913725 0.913725 / 0.6); font-size: 13px; line-height: 19.5px; overflow-wrap: break-word; overflow: hidden;\"\u003e\u003c/div\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e\u003c/div\u003e"},"id":"6a97fc2ab1218220b73a8175","imgURLs":[],"isPublic":true,"itemType":"POST","name":"位於苗栗縣三義鄉與大湖鄉交界的關刀山，海拔889公尺，是台灣小百岳第36號","parents":{"community":1788345523365},"publishedAt":1788345523365,"updatedAt":1788345525346,"updatedBy":{"userId":"6a4c7c0c01f761ae2a78b5","userName":"sdmgeek"},"version":2}]}