/*20230313 新增 (不要調整到之前頁面CSS樣示)
顧問群
建築知識
趨勢議題
 */
 /*顧問群 consultant*/
.consultantCard{
  background-color: #fff;
  display: block;
}
.consultantCard .box_text .title{
  display: inline-block;
  background-color: #b79b7c;
  padding: 0px 16px;
  color: #fff;
  border-bottom:0px;
  font-size: 1.4em;
}
.consultantCard .box_text{
  padding: 20px 60px;
}
.consultantCard .box_text .title::after{
  background-color: unset;
}
.consultantCard .name{
  color: #b79b7c;
  font-size: 2em;
  display: block;
  font-weight: 600;
  padding: 10px 0px;
}
.consultantCard .office{
  color: #595857;
  display: block;
  font-size: 0.8em;
}
.consultantCard .infoBlock{
  margin-top: 10px;
}
.consultantCard .infoBlock .box_pic{
  margin-right: 0px;
}
.picGroup{
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 86.66%;
  background: #CCC;
}
.consultantCard .box_text .txt{
  color: #595857;
  line-height: 1.7em;
  margin-top: 10px;
  font-size: 1.2em;
}
.linkBlock{
  background: url(../images/bg/consultantBg.png) no-repeat top center;
  width: 100%;
  background-size: 100%;
  padding: 0px 0px 60px 0px;
  min-height: 300px;
}
.linkBlockBg-1{
  background: url(../images/bg/consultantBg-1.png) no-repeat top center;
}
.linkBlockBg-2{
  background: url(../images/bg/consultantBg-2.png) no-repeat top center;
}
.consultantBox ul ,.consultantBox li ,.textBox ul,.textBox li{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.consultantList {
  display: flex;
}
ul.consultantList{
  width: 100%;
}
.consultantList li{
  width: 27%;
  margin:0 3%;
}
.listBox{
  display: flex;
  flex-direction: column;
}
.infoBlock .box_pic{
  width: 35%;
}
.listTop{
  margin: 0 35px;
  background-color: #fff;
  border-radius: 16px;
}
.consultantBox img{
  border-radius: 16px 16px 0px 0px;
}
.listText {
  text-align: center;
  margin-top: 16px;
}
.listText .title{
  background: #b79b7c;
  color: #fff;
  display: inline-block;
  padding: 6px 10px;
}
.listText .txt{
  color: #595857;
  text-align: left;
  padding: 4px 8px 8px 8px;
  text-align:justify;
}
.consultantList .name{
  font-size: 1.7em;
  display: block;
  text-align: center;
  color: #b79b7c;
  font-weight: 500;
  padding: 10px 0;
  min-height: 120px;
}
.consultantList .office{
  display: block;
  color: #595857;
  font-size: .6em;
}
.consultantList .box_pic{
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 80.66%;
  background: #CCC;
  border-radius: 16px 16px 0px 0px;
}
.textBox{
  display: flex;
  margin: 40px;
}
@media (max-width: 1024px) {
  .consultantList li{
    width: 100%;
    margin: 0px;
  }
  .picGroup{
    padding-bottom: 100%;
  }
  .infoBlock .box_pic {
    width: 50%;
  }
  .listTop {
    margin: 0 15px;
  }
}
@media (max-width: 768px) {
  .infoBlock{
    flex-direction: column;
  }
  .infoBlock .box_pic ,.infoBlock .box_text{
    width: 100%;
  }
  .linkBlock{
    background:unset;
    padding: 0px 0px 0px 0px;
  }
  .consultantList {
    flex-direction: column;
  }
  .consultantList li{
    margin-bottom: 30px;
  }
  .listTop {
    margin: 0 0px;
  }
}
 /*建築知識 knowledge*/
 .submenu{
    background: #fff;
    font-size: 1.1rem;
    margin-top: 10px;
 }
 .submenu ul ,.submenu li{
   list-style-type: none;
 }
 .submenu ul{
   display: flex;
   justify-content: center;
 }
 .submenu li{
   margin: 15px;
 }
 .submenu li:hover, .submenu li.active{
   background-color: #bb9d7e;
 }
 .submenu li a{
   padding: 10px 20px;
   display: inline-block;
}
 .submenu li:hover a, .submenu li.active a{
   color: #fff;
 }

.knowledge .photoBlock2 .box_img b ,
.issue  .box_img b,
.kSBlock_imgBox .box_img b{
   position: relative;
   display: block;
   height: 0;
   padding: 0;
   overflow: hidden;
   padding-bottom: 66.66%;
   background: #CCC;
}
.knowledge .photoBlock2 .box_img b img ,
.issue .box_img b img ,
.kSBlock_imgBox .box_img b img{
  position: absolute;
  top: 50%;
  right: 0;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: auto;
  border: 0;
  transform: translate(-50%, -50%);
}
.knowledge .listBlock .moreBtn ,
.issue .listBlock .moreBtn{
  font-size: 1rem;
  padding: 6px 0px 6px 24px;
}
.knowledge .listBlock .card2 .txt > p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.knowledge .listBlock .moreBox{
  position: absolute;
  bottom: 0;
  right: 0;
}
.knowledge .card2 .box_pic{
  width: 60%;
}
.knowledge .card2 .box_text{
  width: 40%;
}
.knowledge .listBlock li{
  width: 46%;
  margin: 25px 2%;
}
.knowledge .photoBlock2 ul{
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .submenu ul{
    flex-wrap: wrap;
  }
  .submenu li {
    margin: 5px;
  }
  .knowledge .listBlock li{
    flex-direction: column;
  }
  .knowledge .card2 .box_pic,.knowledge .card2 .box_text{
    width: 100%;
  }
  .knowledge .card2 .box_text{
    padding: 4px 0px 0px 0px;
  }
  .knowledge .photoBlock2 ul {
    margin-top: 40px;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .knowledge .listBlock li{
    width: 100%;
  }
  .submenu li {
    border: 1px solid #e1e1e1;
    padding: unset;
    margin: 5px 0px 5px  0px;
  }
  .knowledge .photoBlock2 ul {
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

/*趨勢議題 issue*/
.issue .keyWord .Title::before{
  background:none;
}
.issue .keyWord .Title {
  padding-left: 0px;
}
.issue .keywordList .card2 .box_pic{
  width: 28%;
}
.issue .keywordList .card2 .box_text{
  width: 72%;
}
.issue .titleGroup ,.issue .moreBox{
  width: 100%;
  display: block;
}
.issue .keyWordTop {
  position: relative;
}
.issue .keyWordTop .title:after{
  position: absolute;
    content: "";
    width: 188px;
    height: 6px;
    background-color: #a2754f;
    bottom: -3px;
    left: 0;
}
.issue .keyWordTop .title{
  font-size: 1.35em;
  font-weight: 700;
  color: #744e2d;
}
.issue .card2 .title{
  font-size: 1.6em;
}
@media (max-width: 1024px) {
  .issue .keywordList .card2 .box_pic{
    width: 30%;
  }
  .issue .keywordList .card2 .box_text{
    width: 70%;
  }
  .issue .titleGroup .txt{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 768px) {
  .issue .card2{
    flex-direction: column;
  }
  .issue .keywordList .card2 .box_pic,
  .issue .keywordList .card2 .box_text{
    width: 100%;
  }
  .issue .pb-4{
    padding-bottom: 20px;
  }
}