/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css');
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css');

.body-wrapper{
      overflow: hidden !important;
}
/* 共用區 */

:root {
    --font-40: 40px;
    --font-34: 34px;
    --font-24: 24px;
    --font-20: 20px;
    --font-18: 18px;
    --font-16: 16px;
  }

  @media (max-width:1440px) {
    :root {
    --font-40: 40px;
    --font-34: 34px;
    --font-24: 24px;
    --font-20: 20px;
    --font-18: 18px;
    --font-16: 16px;
    }
  }

  @media (max-width:992.5px) {
    :root {
    --font-40: 30px;
    --font-34: 26px;
    --font-24: 22px;
    --font-20: 20px;
    --font-18: 16px;
    --font-16: 16px;
    }
  }

  @media (max-width:767.5px) {
    :root {
    --font-40: 30px;
    --font-34: 26px;
    --font-24: 20px;
    --font-20: 18px;
    --font-18: 16px;
    --font-16: 14px;
    }
  }

  @media (max-width:575.5px) {
    :root {
    --font-40: 25px;
    --font-34: 22px;
    --font-24: 18px;
    --font-20: 17px;
    --font-18: 16px;
    --font-16: 14px;
    }
  }

  @media (max-width:450px) {
    :root {
    --font-40: 25px;
    --font-34: 22px;
    --font-24: 18px;
    --font-20: 16px;
    --font-18: 15px;
    --font-16: 14px;
    }
  }



:root {
  --JL-font-btn: 20px;
  --JL-btn-main: #008E8C;
  --JL-btn-hover: #C09D7B;
  --JL-btn-border: #008E8C;
}


.module_17647564515063-flexbox-positioning > div,
.module_17647564515063-flexbox-positioning > div img,
.module_17647563728412-flexbox-positioning > div,
.module_17647563728412-flexbox-positioning > div img,
.module_17647555720793-flexbox-positioning > div,
.module_17647555720793-flexbox-positioning > div img,
.widget_1764752688227-flexbox-positioning > div,
.widget_1764752688227-flexbox-positioning > div img,
.widget_1764826012543-flexbox-positioning > div,
.widget_1764826012543-flexbox-positioning > div img,
.widget_1764825973615-flexbox-positioning > div,
.widget_1764825973615-flexbox-positioning > div img,
.widget_1764822387687-flexbox-positioning > div,
.widget_1764822387687-flexbox-positioning > div img,
.widget_1764819890985-flexbox-positioning > div,
.widget_1764819890985-flexbox-positioning > div img,
.widget_1764819848419-flexbox-positioning > div,
.widget_1764819848419-flexbox-positioning > div img,
.widget_1764819787749-flexbox-positioning > div,
.widget_1764819787749-flexbox-positioning > div img,
.widget_1764819722711-flexbox-positioning > div,
.widget_1764819722711-flexbox-positioning > div img,
.widget_1764820343387-flexbox-positioning > div,
.widget_1764820343387-flexbox-positioning > div img,
.widget_1764820327092-flexbox-positioning > div,
.widget_1764820327092-flexbox-positioning > div img,
.widget_1764820303797-flexbox-positioning > div,
.widget_1764820303797-flexbox-positioning > div img,
.widget_1764820189735-flexbox-positioning > div,
.widget_1764820189735-flexbox-positioning > div img,
.widget_1764820155986-flexbox-positioning > div,
.widget_1764820155986-flexbox-positioning > div img,
.widget_1764822020235-flexbox-positioning > div,
.widget_1764822020235-flexbox-positioning > div img,
.widget_1764822144090-flexbox-positioning > div,
.widget_1764822144090-flexbox-positioning > div img,
.widget_1764822213507-flexbox-positioning > div,
.widget_1764822213507-flexbox-positioning > div img,
.widget_1764826447918-flexbox-positioning > div,
.widget_1764826447918-flexbox-positioning > div img,
.widget_1764822980441-flexbox-positioning > div,
.widget_1764822980441-flexbox-positioning > div img,
.widget_1764822365376-flexbox-positioning > div,
.widget_1764822365376-flexbox-positioning > div img,
.widget_1764827789333-flexbox-positioning > div,
.widget_1764827789333-flexbox-positioning > div img,
.widget_1764827347995-flexbox-positioning > div,
.widget_1764827347995-flexbox-positioning > div img{
  width:100% !important;
  height: auto !important;
}



  /* btnJL */
  .btnBoxJL {
    margin: 40px auto 0;
    display: table;
    position: relative;
    z-index: 3;
  }
.btnBoxJL a{
  text-decoration: none;
}
.btnTwoJL{
  display:flex;
  justify-content: center;
  gap:20px;
}

  .btnBoxLeftJL {
    margin: 40px 0 0 0;
    display: table;
    position: relative;
    z-index: 3;
  }

  .btnBoxRightJL {
    margin: 40px 0 0 auto;
    display: table;
    position: relative;
    z-index: 3;
  }

  .btnJL,.mwb-btn {
    display: inline-block;
    padding: 5px 30px;
    min-width: auto;
    text-align: center;
    font-weight: 400;
    font-size: var(--JL-font-btn);
    letter-spacing: 1px;
    text-indent: 1px;
    color: #fff !important;
    background: var(--JL-btn-main);
    transition: all 0.5s;
    border-radius: 0;
  }

  .btnJL a,
.mwb-btn{
    transition: all 0.5s;
                  text-decoration: none;
  }

  .btnJL i {
    margin-right: 5px;
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    vertical-align: middle;
  }

  .btnJL img {
    margin-left: 5px;
    vertical-align: sub;
  }

  .btnJL:hover,
  .btnJL:hover a,
