{"id":4311,"date":"2025-06-23T03:28:57","date_gmt":"2025-06-23T03:28:57","guid":{"rendered":"https:\/\/ysec.com.tw\/?page_id=4311"},"modified":"2026-03-19T08:08:37","modified_gmt":"2026-03-19T08:08:37","slug":"%e9%a6%96%e9%a0%81","status":"publish","type":"page","link":"https:\/\/ysec.com.tw\/en\/","title":{"rendered":"Home"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"4311\" class=\"elementor elementor-4311\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9ba4dbf e-con-full e-flex e-con e-parent\" data-id=\"9ba4dbf\" data-element_type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-353a449 elementor-widget elementor-widget-html\" data-id=\"353a449\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n\/* Banner \u8f2a\u64ad\u6a23\u5f0f *\/\n.banner-slider {\n    position: relative;\n    width: 100%;\n    height: 500px;\n    overflow: hidden;\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);\n}\n\n\/* 42\u9031\u5e74Logo\u56fa\u5b9a\u4f4d\u7f6e *\/\n.anniversary-logo {\n    position: absolute;\n    top: 20px;\n    left: 20px;\n    width: 120px;\n    height: auto;\n    z-index: 15;\n    opacity: 0.95;\n    transition: all 0.3s ease;\n}\n\n.anniversary-logo:hover {\n    opacity: 1;\n    transform: scale(1.05);\n}\n\n.slider-track {\n    position: relative;\n    width: 100%;\n    height: 100%;\n}\n\n.slider-item {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    opacity: 0;\n    transition: opacity 0.6s ease-in-out;\n    z-index: 1;\n}\n\n.slider-item.active {\n    opacity: 1;\n    z-index: 2;\n}\n\n.slider-item img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    object-position: center;\n}\n\n.slider-overlay {\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 50%;\n    background: linear-gradient(\n        to top,\n        rgba(0, 0, 0, 0.8) 0%,\n        rgba(0, 0, 0, 0.6) 30%,\n        rgba(0, 0, 0, 0.3) 60%,\n        rgba(0, 0, 0, 0.1) 80%,\n        transparent 100%\n    );\n}\n\n.slider-content {\n    position: absolute;\n    bottom: 40px;\n    left: 40px;\n    max-width: 75%;\n    padding: 0;\n    color: white;\n    background: none;\n    border: none;\n    box-shadow: none;\n    transform: translateY(20px);\n    opacity: 0;\n    transition: all 0.8s ease;\n}\n\n.slider-item.active .slider-content {\n    transform: translateY(0);\n    opacity: 1;\n}\n\n.slider-title {\n    font-size: 1.8em;\n    font-weight: 700;\n    line-height: 1.3;\n    margin-bottom: 0;\n    color: white !important;\n    text-shadow: \n        2px 2px 4px rgba(0, 0, 0, 0.9),\n        1px 1px 2px rgba(0, 0, 0, 0.8),\n        3px 3px 6px rgba(0, 0, 0, 0.7),\n        0 0 10px rgba(0, 0, 0, 0.5);\n    animation: slideInUp 0.8s ease-out 0.3s both;\n    letter-spacing: 0.5px;\n}\n\n.slider-nav {\n    position: absolute;\n    top: 50%;\n    transform: translateY(-50%);\n    background: rgba(255, 255, 255, 0.4);\n    border-radius: 10%;\n    color: #1e3a8a;\n    transition: all 0.3s ease;\n    z-index: 10;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);\n    backdrop-filter: blur(5px);\n    border: none;\n    cursor: pointer;\n    width: 40px;\n    height: 40px;\n    font-size: 20px;\n    outline: none;\n    -webkit-tap-highlight-color: transparent;\n}\n\n.slider-nav:hover {\n    background: rgba(255, 255, 255, 0.7);\n    transform: translateY(-50%) scale(1.05);\n    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);\n}\n\n.slider-nav:active {\n    background: rgba(255, 255, 255, 0.7);\n    transform: translateY(-50%) scale(0.95);\n}\n\n.slider-nav:focus {\n    outline: none;\n    background: rgba(255, 255, 255, 0.7);\n}\n\n.slider-prev {\n    left: 20px;\n}\n\n.slider-next {\n    right: 20px;\n}\n\n.slider-dots {\n    position: absolute;\n    bottom: 20px;\n    left: 50%;\n    transform: translateX(-50%);\n    display: flex;\n    gap: 8px;\n    z-index: 10;\n}\n\n.slider-dot {\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: rgba(255, 255, 255, 0.4);\n    cursor: pointer;\n    transition: all 0.3s ease;\n    border: 1px solid rgba(255, 255, 255, 0.3);\n}\n\n.slider-dot.active {\n    background: white;\n    transform: scale(1.3);\n    box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);\n}\n\n.slider-dot:hover {\n    background: rgba(255, 255, 255, 0.7);\n    transform: scale(1.2);\n}\n\n.slider-progress {\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 3px;\n    background: rgba(255, 255, 255, 0.3);\n    z-index: 10;\n}\n\n.slider-progress-bar {\n    height: 100%;\n    background: linear-gradient(90deg, #3b82f6, #1d4ed8);\n    width: 0%;\n    transition: width 4s linear;\n}\n\n@keyframes slideInUp {\n    from {\n        opacity: 0;\n        transform: translateY(30px);\n    }\n    to {\n        opacity: 1;\n        transform: translateY(0);\n    }\n}\n\n\/* \u97ff\u61c9\u5f0f\u8a2d\u8a08 *\/\n@media (max-width: 1024px) {\n    .banner-slider {\n        height: 400px;\n    }\n    \n    .slider-title {\n        font-size: 1.5em;\n    }\n    \n    .slider-content {\n        bottom: 30px;\n        left: 30px;\n        max-width: 80%;\n    }\n\n    .slider-nav {\n        display: none;\n    }\n    \n    .anniversary-logo {\n        width: 100px;\n        top: 15px;\n        left: 15px;\n    }\n}\n\n@media (max-width: 768px) {\n    .banner-slider {\n        height: 350px;\n    }\n    \n    .slider-title {\n        font-size: 1.2em;\n    }\n    \n    .slider-content {\n        bottom: 20px;\n        left: 20px;\n        max-width: 85%;\n    }\n    \n    .slider-nav {\n        display: none;\n    }\n    \n    .anniversary-logo {\n        width: 80px;\n        top: 12px;\n        left: 12px;\n    }\n}\n\n@media (max-width: 480px) {\n    .banner-slider {\n        height: 280px;\n    }\n    \n    .slider-title {\n        font-size: 1em;\n    }\n    \n    .slider-content {\n        bottom: 15px;\n        left: 15px;\n        max-width: 90%;\n    }\n    \n    .slider-nav {\n        display: none;\n    }\n    \n    .anniversary-logo {\n        width: 60px;\n        top: 10px;\n        left: 10px;\n    }\n}\n<\/style>\n\n<!-- Banner \u8f2a\u64ad HTML -->\n<div class=\"banner-slider\" id=\"bannerSlider\">\n    <!-- 42\u9031\u5e74Logo -->\n    <img decoding=\"async\" src=\"https:\/\/ysec.com.tw\/wp-content\/uploads\/2026\/03\/43-th_\u5916\u6846_transparent.png\" alt=\"42\u9031\u5e74\" class=\"anniversary-logo\">\n    \n    <div class=\"slider-track\" id=\"sliderTrack\">\n        <!-- \u8f2a\u64ad\u9805\u76ee 1 -->\n        <div class=\"slider-item active\">\n            <img decoding=\"async\" src=\"https:\/\/ysec.com.tw\/wp-content\/uploads\/2025\/07\/banner111.jpg\" alt=\"\u4ee5\u8aa0\u4fe1\u70ba\u672c \u2027 \u4ee5\u6280\u8853\u9818\u822a \u2027 \u4ee5\u670d\u52d9\u81f4\u52dd\">\n            <div class=\"slider-overlay\"><\/div>\n            <div class=\"slider-content\">\n                <h5 class=\"slider-title\">Rooted in Integrity \u2027 Pioneering through Technology \u2027 Excelling through Service<\/h5>\n            <\/div>\n        <\/div>\n\n        <!-- \u8f2a\u64ad\u9805\u76ee 2 -->\n        <div class=\"slider-item\">\n            <img decoding=\"async\" src=\"https:\/\/ysec.com.tw\/wp-content\/uploads\/2025\/08\/Banner-1-scaled.png\" alt=\"\u5168\u53f0\u7368\u5bb6\u6c11\u9593\u4f01\u696d\u5c0e\u5165\u5fb7\u570b\u767e\u5e74\u5927\u5ee0High Volt 345kV\u7279\u9ad8\u58d3\u4ea4\u6d41\u8010\u58d3\u5171\u632f\u8a66\u9a57\u8a2d\u5099\">\n            <div class=\"slider-overlay\"><\/div>\n            <div class=\"slider-content\">\n                <h5 class=\"slider-title\">Taiwan's sole privately-owned enterprise has procured Ultra-High Voltage (UHV) AC Withstand Voltage Resonance Test Equipment from Germany's High Volt Company<\/h5>\n            <\/div>\n        <\/div>\n\n        <!-- \u8f2a\u64ad\u9805\u76ee 3 -->\n        <div class=\"slider-item\">\n            <img decoding=\"async\" src=\"https:\/\/ysec.com.tw\/wp-content\/uploads\/2025\/12\/\u9996\u9801Flash\u7167\u7247\u66f4\u63db.png\" alt=\"40\u5e74\u7279\u9ad8\u58d3\u96fb\u529b\u5de5\u7a0b\u5c08\u5bb6 \u2027 \u5b89\u5168\u8207\u7cbe\u6e96\u7684\u4fdd\u8b49\">\n            <div class=\"slider-overlay\"><\/div>\n            <div class=\"slider-content\">\n                <h5 class=\"slider-title\">40 Years | High-Voltage Power Engineering Expertise \u2027 Guaranteeing Safety and Precision<\/h5>\n            <\/div>\n        <\/div>\n\n        <!-- \u8f2a\u64ad\u9805\u76ee 4 -->\n        <div class=\"slider-item\">\n            <img decoding=\"async\" src=\"https:\/\/ysec.com.tw\/wp-content\/uploads\/2025\/07\/banner44.jpg\" alt=\"\u5f15\u822a\u5168\u7403\u6a19\u6e96 \u00b7\u5c08\u696d\u7279\u9ad8\u58d3\u4ea4\u6d41\u8010\u58d3\u8a66\u9a57\u5c08\u5bb6\">\n            <div class=\"slider-overlay\"><\/div>\n            <div class=\"slider-content\">\n                <h5 class=\"slider-title\">Navigating Global Standards \u2022 Expertise in Professional AC Withstand Voltage Testing for Extra\/Ultra-High Voltage<\/h5>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- \u5c0e\u822a\u7bad\u982d -->\n    <button class=\"slider-nav slider-prev\" onclick=\"bannerSlider.previousSlide()\">\u2039<\/button>\n    <button class=\"slider-nav slider-next\" onclick=\"bannerSlider.nextSlide()\">\u203a<\/button>\n\n    <!-- \u6307\u793a\u9ede -->\n    <div class=\"slider-dots\">\n        <div class=\"slider-dot active\" onclick=\"bannerSlider.goToSlide(0)\"><\/div>\n        <div class=\"slider-dot\" onclick=\"bannerSlider.goToSlide(1)\"><\/div>\n        <div class=\"slider-dot\" onclick=\"bannerSlider.goToSlide(2)\"><\/div>\n        <div class=\"slider-dot\" onclick=\"bannerSlider.goToSlide(3)\"><\/div>\n    <\/div>\n\n    <!-- \u9032\u5ea6\u689d -->\n    <div class=\"slider-progress\">\n        <div class=\"slider-progress-bar\" id=\"progressBar\"><\/div>\n    <\/div>\n<\/div>\n\n<script>\n\/\/ Banner \u8f2a\u64ad JavaScript\nclass BannerSlider {\n    constructor(containerId) {\n        this.container = document.getElementById(containerId);\n        if (!this.container) return;\n        \n        this.track = document.getElementById('sliderTrack');\n        this.items = this.track.querySelectorAll('.slider-item');\n        this.dots = this.container.querySelectorAll('.slider-dot');\n        this.progressBar = document.getElementById('progressBar');\n        \n        this.currentIndex = 0;\n        this.totalSlides = this.items.length;\n        this.autoPlayInterval = null;\n        this.autoPlayDelay = 3000; \/\/ \u52a0\u5feb\u8f2a\u64ad\u901f\u5ea6\u5230 3 \u79d2\n        \n        this.init();\n    }\n    \n    init() {\n        this.startAutoPlay();\n        this.addEventListeners();\n        this.updateSlider();\n    }\n    \n    addEventListeners() {\n        \n        \/\/ \u9375\u76e4\u63a7\u5236\n        document.addEventListener('keydown', (e) => {\n            if (e.key === 'ArrowLeft') this.previousSlide();\n            if (e.key === 'ArrowRight') this.nextSlide();\n        });\n        \n        \/\/ \u89f8\u63a7\u652f\u63f4\n        let startX = 0;\n        let endX = 0;\n        \n        this.container.addEventListener('touchstart', (e) => {\n            startX = e.touches[0].clientX;\n            this.pauseAutoPlay();\n        });\n        \n        this.container.addEventListener('touchend', (e) => {\n            endX = e.changedTouches[0].clientX;\n            const difference = startX - endX;\n            \n            if (Math.abs(difference) > 50) {\n                if (difference > 0) {\n                    this.nextSlide();\n                } else {\n                    this.previousSlide();\n                }\n            }\n            this.startAutoPlay();\n        });\n    }\n    \n    updateSlider() {\n        \/\/ \u5148\u96b1\u85cf\u6240\u6709\u9805\u76ee\n        this.items.forEach((item, index) => {\n            item.style.opacity = '0';\n            item.classList.remove('active');\n        });\n        \n        \/\/ \u986f\u793a\u7576\u524d\u9805\u76ee\n        this.items[this.currentIndex].style.opacity = '1';\n        this.items[this.currentIndex].classList.add('active');\n        \n        \/\/ \u66f4\u65b0\u6307\u793a\u9ede\n        this.dots.forEach((dot, index) => {\n            dot.classList.toggle('active', index === this.currentIndex);\n        });\n    }\n    \n    nextSlide() {\n        this.currentIndex = (this.currentIndex + 1) % this.totalSlides;\n        this.updateSlider();\n        if (this.autoPlayInterval) {\n            this.startProgress();\n        }\n    }\n    \n    previousSlide() {\n        this.currentIndex = (this.currentIndex - 1 + this.totalSlides) % this.totalSlides;\n        this.updateSlider();\n        if (this.autoPlayInterval) {\n            this.startProgress();\n        }\n    }\n    \n    goToSlide(index) {\n        this.currentIndex = index;\n        this.updateSlider();\n        if (this.autoPlayInterval) {\n            this.startProgress();\n        }\n    }\n    \n    startAutoPlay() {\n        this.pauseAutoPlay();\n        this.startProgress();\n        this.autoPlayInterval = setInterval(() => {\n            this.nextSlide();\n        }, this.autoPlayDelay);\n    }\n    \n    pauseAutoPlay() {\n        if (this.autoPlayInterval) {\n            clearInterval(this.autoPlayInterval);\n            this.autoPlayInterval = null;\n        }\n        this.pauseProgress();\n    }\n    \n    startProgress() {\n        if (!this.progressBar) return;\n        \n        this.resetProgress();\n        \/\/ \u5f37\u5236\u91cd\u6392\u4ee5\u78ba\u4fdd\u6a23\u5f0f\u91cd\u7f6e\u751f\u6548\n        this.progressBar.offsetHeight;\n        \n        this.progressBar.style.transition = `width ${this.autoPlayDelay}ms linear`;\n        \/\/ \u4f7f\u7528 requestAnimationFrame \u78ba\u4fdd\u52d5\u756b\u958b\u59cb\n        requestAnimationFrame(() => {\n            this.progressBar.style.width = '100%';\n        });\n    }\n    \n    pauseProgress() {\n        if (!this.progressBar) return;\n        \n        const currentWidth = this.progressBar.offsetWidth;\n        const containerWidth = this.progressBar.parentElement.offsetWidth;\n        const percentage = (currentWidth \/ containerWidth) * 100;\n        this.progressBar.style.transition = 'none';\n        this.progressBar.style.width = percentage + '%';\n    }\n    \n    resetProgress() {\n        if (!this.progressBar) return;\n        \n        this.progressBar.style.transition = 'none';\n        this.progressBar.style.width = '0%';\n    }\n}\n\n\/\/ \u521d\u59cb\u5316\u8f2a\u64ad\nlet bannerSlider;\n\n\/\/ \u78ba\u4fdd DOM \u8f09\u5165\u5b8c\u6210\u5f8c\u518d\u521d\u59cb\u5316\nfunction initSlider() {\n    if (document.getElementById('bannerSlider') && !bannerSlider) {\n        bannerSlider = new BannerSlider('bannerSlider');\n    }\n}\n\nif (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', initSlider);\n} else {\n    initSlider();\n}\n\n\/\/ \u5ef6\u9072\u521d\u59cb\u5316\u4ee5\u78ba\u4fdd\u5143\u7d20\u5b58\u5728\nsetTimeout(initSlider, 100);\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4e25c07 e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"4e25c07\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f56f981 elementor-widget elementor-widget-heading\" data-id=\"f56f981\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Latest news<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-19482a3 ysec-news-wrapper e-flex e-con-boxed elementor-invisible e-con e-parent\" data-id=\"19482a3\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-cf0c8a4 e-transform e-transform ysec-news-item e-flex e-con-boxed e-con e-child\" data-id=\"cf0c8a4\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.02,&quot;sizes&quot;:[]},&quot;_ha_eqh_enable&quot;:false,&quot;_transform_scale_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-73ff7ab e-con-full e-flex e-con e-child\" data-id=\"73ff7ab\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:7242,&quot;url&quot;:&quot;https:\\\/\\\/ysec.com.tw\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/IMG_7477-scaled.jpg&quot;},{&quot;id&quot;:7243,&quot;url&quot;:&quot;https:\\\/\\\/ysec.com.tw\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/IMG_7607-scaled.jpg&quot;}],&quot;background_slideshow_slide_duration&quot;:2000,&quot;background_slideshow_transition_duration&quot;:800,&quot;background_slideshow_lazyload&quot;:&quot;yes&quot;,&quot;background_slideshow_ken_burns&quot;:&quot;yes&quot;,&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_ken_burns_zoom_direction&quot;:&quot;in&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-70a5459 e-con-full e-flex e-con e-child\" data-id=\"70a5459\" data-element_type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b561e94 elementor-widget elementor-widget-heading\" data-id=\"b561e94\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">\u3010Prospects and Future Opportunities for Energy Transition in the Era of AI Transformation\u3011<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-95b88d9 elementor-widget elementor-widget-text-editor\" data-id=\"95b88d9\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Amid the rise of artificial intelligence, growing electricity demand and carbon reduction targets present both significant challenges and pivotal opportunities for Taiwan\u2019s energy transition. By leveraging AI technologies to optimize smart grid operations and renewable energy management, we are building a more resilient and stable power system. This endeavor represents not only an industrial upgrade but also a firm commitment to co-creating a sustainable, green future in partnership with all sectors of society. By Dr. Chen Speech in Taipei Tech University.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-296301c e-transform e-transform ysec-news-item e-flex e-con-boxed e-con e-child\" data-id=\"296301c\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.02,&quot;sizes&quot;:[]},&quot;_ha_eqh_enable&quot;:false,&quot;_transform_scale_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-cd64ae4 e-flex e-con-boxed e-con e-child\" data-id=\"cd64ae4\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c00c644 elementor-widget__width-initial elementor-widget elementor-widget-video\" data-id=\"c00c644\" data-element_type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-hosted-video elementor-wrapper elementor-open-inline\">\n\t\t\t\t\t<video class=\"elementor-video\" src=\"https:\/\/ysec.com.tw\/wp-content\/uploads\/2026\/02\/2.16\u4e0a\u50b3.mp4\" autoplay=\"\" loop=\"\" controls=\"\" muted=\"muted\" playsinline=\"\" controlslist=\"nodownload\"><\/video>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-537b023 e-con-full e-flex e-con e-child\" data-id=\"537b023\" data-element_type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dbfb021 elementor-widget elementor-widget-heading\" data-id=\"dbfb021\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">\u3010Lunar New Year Greetings from YECS Group\u3011<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-299bbf3 elementor-widget elementor-widget-text-editor\" data-id=\"299bbf3\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>On the joyful occasion of the Lunar New Year, YSEC Group extends its warmest wishes for a prosperous Year of the Horse, may your ventures advance with swift success, your path be filled with new opportunities, and your family be blessed with health, harmony, and enduring happiness.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cc6972b e-transform e-transform ysec-news-item e-flex e-con-boxed e-con e-child\" data-id=\"cc6972b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.02,&quot;sizes&quot;:[]},&quot;_ha_eqh_enable&quot;:false,&quot;_transform_scale_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4da6345 e-flex e-con-boxed e-con e-child\" data-id=\"4da6345\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fff9890 elementor-widget__width-initial elementor-widget elementor-widget-video\" data-id=\"fff9890\" data-element_type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-hosted-video elementor-wrapper elementor-open-inline\">\n\t\t\t\t\t<video class=\"elementor-video\" src=\"https:\/\/ysec.com.tw\/wp-content\/uploads\/2026\/02\/2.6\u4e0a\u50b3.mp4\" autoplay=\"\" loop=\"\" controls=\"\" muted=\"muted\" playsinline=\"\" controlslist=\"nodownload\"><\/video>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c92f65d e-con-full e-flex e-con e-child\" data-id=\"c92f65d\" data-element_type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-524bc0f elementor-widget elementor-widget-heading\" data-id=\"524bc0f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">\u3010Welcoming the Year of the Horse, Embarking on a New Journey Together with YSEC\u3011<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e80338 elementor-widget elementor-widget-text-editor\" data-id=\"4e80338\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>As the Lunar New Year approaches and we welcome the Year of the Horse, YSEC Group hereby extends its warmest and most cordial festive greetings to all.<br \/>On this auspicious occasion, we wish everyone the strength and vitality of the Horse, a year illuminated by promise and achievement, abundant good fortune throughout the seasons, and enduring peace and happiness shared with your families.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8f01912 e-transform e-transform ysec-news-item e-flex e-con-boxed e-con e-child\" data-id=\"8f01912\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.02,&quot;sizes&quot;:[]},&quot;_ha_eqh_enable&quot;:false,&quot;_transform_scale_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-ha-element-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/ysec.com.tw\\\/en\\\/%e5%84%b2%e8%83%bd%e7%b3%bb%e7%b5%b1%e4%bb%8b%e7%b4%b9%e5%8f%8a%e6%87%89%e7%94%a8\\\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;}\" style=\"cursor: pointer\" class=\"elementor-element elementor-element-8b67086 e-flex e-con-boxed e-con e-child\" data-id=\"8b67086\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:7131,&quot;url&quot;:&quot;https:\\\/\\\/ysec.com.tw\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/Screenshot-2026-02-03-at-2.19.45-PM-1.png&quot;}],&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4d1ea5a e-con-full e-flex e-con e-child\" data-id=\"4d1ea5a\" data-element_type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76127dd elementor-widget elementor-widget-heading\" data-id=\"76127dd\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">\u3010EP01: Introduction to Energy Storage Systems (ESS)  \uff5cBy: Dr. Johnson Chen\u3011<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9b34f5d elementor-widget elementor-widget-text-editor\" data-id=\"9b34f5d\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">An Energy Storage System (ESS) is a key technology for storing electrical energy and releasing it when needed, playing a crucial role in integrating renewable energy and stabilizing grid operations. Its fundamental architecture typically includes the Battery Energy Storage System (BESS), Power Conversion System (PCS), Energy Management System (EMS), along with relevant power distribution and safety equipment. Current major energy storage technologies can be categorized into battery storage (e.g., lithium-ion batteries, flow batteries), mechanical storage (e.g., pumped hydro storage, flywheel storage), and thermal energy storage (e.g., molten salt storage).<\/span><\/p><p><span style=\"font-weight: 400;\">In terms of applications, ESS is widely used on the grid side for frequency regulation, peak shaving and valley filling, and emergency backup power. It also supports commercial and industrial applications in demand charge management and power quality improvement. Residential energy storage can be combined with solar power for self-consumption, while the integration of electric vehicles and energy storage (e.g., V2G - Vehicle-to-Grid) is also a key focus for future development. With technological advancements and policy support, energy storage systems will continue to advance the energy transition, enhancing the resilience and sustainability of power systems.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cb1eb4c elementor-widget elementor-widget-button\" data-id=\"cb1eb4c\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/ysec.com.tw\/en\/%e5%84%b2%e8%83%bd%e7%b3%bb%e7%b5%b1%e4%bb%8b%e7%b4%b9%e5%8f%8a%e6%87%89%e7%94%a8\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-12cba76 e-transform e-transform ysec-news-item e-flex e-con-boxed e-con e-child\" data-id=\"12cba76\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.02,&quot;sizes&quot;:[]},&quot;_ha_eqh_enable&quot;:false,&quot;_transform_scale_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-ha-element-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/100mvp.managertoday.com.tw\\\/2025?openExternalBrowser=1&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;}\" style=\"cursor: pointer\" class=\"elementor-element elementor-element-e05e180 e-flex e-con-boxed e-con e-child\" data-id=\"e05e180\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:7085,&quot;url&quot;:&quot;https:\\\/\\\/ysec.com.tw\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/\\u7167\\u7247-scaled.jpg&quot;}],&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-638e14d e-con-full e-flex e-con e-child\" data-id=\"638e14d\" data-element_type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4063d27 elementor-widget elementor-widget-heading\" data-id=\"4063d27\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">\u3010Yung Shiuy Electric\uff5cMVP management organization\u3011<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dd1ac5f elementor-widget elementor-widget-text-editor\" data-id=\"dd1ac5f\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Honored with the 2025 Top 100 MVP Managers award, this achievement belongs to Yung Shiuy group and partners. Over 42 years, we have deeply rooted ourselves in the power systems field, consistently delivering reliable technical services to every client. Faced with industry changes and evolving regulations, we believe that well organizational governance is the cornerstone of sustainable development.\n\nMoving forward, we will continue advancing toward greater transparency, systematic management, and sustainability. By integrating digital experience, strengthening labor safety and quality management, we will embed governance into every service detail.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d624da2 elementor-widget elementor-widget-button\" data-id=\"d624da2\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/100mvp.managertoday.com.tw\/2025?openExternalBrowser=1\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8d1f055 e-transform e-transform ysec-news-item e-flex e-con-boxed e-con e-child\" data-id=\"8d1f055\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.02,&quot;sizes&quot;:[]},&quot;_ha_eqh_enable&quot;:false,&quot;_transform_scale_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3dbf4d1 e-flex e-con-boxed e-con e-child\" data-id=\"3dbf4d1\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7929e3b elementor-widget__width-initial elementor-widget elementor-widget-video\" data-id=\"7929e3b\" data-element_type=\"widget\" data-settings=\"{&quot;video_type&quot;:&quot;hosted&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;play_on_mobile&quot;:&quot;yes&quot;,&quot;loop&quot;:&quot;yes&quot;,&quot;mute&quot;:&quot;yes&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-hosted-video elementor-wrapper elementor-open-inline\">\n\t\t\t\t\t<video class=\"elementor-video\" src=\"https:\/\/ysec.com.tw\/wp-content\/uploads\/2025\/12\/013d6bd4-c234-45a4-b3c0-f71790790de2.mp4\" autoplay=\"\" loop=\"\" controls=\"\" muted=\"muted\" playsinline=\"\" controlslist=\"nodownload\"><\/video>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7b7c379 e-con-full e-flex e-con e-child\" data-id=\"7b7c379\" data-element_type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f83ffd7 elementor-widget elementor-widget-heading\" data-id=\"f83ffd7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">\u3010Thank You for Being with Us \u2013 YSEC Welcomes a Brilliant 2026 Together with You\u3011<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-de29eab elementor-widget elementor-widget-text-editor\" data-id=\"de29eab\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>As the Christmas bells begin to ring, 2025 is drawing to a perfect close.<br \/>All colleagues at YSEC Group would like to extend our deepest gratitude to our long\u2011term partners for your continued support.<br \/>It is your trust that enables us to move forward with even greater confidence in the field of electrical engineering and maintenance.<br \/>In the new year, may peace and joy be with you,<br \/>and may we join hands to stride together into a hopeful 2026!<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-83222a4 e-transform e-transform ysec-news-item e-flex e-con-boxed e-con e-child\" data-id=\"83222a4\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.02,&quot;sizes&quot;:[]},&quot;_ha_eqh_enable&quot;:false,&quot;_transform_scale_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-5106cc6 e-flex e-con-boxed e-con e-child\" data-id=\"5106cc6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:6876,&quot;url&quot;:&quot;https:\\\/\\\/ysec.com.tw\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/IMG_0028-scaled.jpg&quot;},{&quot;id&quot;:6878,&quot;url&quot;:&quot;https:\\\/\\\/ysec.com.tw\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/IMG_0029-scaled.jpg&quot;},{&quot;id&quot;:6879,&quot;url&quot;:&quot;https:\\\/\\\/ysec.com.tw\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/IMG_0032-scaled.jpg&quot;},{&quot;id&quot;:6880,&quot;url&quot;:&quot;https:\\\/\\\/ysec.com.tw\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/IMG_0036-scaled.jpg&quot;}],&quot;background_slideshow_slide_duration&quot;:2000,&quot;background_slideshow_lazyload&quot;:&quot;yes&quot;,&quot;background_slideshow_ken_burns&quot;:&quot;yes&quot;,&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500,&quot;background_slideshow_ken_burns_zoom_direction&quot;:&quot;in&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6aa5397 e-con-full e-flex e-con e-child\" data-id=\"6aa5397\" data-element_type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d231b3d elementor-widget elementor-widget-heading\" data-id=\"d231b3d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">\u3010Annual Japan Employee Trip: Aligning with Our Corporate Sustainability Goals\u3011<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-de1cbac elementor-widget elementor-widget-text-editor\" data-id=\"de1cbac\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Our annual company trip to Japan is designed not only for cultural immersion and team bonding but also to integrate our core value of corporate sustainability. We are committed to selecting environmentally certified accommodations and transportation, and our itinerary will include eco-tours to support local communities.\n\nWe strongly encourage all employees to participate in our waste-reduction initiative by bringing reusable utensils and containers, minimizing single-use plastic waste throughout our journey.<\/span><\/p><p><span style=\"font-weight: 400;\">This trip reflects our dedication to employee well-being and operational excellence, demonstrating that our commitment to sustainability extends beyond the workplace. Let us enjoy the beauty of Japan while collectively taking actionable steps towards a more sustainable future.<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a9138ef e-transform e-transform ysec-news-item e-flex e-con-boxed e-con e-child\" data-id=\"a9138ef\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.02,&quot;sizes&quot;:[]},&quot;_ha_eqh_enable&quot;:false,&quot;_transform_scale_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-862dff4 e-flex e-con-boxed e-con e-child\" data-id=\"862dff4\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:6628,&quot;url&quot;:&quot;https:\\\/\\\/ysec.com.tw\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/Frame-28.jpg&quot;}],&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b6a2e73 e-con-full e-flex e-con e-child\" data-id=\"b6a2e73\" data-element_type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb36bf9 elementor-widget elementor-widget-heading\" data-id=\"fb36bf9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">\u3010Yung Shiuy Electric \u00d7 NTUT EMBA 114 \u2014 Nurturing Visionary Leaders of the Future\u3011<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d1e1033 elementor-widget elementor-widget-text-editor\" data-id=\"d1e1033\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Yung Shiuy is honored to sponsor the NTUT EMBA 114 Orientation Event, warmly welcoming all new students!<\/span><\/p><p><span style=\"font-weight: 400;\">The New Student Seminar has been successfully held, sincerely welcoming the arrival of these outstanding individuals. This event fully demonstrates NTUT\u2019s commitment to promoting excellence in sustainable education and rooting the core values of business leadership.<\/span><\/p><p><span style=\"font-weight: 400;\">Let us work together to cultivate visionary leaders who will shape the future and create a new chapter!<\/span><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5421a2b e-transform e-transform ysec-news-item e-flex e-con-boxed e-con e-child\" data-id=\"5421a2b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.02,&quot;sizes&quot;:[]},&quot;_ha_eqh_enable&quot;:false,&quot;_transform_scale_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-ha-element-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/money.udn.com\\\/money\\\/story\\\/6722\\\/8810871&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;}\" style=\"cursor: pointer\" class=\"elementor-element elementor-element-0019a1f e-flex e-con-boxed e-con e-child\" data-id=\"0019a1f\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:5411,&quot;url&quot;:&quot;https:\\\/\\\/ysec.com.tw\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/\\u9b5a\\u82d7\\u653e\\u990a-scaled.jpg&quot;}],&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-35d1a4c e-con-full e-flex e-con e-child\" data-id=\"35d1a4c\" data-element_type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b1c9d70 elementor-widget elementor-widget-heading\" data-id=\"b1c9d70\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">\u3010Yung shiuy Electric \u00d7 National Taipei University of Technology  to Build a Sustainable Blue Ocean\u3011<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d5e5b4a elementor-widget elementor-widget-text-editor\" data-id=\"d5e5b4a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\"Educate the sea, educate people, and educate sustainability! \"Yung Shiuy Electric has joined hands with the \"Blue Project\" of National Taipei University of Technology for three consecutive years to take practical actions to restore Keelung's marine ecology! Through industry-government-university cooperation to release native fry, we will not only restore the balance of marine ecology, but also light up the hope of the next generation for a sustainable future.<\/p><p>As a practitioner of green energy, Yung Shiuy firmly believes that \"electricity can light up the city, and action can illuminate the ocean.\" The return of every fry is a commitment of the company to the good of the environment. Let us work with NTUT to \"fill\" Taiwan's sustainable ecology with vitality!<\/p><p>#Yung Shiuy Sustainable Action #Blue Energy Future #ESG for the better<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-323d08a elementor-widget elementor-widget-button\" data-id=\"323d08a\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/money.udn.com\/money\/story\/6722\/8810871\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ebcff06 e-transform e-transform ysec-news-item e-flex e-con-boxed e-con e-child\" data-id=\"ebcff06\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_transform_scale_effect_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.02,&quot;sizes&quot;:[]},&quot;_ha_eqh_enable&quot;:false,&quot;_transform_scale_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_scale_effect_hover_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div data-ha-element-link=\"{&quot;url&quot;:&quot;https:\\\/\\\/crosswisenews.com\\\/ntut-emba-sailing-penghu-2025\\\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;}\" style=\"cursor: pointer\" class=\"elementor-element elementor-element-5cbef27 e-flex e-con-boxed e-con e-child\" data-id=\"5cbef27\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:5571,&quot;url&quot;:&quot;https:\\\/\\\/ysec.com.tw\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/LINE_ALBUM_Penghu-Regatta-\\u6f8e\\u6e56\\u5cf6\\u5e06\\u8239\\u9031\\u7cfb\\u5217\\u8cfd-\\u5b98\\u65b9\\u767c\\u4f48\\u76f8\\u95dc\\u7167\\u7247_250710_22.jpg&quot;}],&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a38bdc0 e-con-full e-flex e-con e-child\" data-id=\"a38bdc0\" data-element_type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-19a1aa8 elementor-widget elementor-widget-heading\" data-id=\"19a1aa8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">\u3010Yung Shiuy Electric Sustainable Leader\u3011<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a8e9fe elementor-widget elementor-widget-text-editor\" data-id=\"4a8e9fe\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\"Ride the wind and waves, and move forward sustainably! \"Yung Shiuy Electric takes action support the National Taipei University of Technology EMBA sailing team in the Penghu \"Kuroshio Road\", paying tribute to the pioneering spirit of the ancestors! As the benchmark for ESG practice, we firmly believe that the ocean is the key field for sustainable development-from the historical background of the sailing trade in the 16th century to the integration of modern team management and new energy technology, Yung Shiuy is backed by smart power technology and is heading for a green future together with the EMBA elite.<\/p><p>When the sails are raised, we not only compete for the waves, but also practice the promise of the company and the environment for the better. Yung Shiuy Electric, work with you to \"charge\" to a new era of sustainability!<\/p><p>#Brave and Sustainable Helmsman #Kuroshio Spirit #ESG Action School<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1bc4c49 elementor-widget elementor-widget-button\" data-id=\"1bc4c49\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/crosswisenews.com\/ntut-emba-sailing-penghu-2025\/\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Read more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-55ee063 ysec-news-toggle elementor-align-center elementor-widget elementor-widget-elementskit-button\" data-id=\"55ee063\" data-element_type=\"widget\" data-widget_type=\"elementskit-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >\t\t<div class=\"ekit-btn-wraper\">\n\t\t\t\t\t\t\t<a class=\"elementskit-btn ysec-news-toggle whitespace--normal\" id=\"\">\n\t\t\t\t\tView more news<svg class=\"e-font-icon-svg e-fas-chevron-down\" viewbox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\"><\/path><\/svg>\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>\u4ee5\u8aa0\u4fe1\u70ba\u672c \u2027 \u4ee5\u6280\u8853\u9818\u822a \u2027 \u4ee5\u670d\u52d9\u81f4\u52dd \u5168\u53f0\u7368\u5bb6\u6c11\u9593\u4f01\u696d\u5c0e\u5165\u5fb7\u570b\u767e\u5e74\u5927\u5ee0High Volt 345kV\u7279\u9ad8 [&hellip;]<\/p>","protected":false},"author":1,"featured_media":3278,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_uag_custom_page_level_css":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-4311","page","type-page","status-publish","has-post-thumbnail","hentry"],"aioseo_notices":[],"uagb_featured_image_src":{"full":["https:\/\/ysec.com.tw\/wp-content\/uploads\/2025\/06\/cropped-Logo-2.png",452,491,false],"thumbnail":["https:\/\/ysec.com.tw\/wp-content\/uploads\/2025\/06\/cropped-Logo-2-150x150.png",150,150,true],"medium":["https:\/\/ysec.com.tw\/wp-content\/uploads\/2025\/06\/cropped-Logo-2-276x300.png",276,300,true],"medium_large":["https:\/\/ysec.com.tw\/wp-content\/uploads\/2025\/06\/cropped-Logo-2.png",452,491,false],"large":["https:\/\/ysec.com.tw\/wp-content\/uploads\/2025\/06\/cropped-Logo-2.png",452,491,false],"1536x1536":["https:\/\/ysec.com.tw\/wp-content\/uploads\/2025\/06\/cropped-Logo-2.png",452,491,false],"2048x2048":["https:\/\/ysec.com.tw\/wp-content\/uploads\/2025\/06\/cropped-Logo-2.png",452,491,false],"trp-custom-language-flag":["https:\/\/ysec.com.tw\/wp-content\/uploads\/2025\/06\/cropped-Logo-2-11x12.png",11,12,true]},"uagb_author_info":{"display_name":"zhijian090195@gmail.com","author_link":"https:\/\/ysec.com.tw\/en\/author\/zhijian090195gmail-com\/"},"uagb_comment_info":0,"uagb_excerpt":"\u4ee5\u8aa0\u4fe1\u70ba\u672c \u2027 \u4ee5\u6280\u8853\u9818\u822a \u2027 \u4ee5\u670d\u52d9\u81f4\u52dd \u5168\u53f0\u7368\u5bb6\u6c11\u9593\u4f01\u696d\u5c0e\u5165\u5fb7\u570b\u767e\u5e74\u5927\u5ee0High Volt 345kV\u7279\u9ad8&hellip;","_links":{"self":[{"href":"https:\/\/ysec.com.tw\/en\/wp-json\/wp\/v2\/pages\/4311","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ysec.com.tw\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ysec.com.tw\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ysec.com.tw\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ysec.com.tw\/en\/wp-json\/wp\/v2\/comments?post=4311"}],"version-history":[{"count":572,"href":"https:\/\/ysec.com.tw\/en\/wp-json\/wp\/v2\/pages\/4311\/revisions"}],"predecessor-version":[{"id":7284,"href":"https:\/\/ysec.com.tw\/en\/wp-json\/wp\/v2\/pages\/4311\/revisions\/7284"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ysec.com.tw\/en\/wp-json\/wp\/v2\/media\/3278"}],"wp:attachment":[{"href":"https:\/\/ysec.com.tw\/en\/wp-json\/wp\/v2\/media?parent=4311"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}