{"id":126,"date":"2023-11-08T15:49:14","date_gmt":"2023-11-08T07:49:14","guid":{"rendered":"http:\/\/web.csh.org.tw\/web\/HRPC\/?p=126"},"modified":"2026-06-05T10:04:18","modified_gmt":"2026-06-05T02:04:18","slug":"%e7%95%b6%e6%88%91%e5%8f%83%e8%88%87%e7%a0%94%e7%a9%b6%e6%a1%88%e6%99%82%e9%9c%80%e7%9e%ad%e8%a7%a3%e5%93%aa%e5%af%ab%e8%b3%87%e8%a8%8a","status":"publish","type":"post","link":"https:\/\/web.csh.org.tw\/web\/HRPC\/?p=126","title":{"rendered":"\u7576\u6211\u53c3\u8207\u7814\u7a76\u6848\u6642\u9700\u77ad\u89e3\u54ea\u4e9b\u8cc7\u8a0a?"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"zh-Hant\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>\u7576\u6211\u53c3\u8207\u7814\u7a76\u6848\u6642\u9700\u77ad\u89e3\u54ea\u4e9b\u8cc7\u8a0a\uff1f \u2014 \u53d7\u8a66\u8005\u4fdd\u8b77\u4e2d\u5fc3<\/title>\n  <link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans+TC:wght@400;500;700&#038;display=swap\" \/>\n  <style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --blue-50:  #E6F1FB;\n      --blue-100: #B5D4F4;\n      --blue-200: #85B7EB;\n      --blue-400: #378ADD;\n      --blue-600: #185FA5;\n      --blue-800: #0C447C;\n      --blue-900: #042C53;\n      --amber-50:  #FAEEDA;\n      --amber-100: #FAC775;\n      --amber-600: #854F0B;\n      --gray-50:  #F1EFE8;\n      --gray-100: #D3D1C7;\n      --gray-400: #888780;\n      --gray-600: #5F5E5A;\n      --gray-800: #444441;\n\n      --color-bg:         #ffffff;\n      --color-bg-soft:    #F7F7F5;\n      --color-bg-blue:    #E6F1FB;\n      --color-bg-amber:   #FAEEDA;\n      --color-text-main:  #1A1A18;\n      --color-text-muted: #5F5E5A;\n      --color-text-hint:  #888780;\n      --color-text-blue:  #0C447C;\n      --color-text-amber: #633806;\n      --color-border:     rgba(0,0,0,0.10);\n      --color-border-em:  rgba(0,0,0,0.20);\n      --radius-md: 8px;\n      --radius-lg: 12px;\n    }\n\n    @media (prefers-color-scheme: dark) {\n      :root {\n        --color-bg:         #1C1C1A;\n        --color-bg-soft:    #252523;\n        --color-bg-blue:    #042C53;\n        --color-bg-amber:   #412402;\n        --color-text-main:  #F1EFE8;\n        --color-text-muted: #B4B2A9;\n        --color-text-hint:  #888780;\n        --color-text-blue:  #85B7EB;\n        --color-text-amber: #FAC775;\n        --color-border:     rgba(255,255,255,0.10);\n        --color-border-em:  rgba(255,255,255,0.20);\n      }\n    }\n\n    body {\n      font-family: 'Noto Sans TC', sans-serif;\n      font-size: 16px;\n      line-height: 1.7;\n      background: var(--color-bg-soft);\n      color: var(--color-text-main);\n      min-height: 100vh;\n    }\n\n    \/* \u2500\u2500 Main layout \u2500\u2500 *\/\n    .container {\n      max-width: 860px;\n      margin: 0 auto;\n      padding: 2rem 1.5rem 4rem;\n    }\n\n    \/* \u2500\u2500 Breadcrumb \u2500\u2500 *\/\n    .breadcrumb {\n      font-size: 12px;\n      color: var(--color-text-hint);\n      margin-bottom: 1.25rem;\n      display: flex;\n      align-items: center;\n      gap: 6px;\n    }\n    .breadcrumb a { color: var(--color-text-hint); text-decoration: none; }\n    .breadcrumb a:hover { color: var(--blue-400); }\n    .breadcrumb-sep { opacity: 0.5; }\n\n    \/* \u2500\u2500 Hero \u2500\u2500 *\/\n    .hero {\n      background: linear-gradient(135deg, #0C447C 0%, #185FA5 55%, #378ADD 100%);\n      border-radius: var(--radius-lg);\n      padding: 2.5rem 2rem 2.25rem;\n      margin-bottom: 2rem;\n      position: relative;\n      overflow: hidden;\n    }\n    .hero::before {\n      content: '';\n      position: absolute;\n      right: -50px; top: -50px;\n      width: 220px; height: 220px;\n      border-radius: 50%;\n      background: rgba(255,255,255,0.06);\n      pointer-events: none;\n    }\n    .hero::after {\n      content: '';\n      position: absolute;\n      right: 70px; bottom: -70px;\n      width: 150px; height: 150px;\n      border-radius: 50%;\n      background: rgba(255,255,255,0.04);\n      pointer-events: none;\n    }\n    .hero-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n      background: rgba(255,255,255,0.15);\n      color: #B5D4F4;\n      font-size: 12px;\n      padding: 4px 14px;\n      border-radius: 20px;\n      margin-bottom: 1rem;\n      border: 0.5px solid rgba(255,255,255,0.2);\n    }\n    .hero h1 {\n      font-size: 24px;\n      font-weight: 700;\n      color: #fff;\n      line-height: 1.45;\n      margin-bottom: 0.75rem;\n      max-width: 500px;\n    }\n    .hero p {\n      font-size: 14px;\n      color: #85B7EB;\n      line-height: 1.75;\n      max-width: 530px;\n    }\n\n    \/* \u2500\u2500 Section label \u2500\u2500 *\/\n    .section-label {\n      font-size: 11px;\n      font-weight: 500;\n      letter-spacing: 0.08em;\n      text-transform: uppercase;\n      color: var(--color-text-hint);\n      margin-bottom: 0.75rem;\n    }\n\n    \/* \u2500\u2500 Resource cards \u2500\u2500 *\/\n    .resources-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n      gap: 12px;\n      margin-bottom: 2rem;\n    }\n    .resource-card {\n      background: var(--color-bg);\n      border: 0.5px solid var(--color-border);\n      border-radius: var(--radius-lg);\n      padding: 1.1rem 1.25rem;\n      text-decoration: none;\n      display: flex;\n      align-items: flex-start;\n      gap: 12px;\n      transition: border-color 0.15s, background 0.15s;\n    }\n    .resource-card:hover {\n      border-color: #378ADD;\n      background: var(--color-bg-blue);\n    }\n    .resource-card.disabled {\n      opacity: 0.55;\n      cursor: default;\n      pointer-events: none;\n    }\n    .resource-icon {\n      width: 40px; height: 40px;\n      border-radius: var(--radius-md);\n      background: var(--color-bg-blue);\n      display: flex; align-items: center; justify-content: center;\n      flex-shrink: 0;\n      color: var(--blue-600);\n    }\n    .resource-icon svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }\n    .resource-card:hover .resource-icon {\n      background: rgba(255,255,255,0.65);\n    }\n    .resource-title {\n      font-size: 14px;\n      font-weight: 500;\n      color: var(--color-text-main);\n      line-height: 1.4;\n      margin-bottom: 4px;\n    }\n    .resource-desc {\n      font-size: 12px;\n      color: var(--color-text-muted);\n      line-height: 1.5;\n    }\n\n    \/* \u2500\u2500 Highlight box \u2500\u2500 *\/\n    .highlight-box {\n      background: var(--color-bg);\n      border: 0.5px solid var(--color-border);\n      border-left: 3px solid #378ADD;\n      border-radius: 0 var(--radius-md) var(--radius-md) 0;\n      padding: 1rem 1.25rem;\n      display: flex;\n      align-items: center;\n      gap: 12px;\n      margin-bottom: 1rem;\n    }\n    .highlight-box-icon {\n      flex-shrink: 0;\n      color: #378ADD;\n    }\n    .highlight-box-icon svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }\n    .highlight-box p {\n      font-size: 13px;\n      color: var(--color-text-muted);\n      line-height: 1.65;\n    }\n    .highlight-box a {\n      color: var(--blue-600);\n      text-decoration: none;\n      font-weight: 500;\n    }\n    .highlight-box a:hover { text-decoration: underline; }\n\n    \/* \u2500\u2500 Event pill \u2500\u2500 *\/\n    .event-pill {\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n      background: var(--color-bg-amber);\n      color: var(--color-text-amber);\n      font-size: 12px;\n      font-weight: 500;\n      padding: 5px 14px;\n      border-radius: 20px;\n      border: 0.5px solid rgba(0,0,0,0.12);\n      text-decoration: none;\n      margin-bottom: 2rem;\n      transition: opacity 0.15s;\n    }\n    .event-pill:hover { opacity: 0.8; }\n    .event-pill svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }\n\n    \/* \u2500\u2500 Info row \u2500\u2500 *\/\n    .info-row {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 12px;\n      margin-bottom: 1.5rem;\n    }\n    .info-card {\n      background: var(--color-bg-soft);\n      border-radius: var(--radius-lg);\n      padding: 1rem 1.25rem;\n      border: 0.5px solid var(--color-border);\n    }\n    .info-card-title {\n      font-size: 12px;\n      font-weight: 500;\n      color: var(--color-text-hint);\n      margin-bottom: 0.4rem;\n      display: flex;\n      align-items: center;\n      gap: 5px;\n    }\n    .info-card-title svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }\n    .info-card-content {\n      font-size: 14px;\n      color: var(--color-text-main);\n    }\n    .info-card-content a {\n      color: var(--blue-600);\n      text-decoration: none;\n    }\n    .info-card-content a:hover { text-decoration: underline; }\n\n    \/* \u2500\u2500 Contact bar \u2500\u2500 *\/\n    .contact-bar {\n      display: flex;\n      align-items: center;\n      gap: 1.5rem 2rem;\n      background: var(--color-bg-soft);\n      border: 0.5px solid var(--color-border);\n      border-radius: var(--radius-lg);\n      padding: 1rem 1.5rem;\n      flex-wrap: wrap;\n    }\n    .contact-item {\n      display: flex;\n      align-items: center;\n      gap: 7px;\n      font-size: 13px;\n      color: var(--color-text-muted);\n    }\n    .contact-item svg { width: 15px; height: 15px; stroke: var(--color-text-hint); fill: none; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }\n    .contact-item a {\n      color: var(--color-text-main);\n      text-decoration: none;\n      font-weight: 500;\n    }\n    .contact-item a:hover { color: var(--blue-600); }\n\n    \/* \u2500\u2500 Footer \u2500\u2500 *\/\n    .footer {\n      margin-top: 3rem;\n      padding-top: 1.5rem;\n      border-top: 0.5px solid var(--color-border);\n      font-size: 12px;\n      color: var(--color-text-hint);\n      text-align: center;\n      line-height: 1.8;\n    }\n    .footer a { color: var(--color-text-hint); text-decoration: none; }\n    .footer a:hover { color: var(--blue-400); }\n\n    \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n    @media (max-width: 560px) {\n      .hero h1 { font-size: 20px; }\n      .info-row { grid-template-columns: 1fr; }\n      .resources-grid { grid-template-columns: 1fr; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n  <main class=\"container\">\n\n    <!-- Hero -->\n    <div class=\"hero\">\n      <div class=\"hero-badge\">\n        <!-- user-check icon -->\n        <svg width=\"13\" height=\"13\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" aria-hidden=\"true\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><polyline points=\"16 11 18 13 22 9\"\/><\/svg>\n        \u7814\u7a76\u5c0d\u8c61\uff08\u53d7\u8a66\u8005\uff09\u5c08\u5340\n      <\/div>\n      <h1>\u7576\u6211\u53c3\u8207\u7814\u7a76\u6848\u6642<br>\u9700\u77ad\u89e3\u54ea\u4e9b\u8cc7\u8a0a\uff1f<\/h1>\n      <p>\u885b\u798f\u90e8\u98df\u85e5\u7f72\u8207\u5168\u570b IRB \u5171\u540c\u52aa\u529b\u63a8\u52d5\u81e8\u5e8a\u8a66\u9a57\u4fdd\u8b77\u74b0\u5883\uff0c\u4ee5\u4e0b\u5f59\u6574\u91cd\u8981\u5ba3\u5c0e\u8cc7\u6e90\uff0c\u5e6b\u52a9\u60a8\u5728\u53c3\u8207\u524d\u5145\u5206\u4e86\u89e3\u81ea\u8eab\u6b0a\u76ca\u3002<\/p>\n    <\/div>\n\n    <!-- Resources -->\n    <p class=\"section-label\">\u5b98\u65b9\u5ba3\u5c0e\u6587\u4ef6<\/p>\n    <div class=\"resources-grid\">\n\n      <a class=\"resource-card\" href=\"https:\/\/o365csmuhcsh-my.sharepoint.com\/:b:\/g\/personal\/hrpc_csh_org_tw\/Eau_ttQ0kypDlGCh41FY1f4BeXFk9QE-poUZKNDDKJrDZw?e=ejD2ha\" target=\"_blank\" rel=\"noopener\">\n        <div class=\"resource-icon\">\n          <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M9 3H5a2 2 0 0 0-2 2v4\"\/><path d=\"M21 3h-4\"\/><path d=\"M21 21h-4\"\/><path d=\"M3 21h4\"\/><path d=\"M21 9V5a2 2 0 0 0-2-2\"\/><path d=\"M3 15v4a2 2 0 0 0 2 2\"\/><circle cx=\"12\" cy=\"12\" r=\"3\"\/><\/svg>\n        <\/div>\n        <div>\n          <div class=\"resource-title\">\u81e8\u5e8a\u8a66\u9a57\u77e5\u591a\u5c11<\/div>\n          <div class=\"resource-desc\">\u8a8d\u8b58\u81e8\u5e8a\u8a66\u9a57\u7684\u57fa\u672c\u6982\u5ff5\u8207\u6d41\u7a0b<\/div>\n        <\/div>\n      <\/a>\n\n      <a class=\"resource-card\" href=\"https:\/\/o365csmuhcsh-my.sharepoint.com\/:b:\/g\/personal\/hrpc_csh_org_tw\/EfKBQGpJR9hBpSKRMd3K9gsBfOP_G3XnYQrBxNfZygeBjw?e=8HAFY8\" target=\"_blank\" rel=\"noopener\">\n        <div class=\"resource-icon\">\n          <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/><polyline points=\"14 2 14 8 20 8\"\/><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\/><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\/><line x1=\"10\" y1=\"9\" x2=\"8\" y2=\"9\"\/><\/svg>\n        <\/div>\n        <div>\n          <div class=\"resource-title\">\u77e5\u60c5\u540c\u610f\u66f8\u9808\u77e5<\/div>\n          <div class=\"resource-desc\">\u7c3d\u7f72\u524d\u9700\u8981\u6ce8\u610f\u7684\u91cd\u9ede\u4e8b\u9805<\/div>\n        <\/div>\n      <\/a>\n\n      <a class=\"resource-card\" href=\"https:\/\/o365csmuhcsh-my.sharepoint.com\/:b:\/g\/personal\/hrpc_csh_org_tw\/EZS3gKsFlTNFjlXD53TWe18BXFvRXWsn2MvmaXEifql7HA?e=OQBAv5\" target=\"_blank\" rel=\"noopener\">\n        <div class=\"resource-icon\">\n          <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M12 2a5 5 0 1 0 0 10A5 5 0 0 0 12 2z\"\/><path d=\"M12 14c-5.33 0-8 2.67-8 4v2h16v-2c0-1.33-2.67-4-8-4z\"\/><line x1=\"17\" y1=\"11\" x2=\"17\" y2=\"17\"\/><line x1=\"14\" y1=\"14\" x2=\"20\" y2=\"14\"\/><\/svg>\n        <\/div>\n        <div>\n          <div class=\"resource-title\">\u53c3\u8207\u75ab\u82d7\u81e8\u5e8a\u8a66\u9a57<\/div>\n          <div class=\"resource-desc\">\u75ab\u82d7\u8a66\u9a57\u7684\u7279\u5225\u6ce8\u610f\u4e8b\u9805\u8aaa\u660e<\/div>\n        <\/div>\n      <\/a>\n\n      <a class=\"resource-card\" href=\"https:\/\/o365csmuhcsh-my.sharepoint.com\/:b:\/g\/personal\/hrpc_csh_org_tw\/EZoGtQ6PGv1LsDSW5GzH7L8BuajKAgsEiNpocwr5QGu0cQ?e=uSDOyQ\" target=\"_blank\" rel=\"noopener\">\n        <div class=\"resource-icon\">\n          <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><polyline points=\"9 11 12 14 22 4\"\/><path d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"\/><\/svg>\n        <\/div>\n        <div>\n          <div class=\"resource-title\">\u53c3\u8207\u524d\u5fc5\u554f\u7684 7 \u4ef6\u4e8b<\/div>\n          <div class=\"resource-desc\">\u6c7a\u5b9a\u53c3\u8207\u524d\u6700\u95dc\u9375\u7684\u78ba\u8a8d\u6e05\u55ae<\/div>\n        <\/div>\n      <\/a>\n\n      <a class=\"resource-card\" href=\"https:\/\/o365csmuhcsh-my.sharepoint.com\/:b:\/g\/personal\/hrpc_csh_org_tw\/EWUeXTfXaV1GvD9Acd6wCZMBkj1b-VWQdzrJcpv-FrYiAg?e=uZ9zMw\" target=\"_blank\" rel=\"noopener\">\n        <div class=\"resource-icon\">\n          <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg>\n        <\/div>\n        <div>\n          <div class=\"resource-title\">\u8ab0\u70ba\u53d7\u8a66\u8005\u628a\u95dc\u5b89\u5168<\/div>\n          <div class=\"resource-desc\">\u4e86\u89e3\u85e5\u54c1\u81e8\u5e8a\u8a66\u9a57\u7684\u5b89\u5168\u76e3\u7763\u6a5f\u5236<\/div>\n        <\/div>\n      <\/a>\n\n      <div class=\"resource-card disabled\" aria-disabled=\"true\">\n        <div class=\"resource-icon\">\n          <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z\"\/><path d=\"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z\"\/><\/svg>\n        <\/div>\n        <div>\n          <div class=\"resource-title\">\u53d7\u8a66\u8005\u4fdd\u8b77\u624b\u518a<\/div>\n          <div class=\"resource-desc\">\u5373\u5c07\u4e0a\u7dda\uff0c\u656c\u8acb\u671f\u5f85<\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n\n    <!-- Event -->\n    <p class=\"section-label\">\u5ba3\u5c0e\u6d3b\u52d5<\/p>\n    <div class=\"highlight-box\">\n      <div class=\"highlight-box-icon\">\n        <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\/><line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"\/><line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"\/><line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"\/><\/svg>\n      <\/div>\n      <p>\n        \u6bcf\u5e74 5 \u6708 20 \u65e5\u70ba<strong>\u570b\u969b\u81e8\u5e8a\u8a66\u9a57\u65e5<\/strong>\uff0c\u672c\u9662\u914d\u5408\u8fa6\u7406\u53d7\u8a66\u8005\u5ba3\u5c0e\u6d3b\u52d5\uff0c\u6b61\u8fce\u6c11\u773e\u8e34\u8e8d\u53c3\u8207\u3002\n        <a href=\"https:\/\/web.csh.org.tw\/web\/csh\/?p=28967\" target=\"_blank\" rel=\"noopener\">\u4e86\u89e3\u6d3b\u52d5\u8a73\u60c5 \u2192<\/a>\n      <\/p>\n    <\/div>\n    <a class=\"event-pill\" href=\"https:\/\/web.csh.org.tw\/web\/csh\/?p=28967\" target=\"_blank\" rel=\"noopener\">\n      <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><polygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\/><\/svg>\n      520 \u570b\u969b\u81e8\u5e8a\u8a66\u9a57\u65e5\u6d3b\u52d5\n    <\/a>\n\n    <!-- Meta info -->\n    <div class=\"info-row\">\n      <div class=\"info-card\">\n        <div class=\"info-card-title\">\n          <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><ellipse cx=\"12\" cy=\"5\" rx=\"9\" ry=\"3\"\/><path d=\"M21 12c0 1.66-4 3-9 3s-9-1.34-9-3\"\/><path d=\"M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5\"\/><\/svg>\n          \u8cc7\u6599\u4f86\u6e90\n        <\/div>\n        <div class=\"info-card-content\">\n          <a href=\"https:\/\/www.fda.gov.tw\/tc\/site.aspx?sid=12708&#038;r=1985567679\" target=\"_blank\" rel=\"noopener\">\u885b\u751f\u798f\u5229\u90e8\u98df\u54c1\u85e5\u7269\u7ba1\u7406\u7f72<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"info-card\">\n        <div class=\"info-card-title\">\n          <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg>\n          \u6700\u5f8c\u66f4\u65b0\n        <\/div>\n        <div class=\"info-card-content\">2026 \u5e74 06 \u6708 05 \u65e5<\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Contact -->\n    <p class=\"section-label\">\u806f\u7d61\u672c\u4e2d\u5fc3<\/p>\n    <div class=\"contact-bar\">\n      <div class=\"contact-item\">\n        <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.61 3.41 2 2 0 0 1 3.6 1.24h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L7.91 8.96a16 16 0 0 0 6 6l.92-.92a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 21.73 16.92z\"\/><\/svg>\n        <span>\u6d3d\u8a62\u96fb\u8a71\uff1a<a href=\"tel:0436095999\">04-36095999<\/a> \u5206\u6a5f 21731<\/span>\n      <\/div>\n      <div class=\"contact-item\">\n        <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"\/><polyline points=\"22,6 12,13 2,6\"\/><\/svg>\n        <a href=\"mailto:hrpc@csh.org.tw\">hrpc@csh.org.tw<\/a>\n      <\/div>\n      <div class=\"contact-item\">\n        <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><polyline points=\"12 6 12 12 16 14\"\/><\/svg>\n        <span>\u4e0a\u73ed\u6642\u9593\u5167\u63d0\u4f9b\u8aee\u8a62\u670d\u52d9<\/span>\n      <\/div>\n      <div class=\"contact-item\">\n        <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\/><circle cx=\"12\" cy=\"10\" r=\"3\"\/><\/svg>\n        <span>\u53f0\u4e2d\u5e02\u5357\u5340\u5efa\u570b\u5317\u8def\u4e00\u6bb5 110 \u865f<\/span>\n      <\/div>\n    <\/div>\n\n    <!-- Footer -->\n    <footer class=\"footer\">\n      <p>Copyright &copy; 2019 \u53d7\u8a66\u8005\u4fdd\u8b77\u4e2d\u5fc3 \u2014 \u4e2d\u5c71\u91ab\u5b78\u5927\u5b78\u9644\u8a2d\u91ab\u9662<\/p>\n      <p><a href=\"https:\/\/web.csh.org.tw\/web\/HRPC\/\">\u8fd4\u56de\u9996\u9801<\/a><\/p>\n    <\/footer>\n\n  <\/main>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>\u7576\u6211\u53c3\u8207\u7814\u7a76\u6848\u6642\u9700\u77ad\u89e3\u54ea\u4e9b\u8cc7\u8a0a\uff1f \u2014 \u53d7\u8a66\u8005\u4fdd\u8b77\u4e2d\u5fc3 \u7814\u7a76\u5c0d\u8c61\uff08\u53d7\u8a66\u8005\uff09\u5c08\u5340 \u7576\u6211\u53c3\u8207\u7814\u7a76\u6848\u6642\u9700\u77ad\u89e3\u54ea\u4e9b\u8cc7\u8a0a\uff1f [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-126","post","type-post","status-publish","format-standard","hentry","category-6"],"_links":{"self":[{"href":"https:\/\/web.csh.org.tw\/web\/HRPC\/index.php?rest_route=\/wp\/v2\/posts\/126"}],"collection":[{"href":"https:\/\/web.csh.org.tw\/web\/HRPC\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/web.csh.org.tw\/web\/HRPC\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/web.csh.org.tw\/web\/HRPC\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/web.csh.org.tw\/web\/HRPC\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=126"}],"version-history":[{"count":19,"href":"https:\/\/web.csh.org.tw\/web\/HRPC\/index.php?rest_route=\/wp\/v2\/posts\/126\/revisions"}],"predecessor-version":[{"id":251,"href":"https:\/\/web.csh.org.tw\/web\/HRPC\/index.php?rest_route=\/wp\/v2\/posts\/126\/revisions\/251"}],"wp:attachment":[{"href":"https:\/\/web.csh.org.tw\/web\/HRPC\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=126"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/web.csh.org.tw\/web\/HRPC\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=126"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/web.csh.org.tw\/web\/HRPC\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=126"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}