.mwb-btn:hover{
    background: var(--JL-btn-hover);
    color: #fff !important;
  }

  .btnSubJL {
    background: var(--JL-btn-main-sub);
    transition: all 0.5s;
    color: var(--JL-btn-main) !important;
  }

  .btnSubJL img {
    filter: invert(1) brightness(10);
  }

  .btnSubJL:hover {
    background: var(--JL-btn-hover);
    color: #fff !important;
    /*box-shadow: 0 0 0 3px var(--JL-btn-main-sub);*/
  }

  .btnSubJL:hover img {
    filter: none;
  }


  .btnNullJL {
    background: transparent;
    border: 1px solid var(--JL-btn-main);
    transition: all 0.5s;
    color: var(--JL-btn-main) !important;
  }

  .btnNullJL:hover {
    background: var(--JL-btn-main);
    border: 1px solid var(--JL-btn-main);
    color: #fff !important;
  }




    /*最後三個按鈕 


  			.growfast-submenu>li:nth-last-child(3) a.growfast-menu-link {
  			position: relative !important;
  			margin-left: 100px;
  			min-width: auto;
  			padding: 0 5px !important;
  			}
  			.growfast-submenu>li:nth-last-child(1) a.growfast-menu-link,
  			.growfast-submenu>li:nth-last-child(2) a.growfast-menu-link{
  			padding: 0 5px !important;
  			position: relative !important;
  			min-width: auto;
  			}
  			.growfast-submenu>li:nth-last-child(1) a.growfast-menu-link::after,
  			.growfast-submenu>li:nth-last-child(2) a.growfast-menu-link::after,
  			.growfast-submenu>li:nth-last-child(3) a.growfast-menu-link::after {
  			content: none !important;
  			}


  			
  			.growfast-submenu>li:nth-last-child(1) a.growfast-menu-link>span,
  			.growfast-submenu>li:nth-last-child(2) a.growfast-menu-link>span,
  			.growfast-submenu>li:nth-last-child(3) a.growfast-menu-link>span {
  			background-color: #e7e3d0;
  			color: #236952;
  			transition: all .5s;
  			font-size: 0;
  			border-radius: 50%;
  			width: 33px;
  			height: 33px;
  			}
  			.growfast-submenu>li:nth-last-child(1) a.growfast-menu-link>span::before,
  			.growfast-submenu>li:nth-last-child(2) a.growfast-menu-link>span::before,
  			.growfast-submenu>li:nth-last-child(3) a.growfast-menu-link>span::before {
  			content: "";
  			background: url("images/head_icon_fb.svg") no-repeat center center;
  			background-size: 100%;
  			width: 23px;
  			height: 23px;
  			position: absolute;
  			left: 50%;
  			top: 50%;
  			transform: translateX(-50%) translateY(-50%);
  			}
  			.growfast-submenu>li:nth-last-child(2) a.growfast-menu-link>span::before{
  			background-image: url("images/head_icon_line.svg");
  			}
  			.growfast-submenu>li:nth-last-child(1) a.growfast-menu-link>span::before {
  			background-image: url("images/head_icon_ig.svg");
  			}
  			.growfast-submenu>li:hover:nth-last-child(1) a.growfast-menu-link>span,
  			.growfast-submenu>li:hover:nth-last-child(2) a.growfast-menu-link>span,
  			.growfast-submenu>li:hover:nth-last-child(3) a.growfast-menu-link>span {
  			background-color: #000;
  			}
*/
/* head */
.growfast-submenu {
    align-items: center;
}
  /* 最後2個的底色 */
  
  	.level-1.growfast-submenu>li:nth-last-child(1) a.growfast-menu-link,
  	/*.level-1.growfast-submenu>li:nth-last-child(2) a.growfast-menu-link*/{
      padding-left: 5px !important;
      padding-right: 5px !important;
  }
  /*.level-1.growfast-submenu>li:nth-last-child(2) a.growfast-menu-link span{
    background: #C09D7B;
    color: #fff !important;
    transition: all .5s;
    position: relative !important;
    max-width: 100%;
    border-radius: 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 18px !important;
  }*/

.level-1.growfast-submenu>li:nth-last-child(1) a.growfast-menu-link span{
    background: #008E8C;
    color: #fff !important;
    transition: all .5s;
    position: relative !important;
    max-width: 100%;
    border-radius: 0;
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 18px !important;
  }

@media (max-width:1378px){
    .growfast-header--header .growfast-header__logo--main {
      padding-right: 15px;
    }
  	.level-1.growfast-submenu>li a{
      padding-left: 8px !important;
      padding-right: 8px !important;
      font-size: 15px !important;
  }
  .level-1.growfast-submenu>li:last-child a.growfast-menu-link span,
  /*.level-1.growfast-submenu>li:nth-last-child(2) a.growfast-menu-link span*/{
      font-size: 15px !important;
  }
}



/* thead Top */
.theadTopBoxJL{
  display:flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

.theadTopIconJL{
  display: inline-block;
  margin: 8px 5px;
  color: #000;
}

.theadTopRightJL{
  display:flex;
  justify-content: end;
}
.theadTopRightJL a{
  margin: 8px 10px;
  display: inline-block;
  color: #000;
}
.theadTopRightJL a img{
  margin-right: 5px;
}


/* -------------------------------------- 
 * 首頁 
 * -------------------------------------- */

.container-fluid{
  padding:0 !important;
}
/*四大聯盟*/
.homeFmiaNameJL{
  font-size:24px;
  display: inline-block;
  margin-top:5px;
}
.row-number-7 h2{
  margin:0 !important;
}

/*三大招商
.row-number-16{
  height:0;
  position: relative;
}*/
.homeFmiaBgJL{
  position: absolute;
  top: 60px;
  right: -200px;
  width: 400px;
  height: 400px;
  z-index:-1;
}


.aboutCardBoxJL {
  position: relative;
}
a:has(> .aboutCardBoxJL){
  text-decoration: none;
}

.aboutCardBoxJL .cardJL {
  position: relative;
  background-color: #ADB6BF;
  border-radius: 20px;
  padding: 30px 0 0 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1;
  transition: all 0.5s;
  margin:0;
}


.aboutCardBoxJL .cardJL:hover{
  margin-top: -10px;
}


.aboutCardBoxJL .cardJL a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 0;
  opacity: 0;
}

.aboutCardBoxJL .imgJL {
  width: 100%;
  height: 230px;
  margin: 0 auto;
  aspect-ratio: 3 / 2;
}
.aboutCardBoxJL .imgJL img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutCardBoxJL .cardJL .nameJL {
  font-size: 20px;
  color: #313540;
  letter-spacing: 2px;
  line-height: 1.5em;
  font-weight: 500;
  margin: 20px 0 0;
  text-align: center;
}

.aboutCardBoxJL .cardJL .txtJL {
  font-size: 16px;
  text-align: center;
  color: #313540;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.8em;
  max-width: 252px;
  margin: 10px auto 30px;
}


.aboutCardBoxJL .card2JL {
  background-color: #7A7E89;
}
.aboutCardBoxJL .card3JL {
  background-color: #313540;
}

.aboutCardBoxJL .card2JL .nameJL,
.aboutCardBoxJL .card2JL .txtJL,
.aboutCardBoxJL .card3JL .nameJL,
.aboutCardBoxJL .card3JL .txtJL{
  color: #fff;
}

@media (max-width:992.5px) {
  .aboutCardBoxJL {
      max-width: 450px;
      margin: 0 auto 30px;
  }
  
  .page-header.section-header {
    text-align: center;
}
}

/*台灣創新鏈結：全球產業輸出展*/
.row-number-22{
  position: relative;
  z-index:1;
}
.homeIctBg1JL{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 623px;
  z-index:-1;
}
.homeIctBg2JL{
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index:-1;
}



/* 數據跳動 */
.homeDataPlusJL .infoJL {
  width: 110%;
  margin-left: -5%;
  margin-bottom: 80px;
}
.homeDataPlusJL .cardJL {
  position: relative;
  margin: 0 10px 30px;
  text-align: center;
}

.homeDataPlusJL .cardJL .dataBoxJL {
  font-size: 40px;
  color: #000;
  display: flex;
  justify-content: center;
  vertical-align: top;
  font-family: "Arimo", sans-serif;
  font-weight: 700;
}
.homeDataPlusJL .cardJL .dataBoxJL span{
  font-size: 60px;
  line-height: 130px;
}
.homeDataPlusJL .cardJL .nameJL {
  font-size: 16px;
  margin: 10px 15px;
  color: #333;
  letter-spacing: 3px;
  text-indent: 3px;
  font-family: "Noto Sans TC", sans-serif;
}

@media (max-width:1440px) {
  .homeDataPlusJL .infoJL {
    width: 100%;
    margin-left: 0;
  }

}

/*智慧城市之創新創業展*/
.homeLeTxtJL{
  max-width: 835px;
  width: 100%;
  margin: 0 auto;
}
.growfast-services2__item{
  border-radius: 20px;
  min-height: 320px;
}
.growfast-services2--dnd_area-module-12 .growfast-services2__item__content {
    min-height: 320px;
}
.growfast-services2__item__content{
   text-decoration: none;
}
/* 輪播箭頭 */
#hs_cos_wrapper_widget_1763226079158 .hs-gallery-slider-main__arrow .splide__arrow svg {
    margin-top: -2px;
}


/* 數據成果 底下的桂冠awardJL */
.awardJL {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  font-family: sans-serif;
}

.awardJL .awardWrapperJL {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
}

