{"id":4502,"date":"2022-09-29T21:43:54","date_gmt":"2022-09-29T13:43:54","guid":{"rendered":"https:\/\/age.triwra.org.tw\/2021symposium\/?page_id=4502"},"modified":"2022-10-06T14:33:08","modified_gmt":"2022-10-06T06:33:08","slug":"2021%e8%ab%96%e5%a3%87","status":"publish","type":"page","link":"https:\/\/age.triwra.org.tw\/symposium\/2021%e8%ab%96%e5%a3%87\/","title":{"rendered":"2021\u8ad6\u58c7"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4502\" class=\"elementor elementor-4502\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-c40aeb6 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c40aeb6\" data-element_type=\"section\" id=\"age_banner_container\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ad9d474\" data-id=\"ad9d474\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-635b780 elementor-hidden-phone elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-html\" data-id=\"635b780\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0b25f6\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span><style>\n.age-banner-bg2 {\n\tbackground: linear-gradient(45deg, #00796B, #559651, #B5CA40);\n\tbackground-size: 400% 400%;\n\tanimation: gradient 15s ease infinite;\n}\n\n@keyframes gradient {\n\t0% {\n\t\tbackground-position: 30% 50%;\n\t}\n\t50% {\n\t\tbackground-position: 80% 50%;\n\t}\n\t100% {\n\t\tbackground-position: 30% 50%;\n\t}\n}\n\n\n#age_banner_container {\n  perspective: 10px;\n}\n\n#inner {\n  transition: transform 0.5s;\n  -webkit-transition: transform 0.5s;\n  \/\/box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.2);\n}\n\n\/*============================================================\n * EXTRAS\n *============================================================*\/\n\n.demo-img {\n  \/* Photo by David Marcu on Unsplash *\/\n  background-image: url(\"\");\n  background-size: cover;\n  background-repeat: no-repeat;\n}\n\n#age_banner_container:hover .demo-overlay {\n  opacity: 1;\n}\n\n#age_banner_container:hover {\n  cursor: pointer;\n}\n\n.demo-overlay {\n  width: 25em;\n  padding: 10em 0;\n  opacity: 0;\n  background-color: rgba(0, 0, 0, 0.5);\n  transition: opacity 0.4s;\n}\n\n.demo-overlay svg {\n  display: block;\n  margin: 0 auto;\n  fill: white;\n}\n<\/style>\n\n<script>\n    \/\/ ===========================================================\n\/\/ See tutorial at : \n\/\/ https:\/\/css-tricks.com\/animate-a-container-on-mouse-over-using-perspective-and-transform\/\n\/\/ ===========================================================\n\n(function() {\n  \/\/ Init\n  var container = document.getElementById(\"age_banner_container\"),\n      inner = document.getElementById(\"inner\");\n\n  \/\/ Mouse\n  var mouse = {\n    _x: 0,\n    _y: 0,\n    x: 0,\n    y: 0,\n    updatePosition: function(event) {\n      var e = event || window.event;\n      this.x = e.clientX - this._x;\n      this.y = (e.clientY - this._y) * -1;\n    },\n    setOrigin: function(e) {\n      this._x = e.offsetLeft + Math.floor(e.offsetWidth \/ 2);\n      this._y = e.offsetTop + Math.floor(e.offsetHeight \/ 2);\n    },\n    show: function() {\n      return \"(\" + this.x + \", \" + this.y + \")\";\n    }\n  };\n\n  \/\/ Track the mouse position relative to the center of the container.\n  mouse.setOrigin(container);\n\n  \/\/----------------------------------------------------\n\n  var counter = 0;\n  var refreshRate = 10;\n  var isTimeToUpdate = function() {\n    return counter++ % refreshRate === 0;\n  };\n\n  \/\/----------------------------------------------------\n\n  var onMouseEnterHandler = function(event) {\n    update(event);\n  };\n\n  var onMouseLeaveHandler = function() {\n    inner.style = \"\";\n  };\n\n  var onMouseMoveHandler = function(event) {\n    if (isTimeToUpdate()) {\n      update(event);\n    }\n  };\n\n  \/\/----------------------------------------------------\n\n  var update = function(event) {\n    mouse.updatePosition(event);\n    updateTransformStyle(\n      (mouse.y \/ inner.offsetHeight \/0.2).toFixed(2),\n      (mouse.x \/ inner.offsetWidth \/ 0.2).toFixed(2)\n    );\n  };\n\n  var updateTransformStyle = function(x, y) {\n    var style = \"rotateX(\" + x + \"deg) rotateY(\" + y + \"deg)\";\n    inner.style.transform = style;\n    inner.style.webkitTransform = style;\n    inner.style.mozTranform = style;\n    inner.style.msTransform = style;\n    inner.style.oTransform = style;\n  };\n\n  \/\/--------------------------------------------------------\n\n  container.onmousemove = onMouseMoveHandler;\n  container.onmouseleave = onMouseLeaveHandler;\n  container.onmouseenter = onMouseEnterHandler;\n})();\n\n<\/script>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ddb2013 elementor-hidden-phone elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-html\" data-id=\"ddb2013\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0b374b\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span><style>\n.net-cricle-container img{\n\n  animation-name: net-circle-rotate;\n  animation-duration: 15s;\n  animation-iteration-count: infinite;\n  animation-timing-function: linear; \n}\n@keyframes net-circle-rotate {\n    from {\n        transform:rotate(0deg);\n    }\n    to {\n        transform:rotate(360deg);\n    }\n}\n\n@keyframes bg-l2r-color {\n    from {\n        width: 0%;\n    }\n    to {\n        width: 100%;\n    }\n}\n<\/style>\n\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-e321c3c elementor-section-stretched age-about-section elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e321c3c\" data-element_type=\"section\" id=\"age-about-section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-fa20373\" data-id=\"fa20373\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a9350af elementor-absolute elementor-widget elementor-widget-menu-anchor\" data-id=\"a9350af\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0b548b\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<div id=\"About_Section\" class=\"elementor-menu-anchor\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-775716b elementor-widget elementor-widget-shortcode\" data-id=\"775716b\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0c4b5d\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2262\" class=\"elementor elementor-2262\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-cd100db age-about-section elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"cd100db\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c598a2b animated-slow\" data-id=\"c598a2b\" data-element_type=\"column\" id=\"age-about-left-part\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;,&quot;animation_delay&quot;:1000}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e10af6e elementor-hidden-phone elementor-widget elementor-widget-text-editor\" data-id=\"e10af6e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0b9c9b\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p style=\"line-height: 1;\"><span style=\"font-size: 43px; display: flex;\"><br \/>\n<i class=\"fas fa-leaf\" style=\"align-self: flex-end; padding: 5px; font-weight: 600; color: #0b7c67; font-size: 36px;\"><\/i><br \/>\n<span style=\"font-size: 56px;\">\u95dc\u65bc\u8ad6\u58c7<span style=\"font-size: 32px; color: #f90; font-weight: bold;\"> ABOUT<\/span><\/span><\/span><\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1342dc3 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-text-editor\" data-id=\"1342dc3\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0bb1cb\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div style=\"line-height: 1; text-align: center;\">\n<p><i class=\"fas fa-leaf\" style=\"align-self: flex-end; padding: 5px; font-weight: 600; color: #0b7c67; font-size: 36px;\"><\/i><br \/>\n<span style=\"font-size: 220%;\"><span style=\"font-size: 100%;\">\u95dc\u65bc\u8ad6\u58c7<br \/>\n<\/span><\/span><\/p>\n<p style=\"font-size: 150%; color: #f90; font-weight: bold; margin-top: -25px;\">ABOUT<\/p>\n<\/div>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-83b4cde elementor-widget elementor-widget-text-editor\" data-id=\"83b4cde\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0bc7c0\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p><span style=\"color: #707070; font-size: 22px;\">\u3000\u3000\u914d\u5408\u570b\u5bb6\u80fd\u6e90\u8f49\u578b\uff0c\u884c\u653f\u9662\u8fb2\u696d\u59d4\u54e1\u6703\u81f4\u529b\u65bc\u63a8\u52d5\u8fb2\u696d\u8207\u7da0\u80fd\u9054\u5230\u5171\u5b58\u5171\u69ae\u3002\u570b\u969b\u4e0a\u591a\u570b\u5df2\u5c07\u516c\u6c11\u53c3\u8207\u6a5f\u5236\u878d\u5165\u8fb2\u696d\u7da0\u80fd\u653f\u7b56\u63a8\u52d5\uff0c\u900f\u904e\u8207\u6c11\u6e9d\u901a\u904e\u7a0b\uff0c\u77ad\u89e3\u793e\u6703\u9700\u6c42\uff0c\u4e26\u8f49\u5316\u70ba\u653f\u7b56\u63a8\u884c\u4e4b\u52d5\u80fd\u3002\u672c\u6b21\u8ad6\u58c7\u91cd\u78c5\u9080\u8acb\u65e5\u3001\u97d3\u3001\u5fb7\u3001\u81fa\u7da0\u80fd\u5c08\u5bb6\uff0c\u5206\u4eab\u5404\u570b\u516c\u6c11\u53c3\u8207\u8fb2\u696d\u7da0\u80fd\u767c\u5c55\u4e4b\u5be6\u52d9\u7d93\u9a57\uff0c\u4e26\u91dd\u5c0d\u6211\u570b\u8fb2\u696d\u8207\u7da0\u80fd\u7684\u672a\u4f86\u9858\u666f\u8207\u6311\u6230\u9032\u884c\u4ea4\u6d41\u8207\u5206\u4eab\u3002<\/span><\/p>\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b742057 elementor-hidden-tablet elementor-hidden-phone\" data-id=\"b742057\" data-element_type=\"column\" data-settings=\"{&quot;animation&quot;:&quot;none&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-1db3142 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1db3142\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-94e2eeb\" data-id=\"94e2eeb\" data-element_type=\"column\" id=\"age-image-part-out\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-604261d age-image-part animated-slow bdt-navigation-type-arrows bdt-carousel-style-carousel elementor-widget elementor-widget-bdt-panel-slider\" data-id=\"604261d\" data-element_type=\"widget\" id=\"age-image-part\" data-settings=\"{&quot;columns&quot;:&quot;1&quot;,&quot;_animation&quot;:&quot;none&quot;,&quot;_animation_delay&quot;:1000,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;}\" data-widget_type=\"bdt-panel-slider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0c2b3e\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<div class=\"bdt-arrows-align-center bdt-panel-slider bdt-skin-default\" data-settings=\"{&quot;speed&quot;:500,&quot;pauseOnHover&quot;:true,&quot;slidesPerView&quot;:1,&quot;slidesPerGroup&quot;:1,&quot;effect&quot;:&quot;carousel&quot;,&quot;breakpoints&quot;:{&quot;767&quot;:{&quot;slidesPerView&quot;:2,&quot;spaceBetween&quot;:0,&quot;slidesPerGroup&quot;:1},&quot;1023&quot;:{&quot;slidesPerView&quot;:1,&quot;spaceBetween&quot;:0,&quot;slidesPerGroup&quot;:1}},&quot;navigation&quot;:{&quot;nextEl&quot;:&quot;#bdt-panel-slider-604261d .bdt-navigation-next&quot;,&quot;prevEl&quot;:&quot;#bdt-panel-slider-604261d .bdt-navigation-prev&quot;},&quot;pagination&quot;:{&quot;el&quot;:&quot;#bdt-panel-slider-604261d .swiper-pagination&quot;,&quot;type&quot;:&quot;&quot;,&quot;clickable&quot;:&quot;true&quot;,&quot;dynamicBullets&quot;:false},&quot;scrollbar&quot;:{&quot;el&quot;:&quot;#bdt-panel-slider-604261d .swiper-scrollbar&quot;,&quot;hide&quot;:&quot;true&quot;},&quot;coverflowEffect&quot;:{&quot;rotate&quot;:50,&quot;stretch&quot;:0,&quot;depth&quot;:100,&quot;modifier&quot;:1,&quot;slideShadows&quot;:true}}\" id=\"bdt-panel-slider-604261d\" data-widget-settings=\"{&quot;id&quot;:&quot;#bdt-panel-slider-604261d&quot;,&quot;mouseInteractivity&quot;:false}\">\n\t\t\t<div class=\"swiper-container\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"bdt-panel-slide-item swiper-slide bdt-transition-toggle\">\n\n\t\t\t\t\t\t\t<div class=\"bdt-panel-slide-thumb-wrapper\">\n\t\t\t\t\t\t\t\t<div class=\"bdt-panel-slide-thumb bdt-background-cover\" data-depth=\"0.2\" style=\"background-image: url(https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/\u9996\u98011-scaled.jpg);\"><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"bdt-panel-slide-desc bdt-position-bottom-left bdt-position-z-index\">\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\n\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"bdt-position-z-index bdt-position-center\">\r\n\t\t\t\t<div class=\"bdt-arrows-container bdt-slidenav-container\">\r\n\t\t\t\t\t<a href=\"\" class=\"bdt-navigation-prev bdt-slidenav-previous bdt-icon bdt-slidenav\">\r\n\t\t\t\t\t\t<i class=\"ep-icon-arrow-left-0\" aria-hidden=\"true\"><\/i>\r\n\t\t\t\t\t<\/a>\r\n\t\t\t\t\t<a href=\"\" class=\"bdt-navigation-next bdt-slidenav-next bdt-icon bdt-slidenav\">\r\n\t\t\t\t\t\t<i class=\"ep-icon-arrow-right-0\" aria-hidden=\"true\"><\/i>\r\n\t\t\t\t\t<\/a>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t\r\n\t\t<\/div>\r\n\r\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-26348b5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"26348b5\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-fdbd181\" data-id=\"fdbd181\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4b34192 elementor-widget elementor-widget-html\" data-id=\"4b34192\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0c4915\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n<style>\n.age-about-section .age-image-part, .age-image-part{\n    right: 0px;\n    top: 0px;\n}\n.age-about-section:hover .age-image-part, .age-image-part:hover {\n    box-shadow: 20px 20px 5px 2px #e1e1e1;\n    border-radius: 15px;\n    transform: translate(-20px, -20px);\n    right: 20px;\n    top: -20px;\n}\n\n.age-about-section .age-image-part {\n    transition-duration: 0.3s;\n}\n.age-about-section .age-image-part .bdt-panel-slider .bdt-panel-slide-item .bdt-panel-slide-thumb{\n    border-top: 15px solid #ff9b0599;;\n    border-radius: 15px\n}\na.bdt-navigation-prev.bdt-icon.bdt-position-z-index.bdt-position-center-left.swiper-button-disabled{\n    display: none;\n}\na.bdt-navigation-next.bdt-icon.bdt-position-z-index.bdt-position-center-right.swiper-button-disabled{\n    display: none;\n}\n<\/style>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-5b58b31 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5b58b31\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-03e2196\" data-id=\"03e2196\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5c5fccc elementor-absolute elementor-widget elementor-widget-menu-anchor\" data-id=\"5c5fccc\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0c679b\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<div id=\"Speaker_Section\" class=\"elementor-menu-anchor\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9fb286f elementor-widget elementor-widget-shortcode\" data-id=\"9fb286f\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1113f4\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2299\" class=\"elementor elementor-2299\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-60dc1d0e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"60dc1d0e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4493c5c4\" data-id=\"4493c5c4\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-69defa18 elementor-hidden-phone elementor-widget elementor-widget-text-editor\" data-id=\"69defa18\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0cb06a\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p style=\"line-height: 1;\"><span style=\"font-size: 43px; display: flex;\"><br \/>\n<i class=\"fas fa-microphone-alt\" style=\"align-self: flex-end; padding: 5px; font-weight: 600; color: #0b7c67; font-size: 36px;\"><\/i><br \/>\n<span style=\"font-size: 56px;\">\u8b1b\u8005<span style=\"font-size: 32px; color: #f90; font-weight: bold;\"> SPEAKER<\/span><\/span><\/span><\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ac17b40 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-text-editor\" data-id=\"ac17b40\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0cc497\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div style=\"line-height: 1; text-align: center;\">\n<p><i class=\"fas fa-microphone-alt\" style=\"align-self: flex-end; padding: 5px; font-weight: 600; color: #0b7c67; font-size: 36px;\"><\/i><br \/>\n<span style=\"font-size: 220%;\"><span style=\"font-size: 100%;\">\u8b1b\u8005<br \/>\n<\/span><\/span><\/p>\n<p style=\"font-size: 150%; color: #f90; font-weight: bold; margin-top: -25px;\">SPEAKER<\/p>\n<\/div>\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-27c2cfb age-speaker-part elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"27c2cfb\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-b1e4fd6\" data-id=\"b1e4fd6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-616b1f9 elementor-widget elementor-widget-bdt-member\" data-id=\"616b1f9\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0d0cce\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n                <div class=\"bdt-member-photo-wrapper bdt-image-mask\">\n\n                    \n                        <div class=\"bdt-member-photo\">\n                            <div class=\" bdt-transition-scale-up\">\n                                <img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/01-\u65e5\u672c\u975c\u5ca1\u7e23\u6d5c\u677e\u5e02\u80fd\u6e90\u653f\u7b56\u79d1_\u68ee\u9686\u4ec1\u526f\u79d1\u9577_\u5708.jpg\" title=\"01 \u65e5\u672c\u975c\u5ca1\u7e23\u6d5c\u677e\u5e02\u80fd\u6e90\u653f\u7b56\u79d1_\u68ee\u9686\u4ec1\u526f\u79d1\u9577_\u5708\" alt=\"01 \u65e5\u672c\u975c\u5ca1\u7e23\u6d5c\u677e\u5e02\u80fd\u6e90\u653f\u7b56\u79d1_\u68ee\u9686\u4ec1\u526f\u79d1\u9577_\u5708\" \/>                            <\/div>\n                        <\/div>\n\n                        \n                <\/div>\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u68ee\u9686\u4ec1<br>Takahito Mori<\/span>\n                                                    <span class=\"bdt-member-role\">\u65e5\u672c\u975c\u5ca1\u7e23\u6d5c\u677e\u5e02\u80fd\u6e90\u653f\u7b56\u79d1<br> \u526f\u79d1\u9577<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d8ce105 elementor-widget elementor-widget-modalpopup\" data-id=\"d8ce105\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0d231a\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-340\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #FF9900;\" class=\"model-popup-btn popup-340 mega-uae-btn hvr-fade\" data-id=\"popup-340\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"\" style=\"padding-right: 5px;\"> <\/i> MORE<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup none animated\" id=\"popup-340\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 400px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #00000000; text-align: center; color: #FFFFFF00; background: #18181800; font-size: 19px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2802\" class=\"elementor elementor-2802\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-2d45a559 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2d45a559\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7b908a52\" data-id=\"7b908a52\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-4a98b18b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4a98b18b\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-3ce4155e\" data-id=\"3ce4155e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-55c74dec elementor-widget elementor-widget-image\" data-id=\"55c74dec\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1907f9\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"150\" height=\"150\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/01-\u65e5\u672c\u975c\u5ca1\u7e23\u6d5c\u677e\u5e02\u80fd\u6e90\u653f\u7b56\u79d1_\u68ee\u9686\u4ec1\u526f\u79d1\u9577_\u5708-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"01 \u65e5\u672c\u975c\u5ca1\u7e23\u6d5c\u677e\u5e02\u80fd\u6e90\u653f\u7b56\u79d1_\u68ee\u9686\u4ec1\u526f\u79d1\u9577_\u5708\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-b8e5595 elementor-widget elementor-widget-bdt-member\" data-id=\"b8e5595\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c192820\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u68ee\u9686\u4ec1<br>Takahito Mori<\/span>\n                                                    <span class=\"bdt-member-role\">\u65e5\u672c\u975c\u5ca1\u7e23\u6d5c\u677e\u5e02\u7522\u696d\u90e8\u80fd\u6e90\u653f\u7b56\u79d1<br>\u526f\u79d1\u9577<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-15d9df42 elementor-widget elementor-widget-bdt-member\" data-id=\"15d9df42\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c194687\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                                                    <div class=\"bdt-member-text bdt-content-wrap\">\u3000\u3000\u68ee\u9686\u4ec1\u526f\u79d1\u9577\u65bc1994\u5e74\u9032\u5165\u65e5\u672c\u975c\u5ca1\u7e23\u6d5c\u677e\u5e02\u516c\u6240\u4efb\u8077\uff0c\u5148\u5f8c\u65bc\u8fb2\u696d\u3001\u8cc7\u8a0a\u3001\u74b0\u5883\u3001\u7522\u696d\u7b49\u90e8\u9580\u670d\u52d9\u30022021\u5e74\u8d77\u4efb\u8077\u65bc\u80fd\u6e90\u653f\u7b56\u79d1\uff0c\u5f9e\u4e8b\u6d5c\u677e\u5e02\u80fd\u6e90\u653f\u7b56\u898f\u5283\u7b49\u5404\u9805\u696d\u52d9\uff0c\u76ee\u524d\u81f4\u529b\u65bc\u63a8\u52d5\u6d5c\u677e\u5e02\u518d\u751f\u80fd\u6e90\u8207\u592a\u967d\u80fd\u5149\u96fb\u767c\u5c55\u3002<\/div>\n                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-340 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-340 .button--winona::after {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-de12fa9\" data-id=\"de12fa9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0065c33 elementor-widget elementor-widget-bdt-member\" data-id=\"0065c33\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0d5f3a\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n                <div class=\"bdt-member-photo-wrapper bdt-image-mask\">\n\n                    \n                        <div class=\"bdt-member-photo\">\n                            <div class=\" bdt-transition-scale-up\">\n                                <img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708.jpg\" title=\"02 \u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708\" alt=\"02 \u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708\" \/>                            <\/div>\n                        <\/div>\n\n                        \n                <\/div>\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u674e\u5c1a\u4fca<br>Sangjun Lee<\/span>\n                                                    <span class=\"bdt-member-role\">\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u784f\u7a76\u9662<br>\u784f\u7a76\u54e1\u517c\u6c23\u5019\u653f\u7b56\u7d44\u7d44\u9577<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-234b7e9 elementor-widget elementor-widget-modalpopup\" data-id=\"234b7e9\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0d72b8\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-281\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #FF9900;\" class=\"model-popup-btn popup-281 mega-uae-btn hvr-fade\" data-id=\"popup-281\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"\" style=\"padding-right: 5px;\"> <\/i> MORE<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-281\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 400px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #00000000; text-align: center; color: #FFFFFF00; background: #18181800; font-size: 19px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2839\" class=\"elementor elementor-2839\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-49e50434 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"49e50434\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1a758119\" data-id=\"1a758119\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-4bcd22c8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4bcd22c8\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-75edc2dd\" data-id=\"75edc2dd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-29208d1a elementor-widget elementor-widget-image\" data-id=\"29208d1a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c197e46\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"150\" height=\"150\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"02 \u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708\" loading=\"lazy\" srcset=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-150x150.jpg 150w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-300x300.jpg 300w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-1024x1024.jpg 1024w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-768x768.jpg 768w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-1536x1536.jpg 1536w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-2048x2048.jpg 2048w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-500x500.jpg 500w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-800x800.jpg 800w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-1280x1280.jpg 1280w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-1920x1920.jpg 1920w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/>\t\t\t\t\t\t\t\t\t\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-64df1eac elementor-widget elementor-widget-bdt-member\" data-id=\"64df1eac\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c199d4d\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u674e\u5c1a\u4fca<br>Sangjun Lee<\/span>\n                                                    <span class=\"bdt-member-role\">\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u784f\u7a76\u9662<br>\u784f\u7a76\u54e1\u517c\u6c23\u5019\u653f\u7b56\u7d44\u7d44\u9577<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c9347e2 elementor-widget elementor-widget-bdt-member\" data-id=\"7c9347e2\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c19bb0f\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                                                    <div class=\"bdt-member-text bdt-content-wrap\">\u3000\u3000\u674e\u5c1a\u4fca\u535a\u58eb\u73fe\u70ba\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662(Korea Energy Economics Institute, KEEI)\u7814\u7a76\u54e1\u517c\u6c23\u5019\u653f\u7b56\u7d44\u7d44\u9577\uff0c\u9577\u671f\u53c3\u8207\u5357\u97d3\u6c23\u5019\u653f\u7b56\u898f\u5283\uff0c\u662f\u5357\u97d3\u570b\u5bb6\u81ea\u4e3b\u8ca2\u737b(NDC)\u5de5\u4f5c\u5c0f\u7d44\u6210\u54e1\u3001\u570b\u5bb6\u6c38\u7e8c\u767c\u5c55\u59d4\u54e1\u6703\u53ca\u96fb\u529b\u4f9b\u9700\u57fa\u790e\u8a08\u756b\u59d4\u54e1\u6703\u7684\u5c08\u696d\u59d4\u54e1\uff0c\u8fd1\u671f\u66f4\u53c3\u8207\u5357\u97d3\u7b2c\u4e09\u6b21\u7e3d\u9ad4\u80fd\u6e90\u898f\u5283\uff0c\u5f15\u5c0e\u570b\u5bb6\u80fd\u6e90\u8f49\u578b\u3002<\/div>\n                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-281 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-281 .button--winona::after {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-2430c62\" data-id=\"2430c62\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8c0d8fa elementor-widget elementor-widget-bdt-member\" data-id=\"8c0d8fa\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0d98cb\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n                <div class=\"bdt-member-photo-wrapper bdt-image-mask\">\n\n                    \n                        <div class=\"bdt-member-photo\">\n                            <div class=\" bdt-transition-scale-up\">\n                                <img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Max-Trommsdorff_\u5708.jpg\" title=\"03 \u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Max Trommsdorff_\u5708\" alt=\"03 \u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Max Trommsdorff_\u5708\" \/>                            <\/div>\n                        <\/div>\n\n                        \n                <\/div>\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u99ac\u514b\u601d\u2027\u6258\u59c6\u591a\u592b<br>Max Trommsdorff\u3000<\/span>\n                                                    <span class=\"bdt-member-role\">\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240<br>\u8fb2\u696d\u592a\u967d\u80fd\u5149\u96fb\u7d44\u7d44\u9577<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-69547b8 elementor-widget elementor-widget-modalpopup\" data-id=\"69547b8\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0dae7b\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-205\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #FF9900;\" class=\"model-popup-btn popup-205 mega-uae-btn hvr-fade\" data-id=\"popup-205\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"\" style=\"padding-right: 5px;\"> <\/i> MORE<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-205\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 400px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #00000000; text-align: center; color: #FFFFFF00; background: #18181800; font-size: 19px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2824\" class=\"elementor elementor-2824\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-40ec0a2d elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"40ec0a2d\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-743aea36\" data-id=\"743aea36\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-718240c5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"718240c5\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-54f9836d\" data-id=\"54f9836d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2d8570c elementor-widget elementor-widget-image\" data-id=\"2d8570c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c19f113\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"150\" height=\"150\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Max-Trommsdorff_\u5708-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Max-Trommsdorff_\u5708-150x150.jpg 150w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Max-Trommsdorff_\u5708-300x300.jpg 300w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Max-Trommsdorff_\u5708-500x500.jpg 500w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Max-Trommsdorff_\u5708.jpg 649w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/>\t\t\t\t\t\t\t\t\t\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-7037ad83 elementor-widget elementor-widget-bdt-member\" data-id=\"7037ad83\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1a1021\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u99ac\u514b\u601d\u2027\u6258\u59c6\u591a\u592b<br>Max Trommsdorff<\/span>\n                                                    <span class=\"bdt-member-role\">\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240<br>\u8fb2\u696d\u592a\u967d\u80fd\u5149\u96fb\u7d44\u7d44\u9577<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-50c8b386 elementor-widget elementor-widget-bdt-member\" data-id=\"50c8b386\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1a2efc\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                                                    <div class=\"bdt-member-text bdt-content-wrap\">\u3000\u3000\u6258\u59c6\u591a\u592b\u7d44\u9577\u7562\u696d\u65bc\u5fb7\u570b\u5f17\u840a\u5821\u5927\u5b78\u74b0\u5883\u7d93\u6fdf\u5b78\u8207\u518d\u751f\u80fd\u6e90\u6240\uff0c\u81ea2014\u5e74\u8d77\u6295\u5165\u8fb2\u696d\u592a\u967d\u80fd\u5149\u96fb\u9818\u57df\uff0c\u4e26\u65bc2020\u5e74\u8d77\u9818\u5c0e\u5168\u6b50\u6700\u5927\u592a\u967d\u80fd\u7814\u7a76\u6a5f\u69cb\uff0d\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240(Fraunhofer ISE)\u8fb2\u696d\u592a\u967d\u80fd\u5149\u96fb\u7d44\u3002\u8b1b\u8005\u5c0d\u6c38\u7e8c\u8207\u80fd\u6e90\u8f49\u578b\u7684\u71b1\u60c5\u5c55\u73fe\u65bc\u8fb2\u696d\u5149\u96fb\u7684\u6295\u5165\uff0c\u6301\u7e8c\u767c\u8868\u8a72\u9818\u57df\u7814\u7a76\u8207\u63a8\u5ee3\u5404\u5f0f\u6848\u5834\u5c08\u6848\u3002<\/div>\n                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-205 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-205 .button--winona::after {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-412caa2 age-speaker-part elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"412caa2\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-008e4cb\" data-id=\"008e4cb\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-33dd2cd elementor-widget elementor-widget-bdt-member\" data-id=\"33dd2cd\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0dde69\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n                <div class=\"bdt-member-photo-wrapper bdt-image-mask\">\n\n                    \n                        <div class=\"bdt-member-photo\">\n                            <div class=\" bdt-transition-scale-up\">\n                                <img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708.jpg\" title=\"03 \u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska Larisch_\u5708\" alt=\"03 \u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska Larisch_\u5708\" \/>                            <\/div>\n                        <\/div>\n\n                        \n                <\/div>\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u6cd5\u862d\u897f\u65af\u5361\u2027\u62c9\u854a\u5e0c<br>Franziska Larisch<\/span>\n                                                    <span class=\"bdt-member-role\">\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240<br>\u8fb2\u696d\u592a\u967d\u80fd\u5149\u96fb\u7d44\u52a9\u7406\u7814\u7a76\u54e1<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ad0ff53 elementor-widget elementor-widget-modalpopup\" data-id=\"ad0ff53\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0df1d0\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-333\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #FF9900;\" class=\"model-popup-btn popup-333 mega-uae-btn hvr-fade\" data-id=\"popup-333\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"\" style=\"padding-right: 5px;\"> <\/i> MORE<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-333\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 400px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #00000000; text-align: center; color: #FFFFFF00; background: #18181800; font-size: 19px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2845\" class=\"elementor elementor-2845\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-5e773490 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5e773490\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d7508f3\" data-id=\"d7508f3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-12270ee9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"12270ee9\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-71b584b7\" data-id=\"71b584b7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5e3bba09 elementor-widget elementor-widget-image\" data-id=\"5e3bba09\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1a65d3\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"150\" height=\"150\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-150x150.jpg 150w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-300x300.jpg 300w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-1024x1024.jpg 1024w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-768x768.jpg 768w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-1536x1536.jpg 1536w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-2048x2048.jpg 2048w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-500x500.jpg 500w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-800x800.jpg 800w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-1280x1280.jpg 1280w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-1920x1920.jpg 1920w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/>\t\t\t\t\t\t\t\t\t\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-19dbfba0 elementor-widget elementor-widget-bdt-member\" data-id=\"19dbfba0\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1a84f7\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u6cd5\u862d\u897f\u65af\u5361\u2027\u62c9\u854a\u5e0c<br>Franziska Larisch<\/span>\n                                                    <span class=\"bdt-member-role\">\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240<br>\u8fb2\u696d\u592a\u967d\u80fd\u5149\u96fb\u7d44\u52a9\u7406\u7814\u7a76\u54e1<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-afd663d elementor-widget elementor-widget-bdt-member\" data-id=\"afd663d\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1aa372\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                                                    <div class=\"bdt-member-text bdt-content-wrap\">\u3000\u3000\u62c9\u854a\u5e0c\u52a9\u7406\u7814\u7a76\u54e1\u81ea2021\u5e74\u65bc\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240(Fraunhofer ISE)\u57f7\u884c\u8fb2\u696d\u592a\u967d\u80fd\u5149\u96fb\u679c\u6a39\u683d\u7a2e\u8a08\u756b(APV Obstbau project)\u4e4b\u793e\u6703\u76f8\u5bb9\u6027\u7814\u7a76\u3002\u8b1b\u8005\u4e4b\u5c08\u696d\u7d50\u5408\u74b0\u5883\u5fc3\u7406\u5b78\u8207\u74b0\u5883\u6e9d\u901a\uff0c\u76ee\u524d\u540c\u6b65\u65bc\u5fb7\u570b\u5f17\u840a\u5821\u5927\u5b78\u653b\u8b80\u8de8\u57df\u4eba\u985e\u5b78\u78a9\u58eb\u5b78\u4f4d\u3002<\/div>\n                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-333 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-333 .button--winona::after {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-108b58f\" data-id=\"108b58f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-bbed0f0 elementor-widget elementor-widget-bdt-member\" data-id=\"bbed0f0\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0e1955\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n                <div class=\"bdt-member-photo-wrapper bdt-image-mask\">\n\n                    \n                        <div class=\"bdt-member-photo\">\n                            <div class=\" bdt-transition-scale-up\">\n                                <img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u53f0\u8fb2\u9662_\u6e38\u6167\u5a1f\u535a\u58eb_\u5708.png\" title=\"02 \u53f0\u8fb2\u9662_\u6e38\u6167\u5a1f\u535a\u58eb_\u5708\" alt=\"02 \u53f0\u8fb2\u9662_\u6e38\u6167\u5a1f\u535a\u58eb_\u5708\" \/>                            <\/div>\n                        <\/div>\n\n                        \n                <\/div>\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u6e38\u6167\u5a1f<br>Hui-Chuan Yu<\/span>\n                                                    <span class=\"bdt-member-role\">\u53f0\u7063\u6c34\u8cc7\u6e90\u8207\u8fb2\u696d\u7814\u7a76\u9662 \u535a\u58eb<br>\u3000<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-63abeb9 elementor-widget elementor-widget-modalpopup\" data-id=\"63abeb9\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0e2cf3\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-198\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #FF9900;\" class=\"model-popup-btn popup-198 mega-uae-btn hvr-fade\" data-id=\"popup-198\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"\" style=\"padding-right: 5px;\"> <\/i> MORE<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-198\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 400px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #00000000; text-align: center; color: #FFFFFF00; background: #18181800; font-size: 19px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2817\" class=\"elementor elementor-2817\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-7a1d8548 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7a1d8548\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-77590465\" data-id=\"77590465\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-38d652e8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"38d652e8\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-4f41afaf\" data-id=\"4f41afaf\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-791abc6f elementor-widget elementor-widget-image\" data-id=\"791abc6f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1ad93f\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"150\" height=\"150\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u53f0\u8fb2\u9662_\u6e38\u6167\u5a1f\u535a\u58eb_\u5708-150x150.png\" class=\"attachment-thumbnail size-thumbnail\" alt=\"02 \u53f0\u8fb2\u9662_\u6e38\u6167\u5a1f\u535a\u58eb_\u5708\" loading=\"lazy\" srcset=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u53f0\u8fb2\u9662_\u6e38\u6167\u5a1f\u535a\u58eb_\u5708-150x150.png 150w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u53f0\u8fb2\u9662_\u6e38\u6167\u5a1f\u535a\u58eb_\u5708.png 220w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/>\t\t\t\t\t\t\t\t\t\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-3974696d elementor-widget elementor-widget-bdt-member\" data-id=\"3974696d\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1af867\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u6e38\u6167\u5a1f<br>Hui-Chuan Yu<\/span>\n                                                    <span class=\"bdt-member-role\">\u53f0\u7063\u6c34\u8cc7\u6e90\u8207\u8fb2\u696d\u7814\u7a76\u9662 \u535a\u58eb<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-47284dc8 elementor-widget elementor-widget-bdt-member\" data-id=\"47284dc8\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1b16cc\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                                                    <div class=\"bdt-member-text bdt-content-wrap\">\u3000\u3000\u6e38\u6167\u5a1f\u535a\u58eb\u66fe\u65bc\u755c\u7522\u516c\u53f8\u8207\u98df\u54c1\u516c\u53f8\u64d4\u4efb\u4e3b\u7ba1\u8207\u54c1\u8cea\u9867\u554f\uff0c\u4e26\u65bc\u751f\u7269\u79d1\u6280\u767c\u5c55\u4e2d\u5fc3\u9032\u884c\u535a\u58eb\u5f8c\u7814\u7a76\u751f\u7269\u50ac\u5316\u5408\u6210\u8207\u985e\u795e\u7d93\u7db2\u8def\u61c9\u7528\uff0c\u8207\u8ca1\u5718\u6cd5\u4eba\u4e2d\u592e\u755c\u7522\u6703\u5408\u4f5c\u5206\u6790\u5f59\u6574\u755c\u7267\u7522\u696d\u570b\u969b\u8da8\u52e2\uff0c\u5177HACCP\u9a57\u8b49\u8cc7\u683c\u3002\u76ee\u524d\u4e3b\u8cac\u8fb2\u696d\u7da0\u80fd\u8a08\u756b\uff0c\u65bc\u518d\u751f\u80fd\u6e90\u4e4b\u570b\u969b\u767c\u5c55\u8207\u8fb2\u696d\u7da0\u80fd\u9032\u884c\u76f8\u95dc\u7814\u7a76\u3002<\/div>\n                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-198 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-198 .button--winona::after {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-f116aab\" data-id=\"f116aab\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5acfe46 elementor-widget elementor-widget-bdt-member\" data-id=\"5acfe46\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0e5324\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n                <div class=\"bdt-member-photo-wrapper bdt-image-mask\">\n\n                    \n                        <div class=\"bdt-member-photo\">\n                            <div class=\" bdt-transition-scale-up\">\n                                <img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708.jpg\" title=\"05 \u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708\" alt=\"05 \u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708\" \/>                            <\/div>\n                        <\/div>\n\n                        \n                <\/div>\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u6c5f\u4e00\u5fd7<br>Steven Chiang<\/span>\n                                                    <span class=\"bdt-member-role\">\u53f0\u6ce5\u7da0\u80fd\u80a1\u4efd\u6709\u9650\u516c\u53f8 \u8655\u9577<br>\u3000<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af312d4 elementor-widget elementor-widget-modalpopup\" data-id=\"af312d4\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0e670e\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-47\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #FF9900;\" class=\"model-popup-btn popup-47 mega-uae-btn hvr-fade\" data-id=\"popup-47\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"\" style=\"padding-right: 5px;\"> <\/i> MORE<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-47\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 400px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #00000000; text-align: center; color: #FFFFFF00; background: #18181800; font-size: 19px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2849\" class=\"elementor elementor-2849\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-2616daca elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2616daca\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-205efa7c\" data-id=\"205efa7c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-2c7ea4ca elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2c7ea4ca\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-4f3b51de\" data-id=\"4f3b51de\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-567b547c elementor-widget elementor-widget-image\" data-id=\"567b547c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1b4cf1\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"150\" height=\"150\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"05 \u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708\" loading=\"lazy\" srcset=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-150x150.jpg 150w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-300x300.jpg 300w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-1024x1024.jpg 1024w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-768x767.jpg 768w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-1536x1534.jpg 1536w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-2048x2046.jpg 2048w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-500x499.jpg 500w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-800x799.jpg 800w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-1280x1278.jpg 1280w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-1920x1918.jpg 1920w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/>\t\t\t\t\t\t\t\t\t\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-ef2a72c elementor-widget elementor-widget-bdt-member\" data-id=\"ef2a72c\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1b6c2e\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u6c5f\u4e00\u5fd7<br>Steven Chiang<\/span>\n                                                    <span class=\"bdt-member-role\">\u53f0\u6ce5\u7da0\u80fd\u80a1\u4efd\u6709\u9650\u516c\u53f8 \u8655\u9577<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7617116a elementor-widget elementor-widget-bdt-member\" data-id=\"7617116a\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1b8a64\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                                                    <div class=\"bdt-member-text bdt-content-wrap\">\u3000\u3000\u6c5f\u4e00\u5fd7\u8655\u9577\u65bc2017\u5e74\u8207\u53f0\u6ce5\u96c6\u5718\u5f35\u5b89\u5e73\u8463\u4e8b\u9577\u9762\u8ac7\uff0c\u6df1\u6df1\u70ba\u5176\u300c\u98a8\u3001\u5149\u3001\u5730\u71b1\u3001\u6d77\u6d0b\u80fd\u53ca\u5132\u80fd\u300d\u7b49\u518d\u751f\u80fd\u6e90\u9060\u898b\u5438\u5f15\uff0c\u8a72\u5e747\u6708\u52a0\u5165\u53f0\u6ce5\u96c6\u5718\uff0c\u898f\u5283\u5efa\u7f6e\u5f70\u6ff1\u98a8\u5149\u5171\u5b58\u6848\u5834\u3001\u5f70\u65fa\u9678\u57df\u98a8\u96fb\u6848\u5834\u3001\u5609\u7fa9\u7fa9\u7af9\u5e03\u888b\u6f01\u96fb\u5171\u751f\u6848\u5834\u4ee5\u53ca\u9032\u884c\u4e2d\u7684\u96f2\u6797\u3001\u5609\u7fa9\u3001\u53f0\u5357\u3001\u9ad8\u96c4\u7b49\u5730\u6f01\u96fb\u5171\u751f\u6848\u5834\u3002<\/div>\n                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-47 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-47 .button--winona::after {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-62c01e9 age-speaker-part elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"62c01e9\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3942f4e\" data-id=\"3942f4e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8b7263a elementor-widget elementor-widget-bdt-member\" data-id=\"8b7263a\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0e94a3\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n                <div class=\"bdt-member-photo-wrapper bdt-image-mask\">\n\n                    \n                        <div class=\"bdt-member-photo\">\n                            <div class=\" bdt-transition-scale-up\">\n                                <img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u6f22\u5bf6\u755c\u7267\u5834_\u9673\u4fee\u96c4\u8463\u4e8b\u9577_\u5708.png\" title=\"05 \u6f22\u5bf6\u755c\u7267\u5834_\u9673\u4fee\u96c4\u8463\u4e8b\u9577_\u5708\" alt=\"05 \u6f22\u5bf6\u755c\u7267\u5834_\u9673\u4fee\u96c4\u8463\u4e8b\u9577_\u5708\" \/>                            <\/div>\n                        <\/div>\n\n                        \n                <\/div>\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u9673\u4fee\u96c4<br>Scott Chen<\/span>\n                                                    <span class=\"bdt-member-role\">\u6f22\u5bf6\u755c\u7267\u5834 \u8463\u4e8b\u9577<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d2cd7cc elementor-widget elementor-widget-modalpopup\" data-id=\"d2cd7cc\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0ea8bb\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-9\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #FF9900;\" class=\"model-popup-btn popup-9 mega-uae-btn hvr-fade\" data-id=\"popup-9\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"\" style=\"padding-right: 5px;\"> <\/i> MORE<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-9\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 400px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #00000000; text-align: center; color: #FFFFFF00; background: #18181800; font-size: 19px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2839\" class=\"elementor elementor-2839\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-49e50434 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"49e50434\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1a758119\" data-id=\"1a758119\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-4bcd22c8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4bcd22c8\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-75edc2dd\" data-id=\"75edc2dd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-29208d1a elementor-widget elementor-widget-image\" data-id=\"29208d1a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1bb6b6\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"150\" height=\"150\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"02 \u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708\" loading=\"lazy\" srcset=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-150x150.jpg 150w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-300x300.jpg 300w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-1024x1024.jpg 1024w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-768x768.jpg 768w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-1536x1536.jpg 1536w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-2048x2048.jpg 2048w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-500x500.jpg 500w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-800x800.jpg 800w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-1280x1280.jpg 1280w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-1920x1920.jpg 1920w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/>\t\t\t\t\t\t\t\t\t\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-64df1eac elementor-widget elementor-widget-bdt-member\" data-id=\"64df1eac\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1bd5fe\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u674e\u5c1a\u4fca<br>Sangjun Lee<\/span>\n                                                    <span class=\"bdt-member-role\">\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u784f\u7a76\u9662<br>\u784f\u7a76\u54e1\u517c\u6c23\u5019\u653f\u7b56\u7d44\u7d44\u9577<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c9347e2 elementor-widget elementor-widget-bdt-member\" data-id=\"7c9347e2\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1bf4ad\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                                                    <div class=\"bdt-member-text bdt-content-wrap\">\u3000\u3000\u674e\u5c1a\u4fca\u535a\u58eb\u73fe\u70ba\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662(Korea Energy Economics Institute, KEEI)\u7814\u7a76\u54e1\u517c\u6c23\u5019\u653f\u7b56\u7d44\u7d44\u9577\uff0c\u9577\u671f\u53c3\u8207\u5357\u97d3\u6c23\u5019\u653f\u7b56\u898f\u5283\uff0c\u662f\u5357\u97d3\u570b\u5bb6\u81ea\u4e3b\u8ca2\u737b(NDC)\u5de5\u4f5c\u5c0f\u7d44\u6210\u54e1\u3001\u570b\u5bb6\u6c38\u7e8c\u767c\u5c55\u59d4\u54e1\u6703\u53ca\u96fb\u529b\u4f9b\u9700\u57fa\u790e\u8a08\u756b\u59d4\u54e1\u6703\u7684\u5c08\u696d\u59d4\u54e1\uff0c\u8fd1\u671f\u66f4\u53c3\u8207\u5357\u97d3\u7b2c\u4e09\u6b21\u7e3d\u9ad4\u80fd\u6e90\u898f\u5283\uff0c\u5f15\u5c0e\u570b\u5bb6\u80fd\u6e90\u8f49\u578b\u3002<\/div>\n                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-9 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-9 .button--winona::after {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-669de87\" data-id=\"669de87\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1f03395 elementor-widget elementor-widget-bdt-member\" data-id=\"1f03395\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0ece57\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n                <div class=\"bdt-member-photo-wrapper bdt-image-mask\">\n\n                    \n                        <div class=\"bdt-member-photo\">\n                            <div class=\" bdt-transition-scale-up\">\n                                <img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/06-\u8fb2\u59d4\u6703\u6f01\u696d\u7f72_\u6797\u570b\u5e73\u526f\u7f72\u9577_\u5708.png\" title=\"06 \u8fb2\u59d4\u6703\u6f01\u696d\u7f72_\u6797\u570b\u5e73\u526f\u7f72\u9577_\u5708\" alt=\"06 \u8fb2\u59d4\u6703\u6f01\u696d\u7f72_\u6797\u570b\u5e73\u526f\u7f72\u9577_\u5708\" \/>                            <\/div>\n                        <\/div>\n\n                        \n                <\/div>\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u6797\u570b\u5e73<br>Kuo-Ping Lin<\/span>\n                                                    <span class=\"bdt-member-role\">\u8fb2\u59d4\u6703\u6f01\u696d\u7f72 \u526f\u7f72\u9577<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-00845ef elementor-widget elementor-widget-modalpopup\" data-id=\"00845ef\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0ee1c1\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-459\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #FF9900;\" class=\"model-popup-btn popup-459 mega-uae-btn hvr-fade\" data-id=\"popup-459\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"\" style=\"padding-right: 5px;\"> <\/i> MORE<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-459\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 400px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #00000000; text-align: center; color: #FFFFFF00; background: #18181800; font-size: 19px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2845\" class=\"elementor elementor-2845\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-5e773490 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5e773490\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d7508f3\" data-id=\"d7508f3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-12270ee9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"12270ee9\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-71b584b7\" data-id=\"71b584b7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5e3bba09 elementor-widget elementor-widget-image\" data-id=\"5e3bba09\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1c214c\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"150\" height=\"150\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-150x150.jpg 150w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-300x300.jpg 300w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-1024x1024.jpg 1024w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-768x768.jpg 768w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-1536x1536.jpg 1536w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-2048x2048.jpg 2048w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-500x500.jpg 500w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-800x800.jpg 800w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-1280x1280.jpg 1280w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-1920x1920.jpg 1920w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/>\t\t\t\t\t\t\t\t\t\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-19dbfba0 elementor-widget elementor-widget-bdt-member\" data-id=\"19dbfba0\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1c4097\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u6cd5\u862d\u897f\u65af\u5361\u2027\u62c9\u854a\u5e0c<br>Franziska Larisch<\/span>\n                                                    <span class=\"bdt-member-role\">\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240<br>\u8fb2\u696d\u592a\u967d\u80fd\u5149\u96fb\u7d44\u52a9\u7406\u7814\u7a76\u54e1<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-afd663d elementor-widget elementor-widget-bdt-member\" data-id=\"afd663d\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1c5ea5\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                                                    <div class=\"bdt-member-text bdt-content-wrap\">\u3000\u3000\u62c9\u854a\u5e0c\u52a9\u7406\u7814\u7a76\u54e1\u81ea2021\u5e74\u65bc\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240(Fraunhofer ISE)\u57f7\u884c\u8fb2\u696d\u592a\u967d\u80fd\u5149\u96fb\u679c\u6a39\u683d\u7a2e\u8a08\u756b(APV Obstbau project)\u4e4b\u793e\u6703\u76f8\u5bb9\u6027\u7814\u7a76\u3002\u8b1b\u8005\u4e4b\u5c08\u696d\u7d50\u5408\u74b0\u5883\u5fc3\u7406\u5b78\u8207\u74b0\u5883\u6e9d\u901a\uff0c\u76ee\u524d\u540c\u6b65\u65bc\u5fb7\u570b\u5f17\u840a\u5821\u5927\u5b78\u653b\u8b80\u8de8\u57df\u4eba\u985e\u5b78\u78a9\u58eb\u5b78\u4f4d\u3002<\/div>\n                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-459 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-459 .button--winona::after {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-468e7eb\" data-id=\"468e7eb\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-747c3c6 elementor-widget elementor-widget-bdt-member\" data-id=\"747c3c6\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0f06d2\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n                <div class=\"bdt-member-photo-wrapper bdt-image-mask\">\n\n                    \n                        <div class=\"bdt-member-photo\">\n                            <div class=\" bdt-transition-scale-up\">\n                                <img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/07-\u6c34\u7522\u8a66\u9a57\u6240_\u8449\u4fe1\u5229\u4e3b\u4efb_\u5708.png\" title=\"07 \u6c34\u7522\u8a66\u9a57\u6240_\u8449\u4fe1\u5229\u4e3b\u4efb_\u5708\" alt=\"07 \u6c34\u7522\u8a66\u9a57\u6240_\u8449\u4fe1\u5229\u4e3b\u4efb_\u5708\" \/>                            <\/div>\n                        <\/div>\n\n                        \n                <\/div>\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u8449\u4fe1\u5229<br>Shinn-Lih Yeh<\/span>\n                                                    <span class=\"bdt-member-role\">\u8fb2\u59d4\u6703\u6c34\u7522\u8a66\u9a57\u6240 \u4e3b\u4efb<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-86f4196 elementor-widget elementor-widget-modalpopup\" data-id=\"86f4196\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0f1af8\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-322\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #FF9900;\" class=\"model-popup-btn popup-322 mega-uae-btn hvr-fade\" data-id=\"popup-322\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"\" style=\"padding-right: 5px;\"> <\/i> MORE<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-322\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 400px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #00000000; text-align: center; color: #FFFFFF00; background: #18181800; font-size: 19px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2849\" class=\"elementor elementor-2849\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-2616daca elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2616daca\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-205efa7c\" data-id=\"205efa7c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-2c7ea4ca elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2c7ea4ca\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-4f3b51de\" data-id=\"4f3b51de\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-567b547c elementor-widget elementor-widget-image\" data-id=\"567b547c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1c8b22\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"150\" height=\"150\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"05 \u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708\" loading=\"lazy\" srcset=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-150x150.jpg 150w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-300x300.jpg 300w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-1024x1024.jpg 1024w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-768x767.jpg 768w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-1536x1534.jpg 1536w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-2048x2046.jpg 2048w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-500x499.jpg 500w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-800x799.jpg 800w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-1280x1278.jpg 1280w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-1920x1918.jpg 1920w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/>\t\t\t\t\t\t\t\t\t\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-ef2a72c elementor-widget elementor-widget-bdt-member\" data-id=\"ef2a72c\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1caa65\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u6c5f\u4e00\u5fd7<br>Steven Chiang<\/span>\n                                                    <span class=\"bdt-member-role\">\u53f0\u6ce5\u7da0\u80fd\u80a1\u4efd\u6709\u9650\u516c\u53f8 \u8655\u9577<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7617116a elementor-widget elementor-widget-bdt-member\" data-id=\"7617116a\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1cc90f\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                                                    <div class=\"bdt-member-text bdt-content-wrap\">\u3000\u3000\u6c5f\u4e00\u5fd7\u8655\u9577\u65bc2017\u5e74\u8207\u53f0\u6ce5\u96c6\u5718\u5f35\u5b89\u5e73\u8463\u4e8b\u9577\u9762\u8ac7\uff0c\u6df1\u6df1\u70ba\u5176\u300c\u98a8\u3001\u5149\u3001\u5730\u71b1\u3001\u6d77\u6d0b\u80fd\u53ca\u5132\u80fd\u300d\u7b49\u518d\u751f\u80fd\u6e90\u9060\u898b\u5438\u5f15\uff0c\u8a72\u5e747\u6708\u52a0\u5165\u53f0\u6ce5\u96c6\u5718\uff0c\u898f\u5283\u5efa\u7f6e\u5f70\u6ff1\u98a8\u5149\u5171\u5b58\u6848\u5834\u3001\u5f70\u65fa\u9678\u57df\u98a8\u96fb\u6848\u5834\u3001\u5609\u7fa9\u7fa9\u7af9\u5e03\u888b\u6f01\u96fb\u5171\u751f\u6848\u5834\u4ee5\u53ca\u9032\u884c\u4e2d\u7684\u96f2\u6797\u3001\u5609\u7fa9\u3001\u53f0\u5357\u3001\u9ad8\u96c4\u7b49\u5730\u6f01\u96fb\u5171\u751f\u6848\u5834\u3002<\/div>\n                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-322 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-322 .button--winona::after {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-8b9cf8f\" data-id=\"8b9cf8f\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b2f11d7 elementor-widget elementor-widget-bdt-member\" data-id=\"b2f11d7\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c0f41af\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n                <div class=\"bdt-member-photo-wrapper bdt-image-mask\">\n\n                    \n                        <div class=\"bdt-member-photo\">\n                            <div class=\" bdt-transition-scale-up\">\n                                <img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/08-\u5411\u967d\u512a\u80fd\u96fb\u529b_\u9673\u8cb4\u5149\u8463\u4e8b\u9577_\u5708.png\" title=\"08 \u5411\u967d\u512a\u80fd\u96fb\u529b_\u9673\u8cb4\u5149\u8463\u4e8b\u9577_\u5708\" alt=\"08 \u5411\u967d\u512a\u80fd\u96fb\u529b_\u9673\u8cb4\u5149\u8463\u4e8b\u9577_\u5708\" \/>                            <\/div>\n                        <\/div>\n\n                        \n                <\/div>\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u9673\u8cb4\u5149<br>Kuei-Kuang Chen<\/span>\n                                                    <span class=\"bdt-member-role\">\u5411\u967d\u512a\u80fd\u96fb\u529b \u8463\u4e8b\u9577<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fa11c18 elementor-widget elementor-widget-modalpopup\" data-id=\"fa11c18\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c101388\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-485\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #FF9900;\" class=\"model-popup-btn popup-485 mega-uae-btn hvr-fade\" data-id=\"popup-485\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"\" style=\"padding-right: 5px;\"> <\/i> MORE<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-485\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 400px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #00000000; text-align: center; color: #FFFFFF00; background: #18181800; font-size: 19px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2853\" class=\"elementor elementor-2853\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-3226b279 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3226b279\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3e7a69a2\" data-id=\"3e7a69a2\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-3fbbd845 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3fbbd845\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-2517ef92\" data-id=\"2517ef92\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1a4b8180 elementor-widget elementor-widget-image\" data-id=\"1a4b8180\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1d00e7\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"150\" height=\"150\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/08-\u5411\u967d\u512a\u80fd\u96fb\u529b_\u9673\u8cb4\u5149\u8463\u4e8b\u9577_\u5708-150x150.png\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/08-\u5411\u967d\u512a\u80fd\u96fb\u529b_\u9673\u8cb4\u5149\u8463\u4e8b\u9577_\u5708-150x150.png 150w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/08-\u5411\u967d\u512a\u80fd\u96fb\u529b_\u9673\u8cb4\u5149\u8463\u4e8b\u9577_\u5708.png 294w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/>\t\t\t\t\t\t\t\t\t\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-567b8b69 elementor-widget elementor-widget-bdt-member\" data-id=\"567b8b69\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1d1fd8\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u9673\u8cb4\u5149<br>Kuei-Kuang Chen<\/span>\n                                                    <span class=\"bdt-member-role\">\u5411\u967d\u512a\u80fd\u96fb\u529b \u8463\u4e8b\u9577<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a0cbcef elementor-widget elementor-widget-bdt-member\" data-id=\"a0cbcef\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1d3f0f\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                                                    <div class=\"bdt-member-text bdt-content-wrap\">\u3000\u30002009\u5e74\u83ab\u62c9\u514b\u98a8\u707d\u91cd\u5275\u5357\u81fa\u7063\u5f8c\u97ff\u61c9\u653f\u5e9c\u300c\u990a\u6c34\u7a2e\u96fb\u300d\u8a08\u756b\uff0c\u5f15\u5165\u592a\u967d\u80fd\u677f\uff0c\u7d50\u5408\u7da0\u80fd\u8207\u7cbe\u7dfb\u8fb2\u696d\u3002\u8fd1\u5e74\u65bc\u5c4f\u6771\u63a8\u52d5\u8907\u5408\u5f0f\u5149\u96fb\u6eab\u5ba4\u8015\u4f5c\uff0c\u4e0d\u65b7\u5347\u7d1a\u6eab\u5ba4\u6280\u8853\uff0c\u5df2\u662f\u8fb2\u96fb\u5171\u751f\u7684\u6307\u6a19\u696d\u8005\u3002\u5411\u967d\u5718\u968a\u4e5f\u7a4d\u6975\u6295\u5165\u6f01\u96fb\u5171\u751f\uff0c\u6210\u529f\u7a81\u7834\u80b2\u82d7\u548c\u6210\u8766\u990a\u6b96\u6280\u8853\uff0c\u7814\u767c\u667a\u6167\u5316\u9b5a\u586d\uff0c\u5805\u6301\u571f\u5730\u591a\u91cd\u5229\u7528\uff0c\u900f\u904e\u571f\u5730\u8907\u5408\u5f0f\u5229\u7528\u5c55\u73fe\u5176\u73cd\u8cb4\u7684\u50f9\u503c\u3002<\/div>\n                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-485 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-485 .button--winona::after {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-7c1b537 age-speaker-part elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7c1b537\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-7d6aa29\" data-id=\"7d6aa29\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-659faac elementor-widget elementor-widget-bdt-member\" data-id=\"659faac\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c103e09\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n                <div class=\"bdt-member-photo-wrapper bdt-image-mask\">\n\n                    \n                        <div class=\"bdt-member-photo\">\n                            <div class=\" bdt-transition-scale-up\">\n                                <img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u6f22\u5bf6\u755c\u7267\u5834_\u9673\u4fee\u96c4\u8463\u4e8b\u9577_\u5708.png\" title=\"05 \u6f22\u5bf6\u755c\u7267\u5834_\u9673\u4fee\u96c4\u8463\u4e8b\u9577_\u5708\" alt=\"05 \u6f22\u5bf6\u755c\u7267\u5834_\u9673\u4fee\u96c4\u8463\u4e8b\u9577_\u5708\" \/>                            <\/div>\n                        <\/div>\n\n                        \n                <\/div>\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u9673\u4fee\u96c4<br>Scott Chen<\/span>\n                                                    <span class=\"bdt-member-role\">\u6f22\u5bf6\u755c\u7267\u5834 \u8463\u4e8b\u9577<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ee51d5e elementor-widget elementor-widget-modalpopup\" data-id=\"ee51d5e\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c105194\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-60\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #FF9900;\" class=\"model-popup-btn popup-60 mega-uae-btn hvr-fade\" data-id=\"popup-60\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"\" style=\"padding-right: 5px;\"> <\/i> MORE<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-60\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 400px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #00000000; text-align: center; color: #FFFFFF00; background: #18181800; font-size: 19px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2839\" class=\"elementor elementor-2839\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-49e50434 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"49e50434\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1a758119\" data-id=\"1a758119\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-4bcd22c8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4bcd22c8\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-75edc2dd\" data-id=\"75edc2dd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-29208d1a elementor-widget elementor-widget-image\" data-id=\"29208d1a\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1d6c8f\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"150\" height=\"150\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"02 \u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708\" loading=\"lazy\" srcset=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-150x150.jpg 150w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-300x300.jpg 300w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-1024x1024.jpg 1024w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-768x768.jpg 768w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-1536x1536.jpg 1536w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-2048x2048.jpg 2048w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-500x500.jpg 500w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-800x800.jpg 800w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-1280x1280.jpg 1280w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/02-\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662_\u674e\u5c1a\u4fca\u7814\u7a76\u54e1_\u5708-1920x1920.jpg 1920w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/>\t\t\t\t\t\t\t\t\t\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-64df1eac elementor-widget elementor-widget-bdt-member\" data-id=\"64df1eac\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1d8be1\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u674e\u5c1a\u4fca<br>Sangjun Lee<\/span>\n                                                    <span class=\"bdt-member-role\">\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u784f\u7a76\u9662<br>\u784f\u7a76\u54e1\u517c\u6c23\u5019\u653f\u7b56\u7d44\u7d44\u9577<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c9347e2 elementor-widget elementor-widget-bdt-member\" data-id=\"7c9347e2\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1daa2e\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                                                    <div class=\"bdt-member-text bdt-content-wrap\">\u3000\u3000\u674e\u5c1a\u4fca\u535a\u58eb\u73fe\u70ba\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662(Korea Energy Economics Institute, KEEI)\u7814\u7a76\u54e1\u517c\u6c23\u5019\u653f\u7b56\u7d44\u7d44\u9577\uff0c\u9577\u671f\u53c3\u8207\u5357\u97d3\u6c23\u5019\u653f\u7b56\u898f\u5283\uff0c\u662f\u5357\u97d3\u570b\u5bb6\u81ea\u4e3b\u8ca2\u737b(NDC)\u5de5\u4f5c\u5c0f\u7d44\u6210\u54e1\u3001\u570b\u5bb6\u6c38\u7e8c\u767c\u5c55\u59d4\u54e1\u6703\u53ca\u96fb\u529b\u4f9b\u9700\u57fa\u790e\u8a08\u756b\u59d4\u54e1\u6703\u7684\u5c08\u696d\u59d4\u54e1\uff0c\u8fd1\u671f\u66f4\u53c3\u8207\u5357\u97d3\u7b2c\u4e09\u6b21\u7e3d\u9ad4\u80fd\u6e90\u898f\u5283\uff0c\u5f15\u5c0e\u570b\u5bb6\u80fd\u6e90\u8f49\u578b\u3002<\/div>\n                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-60 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-60 .button--winona::after {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-8762741\" data-id=\"8762741\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-90b257f elementor-widget elementor-widget-bdt-member\" data-id=\"90b257f\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1074e3\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n                <div class=\"bdt-member-photo-wrapper bdt-image-mask\">\n\n                    \n                        <div class=\"bdt-member-photo\">\n                            <div class=\" bdt-transition-scale-up\">\n                                <img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/06-\u8fb2\u59d4\u6703\u6f01\u696d\u7f72_\u6797\u570b\u5e73\u526f\u7f72\u9577_\u5708.png\" title=\"06 \u8fb2\u59d4\u6703\u6f01\u696d\u7f72_\u6797\u570b\u5e73\u526f\u7f72\u9577_\u5708\" alt=\"06 \u8fb2\u59d4\u6703\u6f01\u696d\u7f72_\u6797\u570b\u5e73\u526f\u7f72\u9577_\u5708\" \/>                            <\/div>\n                        <\/div>\n\n                        \n                <\/div>\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u6797\u570b\u5e73<br>Kuo-Ping Lin<\/span>\n                                                    <span class=\"bdt-member-role\">\u8fb2\u59d4\u6703\u6f01\u696d\u7f72 \u526f\u7f72\u9577<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9880271 elementor-widget elementor-widget-modalpopup\" data-id=\"9880271\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c108836\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-185\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #FF9900;\" class=\"model-popup-btn popup-185 mega-uae-btn hvr-fade\" data-id=\"popup-185\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"\" style=\"padding-right: 5px;\"> <\/i> MORE<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-185\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 400px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #00000000; text-align: center; color: #FFFFFF00; background: #18181800; font-size: 19px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2845\" class=\"elementor elementor-2845\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-5e773490 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5e773490\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d7508f3\" data-id=\"d7508f3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-12270ee9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"12270ee9\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-71b584b7\" data-id=\"71b584b7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5e3bba09 elementor-widget elementor-widget-image\" data-id=\"5e3bba09\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1dd745\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"150\" height=\"150\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-150x150.jpg 150w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-300x300.jpg 300w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-1024x1024.jpg 1024w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-768x768.jpg 768w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-1536x1536.jpg 1536w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-2048x2048.jpg 2048w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-500x500.jpg 500w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-800x800.jpg 800w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-1280x1280.jpg 1280w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/03\/03-\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240_Franziska-Larisch_\u5708-1920x1920.jpg 1920w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/>\t\t\t\t\t\t\t\t\t\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-19dbfba0 elementor-widget elementor-widget-bdt-member\" data-id=\"19dbfba0\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1df68f\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u6cd5\u862d\u897f\u65af\u5361\u2027\u62c9\u854a\u5e0c<br>Franziska Larisch<\/span>\n                                                    <span class=\"bdt-member-role\">\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240<br>\u8fb2\u696d\u592a\u967d\u80fd\u5149\u96fb\u7d44\u52a9\u7406\u7814\u7a76\u54e1<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-afd663d elementor-widget elementor-widget-bdt-member\" data-id=\"afd663d\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1e146f\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                                                    <div class=\"bdt-member-text bdt-content-wrap\">\u3000\u3000\u62c9\u854a\u5e0c\u52a9\u7406\u7814\u7a76\u54e1\u81ea2021\u5e74\u65bc\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240(Fraunhofer ISE)\u57f7\u884c\u8fb2\u696d\u592a\u967d\u80fd\u5149\u96fb\u679c\u6a39\u683d\u7a2e\u8a08\u756b(APV Obstbau project)\u4e4b\u793e\u6703\u76f8\u5bb9\u6027\u7814\u7a76\u3002\u8b1b\u8005\u4e4b\u5c08\u696d\u7d50\u5408\u74b0\u5883\u5fc3\u7406\u5b78\u8207\u74b0\u5883\u6e9d\u901a\uff0c\u76ee\u524d\u540c\u6b65\u65bc\u5fb7\u570b\u5f17\u840a\u5821\u5927\u5b78\u653b\u8b80\u8de8\u57df\u4eba\u985e\u5b78\u78a9\u58eb\u5b78\u4f4d\u3002<\/div>\n                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-185 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-185 .button--winona::after {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-845a491\" data-id=\"845a491\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9bf3490 elementor-widget elementor-widget-bdt-member\" data-id=\"9bf3490\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c10ab04\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n                <div class=\"bdt-member-photo-wrapper bdt-image-mask\">\n\n                    \n                        <div class=\"bdt-member-photo\">\n                            <div class=\" bdt-transition-scale-up\">\n                                <img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/07-\u6c34\u7522\u8a66\u9a57\u6240_\u8449\u4fe1\u5229\u4e3b\u4efb_\u5708.png\" title=\"07 \u6c34\u7522\u8a66\u9a57\u6240_\u8449\u4fe1\u5229\u4e3b\u4efb_\u5708\" alt=\"07 \u6c34\u7522\u8a66\u9a57\u6240_\u8449\u4fe1\u5229\u4e3b\u4efb_\u5708\" \/>                            <\/div>\n                        <\/div>\n\n                        \n                <\/div>\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u8449\u4fe1\u5229<br>Shinn-Lih Yeh<\/span>\n                                                    <span class=\"bdt-member-role\">\u8fb2\u59d4\u6703\u6c34\u7522\u8a66\u9a57\u6240 \u4e3b\u4efb<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a5270b7 elementor-widget elementor-widget-modalpopup\" data-id=\"a5270b7\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c10be33\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-262\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #FF9900;\" class=\"model-popup-btn popup-262 mega-uae-btn hvr-fade\" data-id=\"popup-262\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"\" style=\"padding-right: 5px;\"> <\/i> MORE<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-262\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 400px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #00000000; text-align: center; color: #FFFFFF00; background: #18181800; font-size: 19px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2849\" class=\"elementor elementor-2849\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-2616daca elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2616daca\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-205efa7c\" data-id=\"205efa7c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-2c7ea4ca elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2c7ea4ca\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-4f3b51de\" data-id=\"4f3b51de\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-567b547c elementor-widget elementor-widget-image\" data-id=\"567b547c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1e4116\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"150\" height=\"150\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-150x150.jpg\" class=\"attachment-thumbnail size-thumbnail\" alt=\"05 \u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708\" loading=\"lazy\" srcset=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-150x150.jpg 150w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-300x300.jpg 300w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-1024x1024.jpg 1024w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-768x767.jpg 768w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-1536x1534.jpg 1536w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-2048x2046.jpg 2048w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-500x499.jpg 500w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-800x799.jpg 800w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-1280x1278.jpg 1280w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/05-\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8_\u6c5f\u4e00\u5fd7\u8655\u9577_\u5708-1920x1918.jpg 1920w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/>\t\t\t\t\t\t\t\t\t\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-ef2a72c elementor-widget elementor-widget-bdt-member\" data-id=\"ef2a72c\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1e606c\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u6c5f\u4e00\u5fd7<br>Steven Chiang<\/span>\n                                                    <span class=\"bdt-member-role\">\u53f0\u6ce5\u7da0\u80fd\u80a1\u4efd\u6709\u9650\u516c\u53f8 \u8655\u9577<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7617116a elementor-widget elementor-widget-bdt-member\" data-id=\"7617116a\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1e7ed5\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                                                    <div class=\"bdt-member-text bdt-content-wrap\">\u3000\u3000\u6c5f\u4e00\u5fd7\u8655\u9577\u65bc2017\u5e74\u8207\u53f0\u6ce5\u96c6\u5718\u5f35\u5b89\u5e73\u8463\u4e8b\u9577\u9762\u8ac7\uff0c\u6df1\u6df1\u70ba\u5176\u300c\u98a8\u3001\u5149\u3001\u5730\u71b1\u3001\u6d77\u6d0b\u80fd\u53ca\u5132\u80fd\u300d\u7b49\u518d\u751f\u80fd\u6e90\u9060\u898b\u5438\u5f15\uff0c\u8a72\u5e747\u6708\u52a0\u5165\u53f0\u6ce5\u96c6\u5718\uff0c\u898f\u5283\u5efa\u7f6e\u5f70\u6ff1\u98a8\u5149\u5171\u5b58\u6848\u5834\u3001\u5f70\u65fa\u9678\u57df\u98a8\u96fb\u6848\u5834\u3001\u5609\u7fa9\u7fa9\u7af9\u5e03\u888b\u6f01\u96fb\u5171\u751f\u6848\u5834\u4ee5\u53ca\u9032\u884c\u4e2d\u7684\u96f2\u6797\u3001\u5609\u7fa9\u3001\u53f0\u5357\u3001\u9ad8\u96c4\u7b49\u5730\u6f01\u96fb\u5171\u751f\u6848\u5834\u3002<\/div>\n                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-262 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-262 .button--winona::after {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-fa415f8\" data-id=\"fa415f8\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3c364ac elementor-widget elementor-widget-bdt-member\" data-id=\"3c364ac\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c10e167\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n                <div class=\"bdt-member-photo-wrapper bdt-image-mask\">\n\n                    \n                        <div class=\"bdt-member-photo\">\n                            <div class=\" bdt-transition-scale-up\">\n                                <img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/08-\u5411\u967d\u512a\u80fd\u96fb\u529b_\u9673\u8cb4\u5149\u8463\u4e8b\u9577_\u5708.png\" title=\"08 \u5411\u967d\u512a\u80fd\u96fb\u529b_\u9673\u8cb4\u5149\u8463\u4e8b\u9577_\u5708\" alt=\"08 \u5411\u967d\u512a\u80fd\u96fb\u529b_\u9673\u8cb4\u5149\u8463\u4e8b\u9577_\u5708\" \/>                            <\/div>\n                        <\/div>\n\n                        \n                <\/div>\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u9673\u8cb4\u5149<br>Kuei-Kuang Chen<\/span>\n                                                    <span class=\"bdt-member-role\">\u5411\u967d\u512a\u80fd\u96fb\u529b \u8463\u4e8b\u9577<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b30652e elementor-widget elementor-widget-modalpopup\" data-id=\"b30652e\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c10f4dc\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-333\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 0px; color: #36B8AD;\" class=\"model-popup-btn popup-333 mega-uae-btn hvr-fade\" data-id=\"popup-333\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"\" style=\"padding-right: 5px;\"> <\/i> MORE<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-333\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 400px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #00000000; text-align: center; color: #FFFFFF00; background: #18181800; font-size: 19px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2853\" class=\"elementor elementor-2853\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-3226b279 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3226b279\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3e7a69a2\" data-id=\"3e7a69a2\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-3fbbd845 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3fbbd845\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-2517ef92\" data-id=\"2517ef92\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1a4b8180 elementor-widget elementor-widget-image\" data-id=\"1a4b8180\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1eab7e\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"150\" height=\"150\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/08-\u5411\u967d\u512a\u80fd\u96fb\u529b_\u9673\u8cb4\u5149\u8463\u4e8b\u9577_\u5708-150x150.png\" class=\"attachment-thumbnail size-thumbnail\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/08-\u5411\u967d\u512a\u80fd\u96fb\u529b_\u9673\u8cb4\u5149\u8463\u4e8b\u9577_\u5708-150x150.png 150w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/08-\u5411\u967d\u512a\u80fd\u96fb\u529b_\u9673\u8cb4\u5149\u8463\u4e8b\u9577_\u5708.png 294w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/>\t\t\t\t\t\t\t\t\t\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-567b8b69 elementor-widget elementor-widget-bdt-member\" data-id=\"567b8b69\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1ecaa1\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                    <span class=\"bdt-member-name\">\u9673\u8cb4\u5149<br>Kuei-Kuang Chen<\/span>\n                                                    <span class=\"bdt-member-role\">\u5411\u967d\u512a\u80fd\u96fb\u529b \u8463\u4e8b\u9577<\/span>\n                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a0cbcef elementor-widget elementor-widget-bdt-member\" data-id=\"a0cbcef\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1ee8b2\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n            <div class=\"bdt-member-description\">\n                                                                    <div class=\"bdt-member-text bdt-content-wrap\">\u3000\u30002009\u5e74\u83ab\u62c9\u514b\u98a8\u707d\u91cd\u5275\u5357\u81fa\u7063\u5f8c\u97ff\u61c9\u653f\u5e9c\u300c\u990a\u6c34\u7a2e\u96fb\u300d\u8a08\u756b\uff0c\u5f15\u5165\u592a\u967d\u80fd\u677f\uff0c\u7d50\u5408\u7da0\u80fd\u8207\u7cbe\u7dfb\u8fb2\u696d\u3002\u8fd1\u5e74\u65bc\u5c4f\u6771\u63a8\u52d5\u8907\u5408\u5f0f\u5149\u96fb\u6eab\u5ba4\u8015\u4f5c\uff0c\u4e0d\u65b7\u5347\u7d1a\u6eab\u5ba4\u6280\u8853\uff0c\u5df2\u662f\u8fb2\u96fb\u5171\u751f\u7684\u6307\u6a19\u696d\u8005\u3002\u5411\u967d\u5718\u968a\u4e5f\u7a4d\u6975\u6295\u5165\u6f01\u96fb\u5171\u751f\uff0c\u6210\u529f\u7a81\u7834\u80b2\u82d7\u548c\u6210\u8766\u990a\u6b96\u6280\u8853\uff0c\u7814\u767c\u667a\u6167\u5316\u9b5a\u586d\uff0c\u5805\u6301\u571f\u5730\u591a\u91cd\u5229\u7528\uff0c\u900f\u904e\u571f\u5730\u8907\u5408\u5f0f\u5229\u7528\u5c55\u73fe\u5176\u73cd\u8cb4\u7684\u50f9\u503c\u3002<\/div>\n                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-333 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-333 .button--winona::after {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-f8b29ab elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f8b29ab\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-594f493\" data-id=\"594f493\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-8cab005 elementor-widget elementor-widget-html\" data-id=\"8cab005\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c11116a\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span><style>\n.age-speaker-part .elementor-widget:not(:last-child) {\n        margin-bottom: 0px;\n\n}\n.age-speaker-part .elementor-widget-bdt-member .elementor-widget-container {\n    background-color: transparent;\n\n}\n.age-speaker-part .bdt-member-photo{\n    padding: 30px;\n}\n<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-3e9fa7e elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"3e9fa7e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8024e82\" data-id=\"8024e82\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2a1fd2b elementor-widget elementor-widget-shortcode\" data-id=\"2a1fd2b\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1281cf\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2323\" class=\"elementor elementor-2323\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-5cac5fc5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5cac5fc5\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-76e55b7c\" data-id=\"76e55b7c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-71b8344c elementor-widget elementor-widget-html\" data-id=\"71b8344c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c115d42\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span><div id=\"about_section\"><\/div>\n<style>\n    .age-information-part-1 .elementor-row .elementor-column:nth-of-type(1){\n        width: 50%\n    }\n    .age-information-part-1 .elementor-row .elementor-column:nth-of-type(2){\n        width: 25%\n    }\n    .age-information-part-1 .elementor-row .elementor-column:nth-of-type(3){\n        width: 25%\n    }\n    .age-information-part-2 .elementor-row .elementor-column:nth-of-type(1){\n        width: 40%\n    }\n        .age-information-part-2 .elementor-row .elementor-column:nth-of-type(2){\n        width: 60%\n    }\n    @media (max-width: 767px){\n        .elementor-column {\n            width: 100% !important;\n        }\n    }\n<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-21d79a2d age-section-title elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"21d79a2d\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-47627b5c\" data-id=\"47627b5c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7f220a8e elementor-hidden-phone elementor-widget elementor-widget-text-editor\" data-id=\"7f220a8e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c117c69\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p style=\"line-height: 1;\"><span style=\"font-size: 43px; display: flex;\"><br \/>\n<i class=\"fas fa-bullhorn\" style=\"align-self: flex-end; padding: 5px; font-weight: 600; color: #0b7c67; font-size: 36px;\"><\/i><br \/>\n<span style=\"font-size: 56px;\">\u5c08\u5340<span style=\"font-size: 32px; color: #f90; font-weight: bold;\"> INFORMATION<\/span><\/span><\/span><\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af608a0 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-text-editor\" data-id=\"af608a0\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c119213\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div style=\"line-height: 1; text-align: center;\">\n<p><i class=\"fas fa-bullhorn\" style=\"align-self: flex-end; padding: 5px; font-weight: 600; color: #0b7c67; font-size: 36px;\"><\/i><br \/>\n<span style=\"font-size: 220%;\"><span style=\"font-size: 100%;\">\u5c08\u5340<br \/>\n<\/span><\/span><\/p>\n<p style=\"font-size: 150%; color: #f90; font-weight: bold; margin-top: -25px;\">INFORMATION<\/p>\n<\/div>\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-59c10821 elementor-section-height-min-height elementor-section-items-stretch age-information-part-1 elementor-section-boxed elementor-section-height-default\" data-id=\"59c10821\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-6ee37ec6\" data-id=\"6ee37ec6\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4a84c68 elementor-widget elementor-widget-text-editor\" data-id=\"4a84c68\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c11b1b2\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\"><span style=\"font-size: 36px;\">\u7da0\u80fd\u653f\u7b56<\/span><\/span><\/strong><\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9eef7d9 elementor-widget elementor-widget-advanced-btn\" data-id=\"9eef7d9\" data-element_type=\"widget\" data-widget_type=\"advanced-btn.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c11c800\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/advanced-buttons.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t\r\n\t\t\r\n\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-164\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t<a href=\"\/2021symposium\/\u5c08\u5340?category=AgriPolicy\"  target=\"_blank\" style=\"color: #FFFFFF;\" class=\"mega-uae-btn button--isi\" data-text=\"MORE\">\r\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-angle-right button__icon icon__left\"> <\/i>\r\n\t\t\t\t\t\t\t\t\t\t\t<span>MORE<\/span>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t<\/a>\r\n\t\t\t<\/div>\r\n\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\r\n\t\t\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-164 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #36B8AD !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-164 .button--winona::after {\r\n\t\t\t\tcolor: #36B8AD !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-164 .button--dualshade {\r\n\t\t\t\tbackground-image: linear-gradient(41deg, #FFFFFF00 0%,#FFFFFF 100%) !important;\r\n\t\t\t\tbackground: none;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-164 .button--dualshade:hover {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-6664ec93\" data-id=\"6664ec93\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a6ffe6c elementor-widget elementor-widget-text-editor\" data-id=\"a6ffe6c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c11e0f9\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t\n<p><strong><span style=\"color: #ffffff;\"><span style=\"font-size: 36px;\">\u6f01\u96fb\u5171\u751f<\/span><\/span><\/strong><\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57ac94d elementor-widget elementor-widget-advanced-btn\" data-id=\"57ac94d\" data-element_type=\"widget\" data-widget_type=\"advanced-btn.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c11f3ee\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/advanced-buttons.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t\r\n\t\t\r\n\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-337\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t<a href=\"https:\/\/age.triwra.org.tw\/Page\/List?group=Instance&category=Fishing\"  target=\"_blank\" style=\"color: #FFFFFF;\" class=\"mega-uae-btn button--isi\" data-text=\"MORE\">\r\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-angle-right button__icon icon__left\"> <\/i>\r\n\t\t\t\t\t\t\t\t\t\t\t<span>MORE<\/span>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t<\/a>\r\n\t\t\t<\/div>\r\n\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\r\n\t\t\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-337 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #36B8AD !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-337 .button--winona::after {\r\n\t\t\t\tcolor: #36B8AD !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-337 .button--dualshade {\r\n\t\t\t\tbackground-image: linear-gradient(41deg, #FFFFFF00 0%,#FFFFFF 100%) !important;\r\n\t\t\t\tbackground: none;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-337 .button--dualshade:hover {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-fcd99c5\" data-id=\"fcd99c5\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-afb229c elementor-widget elementor-widget-text-editor\" data-id=\"afb229c\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c120d6f\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p><strong><span style=\"color: #ffffff;\"><span style=\"font-size: 36px;\">\u6280\u8853\u7814\u767c<\/span><\/span><\/strong><\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3f57140 elementor-widget elementor-widget-advanced-btn\" data-id=\"3f57140\" data-element_type=\"widget\" data-widget_type=\"advanced-btn.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c122086\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/advanced-buttons.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t\r\n\t\t\r\n\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-280\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t<a href=\"\/2021symposium\/\u5c08\u5340?category=Technology\"  target=\"_blank\" style=\"color: #FFFFFF;\" class=\"mega-uae-btn button--isi\" data-text=\"MORE\">\r\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-angle-right button__icon icon__left\"> <\/i>\r\n\t\t\t\t\t\t\t\t\t\t\t<span>MORE<\/span>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t<\/a>\r\n\t\t\t<\/div>\r\n\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\r\n\t\t\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-280 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #36B8AD !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-280 .button--winona::after {\r\n\t\t\t\tcolor: #36B8AD !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-280 .button--dualshade {\r\n\t\t\t\tbackground-image: linear-gradient(41deg, #FFFFFF00 0%,#FFFFFF 100%) !important;\r\n\t\t\t\tbackground: none;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-280 .button--dualshade:hover {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-818ebca elementor-section-height-min-height elementor-section-items-stretch elementor-section-content-middle age-information-part-2 elementor-section-boxed elementor-section-height-default\" data-id=\"818ebca\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a2ec9c7\" data-id=\"a2ec9c7\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1ccfb88 elementor-widget elementor-widget-text-editor\" data-id=\"1ccfb88\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c124076\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p style=\"text-align: center;\"><strong><span style=\"color: #ffffff;\"><span style=\"font-size: 36px;\">\u755c\u96fb\u5171\u751f<\/span><\/span><\/strong><\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9bec45b elementor-widget elementor-widget-advanced-btn\" data-id=\"9bec45b\" data-element_type=\"widget\" data-widget_type=\"advanced-btn.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c125348\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/advanced-buttons.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t\r\n\t\t\r\n\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-430\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t<a href=\"https:\/\/age.triwra.org.tw\/Page\/List?group=Instance&category=Livestock\"  target=\"_blank\" style=\"color: #FFFFFF;\" class=\"mega-uae-btn button--isi\" data-text=\"MORE\">\r\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-angle-right button__icon icon__left\"> <\/i>\r\n\t\t\t\t\t\t\t\t\t\t\t<span>MORE<\/span>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t<\/a>\r\n\t\t\t<\/div>\r\n\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\r\n\t\t\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-430 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #36B8AD !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-430 .button--winona::after {\r\n\t\t\t\tcolor: #36B8AD !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-430 .button--dualshade {\r\n\t\t\t\tbackground-image: linear-gradient(41deg, #FFFFFF00 0%,#FFFFFF 100%) !important;\r\n\t\t\t\tbackground: none;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-430 .button--dualshade:hover {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-83010da\" data-id=\"83010da\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-942e1de elementor-widget elementor-widget-text-editor\" data-id=\"942e1de\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c126c3a\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p><strong><span style=\"color: #ffffff;\"><span style=\"font-size: 36px;\">\u5e02\u5834\u8da8\u52e2<\/span><\/span><\/strong><\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1abe1c3 elementor-widget elementor-widget-advanced-btn\" data-id=\"1abe1c3\" data-element_type=\"widget\" data-widget_type=\"advanced-btn.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c127f53\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/advanced-buttons.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t\r\n\t\t\r\n\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-394\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t<a href=\"\/2021symposium\/\u5c08\u5340?category=MarketTrend\"  target=\"_blank\" style=\"color: #FFFFFF;\" class=\"mega-uae-btn button--isi\" data-text=\"MORE\">\r\n\t\t\t\t\t\t\t\t\t\t\t<i class=\"fas fa-angle-right button__icon icon__left\"> <\/i>\r\n\t\t\t\t\t\t\t\t\t\t\t<span>MORE<\/span>\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t<\/a>\r\n\t\t\t<\/div>\r\n\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\r\n\t\t\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-394 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #36B8AD !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-394 .button--winona::after {\r\n\t\t\t\tcolor: #36B8AD !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-394 .button--dualshade {\r\n\t\t\t\tbackground-image: linear-gradient(41deg, #FFFFFF00 0%,#FFFFFF 100%) !important;\r\n\t\t\t\tbackground: none;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-394 .button--dualshade:hover {\r\n\t\t\t\tcolor: #FFFFFF !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-11c7e7a elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"11c7e7a\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3c0594a\" data-id=\"3c0594a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-89ad0d3 elementor-widget elementor-widget-shortcode\" data-id=\"89ad0d3\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c138741\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2346\" class=\"elementor elementor-2346\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-c2fc0f4 elementor-section-height-min-height elementor-section-stretched elementor-section-full_width elementor-section-height-default elementor-section-items-middle\" data-id=\"c2fc0f4\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a28ab0a\" data-id=\"a28ab0a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5846878 elementor-widget elementor-widget-html\" data-id=\"5846878\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c12ccb9\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span><style>\n    .age-attendees-part-1 .bdt-custom-gallery .bdt-gallery-item .bdt-gallery-item-title{\n        opacity: 1;\n    }\n    .age-attendees-part-1 .bdt-custom-gallery .bdt-gallery-item  .bdt-gallery-item-text{\n        opacity: 1;\n    }\n    .age-attendees-part-2 .bdt-custom-gallery .bdt-gallery-item .bdt-gallery-item-title{\n        opacity: 1;\n    }\n    .age-attendees-part-2 .bdt-custom-gallery .bdt-gallery-item  .bdt-gallery-item-text{\n        opacity: 1;\n    }\n    \n    .age-attendees-part-1 .bdt-transition-toggle [class*='bdt-transition-slide'], .bdt-transition-toggle:focus [class*='bdt-transition-slide'], .bdt-transition-active.bdt-active [class*='bdt-transition-slide']{\n            transform: translate(0, 0);\n    }\n    .age-attendees-part-2 .bdt-transition-toggle [class*='bdt-transition-slide'], .bdt-transition-toggle:focus [class*='bdt-transition-slide'], .bdt-transition-active.bdt-active [class*='bdt-transition-slide']{\n        transform: translate(0, 0);\n    }\n<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-65de2e3 elementor-widget elementor-widget-text-editor\" data-id=\"65de2e3\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c12e0ef\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p style=\"text-align: center; font-size:32px\">\u53c3\u8207\u6536\u7a6b<\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-8ea9a03 age-attendees-part-1 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8ea9a03\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c262349\" data-id=\"c262349\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-04844e9 elementor-widget elementor-widget-bdt-custom-gallery\" data-id=\"04844e9\" data-element_type=\"widget\" data-settings=\"{&quot;columns&quot;:&quot;2&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;}\" data-widget_type=\"bdt-custom-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c132d9b\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<div id=\"bdt-custom-gallery-04844e9\" class=\"bdt-custom-gallery bdt-skin-default bdt-grid bdt-grid-small\" data-settings=\"{&quot;id&quot;:&quot;#bdt-custom-gallery-04844e9&quot;,&quot;tiltShow&quot;:false}\" >\n\t\t\t\t\t<div class=\"bdt-gallery-item bdt-transition-toggle bdt-width-1-1 bdt-width-1-2@s bdt-width-1-2@m\">\n\t\t\t\t<div class=\"bdt-custom-gallery-inner bdt-image-mask\">\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n        <div class=\"bdt-gallery-thumbnail\">\n           \n            <img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2022\/10\/circle_mask_3-300x300.png\" alt=\"\u638c\u63e1\u8da8\u52e2\">\n\n        <\/div>\n        \t\t<div class=\"bdt-overlay bdt-overlay-default bdt-position-cover\">\n\t\t\t<div class=\"bdt-custom-gallery-content\">\n\t\t\t\t<div class=\"bdt-custom-gallery-content-inner\">\n\t\t\t\t\t\n\t\t\t\t\t\n\n\t\t\t\t\t\n\t\t\t\t\t\t\t<h3 class=\"bdt-gallery-item-title bdt-transition-slide-top-small\">\n\t\t\t\u638c\u63e1\u8da8\u52e2\t\t<\/h3>\n\t\t\t\t<div class=\"bdt-gallery-item-text bdt-transition-slide-bottom-small\">\u9080\u8acb\u570b\u969b\u5c08\u5bb6\u5206\u6790<br>\n\u8fb2\u696d\u7da0\u80fd\u6700\u65b0\u767c\u5c55\n<\/div>\n\t\t\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"bdt-gallery-item bdt-transition-toggle bdt-width-1-1 bdt-width-1-2@s bdt-width-1-2@m\">\n\t\t\t\t<div class=\"bdt-custom-gallery-inner bdt-image-mask\">\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n        <div class=\"bdt-gallery-thumbnail\">\n           \n            <img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/\u900f\u660e\u5716\u7247_\u7d20\u6750-300x300.png\" alt=\"\u5c0d\u8a71\u4ea4\u6d41\">\n\n        <\/div>\n        \t\t<div class=\"bdt-overlay bdt-overlay-default bdt-position-cover\">\n\t\t\t<div class=\"bdt-custom-gallery-content\">\n\t\t\t\t<div class=\"bdt-custom-gallery-content-inner\">\n\t\t\t\t\t\n\t\t\t\t\t\n\n\t\t\t\t\t\n\t\t\t\t\t\t\t<h3 class=\"bdt-gallery-item-title bdt-transition-slide-top-small\">\n\t\t\t\u5c0d\u8a71\u4ea4\u6d41\t\t<\/h3>\n\t\t\t\t<div class=\"bdt-gallery-item-text bdt-transition-slide-bottom-small\">\u7522\u5b98\u5b78\u7814\u4ea4\u6d41<br>\n\u5c0b\u627e\u5408\u4f5c\u65b0\u5951\u6a5f\n<\/div>\n\t\t\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-b9d4b5a elementor-widget elementor-widget-text-editor\" data-id=\"b9d4b5a\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1342cc\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p style=\"text-align: center; font-size:32px\">\u8ab0\u662f\u8207\u6703\u8005<\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-7e7bd09 age-attendees-part-2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7e7bd09\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-9ed8f51\" data-id=\"9ed8f51\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-eb5e941 bdt-skin-fedara-style-center elementor-widget elementor-widget-bdt-custom-gallery\" data-id=\"eb5e941\" data-element_type=\"widget\" data-settings=\"{&quot;columns&quot;:&quot;3&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;}\" data-widget_type=\"bdt-custom-gallery.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1383dd\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<div id=\"bdt-custom-gallery-eb5e941\" class=\"bdt-custom-gallery bdt-skin-default bdt-grid bdt-grid-small\" data-settings=\"{&quot;id&quot;:&quot;#bdt-custom-gallery-eb5e941&quot;,&quot;tiltShow&quot;:true}\" >\n\t\t\t\t\t<div class=\"bdt-gallery-item bdt-transition-toggle bdt-width-1-1 bdt-width-1-2@s bdt-width-1-3@m\">\n\t\t\t\t<div class=\"bdt-custom-gallery-inner bdt-image-mask\" data-tilt=\"\">\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n        <div class=\"bdt-gallery-thumbnail\">\n           \n            <img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/\u900f\u660e\u5716\u7247_\u7d20\u6750-300x300.png\" alt=\"\">\n\n        <\/div>\n        \t\t<div class=\"bdt-overlay bdt-overlay-default bdt-position-cover\">\n\t\t\t<div class=\"bdt-custom-gallery-content\">\n\t\t\t\t<div class=\"bdt-custom-gallery-content-inner\">\n\t\t\t\t\t\n\t\t\t\t\t\n\n\t\t\t\t\t\n\t\t\t\t\t\t\t<h3 class=\"bdt-gallery-item-title bdt-transition-slide-top-small\">\n\t\t\t\t\t<\/h3>\n\t\t\t\t<div class=\"bdt-gallery-item-text bdt-transition-slide-bottom-small\"><img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/05\/gov_icon.svg\" style=\"width: 80px;margin-top: -20px\"><br>\u4e2d\u592e\u653f\u5e9c<br>\u5730\u65b9\u653f\u5e9c<\/div>\n\t\t\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"bdt-gallery-item bdt-transition-toggle bdt-width-1-1 bdt-width-1-2@s bdt-width-1-3@m\">\n\t\t\t\t<div class=\"bdt-custom-gallery-inner bdt-image-mask\" data-tilt=\"\">\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n        <div class=\"bdt-gallery-thumbnail\">\n           \n            <img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/\u900f\u660e\u5716\u7247_\u7d20\u6750-300x300.png\" alt=\"\">\n\n        <\/div>\n        \t\t<div class=\"bdt-overlay bdt-overlay-default bdt-position-cover\">\n\t\t\t<div class=\"bdt-custom-gallery-content\">\n\t\t\t\t<div class=\"bdt-custom-gallery-content-inner\">\n\t\t\t\t\t\n\t\t\t\t\t\n\n\t\t\t\t\t\n\t\t\t\t\t\t\t<h3 class=\"bdt-gallery-item-title bdt-transition-slide-top-small\">\n\t\t\t\t\t<\/h3>\n\t\t\t\t<div class=\"bdt-gallery-item-text bdt-transition-slide-bottom-small\"><img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/05\/ngo_icon.svg\" style=\"width: 80px;margin-top: -20px\"><br><span style=\"font-size:20px;font-weight:500;color:#606060\">\u8fb2\u696d\u5718\u9ad4<br>\u80fd\u6e90\u696d\u8005<\/span><\/div>\n\t\t\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"bdt-gallery-item bdt-transition-toggle bdt-width-1-1 bdt-width-1-2@s bdt-width-1-3@m\">\n\t\t\t\t<div class=\"bdt-custom-gallery-inner bdt-image-mask\" data-tilt=\"\">\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n        <div class=\"bdt-gallery-thumbnail\">\n           \n            <img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/\u900f\u660e\u5716\u7247_\u7d20\u6750-300x300.png\" alt=\"\">\n\n        <\/div>\n        \t\t<div class=\"bdt-overlay bdt-overlay-default bdt-position-cover\">\n\t\t\t<div class=\"bdt-custom-gallery-content\">\n\t\t\t\t<div class=\"bdt-custom-gallery-content-inner\">\n\t\t\t\t\t\n\t\t\t\t\t\n\n\t\t\t\t\t\n\t\t\t\t\t\t\t<h3 class=\"bdt-gallery-item-title bdt-transition-slide-top-small\">\n\t\t\t\t\t<\/h3>\n\t\t\t\t<div class=\"bdt-gallery-item-text bdt-transition-slide-bottom-small\"><img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/10\/\u4e09\u4eba.svg\" style=\"width: 80px;margin-top: -20px\"><br><span style=\"font-size:20px;font-weight:500;color:#606060\">\u5b78\u7814\u55ae\u4f4d<br>NGO\u5718\u9ad4<\/span><\/div>\n\t\t\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-d67d762 elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d67d762\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9b93cba\" data-id=\"9b93cba\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4023ba0 elementor-absolute elementor-widget elementor-widget-menu-anchor\" data-id=\"4023ba0\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c13a329\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<div id=\"Agenda_Section\" class=\"elementor-menu-anchor\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c73f52b elementor-widget elementor-widget-shortcode\" data-id=\"c73f52b\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c15cd42\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2357\" class=\"elementor elementor-2357\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-2d49ac39 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2d49ac39\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-34ad4de\" data-id=\"34ad4de\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3fde3033 elementor-hidden-phone elementor-widget elementor-widget-text-editor\" data-id=\"3fde3033\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c13e73f\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p style=\"line-height: 1;\"><span style=\"font-size: 43px; display: flex;\"><br \/>\n<i class=\"fas fa-calendar-alt\" style=\"align-self: flex-end; padding: 5px; font-weight: 600; color: #0b7c67; font-size: 36px;\"><\/i><br \/>\n<span style=\"font-size: 56px;\">\u8b70\u7a0b<span style=\"font-size: 32px; color: #f90; font-weight: bold;\"> AGENDA<\/span><\/span><\/span><\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-253a9eb elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-text-editor\" data-id=\"253a9eb\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c13fb21\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div style=\"line-height: 1; text-align: center;\">\n<p><i class=\"fas fa-calendar-alt\" style=\"align-self: flex-end; padding: 5px; font-weight: 600; color: #0b7c67; font-size: 36px;\"><\/i><br \/>\n<span style=\"font-size: 220%;\"><span style=\"font-size: 100%;\">\u8b70\u7a0b<br \/>\n<\/span><\/span><\/p>\n<p style=\"font-size: 150%; color: #f90; font-weight: bold; margin-top: -25px;\">AGENDA<\/p>\n<\/div>\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-f32eff2 age-desktop-agenda elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f32eff2\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e6e7596\" data-id=\"e6e7596\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2c6a347 elementor-widget elementor-widget-Table\" data-id=\"2c6a347\" data-element_type=\"widget\" data-widget_type=\"Table.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c142bd3\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<table class=\"tafe-table\">\n\t\t\t<thead  class=\"tafe-table-header\">\n\t\t\t\t<tr>\n\t\t\t\t\t<th class=\"elementor-inline-editing elementor-repeater-item-483ed50\"   >Table Header<\/th><th class=\"elementor-inline-editing elementor-repeater-item-86d81fc\"   >Table Header<\/th>\t\t\t\t<\/tr>\n\t\t\t<\/thead>\n\t\t\t<tbody class=\"tafe-table-body\">\n\t\t\t\t<tr>\n\t\t\t\t\t<\/tr><tr><td   class=\"elementor-repeater-item-3a4de39\" ><div class=\"time_col\">\n13:10\n<br>\n<i class=\"fas fa-angle-double-down\"><\/i>\n<br>\n13:30\n<\/div><\/td><td   class=\"elementor-repeater-item-9a45114\" ><div class=\"age-tbl-content\"><span class=\"work\">\u7dda\u4e0a\u5831\u5230<br>Online Registration<\/span><\/div><\/td><\/tr><tr><td  rowSpan=\"2\" class=\"elementor-repeater-item-151e12b\" ><div class=\"time_col\">\n13:30\n<br>\n<i class=\"fas fa-angle-double-down\"><\/i>\n<br>\n13:40\n<\/div><\/td><td   class=\"elementor-repeater-item-321c871\" ><div  class=\"age-tbl-content\"><span class=\"work\">\u958b\u5e55\u5f0f\/\u9577\u5b98\u81f4\u8a5e<br>Opening Remarks<\/span><\/div><\/td><\/tr><tr><td colSpan=\"1\"  class=\"elementor-repeater-item-5b238a3\" ><div class=\"member\">\n<span><strong>\u81f4\u8a5e\u8cb4\u8cd3<\/strong>\uff1a\u3000\u3000\u3000\u3000\u884c\u653f\u9662\u8fb2\u696d\u59d4\u54e1\u6703\u3000\u3000\u3000\u3000\u3000\u3000\u9673\u6dfb\u58fd \u526f\u4e3b\u59d4<\/span>\n<br>\n<span>\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u53f0\u7063\u6c34\u8cc7\u6e90\u8207\u8fb2\u696d\u7814\u7a76\u9662\u3000\u3000\u3000\u9673\u5c0a\u8ce2 \u526f\u9662\u9577<\/span>\n<\/div>\n<div class=\"member\">\n<span><strong>Guest of Honor<\/strong>\uff1a\u3000Tian-Shou Chen, Deputy Chairman, COA<\/span>\n<br>\n<span>\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000 Zueng-Sang Chen, Associate Dean of TRIWRA<\/span>\n<\/div><\/td><\/tr><tr><td  rowSpan=\"2\" class=\"elementor-repeater-item-1c765a2\" ><div class=\"time_col\">\n13:40\n<br>\n<i class=\"fas fa-angle-double-down\"><\/i>\n<br>\n14:00\n<\/div><\/td><td colSpan=\"1\"  class=\"elementor-repeater-item-f3730cf\" ><div class=\"Agenda-intro\">\n<div><strong>\u570b\u969b\u518d\u751f\u80fd\u6e90\u8da8\u52e2\u8207\u80fd\u6e90\u8f49\u578b\u516c\u6c11\u53c3\u8207\u7684\u91cd\u8981\u6027<\/strong><\/div><div> \t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2914\" class=\"elementor elementor-2914\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-56e1ea5f elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"56e1ea5f\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-42873014\" data-id=\"42873014\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-263438fd elementor-widget elementor-widget-modalpopup\" data-id=\"263438fd\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1f13b6\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-430\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #fff;\" class=\"model-popup-btn popup-430 mega-uae-btn hvr-fade\" data-id=\"popup-430\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"far fa-bookmark\" style=\"padding-right: 5px;\"> <\/i> \u8b70\u984c\u4ecb\u7d39<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-430\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 620px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #FFFFFF00; text-align: center; color: #FFFFFF00; background: #27935500; font-size: 0px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2886\" class=\"elementor elementor-2886\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-6d947c5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6d947c5\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9a0cfc3\" data-id=\"9a0cfc3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-28fe07b elementor-widget elementor-widget-text-editor\" data-id=\"28fe07b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c220371\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div style=\"margin-bottom: 30px;\">\n<div style=\"text-align: center; font-size: 130%; color: #0b7c67;\"><strong>\u570b\u969b\u518d\u751f\u80fd\u6e90\u8da8\u52e2\u8207\u80fd\u6e90\u8f49\u578b\u516c\u6c11\u53c3\u8207\u7684\u91cd\u8981\u6027<\/strong><\/div>\n<div style=\"text-align: center; font-size: 100%;\"><strong>\u53f0\u7063\u6c34\u8cc7\u6e90\u8207\u8fb2\u696d\u7814\u7a76\u9662\u3000\u6e38\u6167\u5a1f \u535a\u58eb<\/strong><\/div>\n<\/div>\n<div style=\"text-align: justify; padding: 0px 1% 60px;\">\n<p>\u3000\u3000\u80fd\u6e90\u8f49\u578b\u662f\u4e16\u754c\u5404\u570b\u7a4d\u6975\u63a8\u52d5\u7684\u76ee\u6a19\uff0c\u8b1b\u8005\u5c07\u4ecb\u7d39\u570b\u969b\u518d\u751f\u80fd\u6e90\u8da8\u52e2\u8207\u570b\u969b\u8fb2\u696d\u7da0\u80fd\u8da8\u52e2\u3002\u6839\u64da\u591a\u5e74\u63a8\u52d5\u7684\u7d50\u679c\uff0c\u4fc3\u9032\u518d\u751f\u80fd\u6e90\u7684\u767c\u5c55\uff0c\u4e0d\u80fd\u53ea\u6709\u4f9d\u8cf4\u6280\u8853\u5275\u65b0\u3002\u7814\u7a76\u986f\u793a\u300c\u516c\u6c11\u53c3\u8207\u300d\u662f\u4fc3\u9032\u80fd\u6e90\u8f49\u578b\u7684\u91cd\u8981\u95dc\u9375\uff0c\u6f14\u8b1b\u5c07\u63a2\u8a0e\u5230\u516c\u6c11\u53c3\u8207\u7684\u91cd\u8981\u6027\uff0c\u4e26\u5c0d\u76f8\u95dc\u570b\u969b\u6848\u4f8b\u9032\u884c\u63a2\u8a0e\uff0c\u5e0c\u671b\u85c9\u7531\u570b\u969b\u7d93\u9a57\u4fc3\u9032\u81fa\u7063\u52a0\u901f\u518d\u751f\u80fd\u6e90\u7684\u90e8\u7f72\u3002<\/p>\n<\/div>\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-430 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-430 .button--winona::after {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n<\/div>\n<div><strong>Global Trends in Green Energy and the Importance of Citizens\u2019 Participation in Energy Transition<\/strong><\/dv><\/td><\/tr><tr><td colSpan=\"1\"  class=\"elementor-repeater-item-500d182\" ><div class=\"member\">\n<span><strong>\u4e3b\u6301\u4eba<\/strong>\uff1a\u3000\u3000\u3000\u53f0\u7063\u6c34\u8cc7\u6e90\u8207\u8fb2\u696d\u7814\u7a76\u9662\u3000\u3000\u3000\u9673\u5c0a\u8ce2 \u526f\u9662\u9577<\/span>\n<br>\n<span><strong>Moderator<\/strong>\uff1a\u3000Zueng-Sang Chen, Associate Dean of TRIWRA<\/span>\n<br>\n<br>\n<span><strong>\u4e3b\u8b1b\u4eba<\/strong>\uff1a\u3000\u3000\u3000\u53f0\u7063\u6c34\u8cc7\u6e90\u8207\u8fb2\u696d\u7814\u7a76\u9662\u3000\u3000\u3000\u6e38\u6167\u5a1f \u535a\u58eb<\/span>\n<br>\n<span><strong>Speaker<\/strong>\uff1a\u3000\u3000 Hui-Chuan Yu, Researcher at TRIWRA<\/span>\n<\/div><\/td><\/tr><tr><td  rowSpan=\"2\" class=\"elementor-repeater-item-dde2319\" ><div class=\"time_col\">\n14:00\n<br>\n<i class=\"fas fa-angle-double-down\"><\/i>\n<br>\n14:40\n<\/div><\/td><td colSpan=\"1\"  class=\"elementor-repeater-item-9a6a9d1\" ><div class=\"Agenda-intro\">\n<div><strong>\u65e5\u672c\u975c\u5ca1\u7e23\u6d5c\u677e\u5e02\u80fd\u6e90\u653f\u7b56\u4e4b\u63a8\u52d5<\/strong><\/div><div> \t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2916\" class=\"elementor elementor-2916\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-4b5b3079 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4b5b3079\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-58d40da6\" data-id=\"58d40da6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-73ce4704 elementor-widget elementor-widget-modalpopup\" data-id=\"73ce4704\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1f3ca7\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-316\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #fff;\" class=\"model-popup-btn popup-316 mega-uae-btn hvr-fade\" data-id=\"popup-316\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"far fa-bookmark\" style=\"padding-right: 5px;\"> <\/i> \u8b70\u984c\u4ecb\u7d39<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-316\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 620px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #FFFFFF00; text-align: center; color: #FFFFFF00; background: #27935500; font-size: 0px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2888\" class=\"elementor elementor-2888\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-32ee46e4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"32ee46e4\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-27d13d13\" data-id=\"27d13d13\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-57020978 elementor-widget elementor-widget-text-editor\" data-id=\"57020978\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c222d31\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div style=\"margin-bottom: 30px;\">\n<div style=\"text-align: center; font-size: 130%; color: #0b7c67;\"><strong>\u65e5\u672c\u975c\u5ca1\u7e23\u6d5c\u677e\u5e02\u80fd\u6e90\u653f\u7b56\u4e4b\u63a8\u52d5<\/strong><\/div>\n<div style=\"text-align: center; font-size: 100%;\"><strong>\u65e5\u672c\u975c\u5ca1\u7e23\u6d5c\u677e\u5e02\u80fd\u6e90\u653f\u7b56\u79d1 \u68ee\u9686\u4ec1 \u526f\u79d1\u9577<\/strong><\/div>\n<\/div>\n<div style=\"text-align: justify;padding: 0px 1% 60px;\">\n<p>\u3000\u3000\u65e5\u672c\u975c\u5ca1\u7e23\u6d5c\u677e\u5e02\u64c1\u6709\u5f97\u5929\u7368\u539a\u7684\u518d\u751f\u80fd\u6e90\u8cc7\u6e90\uff0c\u5305\u542b\u6c34\u529b\u3001\u98a8\u529b\u4ee5\u53ca\u751f\u8cea\u80fd\uff0c\u5176\u4e2d\u53c8\u4ee5\u592a\u967d\u80fd\u767c\u96fb\u7cfb\u7d71\u70ba\u8a72\u5e02\u767c\u5c55\u91cd\u9ede\u76ee\u6a19\u3002\u672c\u6b21\u5c08\u984c\u6f14\u8b1b\u5c07\u4ecb\u7d39\u6d5c\u677e\u5e02\u70ba\u9054\u6210100%\u4f7f\u7528\u518d\u751f\u80fd\u6e90\u76ee\u6a19\uff0c\u5982\u4f55\u5c0e\u5165\u592a\u967d\u80fd\u767c\u96fb\u3001\u5c0e\u5165\u7684\u5be6\u7e3e\u6210\u679c\u3001\u5c0e\u5165\u524d\u5f8c\u8207\u5468\u908a\u5c45\u6c11\u7684\u6e9d\u901a\u8207\u61c9\u5c0d\uff0c\u4ee5\u53ca\u8a2d\u5099\u9069\u7576\u7dad\u8b77\u7ba1\u7406\u4e4b\u300a\u592a\u967d\u80fd\u8a2d\u65bd\u5c0e\u5165\u6307\u5357\u300b\u5167\u5bb9\u3002<\/p>\n<\/div>\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-316 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-316 .button--winona::after {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n<\/div>\n<div><strong>Promoting Energy Policies in Hamamatsu, Shizuoka in Japan<\/strong><\/dv><\/td><\/tr><tr><td colSpan=\"1\"  class=\"elementor-repeater-item-a39db20\" ><div class=\"member\">\n<span><strong>\u4e3b\u6301\u4eba<\/strong>\uff1a\u3000\u3000\u3000\u884c\u653f\u9662\u8fb2\u59d4\u6703\u4f01\u5283\u8655\u3000\u3000\u3000\u3000\u3000\u838a\u8001\u9054 \u8655\u9577<\/span>\n<br>\n<span><strong>Moderator<\/strong>\uff1a\u3000Lao-Dar Juang, Director of the Department of Planning, COA<\/span>\n<br>\n<br>\n<span><strong>\u4e3b\u8b1b\u4eba<\/strong>\uff1a\u3000\u3000\u3000\u65e5\u672c\u975c\u5ca1\u7e23\u6d5c\u677e\u5e02\u80fd\u6e90\u653f\u7b56\u79d1\u3000\u68ee\u9686\u4ec1 \u526f\u79d1\u9577<\/span>\n<br>\n<span><strong>Speaker<\/strong>\uff1a\u3000\u3000 Takahito Mori, Deputy Chief, Department of Energy Policy in Hamamatsu, Shizuoka<\/span>\n<\/div><\/td><\/tr><tr><td  rowSpan=\"2\" class=\"elementor-repeater-item-b4c9fad\" ><div class=\"time_col\">\n14:40\n<br>\n<i class=\"fas fa-angle-double-down\"><\/i>\n<br>\n15:20\n<\/div><\/td><td colSpan=\"1\"  class=\"elementor-repeater-item-7868dee\" ><div class=\"Agenda-intro\">\n<div><strong>\u97d3\u570b\u8fb2\u6751\u7da0\u80fd\u63a8\u52d5\u4e4b\u885d\u7a81\u8207\u53ef\u80fd\u89e3\u65b9<\/strong><\/div><div> \t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2918\" class=\"elementor elementor-2918\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-1343aa79 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1343aa79\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2f348970\" data-id=\"2f348970\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7c4838c0 elementor-widget elementor-widget-modalpopup\" data-id=\"7c4838c0\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c2022cb\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-216\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #fff;\" class=\"model-popup-btn popup-216 mega-uae-btn hvr-fade\" data-id=\"popup-216\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"far fa-bookmark\" style=\"padding-right: 5px;\"> <\/i> \u8b70\u984c\u4ecb\u7d39<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-216\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 620px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #FFFFFF00; text-align: center; color: #FFFFFF00; background: #27935500; font-size: 0px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2890\" class=\"elementor elementor-2890\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-5e6bf4b3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5e6bf4b3\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1f821bdb\" data-id=\"1f821bdb\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-523baf17 elementor-widget elementor-widget-text-editor\" data-id=\"523baf17\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c2255f6\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div style=\"margin-bottom: 30px;\">\n<div style=\"text-align: center; font-size: 130%; color: #0b7c67;\"><strong>\u97d3\u570b\u8fb2\u6751\u7da0\u80fd\u63a8\u52d5\u4e4b\u885d\u7a81\u8207\u53ef\u80fd\u89e3\u65b9<\/strong><\/div>\n<div style=\"text-align: center; font-size: 100%;\"><strong>\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662 \u674e\u5c1a\u4fca \u7814\u7a76\u54e1<\/strong><\/div>\n<\/div>\n<div style=\"padding: 0px 1% 60px;\">\n<p>\u3000\u3000\u97d3\u570b\u63a8\u52d5\u7da0\u8272\u65b0\u653f\uff0c\u900f\u904e\u518d\u751f\u80fd\u6e90\u6539\u5584\u97d3\u570b\u793e\u6703\u7d93\u6fdf\u7684\u53ef\u6301\u7e8c\u6027\uff0c\u8fb2\u6751\u518d\u751f\u80fd\u6e90\u751f\u7522\u7684\u9700\u6c42\u65e5\u6f38\u4ea6\u589e\uff0c\u4f46\u885d\u7a81\u4e5f\u96a8\u4e4b\u589e\u52a0\u3002\u672c\u6b21\u5c08\u984c\u6f14\u8b1b\u5c07\u900f\u904e\u591a\u9805\u4ee3\u8868\u6027\u500b\u6848\u7814\u7a76\uff0c\u5206\u4eab\u5357\u97d3\u63a8\u5ee3\u8fb2\u6751\u518d\u751f\u80fd\u6e90\u6240\u9762\u81e8\u7684\u5404\u985e\u578b\u885d\u7a81\u56e0\u7d20\uff0c\u5305\u62ec\u6e9d\u901a\u8207\u53c3\u8207\u6a5f\u5236\u4e0d\u8db3\u3001\u6cd5\u898f\u9f90\u96dc\u3001\u5ba3\u5c0e\u6e9d\u901a\u843d\u5dee\u3001\u5229\u76ca\u5206\u4eab\u5236\u5ea6\u4e0d\u5b8c\u5584\u7b49\uff0c\u4e26\u91dd\u5c0d\u4e0a\u8ff0\u6311\u6230\u63d0\u51fa\u76f8\u61c9\u7684\u53ef\u80fd\u89e3\u65b9\u3002<\/p>\n<\/div>\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-216 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-216 .button--winona::after {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n<\/div>\n<div><strong>Conflicts in Promoting Photovoltaics in the Rural Area in Korea and Possible Solutions<\/strong><\/dv><\/td><\/tr><tr><td colSpan=\"1\"  class=\"elementor-repeater-item-cc50c0e\" ><div class=\"member\">\n<span><strong>\u4e3b\u6301\u4eba<\/strong>\uff1a\u3000\u3000\u3000\u884c\u653f\u9662\u8fb2\u59d4\u6703\u4f01\u5283\u8655\u3000\u3000\u3000\u3000\u3000\u838a\u8001\u9054 \u8655\u9577<\/span>\n<br>\n<span><strong>Moderator<\/strong>\uff1a\u3000Lao-Dar Juang, Director of the Department of Planning, COA<\/span>\n<br>\n<br>\n<span><strong>\u4e3b\u8b1b\u4eba<\/strong>\uff1a\u3000\u3000\u3000\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662\u3000\u3000\u3000\u3000\u3000\u674e\u5c1a\u4fca \u7814\u7a76\u54e1<\/span>\n<br>\n<span><strong>Speaker<\/strong>\uff1a\u3000\u3000  Sangjun Lee, Researcher at Korea Energy Economics Institute (KEEI)<\/span>\n<\/div><\/td><\/tr><tr><td  rowSpan=\"2\" class=\"elementor-repeater-item-d539110\" ><div class=\"time_col\">\n15:20\n<br>\n<i class=\"fas fa-angle-double-down\"><\/i>\n<br>\n15:40\n<\/div><\/td><td colSpan=\"1\"  class=\"elementor-repeater-item-6cd9cc7\" ><div class=\"Agenda-intro\">\n<div><strong>\u6f01\u96fb\u5171\u751f\u6848\u5834\u7533\u8acb\u8207\u5efa\u7f6e\u904e\u7a0b\u7d93\u9a57\u5206\u4eab<\/strong><\/div><div> \t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2920\" class=\"elementor elementor-2920\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-4122ad51 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4122ad51\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8844d01\" data-id=\"8844d01\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3e24c395 elementor-widget elementor-widget-modalpopup\" data-id=\"3e24c395\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c204c54\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-247\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #fff;\" class=\"model-popup-btn popup-247 mega-uae-btn hvr-fade\" data-id=\"popup-247\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"far fa-bookmark\" style=\"padding-right: 5px;\"> <\/i> \u8b70\u984c\u4ecb\u7d39<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-247\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 620px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #FFFFFF00; text-align: center; color: #FFFFFF00; background: #27935500; font-size: 0px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2892\" class=\"elementor elementor-2892\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-48322e9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"48322e9\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5822133a\" data-id=\"5822133a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-530e4fe5 elementor-widget elementor-widget-text-editor\" data-id=\"530e4fe5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c227e97\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div style=\"margin-bottom: 30px;\">\n<div style=\"text-align: center; font-size: 130%; color: #0b7c67;\"><strong>\u6f01\u96fb\u5171\u751f\u6848\u5834\u7533\u8acb\u8207\u5efa\u7f6e\u904e\u7a0b\u7d93\u9a57\u5206\u4eab<\/strong><\/div>\n<div style=\"text-align: center; font-size: 100%;\"><strong>\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8 \u6c5f\u4e00\u5fd7 \u8655\u9577<\/strong><\/div>\n<\/div>\n<div style=\"padding: 0px 1% 60px;\">\n<p>\u3000\u3000\u518d\u751f\u80fd\u6e90\u63a8\u52d5\u767c\u5c55\u904e\u7a0b\u4e2d\u6642\u5e38\u9762\u81e8\u74b0\u4fdd\u5718\u9ad4\u3001\u5730\u65b9\u6c11\u773e\u7591\u616e\u5c0e\u81f4\u5de5\u671f\u5ef6\u5b95\u3002\u4e00\u5730\u5169\u7528\u4e4b\u6f01\u96fb\u5171\u751f\u7406\u7576\u7b26\u5408\u5728\u5730\u6c11\u773e\u671f\u8a31\u3001\u990a\u6b96\u696d\u8005\u671f\u5f85\uff0c\u70ba\u4f55\u5728\u63a8\u52d5\u4e0a\u4ecd\u672a\u80fd\u5927\u653e\u7570\u5f69\uff1f\u8b1b\u8005\u4ee5\u81fa\u7063\u7b2c\u4e00\u4ef6\u5927\u578b\u6236\u5916\u6f01\u96fb\u5171\u751f\u5c08\u5340\u7533\u8acb\u53ca\u5efa\u7f6e\u8005\u7d93\u9a57\uff0c\u5206\u4eab\u5404\u968e\u6bb5\u906d\u9047\u56f0\u96e3\u53ca\u5982\u4f55\u5316\u89e3\uff0c\u671f\u76fc\u6f01\u96fb\u5171\u751f\u80fd\u5728\u517c\u9867\u74b0\u5883\u4fdd\u8b77\u4e0b\u70ba\u990a\u6b96\u8005\u5275\u9020\u66f4\u597d\u7684\u990a\u6b96\u74b0\u5883\uff0c\u70ba\u81fa\u7063\u5e36\u4f86\u66f4\u591a\u6f54\u6de8\u80fd\u6e90\u3002<\/p>\n<\/div>\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-247 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-247 .button--winona::after {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n<\/div>\n<div><strong>Experience of Establishing Aquaculture Photovoltaic Power Plants<\/strong><\/dv><\/td><\/tr><tr><td colSpan=\"1\"  class=\"elementor-repeater-item-13a42a7\" ><div class=\"member\">\n<span><strong>\u4e3b\u6301\u4eba<\/strong>\uff1a\u3000\u3000\u3000\u53f0\u7063\u6c34\u8cc7\u6e90\u8207\u8fb2\u696d\u7814\u7a76\u9662\u3000\u3000\u3000\u9673\u5c0a\u8ce2 \u526f\u9662\u9577<\/span>\n<br>\n<span><strong>Moderator<\/strong>\uff1a\u3000Zueng-Sang Chen, Associate Dean of TRIWRA<\/span>\n<br>\n<br>\n<span><strong>\u4e3b\u8b1b\u4eba<\/strong>\uff1a\u3000\u3000\u3000\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u6c5f\u4e00\u5fd7 \u8655\u9577<\/span>\n<br>\n<span><strong>Speaker<\/strong>\uff1a\u3000\u3000 Steven Chiang, Director of TCC Green Energy Corporation<\/span>\n<\/div><\/td><\/tr><tr><td  rowSpan=\"2\" class=\"elementor-repeater-item-2d7e971\" ><div class=\"time_col\">\n15:40\n<br>\n<i class=\"fas fa-angle-double-down\"><\/i>\n<br>\n16:40\n<\/div><\/td><td colSpan=\"1\"  class=\"elementor-repeater-item-3bcdda0\" ><div class=\"Agenda-intro\">\n<div><strong>\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240\u63a8\u52d5\u8fb2\u696d\u7da0\u80fd\u4e4b\u7814\u7a76\u8207\u6210\u679c<\/strong><\/div><div> \t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2922\" class=\"elementor elementor-2922\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-169fb721 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"169fb721\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-77a583bd\" data-id=\"77a583bd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-439d3fd9 elementor-widget elementor-widget-modalpopup\" data-id=\"439d3fd9\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c20746b\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-172\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #fff;\" class=\"model-popup-btn popup-172 mega-uae-btn hvr-fade\" data-id=\"popup-172\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"far fa-bookmark\" style=\"padding-right: 5px;\"> <\/i> \u8b70\u984c\u4ecb\u7d39<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-172\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 620px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #FFFFFF00; text-align: center; color: #FFFFFF00; background: #27935500; font-size: 0px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2897\" class=\"elementor elementor-2897\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-e6beb08 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e6beb08\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-207a0936\" data-id=\"207a0936\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-47c9b0d2 elementor-widget elementor-widget-text-editor\" data-id=\"47c9b0d2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c22a7c2\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div style=\"margin-bottom: 30px;\">\n<div style=\"text-align: center; font-size: 130%; color: #0b7c67;\"><strong>\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240\u63a8\u52d5\u8fb2\u696d\u7da0\u80fd\u4e4b<br>\u7814\u7a76\u8207\u6210\u679c<\/strong><\/div>\n<div style=\"text-align: center; font-size: 100%;\"><strong>\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240\u7d44\u9577\u3000\u3000\u3000\u3000\u99ac\u514b\u601d\u2027\u6258\u59c6\u591a\u592b\u3000<\/strong><\/div>\n<div style=\"text-align: center; font-size: 100%;\"><strong>\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240\u52a9\u7406\u7814\u7a76\u54e1\u3000\u6cd5\u862d\u897f\u65af\u5361\u2027\u62c9\u854a\u5e0c<\/strong><\/div>\n<\/div>\n<div style=\"padding: 0px 1% 60px;\">\n<p>\u3000\u3000\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240\u5275\u8fa6\u4eba\u65bc1981\u5e74\u63d0\u51fa\u8fb2\u696d\u592a\u967d\u80fd\u5149\u96fb\u69cb\u60f3\uff0c\u56e0\u61c9\u63a8\u52d5\u80fd\u6e90\u8f49\u578b\u7684\u5404\u7a2e\u6311\u6230\u3001\u6c23\u5019\u8b8a\u9077\u5c0e\u81f4\u7684\u8fb2\u696d\u56f0\u5883\u7b49\uff0c\u8b93\u517c\u4f5c\u592a\u967d\u80fd\u767c\u96fb\u8207\u8fb2\u696d\u8015\u4f5c\u7684\u7b56\u7565\u6210\u70ba\u773e\u6240\u95dc\u6ce8\u7684\u89e3\u65b9\u3002\u672c\u6b21\u5c08\u984c\u6f14\u8b1b\u5c07\u4ecb\u7d39\u8fb2\u696d\u5149\u96fb\u571f\u5730\u5169\u7528\u7684\u6280\u8853\u9032\u5c55\uff0c\u4ee5\u53ca\u8eab\u70ba\u5168\u7403\u8fb2\u696d\u5149\u96fb\u7814\u7a76\u6a19\u7aff\u4e4b\u4e00\uff0d\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240\u65bc\u6b64\u9818\u57df\u7684\u76f8\u95dc\u7814\u7a76\u8207\u63a8\u5ee3\u5de5\u4f5c\u3002<\/p>\n<\/div>\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-172 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-172 .button--winona::after {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n<\/div>\n<div><strong>An Introduction to Agrivoltaics and the Activities of Fraunhofer ISE<\/strong><\/dv><\/td><\/tr><tr><td colSpan=\"1\"  class=\"elementor-repeater-item-2e8825f\" ><div class=\"member\">\n<span><strong>\u4e3b\u6301\u4eba<\/strong>\uff1a\u3000\u3000\u3000\u884c\u653f\u9662\u8fb2\u59d4\u6703\u4f01\u5283\u8655\u3000\u3000\u3000\u3000\u3000\u838a\u8001\u9054 \u8655\u9577<\/span>\n<br>\n<span><strong>Moderator<\/strong>\uff1a\u3000Lao-Dar Juang, Director of the Department of Planning, COA<\/span>\n<br>\n<br>\n<span>\u4e3b\u8b1b\u4eba\uff1a\u3000\u3000\u3000\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240\u7d44\u9577\u3000\u3000\u3000\u3000\u3000\u99ac\u514b\u601d\u2027\u6258\u59c6\u591a\u592b<\/span>\n<br>\n<span>\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240\u52a9\u7406\u7814\u7a76\u54e1\u3000\u3000\u6cd5\u862d\u897f\u65af\u5361\u2027\u62c9\u854a\u5e0c<\/span>\n<br>\n<span><strong>Speaker<\/strong>\uff1a\u3000\u3000 Max Trommsdorff, Agrivoltaics Group Leader of Fraunhofer ISE<\/span>\n<br><span>\u3000\u3000\u3000\u3000\u3000\u3000\u3000 Franziska Larisch, Research Assistant at Fraunhofer ISE<\/span>\n<\/div><\/td><\/tr><tr><td  rowSpan=\"2\" class=\"elementor-repeater-item-61bb260\" ><div class=\"time_col\">\n16:40\n<br>\n<i class=\"fas fa-angle-double-down\"><\/i>\n<br>\n17:10\n<\/div><\/td><td colSpan=\"1\"  class=\"elementor-repeater-item-4ed586e\" ><div class=\"Agenda-intro\">\n<div><strong>\u7d9c\u5408\u8a0e\u8ad6 Panel Discussion<\/strong><\/div>\n<\/div>\n<\/td><\/tr><tr><td colSpan=\"1\"  class=\"elementor-repeater-item-504e4f2\" ><div class=\"member\">\n<span><strong>\u4e3b\u6301\u4eba<\/strong>\uff1a\u3000\u3000\u3000\u884c\u653f\u9662\u8fb2\u59d4\u6703\u4f01\u5283\u8655\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u838a\u8001\u9054 \u8655\u9577<\/span>\n<br>\n<span><strong>Moderator<\/strong>\uff1a\u3000Lao-Dar Juang, Director of the Department of Planning, COA<\/span>\n<br>\n<br>\n<span>\u8207\u8ac7\u4eba\uff1a\u3000\u3000\u3000\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u674e\u5c1a\u4fca \u7814\u7a76\u54e1<\/span><br>\n<span>\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240\u3000\u3000\u99ac\u514b\u601d\u2027\u6258\u59c6\u591a\u592b \u7d44\u9577<\/span><br>\n<span>\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240\u3000\u3000\u6cd5\u862d\u897f\u65af\u5361\u2027\u62c9\u854a\u5e0c \u52a9\u7406\u7814\u7a76\u54e1<\/span><br>\n<span>\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u53f0\u7063\u6c34\u8cc7\u6e90\u8207\u8fb2\u696d\u7814\u7a76\u9662\u3000\u3000\u3000\u3000\u3000\u3000\u9673\u5c0a\u8ce2 \u526f\u9662\u9577<\/span><br>\n<span>\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u53f0\u7063\u6c34\u8cc7\u6e90\u8207\u8fb2\u696d\u7814\u7a76\u9662\u3000\u3000\u3000\u3000\u3000\u3000\u6e38\u6167\u5a1f \u535a\u58eb<\/span><br>\n<span>\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u3000\u6c5f\u4e00\u5fd7 \u8655\u9577<\/span><br>\n\n<span><strong>Speaker<\/strong>\uff1a\u3000\u3000Sangjun Lee, Researcher at Korea Energy Economics Institute (KEEI)<\/span>\n<br><span>\u3000\u3000\u3000\u3000\u3000\u3000\u3000Max Trommsdorff, Agrivoltaics Group Leader of Fraunhofer ISE<\/span>\n<br><span>\u3000\u3000\u3000\u3000\u3000\u3000\u3000Franziska Larisch, Research Assistant at Fraunhofer ISE<\/span>\n<br><span>\u3000\u3000\u3000\u3000\u3000\u3000\u3000Zueng-Sang Chen, Associate Dean of TRIWRA<\/span>\n<br><span>\u3000\u3000\u3000\u3000\u3000\u3000\u3000Hui-Chuan Yu, Researcher at TRIWRA<\/span>\n<br><span>\u3000\u3000\u3000\u3000\u3000\u3000\u3000Steven Chiang, Director of TCC Green Energy Corporation<\/span>\n<\/div><\/td><\/tr><tr><td   class=\"elementor-repeater-item-2e2a2bb\" ><div class=\"time_col\">\n17:10\n<\/div><\/td><td colSpan=\"1\"  class=\"elementor-repeater-item-7bbc620\" ><div  class=\"age-tbl-content\"><span  class=\"work\">\u6d3b\u52d5\u7d50\u675f<br>Farewell<\/span>\n<\/div>\n<\/td>\t\t\t\t<\/tr>\n\t\t\t<\/tbody>\n\t\t<\/table>\n\t\t\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-504aace age-mobile-agenda elementor-hidden-desktop elementor-hidden-tablet elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"504aace\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-df16619\" data-id=\"df16619\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-207f48a elementor-widget elementor-widget-uae-accordion\" data-id=\"207f48a\" data-element_type=\"widget\" data-widget_type=\"uae-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c144e7e\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/accordion.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"mega-accordion mae_accordion475 accordion_theme_0\" data-active=\"0\" data-anim=\"350\" data-event=\"click\" data-closeicons=\"fas fa-plus\" data-activeicons=\"fas fa-minus\">\r\n\t\t\t\t\t\t\t<h5 class=\"ac-style\" style=\"margin-top: 0px; border-style: solid; border-color: #000; color: ; background: #fff;\">\r\n\t\t\t\t\t<div class=\"time_col\"> 13:10 <i class=\"fas fa-angle-double-right\"><\/i> 13:30 <\/div>\t\t\t\t<\/h5>\r\n\t\t\t\t<div class=\"mega-panel\" style=\"margin-bottom: 0px; background: #fff; border-width: ; border-style: solid; border-color: #fff;\">\r\n\t\t\t\t  <p style=\"text-align: center;\"><span style=\"color: #707070;\"><strong>\u7dda\u4e0a\u5831\u5230<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">Online Registration<\/span><\/p>\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<style>\r\n\t\t\t.mae_accordion475 .ac-style .ui-accordion-header-icon {\r\n\t\t\t\tfont-size: 15px;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b8a1c5b elementor-widget elementor-widget-uae-accordion\" data-id=\"b8a1c5b\" data-element_type=\"widget\" data-widget_type=\"uae-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1462a4\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/accordion.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"mega-accordion mae_accordion122 accordion_theme_0\" data-active=\"0\" data-anim=\"350\" data-event=\"click\" data-closeicons=\"fas fa-plus\" data-activeicons=\"fas fa-minus\">\r\n\t\t\t\t\t\t\t<h5 class=\"ac-style\" style=\"margin-top: 0px; border-style: solid; border-color: #000; color: ; background: #fff;\">\r\n\t\t\t\t\t<div class=\"time_col\"> 13:30 <i class=\"fas fa-angle-double-right\"><\/i> 13:40 <\/div>\t\t\t\t<\/h5>\r\n\t\t\t\t<div class=\"mega-panel\" style=\"margin-bottom: 0px; background: #fff; border-width: ; border-style: solid; border-color: #fff;\">\r\n\t\t\t\t  <p style=\"text-align: center;\"><span style=\"color: #707070;\"><strong>\u958b\u5e55\u5f0f\/\u9577\u5b98\u81f4\u8a5e <\/strong><\/span><br \/>\n<span style=\"color: #707070;\">Opening Remarks<\/span><\/p>\n<p><\/p>\n<div style=\"padding-top: 0px; text-align: center;\"><span style=\"color: #707070;\"><strong>\u81f4\u8a5e\u8cb4\u8cd3<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">\u884c\u653f\u9662\u8fb2\u696d\u59d4\u54e1\u6703<\/span><br \/>\n<span style=\"color: #707070;\">\u9673\u6dfb\u58fd \u526f\u4e3b\u59d4<\/span><\/div>\n<div style=\"padding-top: 5px; text-align: center;\"><span style=\"color: #707070;\">\u53f0\u7063\u6c34\u8cc7\u6e90\u8207\u8fb2\u696d\u7814\u7a76\u9662<\/span><br \/>\n<span style=\"color: #707070;\">\u9673\u5c0a\u8ce2 \u526f\u9662\u9577<\/span><\/div>\n<br>\n<div style=\"padding-top: 0px; text-align: center;\"><span style=\"color: #707070;\"><strong>Guest of Honor<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">Tian-Shou Chen, Deputy Chairman, COA<\/span><br \/>\n<\/div>\n<div style=\"padding-top: 5px; text-align: center;\"><span style=\"color: #707070;\">Zueng-Sang Chen, Associate Dean of TRIWRA<\/span><br \/>\n<\/div>\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<style>\r\n\t\t\t.mae_accordion122 .ac-style .ui-accordion-header-icon {\r\n\t\t\t\tfont-size: 15px;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dfe584a age-speech-section elementor-widget elementor-widget-uae-accordion\" data-id=\"dfe584a\" data-element_type=\"widget\" data-widget_type=\"uae-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1476aa\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/accordion.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"mega-accordion mae_accordion479 accordion_theme_0\" data-active=\"0\" data-anim=\"350\" data-event=\"click\" data-closeicons=\"fas fa-plus\" data-activeicons=\"fas fa-minus\">\r\n\t\t\t\t\t\t\t<h5 class=\"ac-style\" style=\"margin-top: 0px; border-style: solid; border-color: #000; color: ; background: #fff;\">\r\n\t\t\t\t\t<div class=\"time_col\"> 13:40 <i class=\"fas fa-angle-double-right\"><\/i> 14:00 <\/div>\t\t\t\t<\/h5>\r\n\t\t\t\t<div class=\"mega-panel\" style=\"margin-bottom: 0px; background: #fff; border-width: ; border-style: solid; border-color: #fff;\">\r\n\t\t\t\t  <p style=\"text-align: center;\"><strong>\u570b\u969b\u518d\u751f\u80fd\u6e90\u8da8\u52e2\u8207\u80fd\u6e90\u8f49\u578b\u516c\u6c11\u53c3\u8207\u7684\u91cd\u8981\u6027<\/strong><br \/>\n<strong>Global Trends in Green Energy and the Importance of Citizens\u2019 Participation in Energy Transition<\/strong><\/p>\n<p>&nbsp;<\/p>\n<div style=\"padding-top: 0px; text-align: center;\"><span style=\"color: #707070;\"><strong>\u4e3b\u6301\u4eba<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">\u53f0\u7063\u6c34\u8cc7\u6e90\u8207\u8fb2\u696d\u7814\u7a76\u9662<\/span><br \/>\n<span style=\"color: #707070;\">\u9673\u5c0a\u8ce2 \u526f\u9662\u9577<\/span><\/div>\n<div style=\"padding-top: 5px; text-align: center;\"><span style=\"color: #707070;\"><strong>\u4e3b\u8b1b\u4eba<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">\u53f0\u7063\u6c34\u8cc7\u6e90\u8207\u8fb2\u696d\u7814\u7a76\u9662<\/span><br \/>\n<span style=\"color: #707070;\">\u6e38\u6167\u5a1f \u535a\u58eb<\/span><\/div>\n<p>&nbsp;<\/p>\n<div style=\"padding-top: 0px; text-align: center;\"><span style=\"color: #707070;\"><strong>Moderator<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">Zueng-Sang Chen, Associate Dean of TRIWRA<\/span><\/div>\n<div style=\"padding-top: 5px; text-align: center;\"><span style=\"color: #707070;\"><strong>Speaker<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">Hui-Chuan Yu, Researcher at TRIWRA<\/span><\/div>\n<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2914\" class=\"elementor elementor-2914\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-56e1ea5f elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"56e1ea5f\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-42873014\" data-id=\"42873014\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-263438fd elementor-widget elementor-widget-modalpopup\" data-id=\"263438fd\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c20af09\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-415\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #fff;\" class=\"model-popup-btn popup-415 mega-uae-btn hvr-fade\" data-id=\"popup-415\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"far fa-bookmark\" style=\"padding-right: 5px;\"> <\/i> \u8b70\u984c\u4ecb\u7d39<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-415\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 620px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #FFFFFF00; text-align: center; color: #FFFFFF00; background: #27935500; font-size: 0px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2886\" class=\"elementor elementor-2886\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-6d947c5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6d947c5\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9a0cfc3\" data-id=\"9a0cfc3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-28fe07b elementor-widget elementor-widget-text-editor\" data-id=\"28fe07b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c22c91e\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div style=\"margin-bottom: 30px;\">\n<div style=\"text-align: center; font-size: 130%; color: #0b7c67;\"><strong>\u570b\u969b\u518d\u751f\u80fd\u6e90\u8da8\u52e2\u8207\u80fd\u6e90\u8f49\u578b\u516c\u6c11\u53c3\u8207\u7684\u91cd\u8981\u6027<\/strong><\/div>\n<div style=\"text-align: center; font-size: 100%;\"><strong>\u53f0\u7063\u6c34\u8cc7\u6e90\u8207\u8fb2\u696d\u7814\u7a76\u9662\u3000\u6e38\u6167\u5a1f \u535a\u58eb<\/strong><\/div>\n<\/div>\n<div style=\"text-align: justify; padding: 0px 1% 60px;\">\n<p>\u3000\u3000\u80fd\u6e90\u8f49\u578b\u662f\u4e16\u754c\u5404\u570b\u7a4d\u6975\u63a8\u52d5\u7684\u76ee\u6a19\uff0c\u8b1b\u8005\u5c07\u4ecb\u7d39\u570b\u969b\u518d\u751f\u80fd\u6e90\u8da8\u52e2\u8207\u570b\u969b\u8fb2\u696d\u7da0\u80fd\u8da8\u52e2\u3002\u6839\u64da\u591a\u5e74\u63a8\u52d5\u7684\u7d50\u679c\uff0c\u4fc3\u9032\u518d\u751f\u80fd\u6e90\u7684\u767c\u5c55\uff0c\u4e0d\u80fd\u53ea\u6709\u4f9d\u8cf4\u6280\u8853\u5275\u65b0\u3002\u7814\u7a76\u986f\u793a\u300c\u516c\u6c11\u53c3\u8207\u300d\u662f\u4fc3\u9032\u80fd\u6e90\u8f49\u578b\u7684\u91cd\u8981\u95dc\u9375\uff0c\u6f14\u8b1b\u5c07\u63a2\u8a0e\u5230\u516c\u6c11\u53c3\u8207\u7684\u91cd\u8981\u6027\uff0c\u4e26\u5c0d\u76f8\u95dc\u570b\u969b\u6848\u4f8b\u9032\u884c\u63a2\u8a0e\uff0c\u5e0c\u671b\u85c9\u7531\u570b\u969b\u7d93\u9a57\u4fc3\u9032\u81fa\u7063\u52a0\u901f\u518d\u751f\u80fd\u6e90\u7684\u90e8\u7f72\u3002<\/p>\n<\/div>\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-415 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-415 .button--winona::after {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<style>\r\n\t\t\t.mae_accordion479 .ac-style .ui-accordion-header-icon {\r\n\t\t\t\tfont-size: 15px;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d474436 age-speech-section elementor-widget elementor-widget-uae-accordion\" data-id=\"d474436\" data-element_type=\"widget\" data-widget_type=\"uae-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c148a87\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/accordion.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"mega-accordion mae_accordion258 accordion_theme_0\" data-active=\"0\" data-anim=\"350\" data-event=\"click\" data-closeicons=\"fas fa-plus\" data-activeicons=\"fas fa-minus\">\r\n\t\t\t\t\t\t\t<h5 class=\"ac-style\" style=\"margin-top: 0px; border-style: solid; border-color: #000; color: ; background: #fff;\">\r\n\t\t\t\t\t<div class=\"time_col\"> 14:00 <i class=\"fas fa-angle-double-right\"><\/i> 14:40 <\/div>\t\t\t\t<\/h5>\r\n\t\t\t\t<div class=\"mega-panel\" style=\"margin-bottom: 0px; background: #fff; border-width: ; border-style: solid; border-color: #fff;\">\r\n\t\t\t\t  <p style=\"text-align: center;\"><strong>\u65e5\u672c\u975c\u5ca1\u7e23\u6d5c\u677e\u5e02\u80fd\u6e90\u653f\u7b56\u4e4b\u63a8\u52d5<\/strong><br \/>\n<strong>Promoting Energy Policies in Hamamatsu, Shizuoka in Japan<\/strong><\/p>\n<div style=\"padding-top: 0px; text-align: center;\"><span style=\"color: #707070;\"><strong>\u4e3b\u6301\u4eba<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">\u884c\u653f\u9662\u8fb2\u59d4\u6703\u4f01\u5283\u8655<\/span><br \/>\n<span style=\"color: #707070;\">\u838a\u8001\u9054 \u8655\u9577<\/span><\/div>\n<div style=\"padding-top: 5px; text-align: center;\"><span style=\"color: #707070;\"><strong>\u4e3b\u8b1b\u4eba<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">\u65e5\u672c\u975c\u5ca1\u7e23\u6d5c\u677e\u5e02\u80fd\u6e90\u653f\u7b56\u79d1<\/span><br \/>\n<span style=\"color: #707070;\">\u68ee\u9686\u4ec1 \u526f\u79d1\u9577<\/span><\/div>\n<p>&nbsp;<\/p>\n<div style=\"padding-top: 0px; text-align: center;\"><span style=\"color: #707070;\"><strong>Moderator<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">Lao-Dar Juang, Director of the Department of Planning, COA<\/span><\/div>\n<div style=\"padding-top: 5px; text-align: center;\"><span style=\"color: #707070;\"><strong>Speaker<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">Takahito Mori, Deputy Chief, Department of Energy Policy in Hamamatsu, Shizuoka<\/span><\/div>\n<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2916\" class=\"elementor elementor-2916\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-4b5b3079 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4b5b3079\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-58d40da6\" data-id=\"58d40da6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-73ce4704 elementor-widget elementor-widget-modalpopup\" data-id=\"73ce4704\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c20cebd\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-41\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #fff;\" class=\"model-popup-btn popup-41 mega-uae-btn hvr-fade\" data-id=\"popup-41\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"far fa-bookmark\" style=\"padding-right: 5px;\"> <\/i> \u8b70\u984c\u4ecb\u7d39<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-41\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 620px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #FFFFFF00; text-align: center; color: #FFFFFF00; background: #27935500; font-size: 0px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2888\" class=\"elementor elementor-2888\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-32ee46e4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"32ee46e4\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-27d13d13\" data-id=\"27d13d13\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-57020978 elementor-widget elementor-widget-text-editor\" data-id=\"57020978\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c22e9e9\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div style=\"margin-bottom: 30px;\">\n<div style=\"text-align: center; font-size: 130%; color: #0b7c67;\"><strong>\u65e5\u672c\u975c\u5ca1\u7e23\u6d5c\u677e\u5e02\u80fd\u6e90\u653f\u7b56\u4e4b\u63a8\u52d5<\/strong><\/div>\n<div style=\"text-align: center; font-size: 100%;\"><strong>\u65e5\u672c\u975c\u5ca1\u7e23\u6d5c\u677e\u5e02\u80fd\u6e90\u653f\u7b56\u79d1 \u68ee\u9686\u4ec1 \u526f\u79d1\u9577<\/strong><\/div>\n<\/div>\n<div style=\"text-align: justify;padding: 0px 1% 60px;\">\n<p>\u3000\u3000\u65e5\u672c\u975c\u5ca1\u7e23\u6d5c\u677e\u5e02\u64c1\u6709\u5f97\u5929\u7368\u539a\u7684\u518d\u751f\u80fd\u6e90\u8cc7\u6e90\uff0c\u5305\u542b\u6c34\u529b\u3001\u98a8\u529b\u4ee5\u53ca\u751f\u8cea\u80fd\uff0c\u5176\u4e2d\u53c8\u4ee5\u592a\u967d\u80fd\u767c\u96fb\u7cfb\u7d71\u70ba\u8a72\u5e02\u767c\u5c55\u91cd\u9ede\u76ee\u6a19\u3002\u672c\u6b21\u5c08\u984c\u6f14\u8b1b\u5c07\u4ecb\u7d39\u6d5c\u677e\u5e02\u70ba\u9054\u6210100%\u4f7f\u7528\u518d\u751f\u80fd\u6e90\u76ee\u6a19\uff0c\u5982\u4f55\u5c0e\u5165\u592a\u967d\u80fd\u767c\u96fb\u3001\u5c0e\u5165\u7684\u5be6\u7e3e\u6210\u679c\u3001\u5c0e\u5165\u524d\u5f8c\u8207\u5468\u908a\u5c45\u6c11\u7684\u6e9d\u901a\u8207\u61c9\u5c0d\uff0c\u4ee5\u53ca\u8a2d\u5099\u9069\u7576\u7dad\u8b77\u7ba1\u7406\u4e4b\u300a\u592a\u967d\u80fd\u8a2d\u65bd\u5c0e\u5165\u6307\u5357\u300b\u5167\u5bb9\u3002<\/p>\n<\/div>\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-41 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-41 .button--winona::after {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<style>\r\n\t\t\t.mae_accordion258 .ac-style .ui-accordion-header-icon {\r\n\t\t\t\tfont-size: 15px;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bc32300 age-speech-section elementor-widget elementor-widget-uae-accordion\" data-id=\"bc32300\" data-element_type=\"widget\" data-widget_type=\"uae-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c149ec9\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/accordion.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"mega-accordion mae_accordion442 accordion_theme_0\" data-active=\"0\" data-anim=\"350\" data-event=\"click\" data-closeicons=\"fas fa-plus\" data-activeicons=\"fas fa-minus\">\r\n\t\t\t\t\t\t\t<h5 class=\"ac-style\" style=\"margin-top: 0px; border-style: solid; border-color: #000; color: ; background: #fff;\">\r\n\t\t\t\t\t<div class=\"time_col\"> 14:40 <i class=\"fas fa-angle-double-right\"><\/i> 15:20 <\/div>\t\t\t\t<\/h5>\r\n\t\t\t\t<div class=\"mega-panel\" style=\"margin-bottom: 0px; background: #fff; border-width: ; border-style: solid; border-color: #fff;\">\r\n\t\t\t\t  <p style=\"text-align: center;\"><strong>\u97d3\u570b\u8fb2\u6751\u7da0\u80fd\u63a8\u52d5\u4e4b\u885d\u7a81\u8207\u53ef\u80fd\u89e3\u65b9<\/strong><br \/>\n<strong>Conflicts in Promoting Photovoltaics in the Rural Area in Korea and Possible Solutions<\/strong><\/p>\n<div style=\"padding-top: 0px; text-align: center;\"><span style=\"color: #707070;\"><strong>\u4e3b\u6301\u4eba<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">\u884c\u653f\u9662\u8fb2\u59d4\u6703\u4f01\u5283\u8655<\/span><br \/>\n<span style=\"color: #707070;\">\u838a\u8001\u9054 \u8655\u9577<\/span><\/div>\n<div style=\"padding-top: 5px; text-align: center;\"><span style=\"color: #707070;\"><strong>\u4e3b\u8b1b\u4eba<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662<\/span><br \/>\n<span style=\"color: #707070;\">\u674e\u5c1a\u4fca \u7814\u7a76\u54e1<\/span><\/div>\n<p>&nbsp;<\/p>\n<div style=\"padding-top: 0px; text-align: center;\"><span style=\"color: #707070;\"><strong>Moderator<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">Lao-Dar Juang, Director of the Department of Planning, COA<\/span><\/div>\n<div style=\"padding-top: 5px; text-align: center;\"><span style=\"color: #707070;\"><strong>Speaker<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">Sangjun Lee, Researcher at Korea Energy Economics Institute (KEEI)<\/span><\/div>\n<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2918\" class=\"elementor elementor-2918\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-1343aa79 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1343aa79\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2f348970\" data-id=\"2f348970\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7c4838c0 elementor-widget elementor-widget-modalpopup\" data-id=\"7c4838c0\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c20edc8\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-282\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #fff;\" class=\"model-popup-btn popup-282 mega-uae-btn hvr-fade\" data-id=\"popup-282\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"far fa-bookmark\" style=\"padding-right: 5px;\"> <\/i> \u8b70\u984c\u4ecb\u7d39<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-282\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 620px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #FFFFFF00; text-align: center; color: #FFFFFF00; background: #27935500; font-size: 0px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2890\" class=\"elementor elementor-2890\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-5e6bf4b3 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5e6bf4b3\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1f821bdb\" data-id=\"1f821bdb\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-523baf17 elementor-widget elementor-widget-text-editor\" data-id=\"523baf17\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c230a42\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div style=\"margin-bottom: 30px;\">\n<div style=\"text-align: center; font-size: 130%; color: #0b7c67;\"><strong>\u97d3\u570b\u8fb2\u6751\u7da0\u80fd\u63a8\u52d5\u4e4b\u885d\u7a81\u8207\u53ef\u80fd\u89e3\u65b9<\/strong><\/div>\n<div style=\"text-align: center; font-size: 100%;\"><strong>\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662 \u674e\u5c1a\u4fca \u7814\u7a76\u54e1<\/strong><\/div>\n<\/div>\n<div style=\"padding: 0px 1% 60px;\">\n<p>\u3000\u3000\u97d3\u570b\u63a8\u52d5\u7da0\u8272\u65b0\u653f\uff0c\u900f\u904e\u518d\u751f\u80fd\u6e90\u6539\u5584\u97d3\u570b\u793e\u6703\u7d93\u6fdf\u7684\u53ef\u6301\u7e8c\u6027\uff0c\u8fb2\u6751\u518d\u751f\u80fd\u6e90\u751f\u7522\u7684\u9700\u6c42\u65e5\u6f38\u4ea6\u589e\uff0c\u4f46\u885d\u7a81\u4e5f\u96a8\u4e4b\u589e\u52a0\u3002\u672c\u6b21\u5c08\u984c\u6f14\u8b1b\u5c07\u900f\u904e\u591a\u9805\u4ee3\u8868\u6027\u500b\u6848\u7814\u7a76\uff0c\u5206\u4eab\u5357\u97d3\u63a8\u5ee3\u8fb2\u6751\u518d\u751f\u80fd\u6e90\u6240\u9762\u81e8\u7684\u5404\u985e\u578b\u885d\u7a81\u56e0\u7d20\uff0c\u5305\u62ec\u6e9d\u901a\u8207\u53c3\u8207\u6a5f\u5236\u4e0d\u8db3\u3001\u6cd5\u898f\u9f90\u96dc\u3001\u5ba3\u5c0e\u6e9d\u901a\u843d\u5dee\u3001\u5229\u76ca\u5206\u4eab\u5236\u5ea6\u4e0d\u5b8c\u5584\u7b49\uff0c\u4e26\u91dd\u5c0d\u4e0a\u8ff0\u6311\u6230\u63d0\u51fa\u76f8\u61c9\u7684\u53ef\u80fd\u89e3\u65b9\u3002<\/p>\n<\/div>\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-282 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-282 .button--winona::after {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<style>\r\n\t\t\t.mae_accordion442 .ac-style .ui-accordion-header-icon {\r\n\t\t\t\tfont-size: 15px;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9afc0e4 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-widget elementor-widget-uae-accordion\" data-id=\"9afc0e4\" data-element_type=\"widget\" data-widget_type=\"uae-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c14b2ec\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/accordion.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"mega-accordion mae_accordion63 accordion_theme_0\" data-active=\"0\" data-anim=\"350\" data-event=\"click\" data-closeicons=\"fas fa-plus\" data-activeicons=\"fas fa-minus\">\r\n\t\t\t\t\t\t\t<h5 class=\"ac-style\" style=\"margin-top: 0px; border-style: solid; border-color: #000; color: ; background: #fff;\">\r\n\t\t\t\t\t<div class=\"time_col\"> 12:00 <i class=\"fas fa-angle-double-right\"><\/i> 13:00 <\/div>\t\t\t\t<\/h5>\r\n\t\t\t\t<div class=\"mega-panel\" style=\"margin-bottom: 0px; background: #fff; border-width: ; border-style: solid; border-color: #fff;\">\r\n\t\t\t\t  <p style=\"text-align: center;\"><span style=\"color: #707070;\">\u5348\u9910<\/span><br \/><span style=\"color: #707070;\"><!--Lunch--><\/span><\/p>\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<style>\r\n\t\t\t.mae_accordion63 .ac-style .ui-accordion-header-icon {\r\n\t\t\t\tfont-size: 15px;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a40ef2 age-speech-section elementor-widget elementor-widget-uae-accordion\" data-id=\"5a40ef2\" data-element_type=\"widget\" data-widget_type=\"uae-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c14c754\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/accordion.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"mega-accordion mae_accordion377 accordion_theme_0\" data-active=\"0\" data-anim=\"350\" data-event=\"click\" data-closeicons=\"fas fa-plus\" data-activeicons=\"fas fa-minus\">\r\n\t\t\t\t\t\t\t<h5 class=\"ac-style\" style=\"margin-top: 0px; border-style: solid; border-color: #000; color: ; background: #fff;\">\r\n\t\t\t\t\t<div class=\"time_col\"> 15:00 <i class=\"fas fa-angle-double-right\"><\/i> 15:20 <\/div>\t\t\t\t<\/h5>\r\n\t\t\t\t<div class=\"mega-panel\" style=\"margin-bottom: 0px; background: #fff; border-width: ; border-style: solid; border-color: #fff;\">\r\n\t\t\t\t  <p style=\"text-align: center;\"><strong>\u6f01\u96fb\u5171\u751f\u6848\u5834\u7533\u8acb\u8207\u5efa\u7f6e\u904e\u7a0b\u7d93\u9a57\u5206\u4eab<\/strong><br \/>\n<strong>Experience of Establishing Aquaculture Photovoltaic Power Plants<\/strong><\/p>\n<div style=\"padding-top: 0px; text-align: center;\"><span style=\"color: #707070;\"><strong>\u4e3b\u6301\u4eba<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">\u53f0\u7063\u6c34\u8cc7\u6e90\u8207\u8fb2\u696d\u7814\u7a76\u9662<\/span><br \/>\n<span style=\"color: #707070;\">\u9673\u5c0a\u8ce2\u526f \u9662\u9577<\/span><\/div>\n<div style=\"padding-top: 5px; text-align: center;\"><span style=\"color: #707070;\"><strong>\u4e3b\u8b1b\u4eba<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8<\/span><br \/>\n<span style=\"color: #707070;\">\u6c5f\u4e00\u5fd7 \u8655\u9577<\/span><\/div>\n<br>\n<div style=\"padding-top: 0px; text-align: center;\"><span style=\"color: #707070;\"><strong>Moderator<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">Zueng-Sang Chen, Associate Dean of TRIWRA<\/span><br \/><\/div>\n<div style=\"padding-top: 5px; text-align: center;\"><span style=\"color: #707070;\"><strong>Speaker<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">Steven Chiang, Director of TCC Green Energy Corporation<\/span><br \/>\n<\/div>\n<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2920\" class=\"elementor elementor-2920\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-4122ad51 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4122ad51\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8844d01\" data-id=\"8844d01\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3e24c395 elementor-widget elementor-widget-modalpopup\" data-id=\"3e24c395\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c210e2e\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-380\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #fff;\" class=\"model-popup-btn popup-380 mega-uae-btn hvr-fade\" data-id=\"popup-380\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"far fa-bookmark\" style=\"padding-right: 5px;\"> <\/i> \u8b70\u984c\u4ecb\u7d39<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-380\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 620px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #FFFFFF00; text-align: center; color: #FFFFFF00; background: #27935500; font-size: 0px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2892\" class=\"elementor elementor-2892\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-48322e9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"48322e9\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5822133a\" data-id=\"5822133a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-530e4fe5 elementor-widget elementor-widget-text-editor\" data-id=\"530e4fe5\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c232c06\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div style=\"margin-bottom: 30px;\">\n<div style=\"text-align: center; font-size: 130%; color: #0b7c67;\"><strong>\u6f01\u96fb\u5171\u751f\u6848\u5834\u7533\u8acb\u8207\u5efa\u7f6e\u904e\u7a0b\u7d93\u9a57\u5206\u4eab<\/strong><\/div>\n<div style=\"text-align: center; font-size: 100%;\"><strong>\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8 \u6c5f\u4e00\u5fd7 \u8655\u9577<\/strong><\/div>\n<\/div>\n<div style=\"padding: 0px 1% 60px;\">\n<p>\u3000\u3000\u518d\u751f\u80fd\u6e90\u63a8\u52d5\u767c\u5c55\u904e\u7a0b\u4e2d\u6642\u5e38\u9762\u81e8\u74b0\u4fdd\u5718\u9ad4\u3001\u5730\u65b9\u6c11\u773e\u7591\u616e\u5c0e\u81f4\u5de5\u671f\u5ef6\u5b95\u3002\u4e00\u5730\u5169\u7528\u4e4b\u6f01\u96fb\u5171\u751f\u7406\u7576\u7b26\u5408\u5728\u5730\u6c11\u773e\u671f\u8a31\u3001\u990a\u6b96\u696d\u8005\u671f\u5f85\uff0c\u70ba\u4f55\u5728\u63a8\u52d5\u4e0a\u4ecd\u672a\u80fd\u5927\u653e\u7570\u5f69\uff1f\u8b1b\u8005\u4ee5\u81fa\u7063\u7b2c\u4e00\u4ef6\u5927\u578b\u6236\u5916\u6f01\u96fb\u5171\u751f\u5c08\u5340\u7533\u8acb\u53ca\u5efa\u7f6e\u8005\u7d93\u9a57\uff0c\u5206\u4eab\u5404\u968e\u6bb5\u906d\u9047\u56f0\u96e3\u53ca\u5982\u4f55\u5316\u89e3\uff0c\u671f\u76fc\u6f01\u96fb\u5171\u751f\u80fd\u5728\u517c\u9867\u74b0\u5883\u4fdd\u8b77\u4e0b\u70ba\u990a\u6b96\u8005\u5275\u9020\u66f4\u597d\u7684\u990a\u6b96\u74b0\u5883\uff0c\u70ba\u81fa\u7063\u5e36\u4f86\u66f4\u591a\u6f54\u6de8\u80fd\u6e90\u3002<\/p>\n<\/div>\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-380 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-380 .button--winona::after {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<style>\r\n\t\t\t.mae_accordion377 .ac-style .ui-accordion-header-icon {\r\n\t\t\t\tfont-size: 15px;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-59ca182 age-speech-section elementor-widget elementor-widget-uae-accordion\" data-id=\"59ca182\" data-element_type=\"widget\" data-widget_type=\"uae-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c14db23\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/accordion.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"mega-accordion mae_accordion411 accordion_theme_0\" data-active=\"0\" data-anim=\"350\" data-event=\"click\" data-closeicons=\"fas fa-plus\" data-activeicons=\"fas fa-minus\">\r\n\t\t\t\t\t\t\t<h5 class=\"ac-style\" style=\"margin-top: 0px; border-style: solid; border-color: #000; color: ; background: #fff;\">\r\n\t\t\t\t\t<div class=\"time_col\"> 15:40 <i class=\"fas fa-angle-double-right\"><\/i> 16:40 <\/div>\t\t\t\t<\/h5>\r\n\t\t\t\t<div class=\"mega-panel\" style=\"margin-bottom: 0px; background: #fff; border-width: ; border-style: solid; border-color: #fff;\">\r\n\t\t\t\t  <p style=\"text-align: center;\"><strong>\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240\u63a8\u52d5\u8fb2\u696d\u7da0\u80fd\u4e4b\u7814\u7a76\u8207\u6210\u679c<\/strong><br \/>\n<strong>An Introduction to Agrivoltaics and the Activities of Fraunhofer ISE<\/strong><\/p>\n<div style=\"padding-top: 0px; text-align: center;\"><span style=\"color: #707070;\"><strong>\u4e3b\u6301\u4eba<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">\u884c\u653f\u9662\u8fb2\u59d4\u6703\u4f01\u5283\u8655<\/span><br \/>\n<span style=\"color: #707070;\">\u838a\u8001\u9054 \u8655\u9577<\/span><\/div>\n<div style=\"padding-top: 5px; text-align: center;\"><span style=\"color: #707070;\"><strong>\u4e3b\u8b1b\u4eba<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240 \u7d44\u9577<\/span><br \/>\n<span style=\"color: #707070;\">\u99ac\u514b\u601d\u2027\u6258\u59c6\u591a\u592b<\/span> <br \/>\n<span style=\"color: #707070;\">\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240 \u52a9\u7406\u7814\u7a76\u54e1<\/span><br \/>\n<span style=\"color: #707070;\">\u6cd5\u862d\u897f\u65af\u5361\u2027\u62c9\u854a\u5e0c<\/span><\/div>\n<p>&nbsp;<\/p>\n<div style=\"padding-top: 0px; text-align: center;\"><span style=\"color: #707070;\"><strong>Moderator<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">Lao-Dar Juang, Director of the Department of Planning, COA<\/span><\/div>\n<div style=\"padding-top: 5px; text-align: center;\"><span style=\"color: #707070;\"><strong>Speaker<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">Max Trommsdorff, Agrivoltaics Group Leader of Fraunhofer ISE<\/span><br \/>\n<span style=\"color: #707070;\">Franziska Larisch, Research Assistant at Fraunhofer ISE<\/span><\/div>\n<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2922\" class=\"elementor elementor-2922\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-169fb721 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"169fb721\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-77a583bd\" data-id=\"77a583bd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-439d3fd9 elementor-widget elementor-widget-modalpopup\" data-id=\"439d3fd9\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c212f8e\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-498\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #fff;\" class=\"model-popup-btn popup-498 mega-uae-btn hvr-fade\" data-id=\"popup-498\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"far fa-bookmark\" style=\"padding-right: 5px;\"> <\/i> \u8b70\u984c\u4ecb\u7d39<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-498\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 620px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #FFFFFF00; text-align: center; color: #FFFFFF00; background: #27935500; font-size: 0px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2897\" class=\"elementor elementor-2897\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-e6beb08 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"e6beb08\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-207a0936\" data-id=\"207a0936\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-47c9b0d2 elementor-widget elementor-widget-text-editor\" data-id=\"47c9b0d2\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c234cda\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div style=\"margin-bottom: 30px;\">\n<div style=\"text-align: center; font-size: 130%; color: #0b7c67;\"><strong>\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240\u63a8\u52d5\u8fb2\u696d\u7da0\u80fd\u4e4b<br>\u7814\u7a76\u8207\u6210\u679c<\/strong><\/div>\n<div style=\"text-align: center; font-size: 100%;\"><strong>\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240\u7d44\u9577\u3000\u3000\u3000\u3000\u99ac\u514b\u601d\u2027\u6258\u59c6\u591a\u592b\u3000<\/strong><\/div>\n<div style=\"text-align: center; font-size: 100%;\"><strong>\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240\u52a9\u7406\u7814\u7a76\u54e1\u3000\u6cd5\u862d\u897f\u65af\u5361\u2027\u62c9\u854a\u5e0c<\/strong><\/div>\n<\/div>\n<div style=\"padding: 0px 1% 60px;\">\n<p>\u3000\u3000\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240\u5275\u8fa6\u4eba\u65bc1981\u5e74\u63d0\u51fa\u8fb2\u696d\u592a\u967d\u80fd\u5149\u96fb\u69cb\u60f3\uff0c\u56e0\u61c9\u63a8\u52d5\u80fd\u6e90\u8f49\u578b\u7684\u5404\u7a2e\u6311\u6230\u3001\u6c23\u5019\u8b8a\u9077\u5c0e\u81f4\u7684\u8fb2\u696d\u56f0\u5883\u7b49\uff0c\u8b93\u517c\u4f5c\u592a\u967d\u80fd\u767c\u96fb\u8207\u8fb2\u696d\u8015\u4f5c\u7684\u7b56\u7565\u6210\u70ba\u773e\u6240\u95dc\u6ce8\u7684\u89e3\u65b9\u3002\u672c\u6b21\u5c08\u984c\u6f14\u8b1b\u5c07\u4ecb\u7d39\u8fb2\u696d\u5149\u96fb\u571f\u5730\u5169\u7528\u7684\u6280\u8853\u9032\u5c55\uff0c\u4ee5\u53ca\u8eab\u70ba\u5168\u7403\u8fb2\u696d\u5149\u96fb\u7814\u7a76\u6a19\u7aff\u4e4b\u4e00\uff0d\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240\u65bc\u6b64\u9818\u57df\u7684\u76f8\u95dc\u7814\u7a76\u8207\u63a8\u5ee3\u5de5\u4f5c\u3002<\/p>\n<\/div>\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-498 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-498 .button--winona::after {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<style>\r\n\t\t\t.mae_accordion411 .ac-style .ui-accordion-header-icon {\r\n\t\t\t\tfont-size: 15px;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b3876d6 age-speech-section elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-widget elementor-widget-uae-accordion\" data-id=\"b3876d6\" data-element_type=\"widget\" data-widget_type=\"uae-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1507cb\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/accordion.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"mega-accordion mae_accordion144 accordion_theme_0\" data-active=\"0\" data-anim=\"350\" data-event=\"click\" data-closeicons=\"fas fa-plus\" data-activeicons=\"fas fa-minus\">\r\n\t\t\t\t\t\t\t<h5 class=\"ac-style\" style=\"margin-top: 0px; border-style: solid; border-color: #000; color: ; background: #fff;\">\r\n\t\t\t\t\t<div class=\"time_col\"> 14:00 <i class=\"fas fa-angle-double-right\"><\/i> 14:20 <\/div>\t\t\t\t<\/h5>\r\n\t\t\t\t<div class=\"mega-panel\" style=\"margin-bottom: 0px; background: #fff; border-width: ; border-style: solid; border-color: #fff;\">\r\n\t\t\t\t  <p style=\"text-align: center;\"><strong>\u6211\u570b\u6f01\u96fb\u5171\u751f\u63a8\u52d5\u73fe\u6cc1<\/strong><br \/>\nCurrent Situation of Promoting Agrivoltaics in Aquaculture Sector in Taiwan<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #707070;\">\u4e3b\u8b1b\u4eba<\/span><br \/>\n<span style=\"color: #707070;\">\u884c\u653f\u9662\u8fb2\u59d4\u6703\u6f01\u696d\u7f72<\/span><br \/>\n<span style=\"color: #707070;\">\u6797\u570b\u5e73 \u526f\u7f72\u9577<\/span><\/p>\n<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2924\" class=\"elementor elementor-2924\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-7df4056b elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7df4056b\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-247cb4dd\" data-id=\"247cb4dd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2fcef46c elementor-widget elementor-widget-modalpopup\" data-id=\"2fcef46c\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c216b34\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-170\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #fff;\" class=\"model-popup-btn popup-170 mega-uae-btn hvr-fade\" data-id=\"popup-170\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"far fa-bookmark\" style=\"padding-right: 5px;\"> <\/i> \u8b70\u984c\u4ecb\u7d39<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-170\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 600px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #FFFFFF00; text-align: center; color: #FFFFFF00; background: #27935500; font-size: 0px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2899\" class=\"elementor elementor-2899\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-1e868e6f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1e868e6f\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6d35cd60\" data-id=\"6d35cd60\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-38b75861 elementor-widget elementor-widget-text-editor\" data-id=\"38b75861\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c237741\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div style=\"margin-bottom: 30px;\">\n<div style=\"text-align: center; font-size: 130%; color: #0b7c67;\"><strong>\u6211\u570b\u6f01\u96fb\u5171\u751f\u63a8\u52d5\u73fe\u6cc1<\/strong><\/div>\n<div style=\"text-align: center; font-size: 100%;\"><strong>\u884c\u653f\u9662\u8fb2\u59d4\u6703\u6f01\u696d\u7f72 \u6797\u570b\u5e73\u526f\u7f72\u9577<\/strong><\/div>\n<\/div>\n<div style=\"padding: 0px 1% 60px;\">\n<p>\u3000\u3000\u5728\u300c\u990a\u6b96\u70ba\u4e3b\uff0c\u7da0\u80fd\u52a0\u503c\u300d\u653f\u7b56\u4e0b\uff0c\u914d\u5408\u570b\u5bb6\u518d\u751f\u80fd\u6e90\u653f\u7b56\uff0c\u63d0\u6607\u990a\u6b96\u54c1\u8cea\u3001\u512a\u5316\u751f\u7522\u74b0\u5883\u4e26\u517c\u9867\u767c\u5c55\u7da0\u80fd\u8a2d\u65bd\uff0c\u4fc3\u9032\u7522\u696d\u5347\u7d1a\u53ca\u589e\u9032\u990a\u6b96\u6f01\u6c11\u7d93\u6fdf\u767c\u5c55\u3002\u6f01\u96fb\u5171\u751f\u662f\u6c34\u7522\u990a\u6b96\u696d\u7684\u5275\u65b0\u767c\u5c55\uff0c\u8b1b\u8005\u5c07\u8aaa\u660e\u990a\u6b96\u767c\u5c55\u73fe\u6cc1\u3001\u8da8\u52e2\uff0c\u63d0\u51fa\u6f01\u96fb\u5171\u751f\u767c\u5c55\u7684\u8003\u616e\u56e0\u7d20\uff0c\u653f\u5e9c\u63a8\u52d5\u6f01\u96fb\u5171\u751f\u653f\u7b56\u8207\u5168\u570b\u63a8\u52d5\u60c5\u5f62\u3002\u5728\u653f\u5e9c\u652f\u6301\u6f01\u96fb\u5171\u751f\u767c\u5c55\u4e0b\uff0c\u671f\u53ef\u958b\u5275\u6211\u570b\u6f01\u96fb\u5171\u751f\u7522\u696d\u4e4b\u767c\u5c55\uff0c\u63d0\u5347\u81fa\u7063\u6c34\u7522\u990a\u6b96\u7522\u696d\u7684\u7af6\u722d\u529b\u3002<\/p>\n<\/div>\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-170 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-170 .button--winona::after {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<style>\r\n\t\t\t.mae_accordion144 .ac-style .ui-accordion-header-icon {\r\n\t\t\t\tfont-size: 15px;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a5055d age-speech-section elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-widget elementor-widget-uae-accordion\" data-id=\"7a5055d\" data-element_type=\"widget\" data-widget_type=\"uae-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1521b7\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/accordion.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"mega-accordion mae_accordion279 accordion_theme_0\" data-active=\"0\" data-anim=\"350\" data-event=\"click\" data-closeicons=\"fas fa-plus\" data-activeicons=\"fas fa-minus\">\r\n\t\t\t\t\t\t\t<h5 class=\"ac-style\" style=\"margin-top: 0px; border-style: solid; border-color: #000; color: ; background: #fff;\">\r\n\t\t\t\t\t<div class=\"time_col\"> 14:20 <i class=\"fas fa-angle-double-right\"><\/i> 14:40 <\/div>\t\t\t\t<\/h5>\r\n\t\t\t\t<div class=\"mega-panel\" style=\"margin-bottom: 0px; background: #fff; border-width: ; border-style: solid; border-color: #fff;\">\r\n\t\t\t\t  <p style=\"text-align: center;\"><strong>\u6211\u570b\u6f01\u96fb\u5171\u751f\u8a66\u9a57\u63a8\u52d5\u73fe\u6cc1<\/strong><br \/>\nCurrent Situation of Experimental Practices of Promoting Agrivoltaics in Aquaculture Sector in Taiwan<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #707070;\">\u4e3b\u8b1b\u4eba<\/span><br \/>\n<span style=\"color: #707070;\">\u884c\u653f\u9662\u8fb2\u59d4\u6703\u6c34\u7522\u8a66\u9a57\u6240<\/span><br \/>\n<span style=\"color: #707070;\">\u8449\u4fe1\u5229 \u4e3b\u4efb<\/span><\/p>\n<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2926\" class=\"elementor elementor-2926\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-5c642cfa elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5c642cfa\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-79fc42f0\" data-id=\"79fc42f0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1e6137f1 elementor-widget elementor-widget-modalpopup\" data-id=\"1e6137f1\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c219d66\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-256\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #fff;\" class=\"model-popup-btn popup-256 mega-uae-btn hvr-fade\" data-id=\"popup-256\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"far fa-bookmark\" style=\"padding-right: 5px;\"> <\/i> \u8b70\u984c\u4ecb\u7d39<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-256\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 600px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #FFFFFF00; text-align: center; color: #FFFFFF00; background: #27935500; font-size: 0px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2901\" class=\"elementor elementor-2901\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-4170f904 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"4170f904\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3c484edd\" data-id=\"3c484edd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7dd9320b elementor-widget elementor-widget-text-editor\" data-id=\"7dd9320b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c23a025\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div style=\"margin-bottom: 30px;\">\n<div style=\"text-align: center; font-size: 130%; color: #0b7c67;\"><strong>\u6211\u570b\u6f01\u96fb\u5171\u751f\u8a66\u9a57\u63a8\u52d5\u73fe\u6cc1<\/strong><\/div>\n<div style=\"text-align: center; font-size: 100%;\"><strong>\u884c\u653f\u9662\u8fb2\u59d4\u6703\u6c34\u7522\u8a66\u9a57\u6240 \u8449\u4fe1\u5229\u4e3b\u4efb<\/strong><\/div>\n<\/div>\n<div style=\"padding: 0px 1% 60px;\">\n<p>\u3000\u3000\u8aaa\u660e\u6c34\u8a66\u6240\u7814\u7a76\u63a2\u8a0e\u6f01\u96fb\u5171\u69cb\u5c0d\u5404\u990a\u6b96\u7269\u7a2e\u3001\u990a\u6b96\u65b9\u5f0f\u4e4b\u6700\u4f73\u914d\u7f6e\u65b9\u6848\u8207\u7d93\u71df\u7ba1\u7406\u6a21\u5f0f\uff0c\u4e26\u900f\u904e\u79d1\u6280\u7814\u767c\u65b0\u578b\u614b\u7684\u6f01\u96fb\u751f\u7522\u5171\u69cb\u6a21\u7d44\uff0c\u8207\u7cfb\u7d71\u5546\u5408\u4f5c\u7684\u8a66\u9a57\u6848\u5834\u5be6\u4f8b\uff0c\u5206\u4eab\u5176\u5149\u96fb\u990a\u6b96\u6574\u5408\u7cfb\u7d71\u7684\u6548\u80fd\u4ee5\u53ca\u7ba1\u7406\u6a21\u5f0f\u7684\u7814\u7a76\u6210\u679c\u3002<\/p>\n<\/div>\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-256 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-256 .button--winona::after {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<style>\r\n\t\t\t.mae_accordion279 .ac-style .ui-accordion-header-icon {\r\n\t\t\t\tfont-size: 15px;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-983ec89 age-speech-section elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-widget elementor-widget-uae-accordion\" data-id=\"983ec89\" data-element_type=\"widget\" data-widget_type=\"uae-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1535c6\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/accordion.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"mega-accordion mae_accordion192 accordion_theme_0\" data-active=\"0\" data-anim=\"350\" data-event=\"click\" data-closeicons=\"fas fa-plus\" data-activeicons=\"fas fa-minus\">\r\n\t\t\t\t\t\t\t<h5 class=\"ac-style\" style=\"margin-top: 0px; border-style: solid; border-color: #000; color: ; background: #fff;\">\r\n\t\t\t\t\t<div class=\"time_col\"> 14:40 <i class=\"fas fa-angle-double-right\"><\/i> 15:20 <\/div>\t\t\t\t<\/h5>\r\n\t\t\t\t<div class=\"mega-panel\" style=\"margin-bottom: 0px; background: #fff; border-width: ; border-style: solid; border-color: #fff;\">\r\n\t\t\t\t  <p style=\"text-align: center;\"><strong>\u8fb2\u696d\u7da0\u80fd\u63a8\u52d5\u5be6\u52d9\u6848\u4f8b\u5206\u4eabII\uff1a\u6f01\u96fb\u5171\u751f<\/strong><br \/>\nCase Study of Green Energy in Agricultural Sector (2): Agrivoltaics in Aquaculture Sector<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #707070;\">\u4e3b\u8b1b\u4eba<\/span><br \/>\n<span style=\"color: #707070;\">\u5411\u967d\u512a\u80fd\u96fb\u529b<\/span><br \/>\n<span style=\"color: #707070;\">\u9673\u8cb4\u5149 \u8463\u4e8b\u9577<\/span><\/p>\n<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2928\" class=\"elementor elementor-2928\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-64d520f1 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"64d520f1\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-19b5fea\" data-id=\"19b5fea\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-416adf05 elementor-widget elementor-widget-modalpopup\" data-id=\"416adf05\" data-element_type=\"widget\" data-widget_type=\"modalpopup.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c21c818\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/modal_popup.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"modal-popup-box\" data-bodybg=\"#000000E0\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t\t\t<div class=\"mega-uae-btn-section mega-uae-btn-section-436\" style=\"justify-content: center; display: flex;\">\r\n\t\t\t\t\t<button style=\"border-radius: 15px; color: #fff;\" class=\"model-popup-btn popup-436 mega-uae-btn hvr-fade\" data-id=\"popup-436\" data-text=\"\"> \r\n\t\t\t\t\t\t<span><i class=\"far fa-bookmark\" style=\"padding-right: 5px;\"> <\/i> \u8b70\u984c\u4ecb\u7d39<\/span>\t\r\n\t\t\t\t\t<\/button>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div style=\"clear: both;\"><\/div>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"mega-model-popup  animated\" id=\"popup-436\" style=\"position:fixed;display: none; margin-top: 60px; width: 95%;max-width: 600px; background: #fff;\">\r\n\t\t\t\t<span class=\"b-close\"><span><img src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/widgets\/..\/images\/cross.png\"><\/span><\/span>\r\n\t\t\t    <div class=\"model-popup-container\">\r\n\t\t\t    \t<p style=\"border-bottom: 1px solid #FFFFFF00; text-align: center; color: #FFFFFF00; background: #27935500; font-size: 0px; margin: 0px; padding: 5px 20px;\">\r\n\t\t\t    \t\t\t\t\t    \t<\/p>\r\n\t\t\t      <span style=\"padding: 10px 10px 10px 10px; display: block;\">\r\n\t\t\t      \t<p>\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2903\" class=\"elementor elementor-2903\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-72c0ac15 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"72c0ac15\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4fb11406\" data-id=\"4fb11406\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-711d1ef elementor-widget elementor-widget-text-editor\" data-id=\"711d1ef\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c23c9ce\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div style=\"margin-bottom: 15px;\">\n<div style=\"text-align: center; font-size: 130%; color: #0b7c67;\"><strong>\u8fb2\u696d\u7da0\u80fd\u63a8\u52d5\u5be6\u52d9\u6848\u4f8b\u5206\u4eabII\uff1a\u6f01\u96fb\u5171\u751f<\/strong><\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2d71944 elementor-widget elementor-widget-bdt-member\" data-id=\"2d71944\" data-element_type=\"widget\" data-widget_type=\"bdt-member.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c240871\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\n\n        <div class=\"bdt-member bdt-member-skin-default bdt-transition-toggle\">\n            \n                <div class=\"bdt-member-photo-wrapper bdt-image-mask\">\n\n                    \n                        <div class=\"bdt-member-photo\">\n                            <div class=\"\">\n                                <img src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/02\/08-\u5411\u967d\u512a\u80fd\u96fb\u529b_\u9673\u8cb4\u5149\u8463\u4e8b\u9577_\u5708.png\" title=\"08 \u5411\u967d\u512a\u80fd\u96fb\u529b_\u9673\u8cb4\u5149\u8463\u4e8b\u9577_\u5708\" alt=\"08 \u5411\u967d\u512a\u80fd\u96fb\u529b_\u9673\u8cb4\u5149\u8463\u4e8b\u9577_\u5708\" \/>                            <\/div>\n                        <\/div>\n\n                        \n                <\/div>\n            \n            <div class=\"bdt-member-description\">\n                                                            <\/div>\n\n            \n        <\/div>\n        \t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-242d568 elementor-widget elementor-widget-text-editor\" data-id=\"242d568\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c241d3a\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div style=\"margin-bottom: 30px; margin-top:-30px\">\n\n<div style=\"text-align: center; font-size: 100%;\"><strong>\u5411\u967d\u512a\u80fd\u96fb\u529b \u9673\u8cb4\u5149\u8463\u4e8b\u9577<\/strong><\/div>\n<\/div>\n<div style=\"padding: 0px 1% 60px;\">\n<p>\u3000\u3000\u8aaa\u660e\u592a\u967d\u5149\u96fb\u7cfb\u7d71\u7d50\u5408\u6f01\u696d\u990a\u6b96\u5834\u9054\u5230\u591a\u91cd\u6548\u76ca\uff0c\u990a\u6b96\u70ba\u672c\u3001\u592a\u967d\u80fd\u767c\u96fb\u70ba\u9644\u52a0\u50f9\u503c\u3002\u85c9\u7531\u7da0\u80fd\u5275\u65b0\u79d1\u6280\u7684\u5ba4\u5167\u9632\u75ab\u578b\u990a\u6b96\u5834\u63d0\u5347\u990a\u6b96\u7522\u696d\uff0c\u5275\u9020\u592a\u967d\u80fd\u677f\u4e0b\u6f01\u696d\u65b0\u50f9\u503c\uff0c\u65bc\u6975\u7aef\u6c23\u5019\u4e0b\u4e0d\u5f71\u97ff\u990a\u6b96\u751f\u9577\uff0c\u751a\u81f3\u4f7f\u74b0\u5883\u66f4\u597d\uff0c\u62d3\u5c55\u50b3\u7d71\u990a\u6b96\u6f01\u696d\u9644\u52a0\u50f9\u503c\uff0c\u958b\u767c\u66f4\u591a\u7d93\u6fdf\u5951\u6a5f\uff0c\u56de\u994b\u81fa\u7063\u990a\u6b96\u696d\u3002\u5411\u967d\u671f\u671b\u5c07\u4e00\u822c\u990a\u6b96\u8f49\u578b\u70ba\u79d1\u6280\u696d\u990a\u6b96\u578b\u614b\uff0c\u4ee5SPF\u63a8\u5ee3\u5230\u7121\u6bd2\u990a\u6b96\uff0c\u9054\u5230\u6f01\u6751\u518d\u9020\u3001\u9752\u8fb2\u8fd4\u9109\u7684\u76ee\u6a19\u3002\u5411\u967d\u5341\u5e74\u4f86\u767c\u5c55\u8907\u5408\u5f0f\u6f01\u96fb\u3001\u8fb2\u96fb\uff0c\u81f4\u529b\u65bc\u990a\u6b96\u6f01\u7522\u696d\u5347\u7d1a\u53ca\u914d\u5408\u653f\u5e9c\u653f\u7b56\u63a8\u52d5\uff0c\u672c\u6b21\u5c07\u548c\u8207\u6703\u8005\u5206\u4eab\u63a8\u52d5\u7d93\u9a57\uff0c\u77ad\u89e3\u570b\u5167\u6f01\u96fb\u5171\u751f\u767c\u5c55\u73fe\u6cc1\u53ca\u76f8\u95dc\u6548\u76ca\u3002<\/p>\n<\/div>\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t      <\/span>\r\n\t\t\t    <\/div>\r\n\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t<style>\r\n\t\t\t.mega-uae-btn-section-436 .mega-uae-btn:hover {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t\t.mega-uae-btn-section-436 .button--winona::after {\r\n\t\t\t\tcolor: #FF9900 !important;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/p>\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<style>\r\n\t\t\t.mae_accordion192 .ac-style .ui-accordion-header-icon {\r\n\t\t\t\tfont-size: 15px;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-21f8571 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-widget elementor-widget-uae-accordion\" data-id=\"21f8571\" data-element_type=\"widget\" data-widget_type=\"uae-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1549c2\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/accordion.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"mega-accordion mae_accordion28 accordion_theme_0\" data-active=\"0\" data-anim=\"350\" data-event=\"click\" data-closeicons=\"fas fa-plus\" data-activeicons=\"fas fa-minus\">\r\n\t\t\t\t\t\t\t<h5 class=\"ac-style\" style=\"margin-top: 0px; border-style: solid; border-color: #000; color: ; background: #fff;\">\r\n\t\t\t\t\t<div class=\"time_col\"> 15:20 <i class=\"fas fa-angle-double-right\"><\/i> 16:00 <\/div>\t\t\t\t<\/h5>\r\n\t\t\t\t<div class=\"mega-panel\" style=\"margin-bottom: 0px; background: #fff; border-width: ; border-style: solid; border-color: #fff;\">\r\n\t\t\t\t  <p style=\"text-align: center;\"><span style=\"color: #707070;\">\u8336\u6558\u4ea4\u6d41 <\/span><br \/><span style=\"color: #707070;\">Coffee Break<\/span><\/p>\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<style>\r\n\t\t\t.mae_accordion28 .ac-style .ui-accordion-header-icon {\r\n\t\t\t\tfont-size: 15px;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b3e2c10 age-speech-section elementor-widget elementor-widget-uae-accordion\" data-id=\"b3e2c10\" data-element_type=\"widget\" data-widget_type=\"uae-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c155ddb\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/accordion.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"mega-accordion mae_accordion320 accordion_theme_0\" data-active=\"0\" data-anim=\"350\" data-event=\"click\" data-closeicons=\"fas fa-plus\" data-activeicons=\"fas fa-minus\">\r\n\t\t\t\t\t\t\t<h5 class=\"ac-style\" style=\"margin-top: 0px; border-style: solid; border-color: #000; color: ; background: #fff;\">\r\n\t\t\t\t\t<div class=\"time_col\"> 16:40 <i class=\"fas fa-angle-double-right\"><\/i> 17:10 <\/div>\t\t\t\t<\/h5>\r\n\t\t\t\t<div class=\"mega-panel\" style=\"margin-bottom: 0px; background: #fff; border-width: ; border-style: solid; border-color: #fff;\">\r\n\t\t\t\t  <p style=\"text-align: center;\"><span style=\"color: #36b8ad; font-size: 20px;\"><strong>\u7d9c\u5408\u8a0e\u8ad6<\/strong><\/span><br \/>\n<span style=\"color: #36b8ad; font-size: 20px;\"><strong>Panel Discussion<\/strong><\/span><\/p>\n<div>\n<p style=\"text-align: center;\"><span style=\"color: #36b8ad;\"><strong>\u4e3b\u6301\u4eba<\/strong><\/span><br \/>\n<span style=\"color: #505050;\"><strong>\u884c\u653f\u9662\u8fb2\u59d4\u6703\u4f01\u5283\u8655<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">\u838a\u8001\u9054 \u8655\u9577<\/span><\/p>\n<\/div>\n<p><!--<span style=\"color: #505050;\"><strong>\u53f0\u7063\u6c34\u8cc7\u6e90\u8207\u8fb2\u696d\u7814\u7a76\u9662<\/strong><\/span> <br \/>\n<span style=\"color: #707070;\">\u9673\u5c0a\u8ce2 \u526f\u9662\u9577<\/span>--><\/p>\n<div>\n<p style=\"text-align: center;\"><span style=\"color: #36b8ad;\"><strong>\u8207\u8ac7\u4eba<\/strong><\/span><br \/>\n<span style=\"color: #505050;\"><strong>\u97d3\u570b\u80fd\u6e90\u7d93\u6fdf\u7814\u7a76\u9662<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">\u674e\u5c1a\u4fca \u7814\u7a76\u54e1<\/span><br \/>\n<span style=\"color: #505050;\"><strong>\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">\u99ac\u514b\u601d\u2027\u6258\u59c6\u591a\u592b \u7d44\u9577<\/span><br \/>\n<span style=\"color: #505050;\"><strong>\u5fb7\u570b\u5f17\u52de\u6069\u970d\u592b\u592a\u967d\u80fd\u7cfb\u7d71\u7814\u7a76\u6240<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">\u6cd5\u862d\u897f\u65af\u5361\u2027\u62c9\u854a\u5e0c \u52a9\u7406\u7814\u7a76\u54e1<\/span><br \/>\n<span style=\"color: #505050;\"><strong>\u53f0\u7063\u6c34\u8cc7\u6e90\u8207\u8fb2\u696d\u7814\u7a76\u9662<\/strong><\/span> <br \/>\n<span style=\"color: #707070;\">\u9673\u5c0a\u8ce2 \u526f\u9662\u9577<\/span><br \/>\n<span style=\"color: #505050;\"><strong>\u53f0\u7063\u6c34\u8cc7\u6e90\u8207\u8fb2\u696d\u7814\u7a76\u9662<\/strong><\/span> <br \/>\n<span style=\"color: #707070;\">\u6e38\u6167\u5a1f \u535a\u58eb<\/span><br \/>\n<span style=\"color: #505050;\"><strong>\u53f0\u6ce5\u7da0\u80fd\u516c\u53f8<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">\u6c5f\u4e00\u5fd7 \u8655\u9577<\/span><\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<div>\n<p style=\"text-align: center;\"><span style=\"color: #36b8ad;\"><strong>Moderator<\/strong><\/span><br \/>\n<span style=\"color: #505050;\"><strong>Lao-Dar Juang, Director of the Department of Planning, COA<\/strong><\/span><\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<div>\n<p style=\"text-align: center;\"><span style=\"color: #36b8ad;\"><strong>Speaker<\/strong><\/span><br \/>\n<span style=\"color: #505050;\">Sangjun Lee, Researcher at Korea Energy Economics Institute (KEEI)<\/span><br \/>\n---<br \/>\n<span style=\"color: #505050;\">Max Trommsdorff, Agrivoltaics Group Leader of Fraunhofer ISE<\/span> <br \/>\n---<br \/>\n<span style=\"color: #505050;\">Franziska Larisch, Research Assistant at Fraunhofer ISE<\/span> <br \/>\n---<br \/>\n<span style=\"color: #505050;\">Zueng-Sang Chen, Associate Dean of TRIWRA<\/span> <br \/>\n---<br \/>\n<span style=\"color: #505050;\">Hui-Chuan Yu, Researcher at TRIWRA<\/span> <br \/>\n---<br \/>\n<span style=\"color: #505050;\">Steven Chiang, Director of TCC Green Energy Corporation<\/span><\/p>\n<\/div>\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<style>\r\n\t\t\t.mae_accordion320 .ac-style .ui-accordion-header-icon {\r\n\t\t\t\tfont-size: 15px;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c07f576 elementor-widget elementor-widget-uae-accordion\" data-id=\"c07f576\" data-element_type=\"widget\" data-widget_type=\"uae-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1571fe\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<link rel=\"stylesheet\" href=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/plugins\/ultimate-addons-for-elementor\/css\/accordion.css\">\r\n\t\t\r\n\t\t<!--====== HTML CODING START ========-->\r\n\r\n\t\t<div class=\"mega-accordion mae_accordion151 accordion_theme_0\" data-active=\"0\" data-anim=\"350\" data-event=\"click\" data-closeicons=\"fas fa-plus\" data-activeicons=\"fas fa-minus\">\r\n\t\t\t\t\t\t\t<h5 class=\"ac-style\" style=\"margin-top: 0px; border-style: solid; border-color: #000; color: ; background: #fff;\">\r\n\t\t\t\t\t<div class=\"time_col\"> 17:10 <\/div>\t\t\t\t<\/h5>\r\n\t\t\t\t<div class=\"mega-panel\" style=\"margin-bottom: 0px; background: #fff; border-width: ; border-style: solid; border-color: #fff;\">\r\n\t\t\t\t  <p style=\"text-align: center;\"><span style=\"color: #707070;\"><strong>\u6d3b\u52d5\u7d50\u675f<\/strong><\/span><br \/>\n<span style=\"color: #707070;\">Farewell<\/span><\/p>\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t<style>\r\n\t\t\t.mae_accordion151 .ac-style .ui-accordion-header-icon {\r\n\t\t\t\tfont-size: 15px;\r\n\t\t\t}\r\n\t\t<\/style>\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-5667ae8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5667ae8\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9fcaecf\" data-id=\"9fcaecf\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b476184 elementor-widget elementor-widget-text-editor\" data-id=\"b476184\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c159301\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div class=\"agenda-info\">\n<div class=\"agenda-info-block\">\n<p>\u4e3b\u8fa6\u55ae\u4f4d\u4fdd\u7559\u8b70\u7a0b\u8b8a\u52d5\u4e4b\u6b0a\u5229<\/p>\n<\/div>\n<\/div>\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-53f2f23 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"53f2f23\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f6d20dd\" data-id=\"f6d20dd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-90e0229 elementor-widget elementor-widget-html\" data-id=\"90e0229\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c15ae8e\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span><style>\n    ol, ul {\n      margin: 0 0 0em 3em;\n    }\n     .age-mobile-agenda .tafe-table,\n     .age-desktop-agenda .tafe-table {\n           border-top: 5px solid #deb887;\n               color: #0c7d67;\n    }\n     .age-mobile-agenda .tafe-table .tafe-table-header,\n     .age-desktop-agenda .tafe-table .tafe-table-header{\n       display:none; \n    }\n    \n    .age-desktop-agenda table.tafe-table td,\n    .age-desktop-agenda table.tafe-table th {\n        border: 0px solid #fff;\n        border-right: 1px solid #e9e9e9;\n        background: #fff6;\n    }\n    \n    .age-desktop-agenda table.tafe-table tr td +td, .age-desktop-agenda table.tafe-table tr td[colspan=\"1\"] {\n        border-right: 1px solid #e9e9e9;\n        background: #fff9;\n        border-bottom: 1px solid #e9e9e9;\n        padding: 15px;\n    }\n    .age-desktop-agenda .tafe-table .tafe-table-body tr [rowspan=\"2\"] + td {\n        border-bottom: none;\n    }\n\n    .age-desktop-agenda table.tafe-table tr > td[colspan=\"1\"]:first-child {\n        background: #ebf3f1;\n    }\n    \n    .age-desktop-agenda table.tafe-table td div.age-tbl-content{\n        text-align: center;\n    }\n    \n    .age-desktop-agenda table.tafe-table td div.age-tbl-content .work{\n        font-weight: 700;\n        color: #707070;\n    }\n    \n    .age-desktop-agenda table.tafe-table td .member{\n        color: #505050;\n        font-size: 16px;\n        font-weight: 400;\n    }\n    \n    .age-desktop-agenda .tafe-table .tafe-table-body tr td:nth-child(1)[rowspan]{\n    width: 10%;\n        background-color: #0c7d67;\n        color: #fff;\n        font-weight: 900;\n    }\n    \n    .age-desktop-agenda .tafe-table .tafe-table-body tr td:not([rowspan]):not([colspan]):nth-child(1){\n        background-color: #6db1a4;\n        color: #fff;\n        font-weight: 900;\n    }\n    \n    .age-desktop-agenda .time_col{\n        text-align: center\n    }\n     .age-desktop-agenda .tafe-table .Agenda-intro{\n       display:flex;\n    }\n     .age-desktop-agenda .tafe-table .Agenda-intro div{\n       align-self: center;\n    }\n    \n    .age-mobile-agenda .elementor-widget-uae-accordion {\n        margin-bottom: 0px;\n    }\n    \n    .age-mobile-agenda h5.ui-accordion-header {\n        display: flex;\n        justify-content: center;\n        flex-flow: row-reverse;\n        border-color: #e3e3e3 !important;\n    }\n    .age-mobile-agenda h5.ui-accordion-header .time_col {\n        flex-grow: 1;\n    }\n    .age-mobile-agenda h5.ui-accordion-header .ui-accordion-header-icon {\n        align-self: center;\n        font-size: initial;\n        padding: 0;\n    }\n    .age-mobile-agenda div.ui-accordion-content{\n        border-right: 1px solid #e3e3e3 !important;\n        border-left: 1px solid #e3e3e3 !important;\n        border-top: none !important;\n        border-bottom: none !important;\n    }\n     .age-mobile-agenda .age-speech-section h5.ui-accordion-header{\n         background: #36b8ad !important;\n         color:white;\n         border-top-color: #36b8ad !important;\n        border-right-color: #36b8ad !important;\n        border-left-color: #36b8ad !important;\n        border-bottom-color: #e3e3e3 !important;\n     }\n      .age-mobile-agenda div.elementor-widget-uae-accordion:not(.age-speech-section) h5.ui-accordion-header{\n         background: #dfdfdf !important;\n         color:#606060;\n         border-top-color: #36b8ad !important;\n        border-right-color: #36b8ad !important;\n        border-left-color: #36b8ad !important;\n        border-bottom-color: #e3e3e3 !important;\n     }\n<\/style>\n\n<!--\u5c0d\u8b70\u984c\u4ecb\u7d39\u6309\u9215\u5916\u89c0\u4fee\u6539-->\n<style>\n.age-desktop-agenda .modal-popup-box{\n    margin-left: 15px;\n}\n.age-desktop-agenda .modal-popup-box .model-popup-btn i.far{\n    -webkit-transition: none;\n    -o-transition: unset;\n    transition: none;\n}\n.age-desktop-agenda .modal-popup-box .model-popup-btn i.far:before{\n    -webkit-transition: none;\n    -o-transition: unset;\n    transition: none;\n}\n<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-c8dfbc2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c8dfbc2\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6baf4b4\" data-id=\"6baf4b4\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ee4de09 elementor-widget elementor-widget-html\" data-id=\"ee4de09\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c15cab4\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span><style>\n.mega-model-popup {\n    border-style: solid;\n    border-width: 2px;\n    border-radius: 15px;\n    overflow: hidden;\n    border-color: #333;\n    -webkit-box-shadow: 0 0 7px #404040;\n    -o-box-shadow: 0 0 7px #404040;\n    -ms-box-shadow: 0 0 7px #404040;\n    box-shadow: 0 0 7px #404040\n}\n\n.modal-popup-box .model-popup-btn {\n    -webkit-transition: all .4s;\n    -moz-transition: all .4s;\n    transition: all .4s\n}\n\n.mega-model-popup img {\n    max-width: 100%;\n    padding: 0;\n}\n\n.modal-popup-box .mega-uae-btn-section .mega-uae-btn {\n    font-weight: inherit;\n    font-family: inherit;\n}\n\n.b-close {\n    box-shadow: none;\n    font: 700 131% sans-serif;\n    position: absolute;\n    right: 0px;\n    top: 0px;\n    border-radius: 0px 0px 0px 30px;\n    color: #fff;\n    cursor: pointer;\n    display: inline-block;\n    text-align: center;\n    text-decoration: none;\n    background-color: #f69b56;\n    padding: 20px;\n}\n\n.b-close>span {\n    font-size: 30px;\n    font-weight: 100\n}\nspan.b-close:hover {\n    background: #f57373;\n}\n\n.b-close>span>.fas{\n    width:30px;\n    height: 30px;\n}\n\nspan.b-close:hover .fas {\n    transform: rotate(720deg);\n}\n\n.model-popup-container .bdt-member-photo img{\n    width: 25% !important;\n    margin: auto;\n}\n\n@media only screen and (max-width:768px) {\n    .b-close {\n        \/\/display: none\n    }\n    .mega-model-popup {\n        margin-right: 10px;\n        margin-top: 0!important\n    }\n}\n\n\/*========= Animate Css  ===============*\/\n\n.mega-uae-btn {\n    float: left;\n    display: block;\n    padding: 7px 20px;\n    border: none;\n    background: none;\n    color: inherit;\n    vertical-align: middle;\n    position: relative;\n    z-index: 1;\n    -webkit-backface-visibility: hidden;\n    -moz-osx-font-smoothing: grayscale;\n    background: #ECEFF1;\n    color: #37474f;\n}\n.mega-uae-btn:focus {\n    outline: none;\n}\n.mega-uae-btn > span {\n    vertical-align: middle;\n}\n\n\/* Winona *\/\n.button--winona {\n    overflow: hidden;\n    padding: 0;\n    -webkit-transition: border-color 0.3s, background-color 0.3s;\n    transition: border-color 0.3s, background-color 0.3s;\n    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);\n    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);\n}\n.button--winona::after {\n    content: attr(data-text);\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    top: 0;\n    left: 0;\n    opacity: 0;\n    color: #3f51b5;\n    -webkit-transform: translate3d(0, 25%, 0);\n    transform: translate3d(0, 25%, 0);\n}\n.button--winona > span {\n    display: block;\n}\n.button--winona.button--inverted {\n    color: #7986cb;\n}\n.button--winona.button--inverted:after {\n    color: #fff;\n}\n.button--winona::after,\n.button--winona > span {\n    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;\n    transition: transform 0.3s, opacity 0.3s;\n    text-align: center;\n    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);\n    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);\n}\n.button--winona:hover {\n    border-color: #3f51b5;\n    background-color: rgba(63, 81, 181, 0.1);\n}\n.button--winona.button--inverted:hover {\n    border-color: #21333C;\n    background-color: #21333C;\n}\n.button--winona:hover::after {\n    opacity: 1;\n    -webkit-transform: translate3d(0, 0, 0);\n    transform: translate3d(0, 0, 0);\n}\n.button--winona:hover > span {\n    opacity: 0;\n    -webkit-transform: translate3d(0, -25%, 0);\n    transform: translate3d(0, -25%, 0);\n}\n<\/style>\n<style>\n.agenda-info{\n    display: flex;\n    justify-content: center;\n}\n\n.agenda-info .agenda-info-block{\n    padding: 7px 15px;\n    background: #f90;\n    color: white;\n    border-radius: 15px;\n    display: flex;\n    font-size: 110%;\n}\n<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-cd98f78 elementor-section-full_width elementor-section-stretched elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-section-height-default elementor-section-height-default\" data-id=\"cd98f78\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-a79188d\" data-id=\"a79188d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6b7afc3 elementor-widget elementor-widget-shortcode\" data-id=\"6b7afc3\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c165d8d\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"2400\" class=\"elementor elementor-2400\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"true\" data-marvy_flying_object_shape=\"square\" data-marvy_flying_object_shape_color=\"#F8F8F82B\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-60f6d06 elementor-section-full_width elementor-section-content-middle elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"60f6d06\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;gradient&quot;,&quot;shape_divider_bottom&quot;:&quot;waves&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" data-negative=\"true\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M790.5,93.1c-59.3-5.3-116.8-18-192.6-50c-29.6-12.7-76.9-31-100.5-35.9c-23.6-4.9-52.6-7.8-75.5-5.3\n\tc-10.2,1.1-22.6,1.4-50.1,7.4c-27.2,6.3-58.2,16.6-79.4,24.7c-41.3,15.9-94.9,21.9-134,22.6C72,58.2,0,25.8,0,25.8V100h1000V65.3\n\tc0,0-51.5,19.4-106.2,25.7C839.5,97,814.1,95.2,790.5,93.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-71c319b\" data-id=\"71c319b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-d3720aa elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"d3720aa\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-36a5b7e\" data-id=\"36a5b7e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-f5bf5f0\" data-id=\"f5bf5f0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-197c317 elementor-widget elementor-widget-text-editor\" data-id=\"197c317\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c16279b\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div class=\"act_info\">\n<div class=\"title\"><span style=\"font-size: 28px; color: #ff9900;\"><strong>\u6d3b\u52d5\u8cc7\u8a0a<\/strong><\/span><\/div>\n<div class=\"datetime\"><span style=\"color: #ffffff;\">2020.12.4 (\u4e94) 09:20-16:30<\/span><\/div>\n<div class=\"location\"><span style=\"color: #ffffff;\">\u5f35\u69ae\u767c\u57fa\u91d1\u6703\u570b\u969b\u6703\u8b70\u4e2d\u5fc3801\u5ba4<\/span><br \/>\n<span style=\"color: #ffffff;\">(\u53f0\u5317\u5e02\u4e2d\u6b63\u5340\u4e2d\u5c71\u5357\u8def11\u865f)<\/span><\/div>\n<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8f27795 elementor-widget elementor-widget-text-editor\" data-id=\"8f27795\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c163c36\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div class=\"traffic_info\">\n<div class=\"title\"><span style=\"font-size: 28px; color: #ff9900;\"><strong>\u4ea4\u901a\u65b9\u5f0f<\/strong><\/span><\/div>\n<div class=\"car\"><span style=\"color: #ffffff;\">\u958b\u8eca\uff1a<br\/>\n\u4e2d\u5c71\u9ad8\u901f\u516c\u8def\u2192\u5efa\u570b\u5317\u8def\u2192\u4e0b\u9ad8\u67b6\u6a4b\u2192\u4ec1\u611b\u8def\u2192\u666f\u798f\u9580\u524d<br \/>\n<\/span><\/div>\n<div class=\"MRT\"><span style=\"color: #ffffff;\">\u6377\u904b\uff1a<br\/>\n\u642d\u4e58\u6377\u904b\u6de1\u6c34\u4fe1\u7fa9\u7dda\u81f3\u300c\u53f0\u5927\u91ab\u9662\u300d\u7ad92\u865f\u51fa\u53e3<br \/>\n\u642d\u4e58\u6377\u904b\u6de1\u6c34\u4fe1\u7fa9\u7dda\u6216\u677e\u5c71\u65b0\u5e97\u7dda\u81f3\u300c\u4e2d\u6b63\u7d00\u5ff5\u5802\u300d\u7ad95\u865f\u62166\u865f\u51fa\u53e3<br \/>\n<\/span><\/div>\n<div class=\"Bus\"><span style=\"color: #ffffff;\">\u516c\u8eca\uff1a<br \/>\n\u642d\u4e5837\u3001249\u3001261\u3001270\u3001621\u3001630\u3001651\u3001\u4ec1\u611b\u5e79\u7dda\u516c\u8eca\uff0c\u65bc\u300c\u4ec1\u611b\u4e2d\u5c71\u8def\u53e3\u300d\u4e0b\u8eca <\/span><\/div>\n<\/div>\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-14b6dd0\" data-id=\"14b6dd0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-148b01f elementor-widget__width-initial elementor-widget elementor-widget-google_maps\" data-id=\"148b01f\" data-element_type=\"widget\" data-widget_type=\"google_maps.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c16566f\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<div class=\"elementor-custom-embed\">\n\t\t\t<iframe frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\"\n\t\t\t\t\tsrc=\"https:\/\/maps.google.com\/maps?q=%E5%8F%B0%E5%8C%97%E5%B8%82%E4%B8%AD%E6%AD%A3%E5%8D%80%E4%B8%AD%E5%B1%B1%E5%8D%97%E8%B7%AF11%E8%99%9F&#038;t=m&#038;z=15&#038;output=embed&#038;iwloc=near\"\n\t\t\t\t\ttitle=\"\u53f0\u5317\u5e02\u4e2d\u6b63\u5340\u4e2d\u5c71\u5357\u8def11\u865f\"\n\t\t\t\t\taria-label=\"\u53f0\u5317\u5e02\u4e2d\u6b63\u5340\u4e2d\u5c71\u5357\u8def11\u865f\"\n\t\t\t><\/iframe>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-9ef31f5 elementor-section-full_width elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"9ef31f5\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-931427e\" data-id=\"931427e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9a45ef2 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-shortcode\" data-id=\"9a45ef2\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c18a543\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t<div class=\"elementor-shortcode\">\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"3479\" class=\"elementor elementor-3479\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-2a03b756 elementor-section-content-middle elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2a03b756\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-narrow\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3e72f46d\" data-id=\"3e72f46d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-289cbbc elementor-hidden-phone elementor-widget elementor-widget-text-editor\" data-id=\"289cbbc\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c16aae9\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p style=\"line-height: 1;\"><span style=\"font-size: 43px; display: flex;\"><br \/>\n<i class=\"fas fa-handshake\" style=\"align-self: flex-end; padding: 5px; font-weight: 600; color: #0b7c67; font-size: 36px;\"><\/i><br \/>\n<span style=\"font-size: 56px;\">\u63a8\u52d5\u55ae\u4f4d<span style=\"font-size: 32px; color: #f90; font-weight: bold;\"> ORGANIZATION<\/span><\/span><\/span><\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b60c730 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-text-editor\" data-id=\"b60c730\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c16bf5e\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div style=\"line-height: 1; text-align: center;\">\n<p><i class=\"fas fa-handshake\" style=\"align-self: flex-end; padding: 5px; font-weight: 600; color: #0b7c67; font-size: 36px;\"><\/i><br \/>\n<span style=\"font-size: 220%;\"><span style=\"font-size: 100%;\">\u63a8\u52d5\u55ae\u4f4d<br \/>\n<\/span><\/span><\/p>\n<p style=\"font-size: 150%; color: #f90; font-weight: bold; margin-top: -25px;\">ORGANIZATIONT<\/p>\n<\/div>\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-08154a0 elementor-section-content-middle elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"08154a0\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-narrow\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d02f3ba\" data-id=\"d02f3ba\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-f39f664 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"f39f664\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-57816ae\" data-id=\"57816ae\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-604f56c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"604f56c\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-ef78046\" data-id=\"ef78046\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-044fa72 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"044fa72\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-4cb2f49\" data-id=\"4cb2f49\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fead2cd elementor-widget elementor-widget-text-editor\" data-id=\"fead2cd\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c16fb94\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p><span style=\" font-size: 18px; padding: 5px 15px; color: #707070; font-weight: 500;\">\u4e3b\u8fa6\u55ae\u4f4d<\/span><\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-778706b elementor-widget elementor-widget-image\" data-id=\"778706b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c171baa\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"768\" height=\"118\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/04\/Triwra_logoCNEN_site_color-768x118.png\" class=\"attachment-medium_large size-medium_large\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/04\/Triwra_logoCNEN_site_color-768x118.png 768w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/04\/Triwra_logoCNEN_site_color-300x46.png 300w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/04\/Triwra_logoCNEN_site_color-1024x158.png 1024w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/04\/Triwra_logoCNEN_site_color-500x77.png 500w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/04\/Triwra_logoCNEN_site_color-800x123.png 800w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/04\/Triwra_logoCNEN_site_color.png 1278w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t\t\t\t\t\t\t\t\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-71ac9ee\" data-id=\"71ac9ee\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e0ddb68 elementor-widget elementor-widget-text-editor\" data-id=\"e0ddb68\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1734c9\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p><span style=\"font-size: 18px; padding: 5px 15px; color: #707070; font-weight: 500;\">\u5171\u540c\u63a8\u52d5<\/span><\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-172af8f elementor-widget elementor-widget-image\" data-id=\"172af8f\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c17546a\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/04\/ROC_Fisheries_Agency_Emblem.svg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-ebe6a5b\" data-id=\"ebe6a5b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-728194e elementor-widget elementor-widget-text-editor\" data-id=\"728194e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c176d74\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p><span style=\"border: 0px solid; border-radius: 5px; font-size: 18px; padding: 5px 15px; color: #707070; font-weight: 500;\"><\/span><\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-57d1c8e elementor-widget elementor-widget-image\" data-id=\"57d1c8e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c178a5d\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/04\/ROC_Fisheries_Research_Institute_Emblem.svg\" class=\"attachment-full size-full\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-9899060\" data-id=\"9899060\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-0e2a424 elementor-widget elementor-widget-text-editor\" data-id=\"0e2a424\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c17bfb8\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p><span style=\"font-size: 18px; padding: 5px 15px; color: #707070; font-weight: 500;\">\u6307\u5c0e\u55ae\u4f4d<\/span><\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e227c1 elementor-widget elementor-widget-image\" data-id=\"4e227c1\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c17db84\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"768\" height=\"153\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/04\/\u8fb2\u59d4\u6703logo-\u540d\u7a31\u4e00-768x153.jpg\" class=\"attachment-medium_large size-medium_large\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/04\/\u8fb2\u59d4\u6703logo-\u540d\u7a31\u4e00-768x153.jpg 768w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/04\/\u8fb2\u59d4\u6703logo-\u540d\u7a31\u4e00-300x60.jpg 300w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/04\/\u8fb2\u59d4\u6703logo-\u540d\u7a31\u4e00-1024x203.jpg 1024w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/04\/\u8fb2\u59d4\u6703logo-\u540d\u7a31\u4e00-1536x305.jpg 1536w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/04\/\u8fb2\u59d4\u6703logo-\u540d\u7a31\u4e00-500x99.jpg 500w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/04\/\u8fb2\u59d4\u6703logo-\u540d\u7a31\u4e00-800x159.jpg 800w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/04\/\u8fb2\u59d4\u6703logo-\u540d\u7a31\u4e00-1280x254.jpg 1280w, https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/2021\/04\/\u8fb2\u59d4\u6703logo-\u540d\u7a31\u4e00.jpg 1677w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t\t\t\t\t\t\t\t\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-3270511 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-phone elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3270511\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"true\" data-marvy_flying_object_shape=\"square\" data-marvy_flying_object_shape_color=\"#F8F8F82B\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-af72b9e elementor-section-full_width elementor-section-content-middle elementor-section-stretched elementor-section-height-min-height elementor-section-height-default elementor-section-items-middle\" data-id=\"af72b9e\" data-element_type=\"section\" data-settings=\"{&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_background&quot;:&quot;gradient&quot;,&quot;shape_divider_bottom&quot;:&quot;waves&quot;,&quot;shape_divider_bottom_negative&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"elementor-shape elementor-shape-bottom\" data-negative=\"true\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n\t<path class=\"elementor-shape-fill\" d=\"M790.5,93.1c-59.3-5.3-116.8-18-192.6-50c-29.6-12.7-76.9-31-100.5-35.9c-23.6-4.9-52.6-7.8-75.5-5.3\n\tc-10.2,1.1-22.6,1.4-50.1,7.4c-27.2,6.3-58.2,16.6-79.4,24.7c-41.3,15.9-94.9,21.9-134,22.6C72,58.2,0,25.8,0,25.8V100h1000V65.3\n\tc0,0-51.5,19.4-106.2,25.7C839.5,97,814.1,95.2,790.5,93.1z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-12593b5\" data-id=\"12593b5\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-c5dec5c elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c5dec5c\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-c4d4162\" data-id=\"c4d4162\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c297083 elementor-hidden-phone elementor-widget elementor-widget-text-editor\" data-id=\"c297083\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c180eda\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p style=\"line-height: 1;\"><span style=\"font-size: 43px; display: flex;\"><br \/>\n<i class=\"fas fa-handshake\" style=\"align-self: flex-end; padding: 5px; font-weight: 600; color: #fff; font-size: 36px;\"><\/i><br \/>\n<span style=\"font-size: 56px;color: #fff;\">\u63a8\u52d5\u55ae\u4f4d<span style=\"font-size: 32px; color: #f90; font-weight: bold;\"> ORGANIZATION<\/span><\/span><\/span><\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-047ae02 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-text-editor\" data-id=\"047ae02\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c1822ea\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<div style=\"line-height: 1; text-align: center;\">\n<p><i class=\"fas fa-handshake\" style=\"align-self: flex-end; padding: 5px; font-weight: 600; color: #fff;; font-size: 36px;\"><\/i><br \/>\n<span style=\"font-size: 220%;\"><span style=\"font-size: 100%;color: #fff;\">\u63a8\u52d5\u55ae\u4f4d<br \/>\n<\/span><\/span><\/p>\n<p style=\"font-size: 150%; color: #f90; font-weight: bold; margin-top: -25px;\">ORGANIZATIONT<\/p>\n<\/div>\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-inner-section elementor-element elementor-element-8056fb0 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8056fb0\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-683e063\" data-id=\"683e063\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4319f77 elementor-widget elementor-widget-text-editor\" data-id=\"4319f77\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c184244\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p><span style=\"font-size: 24px; padding: 5px 15px; color: #fff;; font-weight: 700;\">\u6307\u5c0e\u55ae\u4f4d<\/span><\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d8efcfe elementor-widget elementor-widget-image\" data-id=\"d8efcfe\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c186670\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/elementor\/thumbs\/\u8fb2\u59d4\u6703logo-\u540d\u7a31\u4e00-p5xlprs9fn4y2yvyqjkqddt9zgylbk9iighjf0b668.jpg\" title=\"\u8fb2\u59d4\u6703logo + \u540d\u7a31(\u4e00)\" alt=\"\u8fb2\u59d4\u6703logo + \u540d\u7a31(\u4e00)\" \/>\t\t\t\t\t\t\t\t\t\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-70396a6\" data-id=\"70396a6\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4b85197 elementor-widget elementor-widget-text-editor\" data-id=\"4b85197\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c18832a\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-text-editor elementor-clearfix\">\n\t\t\t\t<p><span style=\"font-size: 24px; padding: 5px 15px; color: #fff; ; font-weight: 700;\">\u4e3b\u8fa6\u55ae\u4f4d<\/span><\/p>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0696ec7 elementor-widget elementor-widget-image\" data-id=\"0696ec7\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c189e53\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span>\t\t\t\t\t<div class=\"elementor-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/age.triwra.org.tw\/symposium\/wp-content\/uploads\/elementor\/thumbs\/logo2-3-pd8ps6gnqirw31hgw93ahmry42xfimfc82oc64i3uo.png\" title=\"logo2-3\" alt=\"logo2-3\" \/>\t\t\t\t\t\t\t\t\t\t\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\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section data-marvy_enable_drop_animation=\"false\" data-marvy_enable_fancy_rotate=\"false\" data-marvy_enable_flying_object=\"false\" data-marvy_enable_ripples_animation=\"false\" data-marvy_enable_waves_animation=\"false\" data-marvy_enable_rings_animation=\"false\" data-marvy_enable_topology_animation=\"false\" data-marvy_enable_gradient_animation=\"false\" data-marvy_enable_snow_animation=\"false\" data-marvy_enable_firework_animation=\"false\" data-marvy_enable_cloud_animation=\"false\" class=\"elementor-section elementor-top-section elementor-element elementor-element-5044068 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"5044068\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6508394\" data-id=\"6508394\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-619beea elementor-widget elementor-widget-html\" data-id=\"619beea\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<span id=\"scroll6aa6a5c18c24e\"  class=\"scrollMagicControl\" type=\"hidden\" effect = {} wpmp_enable_desktop=\"yes\" wpmp_enable_tablet=\"yes\" wpmp_enable_mobile=\"yes\" wpmp_trigger_hook=\"0.5\" wpmp_reverse=\"yes\" wpmp_class_CSS =\"custom\" split-text = {} value=\"scrollmagic\"><\/span><!--<link rel=\"stylesheet\" href=\"https:\/\/unpkg.com\/aos@next\/dist\/aos.css\" \/>\n<script src=\"https:\/\/unpkg.com\/aos@next\/dist\/aos.js\"><\/script>\n<script>\nAOS.init();\n<\/script>\n<script>\n        $('#age-image-part').attr(\"data-aos\",\"fade-up\");\n        $('#age-image-part').attr(\"data-aos-delay\",\"1000\");\n        $('#age-image-part').attr(\"data-aos-duration\",\"1000\");\n        $('#age-about-left-part').attr(\"data-aos\",\"fade-down\");\n        $('#age-about-left-part').attr(\"data-aos-delay\",\"1000\");\n        $('#age-about-left-part').attr(\"data-aos-duration\",\"1000\");\n<\/script>\n-->\n<style>\n.mobi-banner-info{\n margin-top: -32px;\n}\n<\/style>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_links_to":"","_links_to_target":""},"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/age.triwra.org.tw\/symposium\/wp-json\/wp\/v2\/pages\/4502"}],"collection":[{"href":"https:\/\/age.triwra.org.tw\/symposium\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/age.triwra.org.tw\/symposium\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/age.triwra.org.tw\/symposium\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/age.triwra.org.tw\/symposium\/wp-json\/wp\/v2\/comments?post=4502"}],"version-history":[{"count":11,"href":"https:\/\/age.triwra.org.tw\/symposium\/wp-json\/wp\/v2\/pages\/4502\/revisions"}],"predecessor-version":[{"id":4935,"href":"https:\/\/age.triwra.org.tw\/symposium\/wp-json\/wp\/v2\/pages\/4502\/revisions\/4935"}],"wp:attachment":[{"href":"https:\/\/age.triwra.org.tw\/symposium\/wp-json\/wp\/v2\/media?parent=4502"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}