/******************************************** 主要內容 start **************************************************/
.themeMain {
  margin-left: 80px;
  margin-right: 80px;
}
.themeMain:after {
  content: "";
  clear: both;
  display: block;
}

/*************************** 左區塊 start *******************************/
.themeMain .intro {
  float: left;
  width: 46.15%;
}
.themeMain .intro > h2 {
  font-size: 20px;
  line-height: 1.6em;
}
.themeMain .intro .ct {
  margin-top: 5%;
  font-size: 13px;
  line-height: 1.8em;
  height: 250px;
  overflow: auto;
}
/*************************** 左區塊 end *******************************/

/*************************** 右區塊 start *******************************/
.themeMain .info {
  float: left;
  width: 46.15%;
  margin-left: 7.7%;
}
/*************************** 右區塊 end *******************************/
/******************************************** 主要內容 end **************************************************/

/******************************************** 媒體報導 & Gallery start **************************************************/
.themeImage {
}
.themeImage .tabBlock .tabBtn {
  margin-left: 30px;
}
.themeImage .tabBlock .tabBtn ul li {
  transition: 0.4s;
}
.themeImage .tabBlock .tabBtn ul li:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 21px;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: bottom;
  transition: background-position 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.2s;
}
.themeImage .tabBlock .tabBtn ul li:hover:before {
  background-position-y: bottom;
}
.themeImage .tabBlock .tabBtn ul li.now:hover:before {
  /* opacity: 0.5; */
  background-position-y: top;
}
.themeImage .tabBlock .tabBtn ul li.media:before {
  background-image: url(../images/icon_media_2.svg);
}
.themeImage .tabBlock .tabBtn ul li.gallery:before {
  background-image: url(../images/icon_gallery_2.svg);
  width: 20px;
  height: 19px;
}

.themeImage .tabBlock .tabCT {
  height: auto;
  margin-top: 1%;
}

/******************** 媒體報導 start ************************/
.tabCT .media .ct {
  position: relative;
  padding-top: 50%;
  color: #333;
}
.tabCT .media .ct .imgBlock {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tabCT .media .ct .txtBlock {
  position: absolute;
  right: 0;
  top: 0;
  width: 33.33%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 3% 1.7% 0 3%;
}
.tabCT .media .ct .txtBlock h4 {
  font-size: 20px;
  line-height: 1.6em;
}
.tabCT .media .ct .txtBlock .txt {
  margin-top: 5%;
  line-height: 1.8em;
  height: 80%;
  overflow: auto;
}
/******************** 媒體報導 end ************************/
/******************************************** 媒體報導 & Gallery end **************************************************/

@media screen and (max-width: 1023px) {
  /******************************************** 主要內容 start **************************************************/
  .themeMain {
    margin: 0 10px;
  }

  /*************************** 左區塊 start *******************************/
  .themeMain .intro {
    float: none;
    width: auto;
  }
  .themeMain .intro .ct {
    height: auto;
  }
  /*************************** 左區塊 end *******************************/

  /*************************** 右區塊 start *******************************/
  .themeMain .info {
    float: none;
    width: auto;
    margin-left: 0;
    margin-top: 5%;
  }
  /*************************** 右區塊 end *******************************/
  /******************************************** 主要內容 end **************************************************/

  /******************************************** 媒體報導 & Gallery start **************************************************/
  .themeImage .tabBlock .tabCT > section {
    background: #f4f4f4;
  }
  .themeImage .tabBlock .tabCT > section > h3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
    text-align: center;
  }
  /******************** 媒體報導 start ************************/
  .tabCT .media .ct {
    padding-top: 0;
  }
  .tabCT .media .ct .imgBlock {
    position: static;
    width: auto;
    height: auto;
    padding-top: 50%;
  }
  .tabCT .media .ct .txtBlock {
    position: static;
    width: auto;
    height: auto;
    padding: 10px;
  }
  .tabCT .media .ct .txtBlock h4 {
    font-size: 16px;
  }
  .tabCT .media .ct .txtBlock .txt {
    height: auto;
  }
  /******************** 媒體報導 end ************************/
  /******************************************** 媒體報導 & Gallery end **************************************************/
}
