{"id":5359,"date":"2025-08-04T02:06:06","date_gmt":"2025-08-04T02:06:06","guid":{"rendered":"\/spirit\/?p=5359"},"modified":"2025-09-08T08:07:00","modified_gmt":"2025-09-08T08:07:00","slug":"%f0%9f%93%a2%e7%94%9f%e8%bc%94%e7%b5%84%e3%80%8c%e6%b7%a1%e5%a4%a7-%e5%85%ac%e9%a4%a8%e3%80%8d%e5%ad%b8%e7%94%9f%e5%b0%88%e8%bb%8a","status":"publish","type":"post","link":"\/spirit\/?p=5359","title":{"rendered":"\u751f\u8f14\u7d44\u300c\u6de1\u5927-\u516c\u9928\u300d\u5b78\u751f\u5c08\u8eca"},"content":{"rendered":"\n<div class=\"wp-block-tkuwpbs5-bs5-heading\"><style>\n        #m3xvg9czxhlog4z3or .tku-fkwx-section-title-1st-bar {\n            background: undefined;\n           }\n\n        #m3xvg9czxhlog4z3or .tku-fkwx-section-title-2nd-bar {\n            background: undefined;\n           }\n        <\/style><div id=\"dv_title\"><div id=\"m3xvg9czxhlog4z3or\"><div style=\"visibility:visible;animation-delay:0.1s;animation-name:fadeInUp;text-align:center\"><h2 class=\"mb-2 fw-bold\">\u300c\u6de1\u5927-\u516c\u9928\u300d\u5b78\u751f\u5c08\u8eca<\/h2><\/div><\/div><\/div><\/div>\n\n\n\n<div id=\"Claude\" class=\"container\"><link rel=\"stylesheet\" type=\"text\/css\" href=\"https:\/\/oosa.tku.edu.tw\/www\/article\/claude\/claude.css\" \/>\n\t\t<style>\n\t\t.header {\n            text-align: center;\n            background: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(10px);\n            border-radius: 20px;\n            padding: 30px;\n            margin-bottom: 30px;\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .header::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            left: -50%;\n            width: 200%;\n            height: 200%;\n            background: linear-gradient(45deg, transparent, rgba(102, 126, 234, 0.1), transparent);\n            animation: shimmer 3s infinite linear;\n        }\n\n        @keyframes shimmer {\n            0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }\n            100% { transform: translateX(100%) translateY(100%) rotate(45deg); }\n        }\n\n        .header h1 {\n            color: #4a5568;\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            position: relative;\n            z-index: 1;\n        }\n\n        .header .subtitle {\n            color: #718096;\n            font-size: 1.1rem;\n            position: relative;\n            z-index: 1;\n        }\n\n        .alert {\n            background: linear-gradient(135deg, #ff6b6b, #ee5a24);\n            color: white;\n            padding: 20px;\n            border-radius: 15px;\n            margin-bottom: 30px;\n            box-shadow: 0 10px 30px rgba(238, 90, 36, 0.3);\n            animation: pulse 2s infinite;\n        }\n\n        @keyframes pulse {\n            0% { box-shadow: 0 10px 30px rgba(238, 90, 36, 0.3); }\n            50% { box-shadow: 0 10px 30px rgba(238, 90, 36, 0.5); }\n            100% { box-shadow: 0 10px 30px rgba(238, 90, 36, 0.3); }\n        }\n\n        .alert h3 {\n            margin-bottom: 10px;\n            font-size: 1.3rem;\n        }\n\n        .info-section {\n            background: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(10px);\n            border-radius: 20px;\n            padding: 30px;\n            margin-bottom: 30px;\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);\n            transition: transform 0.3s ease;\n        }\n\n        .info-section:hover {\n            transform: translateY(-5px);\n        }\n\n        .section-title {\n            color: #2d3748;\n            font-size: 1.5rem;\n            margin-bottom: 20px;\n            border-left: 5px solid #667eea;\n            padding-left: 15px;\n        }\n\n        .schedule-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));\n            gap: 30px;\n            margin-bottom: 30px;\n\t\t\t\n\t\t\tbackground:linear-gradient(45deg, #f093fb, #f5576c, #43e97b, #38f9d7); border-radius:20px;\n        }\n\n        .schedule-card {\n            \/*\n\t\t\tbackground: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);\n            border-radius: 20px;\n\t\t\tbox-shadow: 0 15px 35px rgba(240, 147, 251, 0.3);\n\t\t\t*\/\n            padding: 25px;\n            color: white;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .schedule-card::before {\n            content: '';\n            position: absolute;\n            top: -2px;\n            left: -2px;\n            right: -2px;\n            bottom: -2px;\n            \/*\n\t\t\tbackground: linear-gradient(45deg, #f093fb, #f5576c, #43e97b, #38f9d7);\n            border-radius: 22px;\n\t\t\t*\/\n            z-index: -1;\n            animation: borderGlow 3s linear infinite;\n        }\n\n        @keyframes borderGlow {\n            0% { background-position: 0% 50%; }\n            50% { background-position: 100% 50%; }\n            100% { background-position: 0% 50%; }\n        }\n\n        .route-title {\n            font-size: 1.4rem;\n            font-weight: bold;\n            margin-bottom: 15px;\n            text-align: center;\n        }\n\n        .schedule-table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            border-radius: 15px;\n            overflow: hidden;\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);\n        }\n\n        .schedule-table th {\n            background: linear-gradient(135deg, #667eea, #764ba2);\n            color: white;\n            padding: 15px;\n            text-align: center;\n            font-weight: bold;\n        }\n\n        .schedule-table td {\n            padding: 15px;\n            text-align: center;\n            border-bottom: 1px solid #e2e8f0;\n            color: #2d3748;\n        }\n\n        .schedule-table tr:hover {\n            background: #f7fafc;\n            transform: scale(1.02);\n            transition: all 0.3s ease;\n        }\n\n        .route-info {\n            background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);\n            border-radius: 15px;\n            padding: 20px;\n            margin: 20px 0;\n            color: white;\n        }\n\n        .route-steps {\n            display: flex;\n            flex-wrap: wrap;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n            margin: 15px 0;\n        }\n\n        .route-step {\n\t\t\tcolor:#000;\n            background: rgba(255, 255, 255, 0.4);\n            padding: 8px 15px;\n            border-radius: 25px;\n            font-size: 0.9rem;\n            backdrop-filter: blur(5px);\n            transition: all 0.3s ease;\n        }\n\n        .route-step:hover {\n            background: rgba(255, 255, 255, 0.3);\n            transform: scale(1.05);\n        }\n\n        .route-arrow {\n            color: #ffd700;\n            font-weight: bold;\n            font-size: 1.2rem;\n        }\n\n        .contact-info {\n            background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);\n            border-radius: 15px;\n            padding: 25px;\n            text-align: center;\n            color: white;\n        }\n\n        .contact-info h3 {\n            margin-bottom: 15px;\n            font-size: 1.3rem;\n        }\n\n        .contact-item {\n            margin: 10px 0;\n            font-size: 1.1rem;\n        }\n\n        .notice-list {\n            list-style: none;\n            padding: 0;\n        }\n\n        .notice-list li {\n            background: #f8f9fa;\n            margin: 10px 0;\n            padding: 15px;\n            border-radius: 10px;\n            border-left: 4px solid #667eea;\n            transition: all 0.3s ease;\n        }\n\n        .notice-list li:hover {\n            background: #e9ecef;\n            transform: translateX(10px);\n        }\n\n        .price-info {\n            background: linear-gradient(135deg, #667eea, #764ba2);\n            color: white;\n            padding: 15px;\n            border-radius: 10px;\n            margin: 15px 0;\n            text-align: center;\n        }\n\n        .footer {\n            text-align: center;\n            padding: 20px;\n            color: #333;\n            background: rgba(0, 0, 0, 0.1);\n            border-radius: 15px;\n            margin-top: 30px;\n        }\n\n        @media (max-width: 768px) {\n            .header h1 {\n                font-size: 2rem;\n            }\n            \n            .schedule-grid {\n                grid-template-columns: 1fr;\n            }\n            \n            .container {\n                padding: 10px;\n            }\n            \n            .route-steps {\n                flex-direction: column;\n            }\n        }\n\n        .suspended-notice {\n            background: linear-gradient(135deg, #ff9a9e, #fecfef);\n            color: #d63384;\n            padding: 20px;\n            border-radius: 15px;\n            margin: 20px 0;\n            text-align: center;\n            font-weight: bold;\n            font-size: 1.1rem;\n            box-shadow: 0 10px 25px rgba(214, 51, 132, 0.2);\n        }\n\t\t<\/style>\n\t\t\n\t\t<script>$(function(){ setDotId(2); });\t\/\/A1, A2<\/script>\n\t\t\n        <!-- \u6a19\u984c\u5340\u57df -->\n        <div class=\"header\">\n            <h1>114\u5b78\u5e74\u5ea6\u300c\u6de1\u5927-\u516c\u9928\u300d\u5b78\u751f\u5c08\u8eca<\/h1>\n            <p class=\"subtitle\">\u6700\u5f8c\u66f4\u65b0\uff1a114.8.4<\/p>\n        <\/div>\n\n        <!-- \u71df\u904b\u671f\u9593 -->\n        <div id=\"A1\" title=\"\u300c\u6de1\u5927-\u516c\u9928\u300d\u5b78\u751f\u5c08\u8eca\" class=\"info-section\">\n            <h2 class=\"section-title\">\ud83d\ude8c \u4e00\u3001\u5b78\u751f\u5c08\u8eca\u6642\u523b\u8868\u5be6\u65bd\u65e5\u671f<\/h2>\n            <div style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px;\">\n                <div style=\"background: linear-gradient(135deg, #667eea, #764ba2); color: white; padding: 20px; border-radius: 15px; text-align: center;\">\n                    <h3>\u4e0a\u5b78\u671f<\/h3>\n                    <p style=\"font-size: 1.2rem; margin-top: 10px;\">114\u5e7409\u6708 ~ 115\u5e7401\u6708<\/p>\n                <\/div>\n                <div style=\"background: linear-gradient(135deg, #764ba2, #667eea); color: white; padding: 20px; border-radius: 15px; text-align: center;\">\n                    <h3>\u4e0b\u5b78\u671f<\/h3>\n                    <p style=\"font-size: 1.2rem; margin-top: 10px;\">115\u5e7402\u6708 ~ 115\u5e7406\u6708<\/p>\n                <\/div>\n            <\/div>\n            <div style=\"background: #f8f9fa; padding: 15px; border-radius: 10px; margin-top: 20px; text-align: center;\">\n                <strong>\u9031\u4e00\u81f3\u9031\u4e94\u884c\u99db\uff08\u570b\u5b9a\u5047\u65e5\u3001\u5bd2\u6691\u5047\u3001\u9031\u516d\u3001\u9031\u65e5\u505c\u99db\uff09<\/strong>\n            <\/div>\n        <\/div>\n\n        <!-- \u73ed\u6b21\u8cc7\u8a0a -->\n        <div class=\"schedule-grid\">\n            <!-- \u6de1\u5927\u2192\u516c\u9928 -->\n            <div class=\"schedule-card\">\n                <div class=\"route-title\">\ud83d\ude8c \u6de1\u5927 \u2192 \u516c\u9928<\/div>\n                <table class=\"schedule-table\">\n                    <thead>\n                        <tr>\n                            <th>\u7de8\u6b21<\/th>\n                            <th>\u767c\u8eca\u6642\u9593<\/th>\n                            <th>\u7d42\u9ede<\/th>\n                            <th>\u6ce8\u610f\u4e8b\u9805<\/th>\n                        <\/tr>\n                    <\/thead>\n                    <tbody>\n                        <tr>\n                            <td>1<\/td>\n                            <td>17:10<\/td>\n                            <td>\u516c\u9928<\/td>\n                            <td>\u642d\u8eca\u5730\u9ede\u5728\u884c\u653f\u5927\u6a13\u897f\u5074\u7de328\u65c1\u4e0a\u8eca\uff0c\u6cbf\u5b78\u5e9c\u8def\uff0c\u4e0d\u7d93\u6377\u904b\u6de1\u6c34\u7ad9\uff0c\u7d93\u53f0\u5317\u6821\u5712<\/td>\n                        <\/tr>\n                    <\/tbody>\n                <\/table>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"schedule-card\">\n\t\t\t\t<img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/oosa.tku.edu.tw\/www\/post\/asgx\/5359\/bus.gif\" width=\"307\" height=\"391\" alt=\"\"\/>\n\t\t\t<\/div>\n\t\t\t\n            <!-- \u516c\u9928\u2192\u6de1\u5927 (\u505c\u99db) \n            <div class=\"schedule-card\">\n                <div class=\"route-title\">\ud83d\udeab \u516c\u9928 \u2192 \u6de1\u5927 <strong style=\"color:#F00;\">(\u505c\u99db)<\/strong><\/div>\n                <div class=\"suspended-notice\">\n                    \u65e9\u4e0a 06:30 \u65b0\u751f\u5357\u8def\u300106:45 \u53f0\u5317\u6821\u5712\u767c\u8eca\u8def\u7dda\uff0c\u56e0\u642d\u4e58\u4eba\u6578\u904e\u5c11\uff0c\u6307\u5357\u5ba2\u904b\u4e0d\u7b26\u71df\u904b\u6210\u672c\uff0c\u672c\u73ed\u6b21\u505c\u99db\u3002\n                <\/div>\n            <\/div>\n\t\t\t-->\n        <\/div>\n\n        <!-- \u884c\u99db\u8def\u7dda -->\n        <div class=\"info-section\">\n            <h2 class=\"section-title\">\ud83d\udee3\ufe0f \u884c\u99db\u8def\u7dda<\/h2>\n            <div class=\"route-info\">\n                <h3>\u6de1\u5927 \u2192 \u516c\u9928<\/h3>\n                <div class=\"route-steps\">\n                    <span class=\"route-step\">\u6de1\u6c34\u6821\u5712(\u884c\u653f\u5927\u6a13\u65c1\u505c\u8eca\u5834)<\/span>\n                    <span class=\"route-arrow\">\u2192<\/span>\n\t\t\t\t\t<span class=\"route-step\">\u6377\u904b\u7af9\u570d\u7ad9<\/span>\n\t\t\t\t\t<span class=\"route-arrow\">\u2192<\/span>\n\t\t\t\t\t<span class=\"route-step\">\u95dc\u6e21<\/span>\n\t\t\t\t\t<span class=\"route-arrow\">\u2192<\/span>\n\t\t\t\t\t<span class=\"route-step\">\u5be6\u8e10\u8857\u53e3<\/span>\n\t\t\t\t\t<span class=\"route-arrow\">\u2192<\/span>\n\t\t\t\t\t<span class=\"route-step\">\u77f3\u724c\u6d3e\u51fa\u6240<\/span>\n\t\t\t\t\t<span class=\"route-arrow\">\u2192<\/span>\n\t\t\t\t\t<span class=\"route-step\">\u5fb7\u83ef\u91cc<\/span>\n\t\t\t\t\t<span class=\"route-arrow\">\u2192<\/span>\n\t\t\t\t\t<span class=\"route-step\">\u6377\u904b\u829d\u5c71\u7ad9<\/span>\n\t\t\t\t\t<span class=\"route-arrow\">\u2192<\/span>\n\t\t\t\t\t<span class=\"route-step\">\u798f\u6797\u6a4b<\/span>\n\t\t\t\t\t<span class=\"route-arrow\">\u2192<\/span>\n                    <span class=\"route-step\">\u6377\u904b\u528d\u6f6d\u7ad9<\/span>\n                    <span class=\"route-arrow\">\u2192<\/span>\n                    <span class=\"route-step\">\u528d\u6f6d\u65b0\u751f\u9ad8\u67b6\u6a4b<\/span>\n                    <span class=\"route-arrow\">\u2192<\/span>\n                    <span class=\"route-step\">\u6fdf\u5357\u8def\u53e3<\/span>\n                    <span class=\"route-arrow\">\u2192<\/span>\n                    <span class=\"route-step\">\u4ec1\u611b\u8def\u53e3<\/span>\n                    <span class=\"route-arrow\">\u2192<\/span>\n                    <span class=\"route-step\">\u4fe1\u7fa9\u91d1\u5c71\u8def\u53e3<\/span>\n                    <span class=\"route-arrow\">\u2192<\/span>\n                    <span class=\"route-step\">\u53f0\u5317\u6821\u5712<\/span>\n                    <span class=\"route-arrow\">\u2192<\/span>\n                    <span class=\"route-step\">\u9f8d\u5b89\u570b\u5c0f<\/span>\n                    <span class=\"route-arrow\">\u2192<\/span>\n                    <span class=\"route-step\">\u516c\u9928<\/span>\n                <\/div>\n\t\t\t\t<!--\n                <p style=\"margin-top: 15px; text-align: center;\"><strong>* \u6b32\u5728\u528d\u6f6d\u7ad9\u4e0b\u8eca\u53ef\u63d0\u524d\u8ddf\u53f8\u6a5f\u8aaa<\/strong><\/p>\n\t\t\t\t-->\n            <\/div>\n\n            <div class=\"price-info\">\n                <h4>\ud83d\udcb0 \u8cbb\u7528\u8cc7\u8a0a<\/h4>\n                <p>\u5168\u7a0b\u70ba\u4e09\u6bb5\u7968\uff08\u60a0\u904a\u5361\u6216\u6295\u5e6345\u5143\uff0c\u53ef\u4f7f\u7528\u5b9a\u671f\u7968\uff09<\/p>\n                <p>\u904e(\u4e0d\u542b)\u95dc\u6e21\u70ba\u4e8c\u6bb5\u7968<\/p>\n                <p>\u904e(\u4e0d\u542b)\u528d\u6f6d\u70ba\u4e09\u6bb5\u7968<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- \u6307\u5357\u5ba2\u904b\u8cc7\u8a0a -->\n        <div id=\"A2\" title=\"\u5176\u4ed6\u516c\u8eca\u8def\u7dda\" class=\"info-section\">\n            <h2 class=\"section-title\">\ud83d\ude8c \u4e8c\u3001\u5176\u4ed6\u516c\u8eca\u8def\u7dda\u8cc7\u8a0a (\u6642\u523b\u8868\u8def\u7dda\u7968\u50f9\u7b49\u82e5\u6709\u5dee\u7570\uff0c\u4ee5\u5ba2\u904b\u516c\u53f8\u516c\u544a\u70ba\u4e3b)<\/h2>\n            \n            <div style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px;\">\n                <div class=\"route-info\">\n                    <h3>\u6307\u5357\u5ba2\u904b 756 \u7dda<\/h3>\n                    <p><strong>\u8def\u7dda\uff1a<\/strong>\u6de1\u6c5f\u5927\u5b78 \u2500 \u627f\u5fb7\u8def \u2500 \u5317\u9580<\/p>\n                    <div class=\"route-steps\">\n                        <span class=\"route-step\">\u5317\u9580<\/span>\n                        <span class=\"route-arrow\">\u2192<\/span>\n                        <span class=\"route-step\">\u5854\u57ce\u8857<\/span>\n                        <span class=\"route-arrow\">\u2192<\/span>\n                        <span class=\"route-step\">\u912d\u5dde\u8def<\/span>\n                        <span class=\"route-arrow\">\u2192<\/span>\n                        <span class=\"route-step\">\u53f0\u5317\u8eca\u7ad9<\/span>\n                        <span class=\"route-arrow\">\u2192<\/span>\n                        <span class=\"route-step\">\u627f\u5fb7\u8def<\/span>\n                        <span class=\"route-arrow\">\u2192<\/span>\n                        <span class=\"route-step\">\u5927\u5ea6\u8def<\/span>\n                        <span class=\"route-arrow\">\u2192<\/span>\n                        <span class=\"route-step\">\u95dc\u6e21<\/span>\n                        <span class=\"route-arrow\">\u2192<\/span>\n                        <span class=\"route-step\">\u7af9\u570d<\/span>\n                        <span class=\"route-arrow\">\u2192<\/span>\n                        <span class=\"route-step\">\u7d05\u6a39\u6797<\/span>\n                        <span class=\"route-arrow\">\u2192<\/span>\n                        <span class=\"route-step\">\u6de1\u6c34\u6377\u904b\u7ad9<\/span>\n                        <span class=\"route-arrow\">\u2192<\/span>\n                        <span class=\"route-step\">\u5927\u5fe0\u8857<\/span>\n                        <span class=\"route-arrow\">\u2192<\/span>\n                        <span class=\"route-step\">\u6de1\u5927\u7e3d\u7ad9<\/span>\n                    <\/div>\n\t\t\t\t\t<div class=\"price-info\" style=\"text-align:left;\">\n                    <p><strong>\uff08\u4e00\uff09\u982d\u73ed\u8207\u672b\u73ed\u8eca\uff1a<\/strong>5:30 &#8211; 22:20<\/p>\n\t\t\t\t\t<p><strong>\uff08\u4e8c\uff09\u5206\u6bb5\u9ede\uff1a<\/strong><br \/>\u7b2c\u4e00\u7de9\u885d\u5340\uff1a\u6377\u904b\u7af9\u570d\u7ad9\u5230\u5927\u5ea6\u7acb\u5fb7\u8def\u53e3<br \/>\u7b2c\u4e8c\u7de9\u885d\u5340\uff1a\u58eb\u6797\u76e3\u7406\u7ad9\u5230\u660e\u502b\u9ad8\u4e2d<\/p>\n                    <p><strong>\uff08\u4e09\uff09\u767c\u8eca\u9593\u9694\uff1a<\/strong><br \/>\u5c16\u5cf0\u6642\u6bb5\uff1a\u6bcf\u969410-15\u5206\u9418<br \/>\u96e2\u5cf0\u6642\u6bb5\uff1a\u6bcf\u969415-20\u5206\u9418<br \/>\u5047\u65e5\u6642\u6bb5\uff1a\u6bcf\u969420-30\u5206\u9418<br \/>\u203b\u8cbb\u7528\uff1a3\u6bb5\u7968\uff08\u6295\u73fe45\u5143\uff09<\/p>\n\t\t\t\t\t<\/div>\n                <\/div>\n\n                <div class=\"route-info\">\n                    <h3>\u6307\u5357\u5ba2\u904b \u7d0527 \u7dda<\/h3>\n                    <p><strong>\u8def\u7dda\uff1a<\/strong>\u6bcf\u5929\u6709200\u8eca\u6b21\u5f9e\u6de1\u6c34\u6377\u904b\u7ad9\u63a5\u99c1\u81f3\u6de1\u6c34\u6821\u5712<\/p>\n                <\/div>\n\n                <div class=\"route-info\">\n                    <h3>\u6de1\u6c34\u5ba2\u904b \u7d0528 \u7dda<\/h3>\n                    <p><strong>\u8def\u7dda\uff1a<\/strong>\u6de1\u6c34\u6377\u904b\u7ad9 \u2500 \u6de1\u6c5f\u5927\u5b78<\/p>\n                    <p>\u6cbf\u5b78\u5e9c\u8def\u7531\u5927\u9580\u5165\u6821\uff0c\u53ef\u4f7f\u7528\u60a0\u904a\u5361<\/p>\n                    <p><strong>\u96fb\u8a71\uff1a<\/strong>02-2621-3340<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- \u806f\u7d61\u8cc7\u8a0a -->\n        <div class=\"contact-info black-text\">\n            <h3>\ud83d\udcde \u670d\u52d9\u96fb\u8a71<\/h3>\n            <div class=\"contact-item\"><span class=\"black-text\">\u6307\u5357\u5ba2\u904b \u6de1\u5927\u7ad9\uff1a02-2623-8495<br \/>\u3010\u8a3b\u3011\u5c08\u8eca\u53ca\u5ba2\u904b\u5747\u53ef\u4f7f\u7528\u60a0\u904a\u5361\u6216\u8eca\u4e0a\u6295\u73fe\uff08\u5efa\u8b70\u4f7f\u7528\u60a0\u904a\u5361\uff09\u3002<\/span><\/div>\n            <div class=\"contact-item\">\u6de1\u6c34\u5ba2\u904b\u7d0528\u7dda\u300c\u6de1\u6c34\u6377\u904b\u7ad9&#8211;\u6de1\u6c5f\u5927\u5b78\u300d\u73ed\u8eca<br \/>\u6cbf\u5b78\u5e9c\u8def\u7531\u5927\u9580\u5165\u6821\uff0c\u53ef\u4f7f\u7528\u60a0\u904a\u5361\uff0c\u6de1\u6c34\u5ba2\u904b\u96fb\u8a71\uff1a02-2621-3340\u3002<\/div>\n            <div class=\"contact-item\">\u6307\u5357\u3001\u6de1\u6c34\u5ba2\u904b\u7db2\u9801<br \/>\n                <a href=\"http:\/\/www.csgroup-bus.com.tw\" class=\"Link\" target=\"_blank\" style=\"text-decoration: underline;\" rel=\"noopener\">\n                    http:\/\/www.csgroup-bus.com.tw\n                <\/a>\n            <\/div>\n        <\/div>\n\n        <!-- \u6ce8\u610f\u4e8b\u9805 -->\n        <div class=\"info-section\">\n            <h2 class=\"section-title\">\u26a0\ufe0f \u5176\u4ed6\u6ce8\u610f\u4e8b\u9805<\/h2>\n            <ul class=\"notice-list\">\n                <li>\u6377\u904b\u63a5\u99c1\u8eca\u6307\u5357\u5ba2\u904b\u7d0527\u300c\u6de1\u6c34\u6377\u904b\u7ad9&#8211;\u6de1\u6c5f\u5927\u5b78(\u9ad4\u80b2\u9928\u5f8c\u65b9)\u300d\u8207\u6de1\u6c34\u5ba2\u904b\u7d0528\u300c\u6de1\u6c34\u6377\u904b\u7ad9&#8211;\u6de1\u6c5f\u5927\u5b78(\u884c\u653f\u5927\u6a13\u65c1)\u300d\u7686\u5728\u6de1\u6c34\u6377\u904b\u7ad9\u51fa\u7ad9\u5f8c\u53f3\u5074\u642d\u4e58\uff0c\u7d0527\u4e0a\u4e0b\u5b78\u5c16\u5cf0\u6642\u523b3-5\u5206\u9418\u4e00\u73ed\u6b21\u3002<\/li>\n                <li>\u6b32\u8fa6\u4e09\u91cd\u5ba2\u904b\u677f\u6de1\u7dda\u6708\u7968\u540c\u5b78\uff0c\u9700\u81ea\u884c\u81f3\u4e09\u91cd\u5ba2\u904b\u7db2\u9801\u5217\u5370\u7533\u8acb\u8868\u683c\uff0c\u5230\u5546\u7ba1\u5927\u6a13\u751f\u8f14\u7d44B402\u6d3d\u627f\u8fa6\u4eba\u912d\u7433\u829d\u7d44\u54e1\u84cb\u7ae0\u518d\u81f3\u5ba2\u904b\u516c\u53f8\u7533\u8fa6\u3002<\/li>\n                <li><strong>\u63d0\u9192\uff1a<\/strong>\u96d9\u5317\u5e02108.7.1\u8d77\u642d\u4e58\u5ba2\u904b(\u542b\u5b78\u751f\u5c08\u8eca)\uff0c\u4e0a\u4e0b\u8eca\u5747\u9700\u5237\u5361\uff0c\u5426\u5247\u8f49\u642d\u5176\u4ed6\u5ba2\u904b\u6216\u6377\u904b\u5c07\u6c92\u6709\u8f49\u4e58\u512a\u60e0\uff0c\u6703\u5f71\u97ff\u81ea\u8eab\u6b0a\u76ca\u3002<\/li>\n            <\/ul>\n        <\/div>\n\n        <!-- \u642d\u4e58\u8cc7\u8a0a -->\n        <div class=\"alert\">\n            <h3>\ud83d\ude8c \u88dc\u5145\u8cc7\u8a0a<\/h3>\n            <p>\u6307\u5357\u5ba2\u904b\u516c\u53f8\u8eca\u8f1b\u7686\u6709\u5b9a\u671f\u9032\u884c\u6d88\u6bd2\u4f5c\u696d\uff0c\u8acb\u5b89\u5fc3\u642d\u4e58\u3002\u70ba\u63d0\u9ad8\u642d\u4e58\u7387\u3001\u4ea4\u901a\u4fbf\u5229\u3001\u74b0\u4fdd\u7bc0\u80fd\u6e1b\u78b3\u53ca\u9f13\u52f5\u642d\u4e58\u5927\u773e\u904b\u8f38\u5de5\u5177\uff0c\u4ea6\u6b61\u8fce\u672c\u6821\u6559\u8077\u54e1\u5de5\u8e34\u8e8d\u642d\u4e58\u3002<\/p>\n        <\/div>\n\t\t\n        <!-- \u9801\u5c3e -->\n        <div class=\"footer\">\n            <p>\u5c08\u8eca\u53ca\u5ba2\u904b\u5747\u53ef\u4f7f\u7528\u60a0\u904a\u5361\u6216\u8eca\u4e0a\u6295\u5e63\uff08\u5efa\u8b70\u4f7f\u7528\u60a0\u904a\u5361\uff09<\/p>\n            <p>\u00a9 \u6de1\u6c5f\u5927\u5b78 &#8211; \u5b78\u751f\u5c08\u8eca\u8cc7\u8a0a<\/p>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ \u6dfb\u52a0\u4e00\u4e9b\u4e92\u52d5\u6548\u679c\n        document.addEventListener('DOMContentLoaded', function() {\n            \/\/ \u70ba\u8868\u683c\u884c\u6dfb\u52a0\u61f8\u505c\u6548\u679c\n            const tableRows = document.querySelectorAll('.schedule-table tr');\n            tableRows.forEach(row => {\n                row.addEventListener('mouseenter', function() {\n                    this.style.background = '#e3f2fd';\n                });\n                row.addEventListener('mouseleave', function() {\n                    this.style.background = '';\n                });\n            });\n\n            \/\/ \u6efe\u52d5\u52d5\u756b\n            const observerOptions = {\n                threshold: 0.1,\n                rootMargin: '0px 0px -50px 0px'\n            };\n\n            const observer = new IntersectionObserver(function(entries) {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.style.opacity = '1';\n                        entry.target.style.transform = 'translateY(0)';\n                    }\n                });\n            }, observerOptions);\n\n            \/\/ \u89c0\u5bdf\u6240\u6709\u5340\u584a\n            const sections = document.querySelectorAll('.info-section, .schedule-card');\n            sections.forEach(section => {\n                section.style.opacity = '0';\n                section.style.transform = 'translateY(30px)';\n                section.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n                observer.observe(section);\n            });\n        });\n    <\/script>\n","protected":false},"excerpt":{"rendered":"<p>114\u5b78\u5e74\u5ea6\u300c\u6de1\u5927-\u516c\u9928\u300d\u5b78\u751f\u5c08\u8eca \u6700\u5f8c\u66f4\u65b0\uff1a114.8.4 \ud83d\ude8c \u4e00\u3001\u5b78\u751f\u5c08\u8eca\u6642\u523b\u8868\u5be6\u65bd\u65e5\u671f \u4e0a\u5b78\u671f 114\u5e7409\u6708 ~ 115\u5e7401\u6708 \u4e0b\u5b78\u671f 115\u5e7402\u6708 ~ 115\u5e7406\u6708 \u9031\u4e00\u81f3\u9031\u4e94\u884c\u99db\uff08\u570b\u5b9a\u5047\u65e5\u3001\u5bd2\u6691\u5047\u3001\u9031\u516d\u3001\u9031\u65e5\u505c\u99db\uff09 \ud83d\ude8c \u6de1\u5927 \u2192 \u516c\u9928 \u7de8\u6b21 \u767c\u8eca\u6642\u9593 \u7d42\u9ede \u6ce8\u610f\u4e8b\u9805 1 17:10 \u516c\u9928 \u642d\u8eca\u5730\u9ede\u5728\u884c\u653f\u5927\u6a13\u897f\u5074\u7de328\u65c1\u4e0a\u8eca\uff0c\u6cbf\u5b78\u5e9c\u8def\uff0c\u4e0d\u7d93\u6377\u904b\u6de1\u6c34\u7ad9\uff0c\u7d93\u53f0\u5317\u6821\u5712 \ud83d\udee3\ufe0f \u884c\u99db\u8def\u7dda \u6de1\u5927 \u2192 \u516c\u9928 \u6de1\u6c34\u6821\u5712(\u884c\u653f\u5927\u6a13\u65c1\u505c\u8eca\u5834) \u2192 \u6377\u904b\u7af9\u570d\u7ad9 \u2192 \u95dc\u6e21 \u2192 \u5be6\u8e10\u8857\u53e3 \u2192 \u77f3\u724c\u6d3e\u51fa\u6240 \u2192 \u5fb7\u83ef\u91cc \u2192 \u6377\u904b\u829d\u5c71\u7ad9 \u2192 \u798f\u6797\u6a4b \u2192 \u6377\u904b\u528d\u6f6d\u7ad9 \u2192 \u528d\u6f6d\u65b0\u751f\u9ad8\u67b6\u6a4b \u2192 \u6fdf\u5357\u8def\u53e3 \u2192 \u4ec1\u611b\u8def\u53e3 \u2192 \u4fe1\u7fa9\u91d1\u5c71\u8def\u53e3 [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"wp-custom-template-asgx","format":"standard","meta":{"footnotes":""},"categories":[46],"tags":[],"acf":[],"_links":{"self":[{"href":"\/spirit\/index.php?rest_route=\/wp\/v2\/posts\/5359"}],"collection":[{"href":"\/spirit\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"\/spirit\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"\/spirit\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"\/spirit\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5359"}],"version-history":[{"count":12,"href":"\/spirit\/index.php?rest_route=\/wp\/v2\/posts\/5359\/revisions"}],"predecessor-version":[{"id":5753,"href":"\/spirit\/index.php?rest_route=\/wp\/v2\/posts\/5359\/revisions\/5753"}],"wp:attachment":[{"href":"\/spirit\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5359"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"\/spirit\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5359"},{"taxonomy":"post_tag","embeddable":true,"href":"\/spirit\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5359"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}