目標
服務區域
楊梅區、新屋區。
收案條件
設籍或實際居住於桃園市,年滿7歲且持有身心障礙證明者。
核心服務
個案管理與生涯轉銜
- 依需求提供高照顧負荷家庭服務、困難照顧個案服務及一般性個案支持服務。
- 協助就學、就業、就醫、就養等生涯階段的無縫轉銜。
- 定期追蹤服務成效,適時調整個別化照顧計畫。
家庭支持與社會參與
- 提供到宅關懷訪視、電話問安及情緒支持服務。
- 辦理支持團體活動、專題講座、才藝課程等多元方案。
- 培訓志工團隊,擴大社區關懷能量。
資源整合與網絡建構
- 深入了解並整合在地醫療、教育、就業及社會福利資源。
- 開發社區新資源,建置完整的資源網絡手冊。
- 定期召開跨部門聯繫會議,強化專業合作機制。
辦理社區宣導工作,提升大眾對身心障礙者權益的理解與尊重。我們致力於成為身心障礙者及其家庭最堅實的後盾,讓每個人都能在社區中找到屬於自己的位置,活出生命的精彩與價值。
#DZF41fG.is-media-grid {
column-count: 3;
column-gap: 10px;
padding: 10px;
}
#DZF41fG .gallery-item {
position: relative;
break-inside: avoid;
border-radius: 8px;
margin-bottom: 10px;
line-height: 0; /* Eliminate extra space */
cursor: pointer;
overflow: hidden;
/* box-shadow: 5px 5px 0px #00000012;*/
}
#DZF41fG .gallery-item img {
width: 100%;
height: auto;
transition: .8s all;
margin: 0;
}
#DZF41fG .gallery-item .caption {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background-color: rgba(0, 0, 0, 0.4);
color: #fff;
padding: 12px 15px;
opacity: 0;
transition: all 0.8s ease;
overflow: hidden;
text-overflow: ellipsis;
box-sizing: border-box;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: .9em;
font-weight: 200;
line-height: 1.2;
}
#DZF41fG .gallery-item .caption h4 {
font-weight: 300;
font-size: 1.1em;
margin: 0 0 0.1em;;
}
#DZF41fG .gallery-item:hover .caption {
opacity: 1;
}
#DZF41fG .gallery-item:hover {
animation: zoomOutZoomIn 1s ease forwards;
}
@keyframes zoomOutZoomIn {
0% { transform: scale(1); }
50% { transform: scale(0.97); }
100% { transform: scale(1); }
}
#DZF41fG .gallery-item .caption {
transform: translateY(100%);
transition: transform 0.5s ease, opacity 0.5s ease;
}
#DZF41fG .gallery-item:hover .caption {
transform: translateY(0%);
opacity: 1;
}
#DZF41fG .gallery-item .caption {
background-color: #fff;
color: #000;
}
#DZF41fG .gallery-item .caption * {
color: #000;
}
@media (max-width: 800px) {
#DZF41fG.is-media-grid {column-count: 3;}
}
@media (max-width: 600px) {
#DZF41fG.is-media-grid {column-count: 2;}
}
@media (max-width: 400px) {
#DZF41fG.is-media-grid {column-count: 1;}
}
.gallery-item .gallery-video-overlay {
width: 100%;
height: 100%;
position: absolute;
top: 0; left: 0;
background: rgba(255,255,255,0.000001);
}
.gallery-item video {
height: auto;
width: 100%;
object-fit: cover;
}