.awardJL .wreathLeftJL {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
}

.awardJL .wreathLeftJL img {
  width: auto;
  height: 150px;
  max-width: 100%;
  display: block;
}

.awardJL .wreathRightJL {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
}

.awardJL .wreathRightJL img {
  width: auto;
  height: 150px;
  max-width: 100%;
  display: block;
}

.awardJL .awardContentJL {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  min-height: 200px;
  width: 100%;
  font-weight: 900;
}

.awardJL .awardTitleJL {
  font-size: 23px;
  color: #C09D7B;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1.4;
  width: 100%;
}

.awardJL .awardCategoryJL {
  font-size: 23px;
  color: #C09D7B;
  text-align: center;
  margin-bottom: 8px;
  line-height: 1.4;
  width: 100%;
}

.awardJL .awardReportJL {
  font-size: 20px;
  color: #C09D7B;
  text-align: center;
  line-height: 1.4;
  width: 100%;
}

@media (max-width: 1440px) {
  .awardJL {
    padding: 40px 0;
  }
  .awardJL .wreathLeftJL {
    left: 30px;
  }
  .awardJL .wreathRightJL {
    right: 30px;
  }
}
@media (max-width: 1240px) {
  .awardJL .wreathLeftJL {
    left: 20px;
  }
  .awardJL .wreathRightJL {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .awardJL .awardContentJL {
    padding: 0 60px;
  }
}

@media (max-width: 480px) {
  .awardJL .awardContentJL {
    padding: 0 40px;
  }
  
  .awardJL .awardTitleJL,
  .awardJL .awardCategoryJL {
    font-size: 20px;
  }
  
  .awardJL .awardReportJL {
    font-size: 18px;
  }
}




/* footer */

      .footerJL{
            border-top: 1px solid #ccc;
            padding: 50px 20px;
            background-color: #000;
            color: #fff;
            line-height: 1.5em;
      }
      .footerJL a{
            color: #fff;
            text-decoration: none;
      }
      .footerJL a:hover{
            color: #008E8C;
      }
      .footerJL .infoJL{

      }
      .footerJL .footerLogoJL{
            font-size: 20px;
      }
      .footerJL .iconListJL{
            display: flex;
            gap: 10px;
            margin: 10px 0;
      }
      .footerJL .iconListJL a{
            background-color: #008E8C;
            color: #fff;
            width: 34px;
            height: 34px;
            font-size: 16px;
            display: flex;
            justify-content: center;
            align-items: center;
      }
      .footerJL .footMenuJL{

      }
      .footerJL .footMenuJL .nameJL{
            font-size: 16px;
            font-weight: 500;
            color: #fff;
      }
      .footerJL .footMenuJL ul{
            padding: 0;
            list-style: none;
      }
      .footerJL .footMenuJL ul li{
            margin: 8px 0;
      }
      .footerJL .footMenuJL ul li a{
            font-size: 14px;
            font-weight: 400;
      }
      .footerJL .footerCopyrightJL{
            font-size: 14px;
      }
      .footerJL .txtJL{
            margin: 10px 0;
      }
      .footerJL .downMenuJL,
      .footerJL .copyrightTxtJL{
            text-align: right;
      }

      @media (max-width:992px) {
      .footerJL .footerLogoJL{
            text-align: center;
            margin-bottom: 25px;
      }
      .footerJL .iconListJL{
            justify-content: center;
            margin-bottom: 40px;
      }
            .footerJL .txtJL,
            .footerJL .downMenuJL,
            .footerJL .copyrightTxtJL{
                  text-align: center;
            }
      }
      @media (max-width:767px) {
            .footerJL .footMenuJL{
                  text-align: center;
                  margin-bottom: 30px;
            }
      }

/* 共用文案 */
.allTxtJL{
  margin: 0 auto;
  text-align: center;
  font-size: var(--font-24);
  max-width: 662px;
  width:100%;
}
/* -------------------------------
 * 四大聯盟
 * ------------------------------ */

/*成果*/

@media only screen and (min-width: 768px){
  .mwb-counter__row.col--three{
    grid-template-columns: 1fr 1fr 1fr;
  }
  .growfast-button{
    margin: 0 auto !important;
  }
}

@media only screen and (max-width: 768px) and (min-width: 500px){
  .mwb-counter__row.col--three{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 500px){
  .mwb-counter__row.col--three{
    row-gap: 10px;
  }
  .growfast-button{
    margin: 0 auto !important;
  }
}


/* 四大聯盟共用banner */

.subBannerBgJL{
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
}
  .subBannertitleJL{
    max-width:520px;
    padding: 100px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .subBannertitleJL .titleEnJL{
    font-size:var(--font-40);;
    font-weight: 700;
    color:#313540;
    line-height:1.1em;
  }
  .subBannertitleJL .titleTwJL{
    font-size:var(--font-40);;
    font-weight: 700;
    color:#313540;
    margin:20px 0;
    line-height:1.5em;
  }
  .subBannertitleJL .titleMinJL{
    font-size:var(--font-25);
    color:#3D3D3D;
    font-weight: 600;
    line-height:1.8em;
    margin:0 0 5px;
  }
  .subBannertitleJL .titleTxtJL{
    font-size:var(--font-18);
    color:#3D3D3D;
    line-height:1.5em;
  }

  @media (max-width: 1440px) {
      .subBannerBgJL .container {
            max-width: 100% !important;
      }
  }
  @media (max-width:992px) {
      .subBannerBgJL{
            aspect-ratio: 16/8;
            position: relative;
            z-index: 1;
      }
      .subBannerBgJL::before{
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            background: linear-gradient(90deg, #fff 0%, #ffffff00 100%);
      }
    
      .subBannertitleJL {
          max-width: 58vw;
      }
  }

  @media (max-width:575px) {
      
      .subBannerBgJL::before{
            background: rgba(255,255,255,0.7);
      }
      .subBannertitleJL {
          max-width: 100%;
          text-align: center;
      }
  }




/*四大聯盟共用 logo左圖*/
.allianceListImgJL{
  border-radius: 0 20px 20px 0;
  width:100;
  aspect-ratio: 3 / 1.8; 
}
.allianceListImgJL img{
  object-fit: cover;
  width:100%;
  height:100%;
  aspect-ratio: 3 / 1.8; 
  border-radius: 0 20px 20px 0;
}
@media (max-width:992px){
  .allianceListImgJL{
    aspect-ratio: 3 / 1; 
  }
  .allianceListImgJL img{
    aspect-ratio: 3 / 1;
  }
  .allianceLogoRightJL{
      margin-top:30px;
  }
}


/*  -----------------
 * 列表式
 * ------------------ */


.categoryFilterJL{
  display:table;
  margin: 30px auto 0;
}
.categoryFilterJL button{
  border:1px solid #008E8C;
  color: #008E8C;
  margin:5px 15px;
  padding:8px 30px;
  background: #fff;
}
.categoryFilterJL button:hover,
.categoryFilterJL button.active{
  background: #008E8C;
  color: #fff;
}


/* 確保父層有 allCardListJL */
.allCardListJL .infoJL {
    margin-top: 40px;
}

.allCardListJL .cardJL {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
    border-radius: 20px;
    overflow: hidden; /* 確保圓角效果 */
    display: flex;
    flex-direction: column; /* 垂直排列 */
    height: 100%; /* 讓同列卡片等高 */
    transition: transform 0.3s;
}

.allCardListJL .cardJL:hover {
    transform: translateY(-5px);
}

.allCardListJL .cardJL a {
    text-decoration: none;
    color: inherit;
}

/* 圖片區域 */
.allCardListJL .cardJL .imgJL {
    width: 100%;
    /* height: 250px; 固定高度或使用 aspect-ratio */
    aspect-ratio: 3/2;
    position: relative;
    overflow: hidden;
}

.allCardListJL .cardJL .imgJL img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0; /* 上方圓角 */
}

/* 左上角標籤 */
.allCardListJL .tagJL {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #008E8C;
    color: #fff;
    padding: 8px 20px;
    font-size: 16px;
    letter-spacing: 1px;
    z-index: 2;
}

/* 內容區域 */
.allCardListJL .cardBodyJL {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background: #fff;
}

.allCardListJL .nameJL {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
    color: #000;
}

.allCardListJL .txtJL {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6em;
    color: #333;
    margin-bottom: 20px;
}

/* RWD */
@media (max-width: 767px) {
    .allCardListJL .cardJL .imgJL {
        height: 200px;
    }
    .allCardListJL .cardBodyJL {
        padding: 20px;
    }
    .allCardListJL .nameJL {
        font-size: 20px;
    }
}

/* ---------------------------
 * 參展廠商  列表 卡片
 * --------------------------- */
/* 頁籤樣式 */
.exhibitorListJL .tabJL {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  gap: 10px;
  grid-column: 1 / -1; /* 讓頁籤跨越整個 grid */
}

.exhibitorListJL .tabItemJL {
  padding: 10px 20px;
  border: 2px solid #00a499;
  color: #00a499;
  background-color: #ffffff;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.exhibitorListJL .tabItemJL:hover {
  background-color: #f0f9f8;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 164, 153, 0.2);
}

.exhibitorListJL .tabItemJL.active {
  background-color: #00a499;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 164, 153, 0.3);
}

.exhibitorListJL{
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3欄 */
  gap: 1rem; /* 卡片之間的間距 */
}
.exhibitorListJL.list2itemJL{
  grid-template-columns: repeat(2, 1fr);
}
.exhibitorListJL a{
  color: #000;
  text-decoration: none;
}
.exhibitorCardJL {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  /*border: 1px solid #ccc;*/
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
}
.exhibitorCardJL:hover{
  background:#eee;
}
.exhibitorCardJL .exhibitorLogoJL {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  aspect-ratio: 1 / 1; 
}
.exhibitorCardJL .exhibitorLogoJL img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.exhibitorCardJL .infoJL{
  width: calc(100% - 50px);
}
.exhibitorCardJL .nameJL{
  font-size: 16px;
  color:#000;
  margin: 0;
      text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 1.8em;
    height: 1.8em;
}
.exhibitorCardJL .txtJL{
  font-size: 14px;
  color:#707070;
  margin: 0;
  
      text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.5em;
    height: 3em;
}

.exhibitorListJL a.hidden {
  display: none;
}

/* 顯示更多按鈕與分頁隱藏 */
.exhibitorListJL a.paginationHidden {
  display: none;
}
.listControlsJL {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.loadMoreJL {
  padding: 10px 16px;
  border: 1px solid #00a499;
  color: #00a499;
  background-color: #ffffff;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.loadMoreJL:hover {
  background-color: #00a499;
  color: #ffffff;
}

@media (max-width:575px){
  .exhibitorListJL{
    grid-template-columns: repeat(1, 1fr); /* 1欄 */
  }
  .exhibitorListJL.list2itemJL{
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ---------------------------
 * 參展廠商  詳細簡介
 * --------------------------- */
.detailSectionJL{
  margin-top:60px;
}
.detailSectionJL .titleMinJL{
    margin:0 0 20px;
    color:#008E8C;
    font-size:var(--font-20);
    font-weight: 500;
}

.detailSectionJL .titleBoxJL{
  align-items: center;
}
.detailSectionJL .titleBoxJL .titleTheameJL{
  margin-left:30px;
  margin-bottom:0;
}
.detailSectionJL .titleBoxJL .nameJL{
    font-size:var(--font-40);
    font-weight: 500;
  line-height:1.3em;
  margin:0;
}
.detailSectionJL .titleBoxJL .nameEnJL{
    font-size:var(--font-40);
    font-weight: 400;
  line-height:1.3em;
}
.detailSectionJL .titleBoxJL .logoJL{
    height:200px;
    width:200px;
}
.detailSectionJL .titleBoxJL .logoJL img{
    height:100%;
    width:100%;
    object-fit: contain;
}
.detailSectionJL .titleBoxJL .adressJL{
    font-size:var(--font-20);
    font-weight: 400;
}
.detailImgfullJL{
    width:100%;
    aspect-ratio: 8/2;
    margin-top:30px;
}
.detailImgfullJL img{
    width:100%;
    height:100%;
    object-fit: cover;
}

/* 參展廠商詳情 */
.companyTableJL {
  margin: 0 auto;
  font-size: 16px;
  color: #333;
}
.companyTableJL .introJL {
  color: #008E8C;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}
.companyTableJL .introTxtJL {
  max-width:924px;
  width:100%;
  line-height: 1.8em;
}


.companyTableJL .sectionTableJL {
  margin: 0 auto 28px;
  max-width: 925px;
}
.companyTableJL .sectionTableJL .tableHeaderJL {
  background: #008E8C;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 15px;
}
.companyTableJL .infoTableJL {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ADB6BF;
  border-top: none;
  border-bottom: none;
  line-height: 2em;
}
.companyTableJL .infoTableJL tr {
  border-bottom: 1px solid #008E8C;
}

.companyTableJL .infoTableJL td,
.companyTableJL .infoTableJL th{
  padding: 15px;
  letter-spacing: 1px;
  font-weight: 400;
}
.companyTableJL .infoTableJL th {
  width: 240px;
  text-align: left;
  font-weight: 500;
  color: #428C8B;
}

.companyTableJL .itemListJL {
  padding-inline-start: 20px;
}

/* ---------------------------
 * 海外活動、服務資源。列表
 * --------------------------- */
/* 分類區塊 */
.overseasItemLinkJL:hover .overseasItemInfoJL{
  background:#e8e8e8;
  margin-top:-10px;
}
.overseasItemLinkJL>*,
.overseasItemLinkJL{
  text-decoration: none !important;
}
.overseasItemInfoJL{
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  text-align: center;
  padding: 30px;
  transition: all .5s;
  margin-top:0;
}
.overseasItemInfoJL img{
  height: auto; max-width: 100px; width: 100%;
}
.overseasItemInfoJL h2{
  color: #008e8c;
  font-size: 24px; margin: 15px 0 !important;
}
.overseasItemInfoJL .txtJL{
  font-size: 16px;
  color: #333;
}


      /* 容器設定 */
      .overseasContainerJL {
            max-width: 1440px;
            margin: 0 auto;
            padding: 40px 20px;
      }

      /* 每一組項目 (Row) */
      .overseasContainerJL .itemRowJL {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            /* 垂直置中 */
            margin-bottom: 60px;
            padding-bottom: 60px;
            border-bottom: 1px solid #ccc;
            /* 分隔線 */
      }

      .overseasContainerJL .itemRowJL:last-child {
            border-bottom: none;
      }

      /* 圖片區塊 */
      .overseasContainerJL .imgBoxJL {
            width: 45%;
            padding-right: 40px;
            /* 圖片與文字的間距 */
            box-sizing: border-box;
      }

      .overseasContainerJL .imgBoxJL img {
            width: 100%;
            height: auto;
            border-radius: 30px;
            aspect-ratio: 1.3 / 1;
            object-fit: cover;
            display: block;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      }

      /* 文字內容區塊 (User 指定的 infoJL) */
      .overseasContainerJL .itemRowJL .infoJL {
            width: 55%;
            padding-left: 20px;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            /* 靠左對齊 */
      }

      /* 左右交錯設定 (偶數項目) */
      .overseasContainerJL .itemRowJL:nth-child(even) {
            flex-direction: row-reverse;
      }

      .overseasContainerJL .itemRowJL:nth-child(even) .imgBoxJL {
            padding-right: 0;
            padding-left: 40px;
            /* 反轉間距 */
      }

      .overseasContainerJL .itemRowJL:nth-child(even) .infoJL {
            padding-left: 0;
            padding-right: 20px;
      }

      /* 數字標籤 (detaJL) */
      .overseasContainerJL .itemRowJL .infoJL .detaJL {
            width: 40px;
            height: 40px;
            background-color: #008E8C;
            color: #fff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 20px;
      }
      .overseasContainerJL.detaIncrementBoxJL {
            counter-reset: section; /* 初始化計數器 */
      }

      .overseasContainerJL .detaIncrementJL::before {
            counter-increment: section; /* 每遇到一個元素就 +1 */
            content: counter(section);  /* 顯示計數器數字 */
      }

      /* 標題 (nameJL) */
      .overseasContainerJL .itemRowJL .infoJL .nameJL {
            font-size: 28px;
            color: #008E8C;
            font-weight: 700;
            margin: 0 0 20px 0;
            letter-spacing: 1px;
      }

      /* 文字與列表 (txtJL) */
      .overseasContainerJL .itemRowJL .infoJL .txtJL {
            font-size: 16px;
            color: #333;
            line-height: 1.6;
            margin-bottom: 30px;
            width: 100%;
      }

      .overseasContainerJL .itemRowJL .infoJL .txtJL p {
            margin-bottom: 15px;
      }

      .overseasContainerJL .itemRowJL .infoJL .txtJL ul {
            list-style: none;
            padding: 0;
            margin: 0;
      }

      .overseasContainerJL .itemRowJL .infoJL .txtJL ul li {
            position: relative;
            padding-left: 15px;
            margin-bottom: 8px;
      }

      .overseasContainerJL .itemRowJL .infoJL .txtJL ul li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #333;
            font-weight: bold;
      }

      /* 按鈕區塊 (btnBoxJL) */
      .overseasContainerJL .itemRowJL .btnBoxJL {
            width: 100%;
            text-align: right;
            /* 按鈕靠右 */
      }

      /* 按鈕本體 (btnJL) */
      .overseasContainerJL .itemRowJL .btnBoxJL .btnJL {
            display: inline-block;
            background-color: #008E8C;
            color: #fff;
            padding: 10px 30px;
            text-decoration: none;
            font-size: 16px;
            transition: background-color 0.3s;
      }

      .overseasContainerJL .itemRowJL .btnBoxJL .btnJL:hover {
            background-color: #006f6d;
      }

      /* RWD: 手機版調整 */
      @media (max-width: 768px) {

            .overseasContainerJL .itemRowJL,
            .overseasContainerJL .itemRowJL:nth-child(even) {
                  flex-direction: column;
            }

            .overseasContainerJL .imgBoxJL,
            .overseasContainerJL .itemRowJL .infoJL,
            .overseasContainerJL .itemRowJL:nth-child(even) .imgBoxJL,
            .overseasContainerJL .itemRowJL:nth-child(even) .infoJL {
                  width: 100%;
                  padding: 0;
            }

            .overseasContainerJL .imgBoxJL {
                  margin-bottom: 30px;
            }

            .overseasContainerJL .itemRowJL .btnBoxJL {
                  text-align: left;
                  /* 手機版按鈕靠左或維持靠右皆可，這裡設為靠左可能較好點擊，或維持靠右 */
                  text-align: right;
            }
      }



/* 海外活動、服務資源。列表 End */


/*--------------------------------------
 * future
 ---------------------------------------*/

            .futureAboutJL {
                  width: 100%;
                  max-width: 1440px;
                  margin: 0 auto;
                  padding: 50px 20px;
                  text-align: center;
                  background-size: cover;
                  background-position: center;
                  position: relative;
                  overflow: hidden;
            }
            .futureMiddleJL {
                  display: flex;
                  flex-direction: column;
                  align-items: center;
                  justify-content: center;
                  min-height: 600px;
            }

            /* Text Section */
            .futureAboutJL .allTxtJL {
                  font-size: 24px;
                  font-weight: 500;
                  margin-bottom: 40px;
                  color: #000;
                  letter-spacing: 2px;
            }

            .futureAboutJL .allTxtJL p {
                  color: #3D3D3D;
                  display: block;
                  margin-top: 15px;
            }

            /* Info Section (Circles) */
            .futureAboutJL .infoJL {
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  position: relative;
                  padding: 20px 0;
            }

            .futureAboutJL .iconBoxJL {
                  width: 200px;
                  height: 200px;
                  background-color: rgba(64, 214, 179, 0.9);
                  /* Seafoam green */
                  border-radius: 50%;
                  display: flex;
                  flex-direction: column;
                  justify-content: center;
                  align-items: center;
                  color: #fff;
                  position: relative;
                  border: 2px solid #fff;
                  margin: 0 -10px;
                  transition: transform 0.3s ease;
            }

            .futureAboutJL .iconBoxJL:hover {
                  transform: translateY(-5px);
                  z-index: 10;
            }

            /* Icons */
            .futureAboutJL .iconImgJL {
                  width: 90px;
                  height: 90px;
                  margin-bottom: 5px;
            }

            .futureAboutJL .iconImgJL img {
                  width: 100%;
                  height: 100%;
            }

            .futureAboutJL .nameJL {
                  font-size: 24px;
                  font-weight: 400;
                  letter-spacing: 2px;
            }

            /* RWD */
            @media (max-width: 768px) {
                  .futureAboutJL .infoJL {
                        flex-direction: column;
                  }

                  .futureAboutJL .iconBoxJL {
                        margin: -10px 0;
                        /* Vertical overlap on mobile */
                  }

                  .futureAboutJL .allTxtJL {
                        font-size: 20px;
                  }

            }

/* future End.*/



/*------------------------------------------
 * ICT
 -------------------------------------------*/
/* 文字列表 news */

            /* News Text List Section */
        .newsTxtListJL {
            width: 100%;
            max-width: 800px;
            margin: 50px auto;
            padding: 0 20px;
            text-align: left;
            font-family: "Microsoft JhengHei", Arial, sans-serif;
        }

        .newsTxtListJL a{
            text-decoration: none;
        }

        .newsTxtListJL .itemJL {
            padding: 20px 0;
            border-bottom: 1px solid #008E8C; /* Teal separator line */
        }

        .newsTxtListJL .metaJL {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }

        .newsTxtListJL .tagJL {
            display: inline-block;
            padding: 4px 12px;
            border: 1px solid #008E8C;
            color: #008E8C;
            font-size: 14px;
            margin-right: 15px;
            background-color: white;
        }

        .newsTxtListJL .detaJL {
            color: #008E8C;
            font-size: 16px;
            font-weight: 500;
        }

        .newsTxtListJL .nameJL h3 {
            font-size: 18px;
            color: #333;
            font-weight: normal;
            line-height: 1.5;
            margin: 0;
        }
        .newsTxtListJL .nameJL:hover{
            color:#008E8C;
        }




        /* ICT Ticket Section */
        .ictTicketJL {
            width: 100%;
            max-width: 1000px;
            margin: 50px auto;
            padding: 40px;
            text-align: left;
        }

        .ictTicketJL .ticketRowJL {
            display: flex;
            align-items: center;
            padding: 20px 0;
            border-bottom: 2px solid #008E8C; /* Teal separator line */
        }

        .ictTicketJL .ticketRowJL:first-child {
            padding-top: 0;
        }

        .ictTicketJL .typeJL {
            flex: 1;
            font-size: 20px;
            font-weight: bold;
            color: #008E8C; /* Darker teal for title */
            text-align: center;
          
        }

        .ictTicketJL .priceJL {
            flex: 1;
            font-size: 20px;
            color: #333;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .ictTicketJL .descJL {
            flex: 2;
            font-size: 16px;
            color: #333;
            padding-left: 20px;
        }

        .ictTicketJL .descJL ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .ictTicketJL .descJL li {
            margin-bottom: 5px;
            position: relative;
            padding-left: 10px;
        }

        .ictTicketJL .descJL li::before {
            content: "·";
            position: absolute;
            left: 0;
            font-weight: bold;
        }

        /* Notice Section */
        .ictTicketJL .noticeBoxJL {
            margin-top: 40px;
            text-align: center;
        }

        .ictTicketJL .noticeTitleJL {
            font-size: 20px;
            color: #008E8C;
            font-weight: bold;
            margin-bottom: 20px;
            text-align: center;
        }

        .ictTicketJL .noticeListJL {
            text-align: left;
            display: inline-block;
            max-width: 800px;
        }

        .ictTicketJL .noticeListJL ul {
            list-style: none;
            padding: 0;
        }

        .ictTicketJL .noticeListJL li {
            margin-bottom: 10px;
            font-size: 15px;
            color: #333;
            position: relative;
            padding-left: 15px;
        }

        .ictTicketJL .noticeListJL li::before {
            content: "·";
            position: absolute;
            left: 0;
            font-weight: bold;
        }

        /* RWD for Ticket */
        @media (max-width: 768px) {
            .ictTicketJL .ticketRowJL {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }

            .ictTicketJL .typeJL, 
            .ictTicketJL .priceJL, 
            .ictTicketJL .descJL {
                width: 100%;
                margin-bottom: 10px;
                padding-left: 0;
                text-align: center;
            }
            
            .ictTicketJL .descJL ul {
                 display: inline-block;
                 text-align: left;
            }
        }


/*--------------------------------------
 * 出題解題
 * ------------------------------------*/
/* 步驟 修改模組的steps */
.growfast-steps{
  flex-direction: column;
}
.growfast-steps>div{
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
.growfast-steps__item:hover .growfast-steps__item--count span {
  box-shadow: none;
}
.growfast-steps__item--title{
  position: relative;
  padding-bottom: 20px;
}
.growfast-steps__item--title::before{
  content: "";
  background-color: #008E8C;
  width: 250px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/*箭頭*/
.growfast-steps{
  position: relative;
}
.growfast-steps .growfast-steps__item{
  position: relative;
  padding-bottom: 70px !important;
  margin-bottom: 30px !important;
}
.growfast-steps .growfast-steps__item::after{
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNy42OTQnIGhlaWdodD0nNDAuMjYnIHZpZXdCb3g9JzAgMCAxNy42OTQgNDAuMjYnPjxnIHRyYW5zZm9ybT0ndHJhbnNsYXRlKC03MTMuNjI1IC0xNDcwKSc+PHBhdGggZD0nTTguODQ3LDBsOC44NDcsMTUuMTY2SDBaJyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSg3MzEuMzE5IDE1MTAuMjYpIHJvdGF0ZSgxODApJyBmaWxsPScjNDBkNmIzJy8+PGxpbmUgeTI9JzI5LjU5NycgdHJhbnNmb3JtPSd0cmFuc2xhdGUoNzIyLjQ3MiAxNDk5LjU5Nykgcm90YXRlKDE4MCknIGZpbGw9J25vbmUnIHN0cm9rZT0nIzQwZDZiMycgc3Ryb2tlLXdpZHRoPScyJy8+PC9nPjwvc3ZnPg==") no-repeat center / contain;
  width: 18px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.growfast-steps .growfast-steps__item:last-child::after{
  content: none;
}

/* ---------------------------------------
 * 加入聯盟
 * ---------------------------------------*/

.joinAllianceTCDJL {
  width: 100%;
  max-width: 1000px;
  margin: 50px auto;
  text-align: center;
}

.joinAllianceTCDJL .rowJL {
  display: flex;
  justify-content: center;
  align-items: center;
}

.joinAllianceTCDJL .circleJL {
  width: 220px;
  height: 220px;
  border: 1px solid #40D6B3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -10px;
  background: transparent;
}

.joinAllianceTCDJL .nameJL {
  font-size: 20px;
  color: #008E8C;
  font-weight: 700;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .joinAllianceTCDJL .rowJL {
    flex-direction: column;
  }
  .joinAllianceTCDJL .circleJL {
    margin: -10px 0;
  }
}



/* 加盟table表格 */
.tableBoxJL {
  width: 100%;
  max-width:1000px;
  margin: 50px auto;
}
.tableBoxJL table {
  width: 100%;
  border-collapse: collapse;
}
.tableBoxJL thead th {
  text-align: left;
  padding: 15px;
  border-bottom: 2px solid #008E8C;
  color: #333;
  font-size: 18px;
  font-weight: 700;
}
.tableBoxJL tbody td {
  vertical-align: top;
  padding: 30px 15px;
  border-bottom: 1px solid #008E8C;
}
.tableBoxJL .colNameJL {
  width: 32%;
  color: #008E8C;
  font-size: 24px;
  font-weight: 700;
}
.tableBoxJL .colInfoJL {
  width: 68%;
  color: #333;
  line-height: 1.7;
  font-size: 16px;
}
@media (max-width: 768px) {
  .tableBoxJL .colNameJL,
  .tableBoxJL .colInfoJL {
    display: block;
    width: 100%;
    padding: 10px 8px;
  }
}





/* 申請流程文件下載 */
.stepDownloadBoxJL {
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
  font-size: 20px;
}
.stepDownloadBoxJL .stepRowJL {
  display: grid;
  grid-template-columns: 120px 50px 1fr;
  gap: 10px 20px;
  align-items: start;
}
.stepDownloadBoxJL .stepLabelJL {
  color: #008E8C;
  font-weight: 700;
  text-align: right;
}
.stepDownloadBoxJL .lineCellJL {
  position: relative;
  width: 50px;
  height: 100%;
}
.stepDownloadBoxJL .bulletJL {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #008E8C;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.stepDownloadBoxJL .lineCellJL::after {
  content: "";
  position: absolute;
  top: 25px;
  bottom: -25px;
  left: 50%;
  width: 2px;
  background: #008E8C;
  transform: translateX(-50%);
}
.stepDownloadBoxJL .stepRowJL:last-child .lineCellJL::after {
  display: none;
}
.stepDownloadBoxJL .titleJL {
  color: #008E8C;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.stepDownloadBoxJL .descJL {
  color: #333;
  line-height: 1.6;
  padding: 0 0 50px 0;
}
@media (max-width: 768px) {
  .stepDownloadBoxJL .stepRowJL {
    grid-template-columns: 100px 40px 1fr;
  }
  .stepDownloadBoxJL {
    padding: 0 16px;
  }
}

/* 投資人服務區塊 */
        .investorServiceOiiJL {
            width: 100%;
            max-width: 1200px;
            margin: 50px auto;
            padding: 0 20px;
            display: flex;
            justify-content: center;
            gap: 30px;
        }

        .investorServiceOiiJL .serviceCardJL {
            flex: 1;
            background-color: #313540; /* Dark gray background */
            border-radius: 20px;
            padding: 40px;
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            min-height: 300px; /* Ensure consistent height */
        }

        .investorServiceOiiJL .titleJL h3 {
            font-size: 26px;
            margin-bottom: 20px;
            font-weight: bold;
        }

        .investorServiceOiiJL .descJL p {
            font-size: 16px;
            line-height: 1.6;
            margin-bottom: 40px;
            color: #fff; /* Slightly lighter text for readability */
        }

        .investorServiceOiiJL .contactInfoJL {
            margin-top: auto;
        }

        .investorServiceOiiJL .contactInfoJL p {
            font-size: 14px;
            margin-bottom: 8px;
            line-height: 1.5;
            color: #fff;
        }
        .investorServiceOiiJL .contactInfoJL a {
          color: #fff;
        }

        @media (max-width: 768px) {
            .investorServiceOiiJL {
                flex-direction: column;
            }
        }
/*底部海外招商資訊*/
.investor_service_over_bg1{
  background: url("/hubfs/243827965/exhibition/investor_service_over_bg1.png") no-repeat bottom right;
              background-color: #7A7E89 !important;

 }
  .investor_service_over_bg2{
  background: url("/hubfs/243827965/exhibition/investor_service_over_bg2.png") no-repeat bottom right;
              background-color: #313540 !important;
 }

/* 策略性投資人。team */
.growfast-team-member__image{
  padding:10px;
}
.growfast-team-member__image__inner img {
    border-radius: 15px 15px 0 0;
  width:100%;
  aspect-ratio: 2 / 2.2;
    object-fit: cover;
}
.growfast-team-member__meta {
    text-align: center;
}

.growfast-team-member:hover .growfast-team-member__image__inner {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}
.growfast-team-member:hover .growfast-team-member__image {
    -webkit-transform: scale(1);
    transform: scale(1);
}



/* tabs 頁籤樣式的按鈕 */
.tabs {
  max-width:1280px;
  width:100%;
  margin:0 auto;
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
.tabs ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dbdbdb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
.tabs li {
    display: block;
    font-size:20px;
  position: relative;
}

.tabs li.is-active a,
.tabs li:hover a {
    color: #008E8C;
}
.tabs li:hover a::after, 
.tabs li.is-active a::after {
    content: "";
    background-color: #008E8C;
    bottom: -2px;
    position: absolute;
    height: 2px;
    width: 100%;
}

.tabs a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7A7E89;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -1px;
    padding: .5em 1em;
    vertical-align: top;
    text-decoration: none;
}


/* 投資共用文字區塊 */
.investorCCinfoJL .nameMKJ{
  font-size:18px;
  color:#008E8C;
  font-weight: 700;
}

.investorCCinfoJL .bullet-section {
  display: flex;
  gap: 40px;
  margin-top:15px;
}

.investorCCinfoJL .bullet-col {
  flex: 1;
  display: flex;
  justify-content: start;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
}

.investorCCinfoJL .bullet-item {
  color: #333; 
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  position: relative;
  padding-left: 20px;
}

.investorCCinfoJL .bullet-item::before {
  content: "•"; 
  position: absolute;
  left: 0;
  color: #333;
  font-size: 16px;
}


/* -----------------------------------------
 * 課程 詳情
 * -----------------------------------------*/
    /* 模組 */
    .detailSectionJL .webeditJL{
        max-width:1200px;
        width:100%;
        margin: 50px auto !important;
    }
    .detailTheadJL{
      background: #f0f0f0;
        padding: 40px 0;
    }
    .detailTheadJL .container{
      max-width:1200px;
      padding:0;
    
    @media (max-width: 1330px) {
        .detailTheadJL {
          padding: 40px 30px !important;
      }
    }
    /* 課程活動內頁表單 */
    .courseFormSectionJL .container {
        box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
        border-radius: 25px;
        max-width:1200px;
        width:100%;
        margin:0 auto;
    }

    /* 編輯器內容樣式 */
    .courseWebeditJL { /*max-width: 1100px; margin: 0 auto; padding: 40px 20px;*/ }
    .courseWebeditJL .introJL { font-size: 16px; line-height: 1.8; margin-bottom: 24px; color: #333; }
    .courseWebeditJL .bulletJL { margin-bottom: 24px; }
    .courseWebeditJL .bulletJL ul { list-style: none; }
    .courseWebeditJL .bulletJL li { position: relative; padding-left: 16px; margin-bottom: 8px; font-size: 16px; line-height: 1.7; }
    .courseWebeditJL .bulletJL li::before { content: "•"; position: absolute; left: 0; color: #008E8C; }

    .courseWebeditJL .galleryJL { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 28px 0 40px; }
    .courseWebeditJL .galleryJL img { width: 100%; height: 160px; object-fit: cover; border-radius: 10px; }

    .courseWebeditJL h2.sectionTitleJL { font-size: 28px; margin: 16px 0 8px;    text-align: center;}
    .courseWebeditJL .dayJL { font-size: 18px; color: #444; margin: 8px 0 20px; }

    .courseWebeditJL .courseTableWrapJL { border: 0; }
    .courseWebeditJL .courseTableJL { width: 100%; border-collapse: collapse;border: 0; margin: 0 auto; }
    .courseWebeditJL .courseTableJL thead th { text-align: left; font-size: 16px; color: #008E8C; padding: 12px 16px; border-bottom: 2px solid #008E8C; }
    .courseWebeditJL .courseTableJL tbody tr { }
    .courseWebeditJL .courseTableJL tbody td { padding: 20px 16px; border-bottom: 1px solid #ccc; vertical-align: top; }
    .courseWebeditJL .courseTableJL .timeJL { width: 160px; font-weight: 600; }
    .courseWebeditJL .courseTableJL .topicJL { font-size: 18px; font-weight: 700; margin-bottom: 6px; color: #222; }
    .courseWebeditJL .courseTableJL .descJL { font-size: 14px; color: #444; line-height: 1.7; }
.courseWebeditJL h3{
  font-size:18px;
  font-weight:600;
}
    @media (max-width: 900px) {
      .courseWebeditJL .galleryJL { grid-template-columns: repeat(2, 1fr); }
    }

    @media (max-width: 640px) {
      .courseWebeditJL .galleryJL { grid-template-columns: 1fr; }
      .courseWebeditJL .courseTableJL thead { display: none; }
      .courseWebeditJL .courseTableJL tbody tr { display: grid; grid-template-columns: 1fr; padding: 12px 0; }
      .courseWebeditJL .courseTableJL .timeJL { width: auto; margin-bottom: 6px; }
      .courseWebeditJL .courseTableJL tbody td { border-bottom: 1px solid #008E8C; }
      .courseWebeditJL .courseTableJL .topicJL { font-size: 16px; }
      .courseWebeditJL .courseTableJL .descJL { font-size: 14px; }
    }



/* -----------------------------------------
 * 解決方案詳細
 * -----------------------------------------*/

.downUntieCtaJL {
margin:0 auto;max-width:1200px;width:100%;
}
    .downUntieCtaJL .row { display: flex; background: #313540; border-radius: 20px; overflow: hidden;justify-content: space-between; }
    .downUntieCtaJL .col { flex: 1; }
    .downUntieCtaJL .col-left { padding: 40px 80px; display: flex; align-items: center; flex: 0 0 66%;}
    .downUntieCtaJL .infoJL { color: #fff; }
    .downUntieCtaJL .nameJL { font-size: 34px; margin-bottom: 14px; }
    .downUntieCtaJL .txtJL { font-size: 16px; line-height: 1.8; color: #e6e6e6; margin-bottom: 18px; }
    .downUntieCtaJL .col-right { width: 34%; 
    margin: 0;
    padding: 0;flex: 0 0 34%;}
    .downUntieCtaJL .col-right img { width: 100%; height: 100%; object-fit: cover; display: block;
    aspect-ratio: 1 / 1; }
    @media (max-width: 768px) {
      .downUntieCtaJL .row { flex-direction: column; }
    }

/* 產業痛點 */

            .serviceIntroduceJL {
                  position: relative;
            }
            .serviceIntroduceJL .infoJL .row {
                  position: relative;
            }

            .serviceIntroduceJL .infoJL .row>* {
                  padding: 30px 15px;
            }

            .serviceIntroduceJL .cardJL {
                  position: relative;
                  background-color: #fff;
                  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
                  border-radius: 20px;
                  padding: 35px;
                  height: 100%;
                  width: 100%;
                  display: flex;
                  flex-direction: column;
                  z-index: 1;
            }

            .serviceIntroduceJL .cardJL::before {
                  content: "";
                  position: absolute;
                  z-index: -1;
                  left: 0;
                  bottom: 0;
                  border-radius: 20px;
                  background: #008E8C;
                  transition: all .4s;
                  height: 0;
                  width: 100%;
                  opacity: 0;
            }

            .serviceIntroduceJL .cardJL:hover::before {
                  height: 100%;
                  width: 100%;
                  opacity: 1;
            }

            .serviceIntroduceJL .cardJL:hover>* {
                  color: #fff !important;
            }

            .serviceIntroduceJL .cardJL .nameJL {
                  font-size: 25px;
                  color: #008E8C;
                  letter-spacing: 2px;
                  line-height: 1.5em;
                  font-weight: 400;
                  margin: 0 0 20px;
            }

            .serviceIntroduceJL .cardJL .txtJL {
                  font-size: 18px;
                  color: #333;
                  font-weight: 300;
                  letter-spacing: 1px;
                  line-height: 2em;
            }

            .serviceIntroduceJL .cardJL ul {
                  margin-left: 22px;
                  margin-top: 5px;
            }


            @media (max-width:1440px) {
                  .serviceIntroduceJL .cardJL {
                        padding: 30px;
                  }

                  .serviceIntroduceJL .cardJL .nameJL {
                        margin-bottom: 10px;
                  }

              .serviceIntroduceJL .cardJL .nameJL{
                        font-size: 20px;
              }
                  .serviceIntroduceJL .cardJL .txtJL {
                        font-size: 18px;
                        letter-spacing: 0;
                  }
            }

            @media (max-width:1200px) {
                  .serviceIntroduceJL .cardJL {
                        padding: 25px;
                  }
            }


            @media (max-width:992.5px) {
                  .serviceIntroduceJL .infoJL .row>* {
                        padding: 20px 15px;
                  }

                  .serviceIntroduceJL .cardJL {
                        width: 100%;
                        margin: 0 auto;
                  }

                  .serviceIntroduceJL .cardJL {
                        padding: 30px;
                  }

            }

            @media (max-width:767.5px) {

                  .serviceIntroduceJL .infoJL {
                        margin: 30px 0;
                        padding-left: 0;
                        padding-right: 0;
                  }

                  .serviceIntroduceJL .infoJL .row>* {
                        padding: 20px 15px;
                  }

            }

            @media (max-width:575.5px) {
                  .serviceIntroduceJL {
                        padding-left: 25px;
                        padding-right: 25px;
                  }

                  .serviceIntroduceJL .cardJL .nameJL {
                        font-size: 18px;
                  }
                  .serviceIntroduceJL .cardJL .txtJL {
                        font-size: 16px;
                  }
            }

            @media (max-width:450px) {

                  .serviceIntroduceJL .infoJL .row>* {
                        padding: 15px;
                  }

                  .serviceIntroduceJL .cardJL .nameJL {
                        font-size: 18px;
                  }

                  .serviceIntroduceJL .cardJL .txtJL {
                        font-size: 14px;
                        letter-spacing: 0;
                  }
            }

/* 解決方案下的痛點，三格重點框
.growfast-services2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px auto;
  max-width: 1200px;
}

.growfast-services2__item {
  position: relative;
  flex: 1 1 calc(33.333% - 20px);
      max-width: calc(33.333% - 20px);
  min-height:280px;
  overflow: hidden;
  border-radius: 15px;
  cursor: pointer;
}


.growfast-services2__item_bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}

.growfast-services2__item:hover .growfast-services2__item_bg {
  transform: scale(1.05);
}

.growfast-services2__item__content {
  position: relative;
  display: block;
  width: 100%; height: 100%;
  min-height:280px !important;
  color: #fff;
  text-decoration: none;
}

.growfast-services2__item__content__inner {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: center;
  z-index: 2;
}

.growfast-services2__item__content--title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
}

.growfast-services2__item__content--description {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.4s ease;
}

.growfast-services2__item:hover .growfast-services2__item__content--description {
  opacity: 1;
  max-height: 200px; 
}

@media(max-width:767px){
  .growfast-services2__item {
      position: relative;
      flex: 1 1 calc(50% - 20px);
      max-width: calc(50% - 20px);
  }
}

@media(max-width:575px){
  .growfast-services2__item {
      position: relative;
      flex: 1 1 calc(100% - 20px);
      max-width: calc(100% - 20px);
  }
}
 */


/* 解決方案下的step */
.growfast-steps {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px auto;
  max-width: 900px;
}

.growfast-steps__item {
  text-align: center;
  margin-bottom: 30px;
}

.growfast-steps__item--count span {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  color: #008E8C;
  margin-bottom: 10px;
}

.growfast-steps__item--title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #008E8C;
}

.growfast-steps__item--description {
  font-size: 20px;
  line-height: 1.6;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}





/* title */

  .titleMiddleJL {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table;
  }


  /* title 純文字上下排列 */
  .titleTheameJL{
    margin-bottom: 50px;
  }
  .titleTheameJL.titleMiddleJL{
    justify-content: center;
  }

  .titleTheameJL .titleJL {
    font-size: var(--font-34);
    font-weight: 500;
    color: #000;
    margin: 0;
  }

  .titleTheameMKJ .titleMinJL {
    font-size: var(--font-16);
    font-weight: 400;
    margin: 0;
  }
  /* 固定寬底線 */
  .titleFakeJL .lineDownJL.titleJL {
    position: relative;
    padding-bottom: 20px;
    line-height: 1.3em;
  }

  .titleFakeJL .lineDownJL.titleJL::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 110px;
    height: 5px;
    background-color: #40D6B3;
  }

.titleFakeJL.titleMiddleJL .lineDownJL.titleJL:before {
    left: 50%;
    transform: translateX(-50%);
}






.container{
  max-width: 1440px;
  padding-left: 25px;
  padding-right: 25px;
}
.sectionJL{
  padding:80px 0;
}
.sectionTopJL{
  padding-top: 80px;
}
.sectionBottomJL{
  padding-bottom: 80px;
}
.section2JL{
  padding:40px 0;
}
.section2BottomJL{
  padding-bottom: 40px;
}

.maxlgJL{
  max-width:1100px;
  margin:0 auto;
      padding-left: 25px;
    padding-right: 25px;
}
.max1280JL{
  max-width:1280px;
  margin:0 auto;
}
.txtAllJL{
  font-size:16px;
  line-height:2em;
}
.webeditJL{
  max-width:100%;
  margin-top:35px;
}
.webeditJL img{
  max-width:100%;
}