/*內頁共同banner英文字型*/
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');


/*內頁共同*/
.btnBlock ul,.btnBlock li
.listBlock ul,.listBlock li{
    list-style: none;
    padding: 0;
    margin: 0;
}

.mainBanner{
    width: 100%;
    height: 150px;
    background: url(../images/bg/mainBannerBg.jpg) no-repeat center center #2c2c2c;
    background-size: 100%;
    color: #fff;
    position: relative;
    padding-top: 240px;
}
.customBg{
    background: url(../images/bg/mainBannerBg-5.jpg) no-repeat center center #2c2c2c;
    background-size: 100%;
}
.lowCarbonBg{
    background: url(../images/bg/mainBannerBg-2.jpg) no-repeat bottom center #2c2c2c;
    background-size: 100%;
}
.sustainableBg{
    background: url(../images/bg/mainBannerBg-3.jpg) no-repeat center center #2c2c2c;
    background-size: 100%;
}
.smartBg{
    background: url(../images/bg/mainBannerBg-8.jpg) no-repeat center center #2c2c2c;
    background-size: 100%;
}
.designBg{
    background: url(../images/bg/mainBannerBg-6.jpg) no-repeat center center #2c2c2c;
    background-size: 100%;
}
.saveBg{
    background: url(../images/bg/mainBannerBg-7.jpg) no-repeat center center #2c2c2c;
    background-size: 100%;
}
.mainBanner .title{
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 28px;
    /* left: 50%; */
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.mainBanner span{
    font-family: 'Allura', cursive;
    font-size: 2rem;
}
.mainBanner::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #fff;
    bottom: 0px;
    left: 50%;
}
.mainBanner p{
    font-size: 1.8em;
}
.found {
    background: url(../images/bg/foundBg.jpg) repeat-y center center #000;
    background-size: 100%;
}
.foundBg{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f2f2+16,f2f2f2+16,f2f2f2+16&1+15,0+15,1+16 */
    background: -moz-linear-gradient(left,  rgba(242,242,242,0) 15%, rgba(242,242,242,1) 15%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(242,242,242,0) 15%,rgba(242,242,242,1) 15%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(242,242,242,0) 15%,rgba(242,242,242,1) 15%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f2', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-9 */
    position: relative;
}
.foundBg::before ,.mainContent::before{
    content: "";
    display: block;
    height: 20px;
    width: 1px;
    background-color: #005857;
    position: relative;
    top: 0;
    left: 50%;
}
.path {
    font-size: .9em;
}
.path span{
	font-size: .8em;
}
.path a:hover{
    color: #005857;
title    text-decoration: underline;
}
.infoBlock{
    display: flex;
}
.infoBlock .box_pic{
    width: 28%;
    margin-right: 4%;
}
.infoBlock .box_text{
    width: 68%;
}
.card .box_text .title ,
.contentTop .titleGroup .title ,.infoBlock  .box_text .title{
    font-size: 1.7em;
    color: #744e2d;
    border-bottom: 1px solid #a2754f;
    padding-bottom: 8px;
    position: relative;
}
.card .box_text .title:after ,
.contentTop .titleGroup .title:after
,.infoBlock  .box_text .title:after{
    position: absolute;
    content: "";
    width: 188px;
    height: 6px;
    background-color: #a2754f;
    bottom: -3px;
    left: 0;
}
.infoBlock .box_text .txt {
    color: #545454;
    line-height: 2em;
    margin-top: 16px;
    font-size: 1.1em;
}
.linkBlock {
    background: url(../images/bg/foundBg-2.jpg) no-repeat center center;
    width: 100%;
    background-size: cover;
    padding: 4em 0;
    background-attachment: fixed;
}
.btnBlock ul{
    margin: 0 -1%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.btnBlock li{
    width: 31%;
    margin: 1%;
    text-align: center;
    background: #a07d5a;
    border: 3px solid #bb9d7e;
}
.btnBlock li:hover{
    background: #886543;
    border: 3px solid #95724e;
    transition: 1s;
}
.btnBlock li a{
    color: #fff;
    display: block;
    padding: 16px 16px 26px 16px;
    position: relative;
}
.btnBlock li a:after{
    content: "";
    display: inline-block;
    width: 30px;
    height: 5px;
    background-color: #c6b099;
    position: absolute;
    bottom: 16px;
    left:calc(50% - 15px);
}

/*-------其他生活頁----------*/
.mainContent{
    background-color: #eee;
}
.card{
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: rgb(0 0 0 / 20%) 0px 2px 2px;
    -moz-box-shadow: rgba(0,0,0,0.2) 0px 2px 2px;
    -ms-box-shadow: rgba(0,0,0,0.2) 0px 2px 2px;
    -o-box-shadow: rgba(0,0,0,0.2) 0px 2px 2px;
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 2px;
    padding: 40px;
}
.card .box_pic{
    width: 29%;
    margin-right: 3%;
}
.card .picGroup,.found .picGroup{
    position: relative;
}
.card .box_pic img{
    border: 4px solid #dedede;
    margin-bottom: 75px;
}
.nameBox{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #005857;
    color: #fff;
    padding: 8px 16px;
    font-size: 1.5em;
}
.found .nameBox{
    background-color: #4d4a58;
}
.company{
    font-weight: 500;
}
.name{
    font-weight:100;
}
.card .box_text {
    width: 68%;
}
.listBlock{
    padding:0 24px;
}
.listBlock ul{
    margin: 0 -1%;
}
.listBlock ul,.card2 {
    display: flex;
    flex-wrap: wrap;
}
.listBlock li{
    width: 48%;
    margin: 20px 1%;
}
.card2 {
    color: #242424;
}
.card2 .box_pic ,.card2 .box_text{
    width: 50%;
    height: auto;
}
.card2 .txt{
    color: #545454;
}
/*.card2 .txt a:hover{
    color: rgb(51, 51, 51);
}*/
.card2 .title{
    font-size: 1.8em;
    font-weight: 600;
    margin-bottom: 8px;
}
.card2 .box_text{
    padding: 4px 16px 0px 16px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.card2 .box_pic .thumb{
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.card2 .thumb img{
    border: 1px solid #8b8b8b;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cover {
    object-fit: cover;
}
.btnGroup{
    margin-right: -4px;
    margin-left: -4px;
}
.mainContentBg{
    background-color: #fff;
    padding: 32px;
}
.sitemap .btnBlock ul{
    justify-content: flex-start;
}
.sitemap .btnBlock li{
    text-align: left;
}
.sitemap .btnBlock li a{
    display: block;
    padding: 16px 16px 16px 36px;
}   
.sitemap .btnBlock li a:after{
    left: 10px;
    width: 20px;
    top:26px;
} 
.innerSocialList{
    display: flex;
    justify-content: flex-end;
}
.innerSocialList a{
    margin: 0 3px;
    text-indent:-9999px;  
    white-space:nowrap;  
    line-height:0; 
}
.iconFb-b{
    background: url(../images/icon/icon_fb-b.svg) no-repeat center center;
}
.icontwitter-b{
    background: url(../images/icon/icon_twitter-b.svg) no-repeat center center;
}
.iconline-b{
    background: url(../images/icon/icon_line-b.svg) no-repeat center center;
}
.iconplurk-b{
    background: url(../images/icon/icon_plurk-b.svg) no-repeat center center;
}
.iconmail-b{
    background: url(../images/icon/icon_mail-b.svg) no-repeat center center;
}
.iconprint-b{
    background: url(../images/icon/icon_print-b.svg) no-repeat center center;
}
.innerSocialList a:hover.iconFb-b{
    background: url(../images/icon/icon_fb.svg) no-repeat center center;
}
.innerSocialList a:hover.icontwitter-b{
    background: url(../images/icon/icon_twitter.svg) no-repeat center center;
}
.innerSocialList a:hover.iconline-b{
    background: url(../images/icon/icon_line.svg) no-repeat center center;
}
.innerSocialList a:hover.iconplurk-b{
    background: url(../images/icon/icon_plurk.svg) no-repeat center center;
}
.innerSocialList a:hover.iconmail-b{
    background: url(../images/icon/icon_mail.svg) no-repeat center center;
}
.innerSocialList a:hover.iconprint-b{
    background: url(../images/icon/icon_print.svg) no-repeat center center;
}
.iconFb-b ,.icontwitter-b ,.iconline-b,.iconplurk-b,.iconmail-b,.iconprint-b
,.innerSocialList a:hover.iconFb-b,
.innerSocialList a:hover.icontwitter-b,
.innerSocialList a:hover.iconline-b,
.innerSocialList a:hover.iconplurk-b,
.innerSocialList a:hover.iconmail-b,
.innerSocialList a:hover.iconprint-b{
    background-repeat:no-repeat ;
    background-position: center center;
    background-size: 100%;
    width: 32px;
    height: 32px;
}
.titleGroup .title{
    display: flex;
    align-items: flex-end;
}
.titleGroup .innerSocialList{
    width: 20%;
}
.titleGroup .title p{
    width: 80%;
}
.htmlBlock{
    line-height: 1.5;
    letter-spacing: 2px;
    padding: 32px 32px 0 32px;
    color: #333333;
}
.htmlBlock p ,.htmlBlock blockquote ,.articleBox{
    font-size: 1.2rem;
    font-weight: 300;
}
.htmlBlock b{
    font-size: 1.4rem;
    font-weight: 500;
}
.iframeBox{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.iframePos{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.keyWordTop{
    border-bottom: 1px  solid #744e2d;
}
.keyWordTop .Title{
    font-weight: 600;
    font-size: 1.6em;
    color: #545454;
}
.keywordText{
    color: #b1906f;
    font-weight: 400;
    font-size: 1.1rem;
}
.keyWordTop .keyWord .Title::before{
    bottom: 3px;
    left: -3px;
}
.keywordList li{
    border-bottom: 1px solid #c5c5c5;
}
.keywordList .card2 .box_pic{
    width: 20%;
}
.keywordList .card2 .box_text{
    width: 80%;
}
.keywordList .moreBox{
    margin: 4px;
    text-align: right;
}
.listBlock .moreBox{
    margin: 8px 0;
    text-align: right;
}
.listBlock .card2{
    position: relative;
}
.listBlock .titleGroup .moreBox{
    position: absolute;
    bottom: 0;
    right: 16px;
}
.listBlock .moreBtn{
    padding: 12px 0px 12px 24px;
}
.listBlock .titleGroup{
    padding-bottom: 67px;
}
.listBlock .card2 .txt> p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
/*-------20240605 改版顧問群----------*/
/*20240605 共同*/
.consultantBottom ul,.consultantBottom li,
.researchers ul,.researchers li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.consultantTop .box_img,
.consultantBottom .box_img,
.researchers .box_img{
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .consultantTop  .box_img b,
  .consultantBottom  .box_img b,
  .researchers .box_img b{
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
  }
  .consultantTop .box_img b img,
  .consultantBottom .box_img b img,
  .researchers .box_img b img
   {
      position: absolute;
      top: 50%;
      right: 0;
      left: 50%;
      bottom: 0;
      width: 100%;
      height: auto;
      border: 0;
      transform: translate(-50%, -50%);
  }
/*20240605 共同end*/
.consultantTop{
    position: relative;
}
.consultantTop::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    background: url(../images/bg/consultantTopGg.jpg) no-repeat center center;
    background-size: 100%;
    width: 100%;
    height: 600px;
}
.consultantTop .consultantCT{
    background: linear-gradient(to top, #ffffff, #ffffff5e ,  #ffffff46 ,#ffffff00);
    display: flex;
    padding: 30px 30px 0px 30px;
    position: relative;
    z-index: 2;
    align-items: flex-end;
}
.consultantTop .name{
    position: relative;
    padding: 8px;
}
.consultantTop .name .top{
    font-size: 2.5em;
    font-weight: 700;
    color: #a97e56;
    letter-spacing: 5px;
}
.consultantTop .name .bottom{
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #ac805a;
    font-weight: 400;
}
.consultantTop .name .bottom div{
    display: inline-block;
    padding: 0px 16px 0px 0px;
}
.consultantTop .name .top::before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #cdcdcd;
    position: absolute;
    bottom: 0;
    margin: 10px 0px;
}
.consultantTop .articleBox{
    padding: 0px 10px 30px 10px;
}
.consultantTop .articleBox .title{
    font-size: 1.5rem;
    font-weight: 700;
    color: #005857;
    margin-bottom: 6px;
}
.consultantTop .articleBox .txt{
    font-size: 1.1rem;
    font-weight: 500;
    color: #545454;
    line-height: 1.65;
}
.consultantTop .box_img{
  min-width: 400px;
}
.consultantTop  .box_img b{
  padding-bottom: 160%;
}
.consultantBottom ul{
    margin: 0 -1%;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.consultantBottom li{
    width: 31.333%;
    margin: 90px 1% 1% 1%;
    padding: 16px 30px;
    background: url(../images/bg/consultantGg.jpg) no-repeat top 
    center #fff;
    font-size: 1em;
    background-size: 100%;
    position: relative;
}
.consultantBottom .box_img{
    background: #d3d1d1;
    border-radius: 50%;
}
.consultantBottom .box_img b{
    padding-bottom: 100%;
}
.consultantBottom .infor {
    color: #323232;
}
.consultantBottom .infor .top{
    font-size: 1.7rem;
    font-weight: 700;
    color: #87592e;
}
.consultantBottom .infor .bottom{
    font-size: 1.2rem;
    font-weight: 500;
    color: #b78c67;
}
.consultantBottom .articleBox{
    font-size: 1rem;
    font-weight: 400;
    color: #545454;
    padding: 10px 0;
    line-height: 1.75;
}
.consultantBottom .bottom{
    position: relative;
    padding-bottom: 10px;
}
.consultantBottom .bottom::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: #bbb;
}
.consultantBottom .photo{
    width: 230px;
    position: absolute;
    top: -70px;
    right: 15px;
    z-index: 2;
}
.consultantBottom .infor{
    margin-top: 90px;
}
.consultantBottom .articleBox .title{
    font-size: 1.2rem;
    font-weight: 800;
    color: #005857;
    margin-bottom: 2px;
}
.consultantBottom .bottom div{
    display: block;
}
/*-------20240605 改版顧問群end----------*/
/*-------20240605 研究人員新增----------*/
.researchers ul{
    margin: 1% -1%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.researchers li{
    width: 30.333%;
    margin: 150px 1% 8px 1%;
    background: #fff;
    padding: 130px 50px 50px 50px;
    font-size: 1rem;
    border-radius: 20px;
}
.researchers li{
    position: relative;
}
.researchers .photo{
    position: absolute;
    top: -120px;
    left: calc(50% - 108px);
}
.researchers .box_img2{
    position: relative;
    padding-top:100%;
    width: 236px;
}
.researchers .box_img2 img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.researchers .articleBox .name{
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 18px;
    font-weight: 300;
    color: #58310c;
}
.researchers .name .top{
    font-weight: 500;
    font-size: 1.4rem;
    color: #000;
    margin: 0 auto 10px auto;
}
.researchers .name .bottom{
    background-color: #f7e6d6;
    border-radius: 25px;
    padding: 6px 0;
    margin:0 12px;
}
.researchers .txt{
    color: #4d4a58;
    font-size: 1.1rem;
}

/*-------20240605 研究人員新增end----------*/
@media (max-width: 1024px) {
    .titleGroup .title p{
        width: 75%;
    }
    .titleGroup .innerSocialList {
        width: 25%;
    }
    .keywordList .card2 .box_pic{
        width: 30%;
    }
    .keywordList .card2 .box_text{
        width: 70%;
    }
    .listBlock .card2 .title {
        font-size: 1.6em;
    }
    .listBlock .card2 .txt> p{
        -webkit-line-clamp: 3;
    }
}
@media (max-width: 768px) {
    .mainBanner{
        height: 150px;
    }
    .infoBlock .box_pic{
        width: 50%;
    }
    .infoBlock .box_text{
        width: 50%;
    }
    .card .box_text .title{
        font-size: 1.4em;
        margin-top: 8px;
    }
    .nameBox{
        font-size: 1.2em;
    }
    .linkBlock{
        padding: 2em 0;
    }
    .btnBlock li {
        width: 48%;
    }
    .infoBlock .box_Text .title:after{
        width: 180px;
    }
    .nameBox{
        bottom: -40px;
        font-size: 1.2em;
        margin-bottom: 40px;
    }
    .listBlock li{
        width: 100%;
    }
    .titleGroup .title{
        align-items: flex-start;
        flex-direction: column-reverse;
        flex:1;
    }
    .htmlBlock{
        padding: 16px 0px 0 0px;
    }
    .titleGroup .innerSocialList{
        width: 100%;
        margin-bottom: 12px;
    }
    .innerSocialList{
        justify-content: flex-start;
    }
    .titleGroup .title p{
        width: 100%;
        font-size: .9em;
        margin-bottom: 4px;
        line-height: 1.8rem;
    }
    .keywordList .card2 .box_pic{
        width: 100%;
    }
    .keywordList .card2 .box_text{
        width: 100%;
    }
    .keywordList .card2 .box_text{
        padding: 0;
    }
    .moreBox {
        margin: 0px 0;
    }
    .moreBox .moreBtn{
        margin: 0px;
    }
    .card .box_pic img{
        margin-bottom: 68px;
    }
    .listBlock .moreBox .moreBtn{
        text-align:unset;
        margin: 4px auto 0 auto;
        padding: 12px;
        width: 100%;
        justify-content: center;
    }
    .listBlock .card2 .txt> p{
        -webkit-line-clamp: 5;
    }
    /* 修正更多文章 用position 來定位換方式
    .listBlock .moreBox .moreBtn i{
        display: none;
    }*/
}
@media (max-width: 600px) {
    .infoBlock{
        flex-wrap: wrap;
    }
    .infoBlock .box_pic ,
    .infoBlock .box_text{
        width: 100%;
    }
    .card .box_pic{
        margin-right: unset;  
    }
    .card2 .box_text .title{
        font-size: 1.5em;
    }
    .card2{
        flex-direction: column;
        border-bottom: 1px dashed #dedede;
    }
    .card2 .box_pic, .card2 .box_text{
        width: 100%;
    }
    .card2 .box_text{
        padding: 8px 0px 8px 0px;
    }
    .listBlock {
        padding: 0 12px;
    }
}
@media (max-width: 375px) {
    .mainBanner{
        height: 141px;
    }
    .infoBlock .box_pic ,.infoBlock .box_Text
    ,.infoBlock .box_text{
        width: 100%;
    }
    .btnBlock li {
        width: 100%;
    }
    .card .box_pic{
        margin-right: unset;
    }
    .btnGroup{
        margin: 16px -4px 8px -4px;
    }
    .keywordGroup{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .keywordGroup p{
        margin-left: 4px;
    }
    .moreBox{
        text-align: left;
    }
    .card2 .title{
        margin-bottom: 4px;
    }
    .card{
        padding: 20px;
    }
    .listBlock li{
        margin: 8px 1%;
    }
    .listBlock .titleGroup .moreBox{
        position:unset;
    }
    .listBlock .moreBox .moreBtn i{
        display: none;
    }
    .listBlock .card2 .txt> p{
        padding-bottom: unset;
    }
    .listBlock .card2 .txt> p{
        -webkit-line-clamp: 5;
    }
    .listBlock .titleGroup{
        padding-bottom: unset;
    }
}