﻿@charset "utf-8"; /* ----- infoWrap ----- */
.infoWrap {
  width: 100%;
}
.infoWrap strong {
  position: relative;
  font-family: "Noto Serif TC", "微軟正黑體", "Microsoft YaHei";
  color: #000;
  font-size: 1.9em;
  font-weight: bold;
  line-height: 150%;
}
.infoWrap p {
  font-size: 1.5em;
  line-height: 150%;
  font-weight: 600;
  color: #666;
  word-wrap: break-word;
}
.infoWrap p:has(+ *),
.infoWrap p:has(+ strong) {
  margin-bottom: 0.25em;
  line-height: 100%;
}
.infoWrap p.url:has(+ p) {
  margin-bottom: 0.5em;
  color: #00758a;
}
.infoWrap p.url{
  display: none;
}
.infoWrap strong:has(+ p) {
  margin-bottom: 0.25em;
  display: block;
}
.infoWrap strong:has(+ p.url) {
  margin-bottom: 0;
}
.infoWrap:has(.inFlex) {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.infoWrap .inFlex:has(+ .inIcon) {
  width: calc(100% - 60px);
  min-height: 50px;
}
.infoWrap .inIcon {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50px;
}
a:hover .infoWrap .inIcon,
a:focus .infoWrap .inIcon {
  background-color: #008299;
  animation-name: flipInY;
  animation-duration: 0.8s;
}
.infoWrap .inIcon::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #333;
  mask-image: url(../images/inIcon_lazyBag.svg);
  -webkit-mask-image: url(../images/inIcon_lazyBag.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
a:hover .infoWrap .inIcon::before,
a:focus .infoWrap .inIcon::before {
  background-color: #fff;
}
.infoWrap .tagBox {
  display: flex;
  align-items: center;
}
.infoWrap .tagBox:has(+ strong),
.infoWrap .inGroup:has(+ .tagBox) {
  margin-bottom: 10px;
}
.infoWrap .tagBox.between {
  justify-content: space-between;
}
.infoWrap .tagBox time {
  color: #666666;
  font-size: 1.6em;
}
.infoWrap .tagBox .tag span {
  display: inline-block;
  color: #fff;
  font-family: "PingFang TC", "微軟正黑體", "Microsoft JhengHei", Arial,
    Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  padding: 5px 12px;
  background: #008299;
  border-radius: 50px;
  min-width: 90px;
  text-align: center;
  box-sizing: border-box;
}
.infoWrap .tagBox time + .tag {
  margin-left: 10px;
}
.infoWrap .tagBox .tag span + span {
  margin: 0 5px;
}
.infoWrap .tagBox .tag span.lab2 {
  color: #007387;
  background: #d8ecf0;
}
.infoWrap .tagBox .tag span.lab3 {
  color: #23775a;
  background: #d8f0e8;
}
.infoWrap .tagBox .plus {
  width: 22px;
  height: 22px;
  border-radius: 24px;
  border: 2px solid #666;
  display: inline-block;
  position: relative;
}
.infoWrap .tagBox .plus::before,
.infoWrap .tagBox .plus::after {
  content: "";
  display: block;
  width: 12px;
  height: 4px;
  background-color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -2px;
}
.infoWrap .tagBox .plus::after {
  transform: rotate(90deg);
}
a:hover .infoWrap .tagBox .plus,
a:focus .infoWrap .tagBox .plus {
  border-color: #008299;
}
a:hover .infoWrap .tagBox .plus::before,
a:focus .infoWrap .tagBox .plus::before,
a:hover .infoWrap .tagBox .plus::after,
a:focus .infoWrap .tagBox .plus::after {
  background-color: #008299;
}
.dataBot {
  font-size: 1.5em;
  line-height: 150%;
  color: #000;
}
.dataBot span {
  line-height: 28px;
  margin-right: 1.5em;
  display: inline-block;
  color: #666;
}
@media screen and (max-width: 480px) {
  .infoWrap strong {
    font-size: 1.6em;
  }
  .infoWrap p {
    font-size: 1.4em;
  }
  .infoWrap .inFlex:has(+ .inIcon) {
    width: calc(100% - 40px);
    min-height: 30px;
  }
  .infoWrap .inIcon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1260px) {
  .dataBot {
    font-size: 1.6em;
  }
  .infoWrap strong {
    font-size: 2.1em;
  }
  .infoWrap strong + .dataBot {
    margin-top: 3px;
  }
  .infoWrap p:has(+ strong) {
    margin-bottom: 0.75em;
  }
} /* ----- fixTag ----- */
.fixTag {
  display: inline-block;
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 10px;
  background: #000;
  border-radius: 10px;
  margin-left: 0.5em;
  margin-top: -3px;
}
.fixTag.podcasts {
  text-transform: capitalize;
  background-color: #c62f00;
  margin-top: 10px;
  margin-left: 0;
}
.fixTag.pdf,
.fixTag.PDF {
  background: #a40000;
}
.fixTag.odt,
.fixTag.doc,
.fixTag.docx,
.fixTag.ODT,
.fixTag.DOC,
.fixTag.DOCX {
  background: #0068b7;
}
.fixTag.ods,
.fixTag.xls,
.fixTag.xlsx,
.fixTag.ODS,
.fixTag.XLS,
.fixTag.XLSX {
  background: #378837;
}
.fixTag.odp,
.fixTag.ppt,
.fixTag.pptx,
.fixTag.ODP,
.fixTag.PPT,
.fixTag.PPTX {
  background: #ff6600;
}
.fixTag.rar,
.fixTag.RAR {
  background: #67005e;
}
.fixTag.zip,
.fixTag.ZIP {
  background: #6a3906;
}
a:hover .fixTag,
a:focus .fixTag {
  background: #008299;
} /* ----- postList ----- */
.postList {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.postList ul {
  list-style: none;
}
.postList ul li {
  width: 100%;
  border-bottom: 1px dashed #ccc;
}
.postList ul li > a {
  position: relative;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.postList:not(.picTxt) a:has(.icon) .infoWrap {
  width: calc(100% - 50px);
  display: block;
  margin-right: 5px;
} /** .icon **/
.postList .icon {
  width: 45px;
  height: 45px;
  text-indent: -999px;
  overflow: hidden;
  display: block;
  text-align: center;
  border-radius: 100%;
  transition: all 0.4s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #82848a;
}
.postList a .icon {
  background-image: url(../images/icoList1.svg);
}
.postList a.btn_Link .icon {
  background-image: url(../images/icoList2.svg);
}
.postList a.btn_Down .icon {
  background-image: url(../images/icoList3.svg);
}
.postList a:hover .icon,
.postList a:focus .icon {
  background-color: #008299;
  animation-name: flipInY;
  animation-duration: 0.8s;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: 50%;
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
    border-radius: 100%;
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
    border-radius: 50%;
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: 50%;
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
    border-radius: 100%;
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
    border-radius: 50%;
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
} /** .picTxt **/
.postList.picTxt ul li .photo {
  position: relative;
  display: inline-block;
  width: 100px;
  letter-spacing: 0;
  vertical-align: top;
  margin-right: 15px;
  overflow: hidden;
  background: #f4f4f4;
  border-radius: 5px;
  box-sizing: border-box;
}
.postList.picTxt ul li .photo .img {
  display: block;
  width: 100%;
  padding-bottom: 67%;
  height: auto;
  background-image: url(../images/nopic.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.postList.picTxt ul li:has(.url) .photo {
  background-color: #ffffff;
  border: 2px solid #f3f3f1;
}
.postList.picTxt ul li:has(.url) .photo .img {
  background-size: contain;
}
.postList ul li a:hover .photo .img,
.postList ul li a:focus .photo .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.postList.picTxt .infoWrap {
  width: calc(100% - 115px);
}
.postList.picTxt a:has(.icon) .infoWrap {
  width: calc(100% - 165px);
  margin-right: 5px;
} /** .dateTxt **/
.postList.dateTxt .dateWrap {
  width: 90px;
  height: 90px;
  letter-spacing: 0;
  vertical-align: top;
  margin-right: 15px;
  overflow: hidden;
  background: #008299;
  color: #fff;
  font-size: 150%;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.postList.dateTxt a:hover .dateWrap,
.postList.dateTxt a:focus .dateWrap {
  background-color: #006478;
}
.postList.dateTxt .dateWrap .year {
  font-size: 85%;
  font-family: Arial, Helvetica, sans-serif;
}
.postList.dateTxt .dateWrap strong {
  font-size: 180%;
  margin-top: 0.375em;
}
.postList.dateTxt a:has(.icon) .infoWrap {
  width: calc(100% - 155px);
  margin-right: 5px;
} /** .reportTxt **/
.postList.reportTxt a::before {
  content: "";
  width: 90px;
  height: 90px;
  display: block;
  letter-spacing: 0;
  vertical-align: top;
  margin-right: 15px;
  overflow: hidden;
  background-color: transparent;
  background-image: url(../images/inIcon_report.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #fff;
  font-size: 150%;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.4s ease;
}
.postList.reportTxt a:hover::before,
.postList.reportTxt a:focus::before {
  transform: rotate(360deg);
}
.postList.reportTxt a:has(.icon) .infoWrap {
  width: calc(100% - 155px);
  margin-right: 5px;
}
.postList.reportTxt .infoWrap p {
  color: #007531;
} /**/
.postList ul li a:hover > strong,
.postList ul li a:focus > strong {
  color: #333333;
}
.postList ul li a:hover,
.postList ul li a:focus {
  background-color: #e5f2f5;
}
@media screen and (max-width: 767px) {
  .postList.picTxt a:has(.icon) .infoWrap {
    width: calc(100% - 150px);
  }
  .postList.picTxt .icon,
  .postList.dateTxt .icon,
  .postList.reportTxt .icon {
    width: 30px;
    height: 30px;
  }
  .postList.dateTxt a:has(.icon) .infoWrap {
    width: calc(100% - 140px);
  }
  .postList.reportTxt a::before {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  .postList.reportTxt a:has(.icon) .infoWrap {
    width: calc(100% - 105px);
  }
}
@media screen and (max-width: 480px) {
  .postList ul li > a {
    padding: 10px;
  }
  .postList.picTxt ul li .photo {
    width: 80px;
    margin-right: 10px;
  }
  .postList.picTxt a:has(.icon) .infoWrap {
    width: calc(100% - 125px);
  }
  .postList:not(.picTxt) a:has(.icon) .infoWrap {
    width: calc(100% - 35px);
  }
  .postList .icon {
    width: 30px;
    height: 30px;
  }
  .postList.dateTxt .dateWrap {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    font-size: 100%;
  }
  .postList.dateTxt a:has(.icon) .infoWrap,
  .postList.reportTxt a:has(.icon) .infoWrap {
    width: calc(100% - 105px);
  }
}
@media screen and (max-width: 360px) {
  .postList ul li a {
    padding: 15px 10px;
  }
  .postList.picTxt .icon,
  .postList.dateTxt .icon,
  .postList.reportTxt .icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  .postList.picTxt ul li .photo {
    width: 100%;
    margin-right: 0;
  }
  .postList.dateTxt .dateWrap,
  .postList.reportTxt a::before {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 180%;
  }
  .postList.picTxt .infoWrap,
  .postList.picTxt a:has(.icon) .infoWrap,
  .postList.dateTxt a:has(.icon) .infoWrap,
  .postList.reportTxt a:has(.icon) .infoWrap {
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .postList.picTxt ul li .photo {
    width: 140px;
    margin-right: 25px;
  }
  .postList.picTxt .infoWrap {
    width: calc(100% - 165px);
  }
  .postList.picTxt a:has(.icon) .infoWrap {
    width: calc(100% - 215px);
  }
}
@media screen and (min-width: 1200px) {
  .postList ul li a {
    padding: 20px;
  }
} /** ----- photoList ----- **/
.photoList {
  width: 100%;
  margin: 30px auto 0;
}
.photoList ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -15px;
  list-style: none;
}
.photoList ul li {
  width: 25%;
  padding: 15px;
  box-sizing: border-box;
  vertical-align: top;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.photoList ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.photoList ul li a .picBox {
  position: relative;
  box-sizing: border-box;
}
.photoList ul li a .photo {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 67%;
  background-color: #8ad5dd;
  overflow: hidden;
  border-radius: 16px;
}
.photoList ul li a .photo .img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../images/nopic.jpg);
  background-size: cover;
  background-position: center;
  background-color: #fff;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.photoList ul li a:hover .photo .img,
.photoList ul li a:focus .photo .img {
  border-radius: 10px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.photoList ul li a .infoWrap {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  line-height: 1.3;
  transition: 0.4s;
}
.photoList ul li a .infoWrap strong {
  display: block;
  width: 100%;
  color: #000;
  font-size: 2.1em;
}
.photoList ul li a:hover .infoWrap strong,
.photoList ul li a:focus .infoWrap strong {
  color: #008299;
} /**/
.photo .cover {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 130, 153, 0.9);
  transition: all 0.4s ease;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 1.7em;
  font-weight: 600;
  opacity: 0;
  border-radius: 0%;
}
a:hover .photo .cover,
a:focus .photo .cover {
  height: 100%;
  opacity: 1;
}
.photo .cover span {
  text-align: center;
}
.photo .cover span::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  border-radius: 40px;
  background-color: #fff;
  background-image: url(../images/btn_read.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 8px;
}
a:hover .cover span::before,
a:focus .cover span::before {
  animation-name: flipInY;
  animation-duration: 0.8s;
  animation-delay: 0.4s;
}
.btn_Link .photo .cover span::before {
  background-image: url(../images/btn_link.svg);
}
.btn_Down .photo .cover span::before {
  background-image: url(../images/btn_down.svg);
} /** videoList **/
.videoList .photo .cover {
  height: 100%;
  opacity: 1;
  background-color: transparent;
}
.videoList a:hover .photo .cover,
.videoList a:focus .photo .cover {
  background-color: rgba(0, 130, 153, 0.9);
}
.videoList a:hover .cover span::before,
.videoList a:focus .cover span::before {
  animation-delay: 0s;
}
.videoList .photo .cover span {
  width: 70px;
  height: 70px;
  text-indent: -999px;
  overflow: hidden;
}
.videoList .photo .cover span::before {
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/btn_video.svg);
}
.videoList a:hover .photo .cover span::before,
.videoList a:focus .photo .cover span::before {
  background-color: #cc3300;
}
@media screen and (max-width: 1260px) {
  .photoList ul li a .infoWrap strong {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 991px) {
  .photoList ul li {
    width: 33.33%;
  }
  .photoList ul li a .photo {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .photoList ul li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .photoList ul li a .infoWrap {
    padding: 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .photoList ul li {
    width: 100%;
  }
  .photoList ul li a .infoWrap strong {
    font-size: 1.6em;
  }
} /** ----- caseList ----- **/
.caseList {
  width: 100%;
  margin: 30px auto 0;
}
.caseList ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -15px;
  list-style: none;
}
.caseList ul li {
  width: 33.33%;
  padding: 15px;
  box-sizing: border-box;
  vertical-align: top;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.caseList ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.caseList ul li a .picBox {
  position: relative;
  box-sizing: border-box;
}
.caseList ul li a .photo {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #8ad5dd;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.caseList ul li a .photo .img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../images/nopic.jpg);
  background-size: cover;
  background-position: center;
  background-color: #fff;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.caseList ul li a:hover .photo .img,
.caseList ul li a:focus .photo .img {
  border-radius: 10px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.caseList ul li a .infoWrap {
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  line-height: 1.3;
  transition: 0.4s;
  background-color: #dcdcdc;
  border-radius: 0 0 16px 16px;
}
.caseList ul li a .infoWrap strong {
  display: block;
  width: 100%;
  color: #000;
  font-size: 2.1em;
}
.caseList ul li a:hover .infoWrap strong,
.caseList ul li a:focus .infoWrap strong {
  color: #008299;
}
.caseList .inWhite {
  background-color: #fff;
  border-radius: 10px;
  margin-top: -100px;
  position: relative;
  padding: 30px;
  box-sizing: border-box;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.caseList .inWhite::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #dcdcdc;
  mask-image: url(../images/case_angle.svg);
  -webkit-mask-image: url(../images/case_angle.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.caseList .inGroup {
  width: 100%;
}
.caseList .inGroup p {
  margin-top: 0.5em;
}
@media screen and (max-width: 1260px) {
  .caseList ul li {
    width: 50%;
  }
  .caseList ul li a .infoWrap strong {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 991px) {
  .caseList ul li a .photo {
    border-radius: 10px 10px 0 0;
  }
  .caseList ul li a .infoWrap {
    border-radius: 0 0 10px 10px;
  }
  .caseList .inWhite {
    border-radius: 6px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .caseList .inWhite {
    padding: 15px;
    margin-top: -50px;
  }
}
@media screen and (max-width: 640px) {
  .caseList ul li {
    width: 100%;
  }
  .caseList ul li a .infoWrap {
    padding: 15px;
  }
  .caseList .inWhite {
    min-height: 160px;
  }
}
@media screen and (max-width: 480px) {
  .caseList ul li a .infoWrap strong {
    font-size: 1.6em;
  }
} /** ----- netzeroList ----- **/
.netzeroList {
  width: 100%;
  margin: 30px auto 0;
}
.netzeroList ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: -10px -20px;
  list-style: none;
}
.netzeroList ul li {
  width: 25%;
  padding: 0 30px;
  margin: 25px 0;
  box-sizing: border-box;
  vertical-align: top;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.netzeroList .oneTool {
  position: relative;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.netzeroList .oneTool .picBox {
  position: relative;
  box-sizing: border-box;
}
.netzeroList .oneTool .photo {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 146%;
  background-color: #8ad5dd;
  overflow: hidden;
  border-radius: 12px;
}
.netzeroList .oneTool .photo .img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../images/noCalculation.jpg);
  background-size: cover;
  background-position: center;
  background-color: #fff;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.netzeroList .oneTool .infoWrap {
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  line-height: 1.3;
  transition: 0.4s;
}
.netzeroList .oneTool .infoWrap strong {
  display: block;
  width: 100%;
  color: #000;
  font-size: 2.2em;
}
.netzeroList .oneTool .infoWrap strong:has(+ dl) {
  margin-bottom: 1em;
} /**/
.netzeroList.calculationList .oneTool .photo {
  padding-bottom: 100%;
}
.netzeroList.calculationList .oneTool .infoWrap {
  padding: 25px 0;
}
.netzeroList.calculationList .infoWrap .org {
  font-size: 180%;
}
.netzeroList.calculationList .infoWrap .org:has(+ strong) {
  margin-bottom: 0.5em;
}
.netzeroList.calculationList .infoWrap dl {
  font-size: 1.5em;
  line-height: 150%;
  font-weight: 600;
  color: #666;
  word-wrap: break-word;
}
.netzeroList.calculationList .infoWrap dl dt {
  color: #b85c2e;
  font-size: 120%;
  font-weight: 600;
}
.netzeroList.calculationList .infoWrap dl dt:has(+ dd) {
  margin-bottom: 0.5em;
}
.netzeroList.calculationList .infoWrap dl dd {
  padding-left: 15px;
  position: relative;
}
.netzeroList.calculationList .infoWrap dl dd::before {
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background-color: #666;
  position: absolute;
  left: 0;
  top: 0.75em;
}
@media screen and (max-width: 1259px) {
  .netzeroList ul li {
    width: 33.33%;
    padding: 0 20px;
  }
  .netzeroList .oneTool .infoWrap strong {
    font-size: 1.8em;
  }
  .netzeroList.calculationList .infoWrap .org {
    font-size: 150%;
  }
  .netzeroList.calculationList .infoWrap dl dt {
    font-size: 100%;
  }
}
@media screen and (max-width: 900px) {
  .netzeroList .oneTool .photo {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .netzeroList ul li {
    width: 50%;
  }
  .netzeroList ul li:nth-child(2n) {
    border-left: 1px dashed #cccccc;
  }
  .netzeroList ul {
    margin: -10px -15px;
  }
  .netzeroList ul li {
    padding: 0 15px;
  }
  .netzeroList .oneTool .infoWrap {
    padding: 10px 0;
  }
}
@media screen and (max-width: 400px) {
  .netzeroList ul li {
    width: 100%;
  }
  .netzeroList ul li:nth-child(2n) {
    border-left: none;
  }
  .netzeroList .oneTool .infoWrap strong {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1260px) {
  .netzeroList ul li:nth-child(3n-1),
  .netzeroList ul li:nth-child(3n) {
    border-left: 1px dashed #cccccc;
  }
}
@media screen and (min-width: 1260px) {
  .netzeroList ul li:nth-child(even),
  .netzeroList ul li:nth-child(4n - 1) {
    border-left: 1px dashed #cccccc;
  }
} /* ----- toolWrap ----- */
.toolWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.toolWrap a,
.toolWrap > *[class^="btn-"] {
  width: calc(50% - 5px);
  display: block;
  background-color: #2c2e35;
  border-radius: 5px;
  color: #ffffff;
  padding: 14px 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 2em;
  flex-grow:1;
}
.toolWrap .btn-go {
  width: 100%;
}
.toolWrap span {
  position: relative;
  padding-right: 26px;
  display: inline-block;
}
.toolWrap span::before,
.toolWrap span::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
}
.toolWrap span::before {
  background-color: #fff;
  border-radius: 1px;
}
.toolWrap span::after {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-right: 3px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../images/nav-icon-download.svg);
  mask-image: url(../images/nav-icon-download.svg);
  background-color: #2c2e35;
}
.toolWrap .btn-go span::after {
  -webkit-mask-image: url(../images/btn_go.svg);
  mask-image: url(../images/btn_go.svg);
}
.toolWrap a:has(+ a) {
  margin-right: 10px;
}
.toolWrap.only a {
  width: 100%;
}
a:hover .toolWrap > *[class^="btn-"],
a:focus .toolWrap > *[class^="btn-"],
a:hover .toolWrap > *[class^="btn-"] span::after,
a:focus .toolWrap > *[class^="btn-"] span::after,
.toolWrap a:hover,
.toolWrap a:focus,
.toolWrap a:hover span::after,
.toolWrap a:focus span::after {
  background-color: #008299;
}
@media screen and (max-width: 900px) {
  .toolWrap a,
  .toolWrap > *[class^="btn-"] {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .toolWrap a,
  .toolWrap > *[class^="btn-"] {
    font-size: 1.6em;
    padding: 10px 5px;
  }
}
@media screen and (max-width: 480px) {
  .toolWrap a,
  .toolWrap > *[class^="btn-"] {
    padding: 14px 5px;
  }
}
@media screen and (min-width: 401px) and (max-width: 480px) {
  .toolWrap a,
  .toolWrap > *[class^="btn-"] {
    width: 100%;
  }
  .toolWrap a:has(+ a) {
    margin-right: 0;
    margin-bottom: 10px;
  }
} /** ----- PubInfo ----- **/
.PubInfo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
  box-sizing: border-box;
  padding: 30px;
  color: #ffffff;
  border-radius: 16px;
  background-color: #4c4c4c;
  background-image: url(../images/pubinfobg.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  min-height: 246px;
}
.PubInfo .inWord {
  font-size: 1.8em;
  line-height: 160%;
  font-weight: 600;
  flex-grow: 1;
}
.PubInfo .inWord span:has(+ span) {
  padding-right: 30px;
  position: relative;
}
.PubInfo .inWord span:has(+ span)::before {
  position: absolute;
  display: block;
  content: "";
  right: 0%;
  top: 50%;
  width: 18px;
  height: 1px;
  background: #ffffff;
  margin-top: -0.5px;
  margin-right: 5px;
  transform: rotate(110deg);
}
.PubInfo .inWord p {
  font-size: 100%;
}
.PubInfo .toolWrap {
  flex-grow: 0;
}
.PubInfo .toolWrap a {
  width: 100%;
  max-width: 288px;
  margin: 0 auto;
  padding: 15px 30px;
}
@media screen and (max-width: 990px) {
  .PubInfo {
    align-items: center;
  }
  .PubInfo .toolWrap a {
    padding: 15px 5px;
    font-size: 1.8em;
  }
}
@media screen and (max-width: 480px) {
  .PubInfo .inWord {
    text-align: center;
  }
  .PubInfo .inWord span:has(+ span) {
    width: 100%;
    display: block;
    padding-right: 0;
  }
  .PubInfo .inWord span:has(+ span)::before {
    display: none;
  }
}
@media screen and (min-width: 1260px) {
  .PubInfo {
    padding: 45px;
  }
  .PubInfo .inWord {
    font-size: 2.1em;
  }
  .PubInfo .toolWrap {
    width: auto;
  }
  .PubInfo .toolWrap a {
    min-width: 288px;
  }
} /** ----- lazyBagList ----- **/
.lazyBagList {
  width: 100%;
  margin: 30px auto 0;
}
.lazyBagList ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -15px;
  list-style: none;
}
.lazyBagList ul li {
  width: 33.33%;
  padding: 15px;
  box-sizing: border-box;
  vertical-align: top;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.lazyBagList ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #dcdcdc;
  border-radius: 16px;
  overflow: hidden;
}
.lazyBagList ul li a .picBox {
  position: relative;
  box-sizing: border-box;
}
.lazyBagList ul li a .photo {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 74%;
  background-color: #8ad5dd;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
.lazyBagList ul li a .photo .img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../images/nopic.jpg);
  background-size: cover;
  background-position: center top;
  background-color: #fff;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.lazyBagList ul li a:hover .photo .img,
.lazyBagList ul li a:focus .photo .img {
  border-radius: 10px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.lazyBagList ul li a .infoWrap {
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  line-height: 1.3;
  transition: 0.4s;
}
.lazyBagList ul li a .infoWrap strong {
  display: block;
  width: 100%;
  color: #000;
  font-size: 2.1em;
}
.lazyBagList ul li a:hover .infoWrap strong,
.lazyBagList ul li a:focus .infoWrap strong {
  color: #008299;
}
@media screen and (max-width: 1260px) {
  .lazyBagList ul li {
    width: 50%;
  }
  .lazyBagList ul li a .infoWrap strong {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 991px) {
  .lazyBagList ul li a .photo {
    border-radius: 10px 10px 0 0;
  }
  .lazyBagList ul li a {
    border-radius: 10px;
  }
}
@media screen and (max-width: 640px) {
  .lazyBagList ul li {
    width: 100%;
  }
  .lazyBagList ul li a .infoWrap {
    padding: 15px;
  }
}
@media screen and (max-width: 480px) {
  .lazyBagList ul li a .infoWrap strong {
    font-size: 1.6em;
  }
} /* ----- oneShow ----- */
.morePageCenter .oneShow {
  width: 100%;
  box-sizing: border-box;
  padding: 14px;
  display: block;
}
.morePageCenter .oneShow .photo {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.morePageCenter .oneShow .photo .img {
  width: 100%;
  padding-bottom: 67%;
  display: block;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
  border-radius: 12px;
}
.morePageCenter .oneShow:hover .photo .img,
.morePageCenter .oneShow:focus .photo .img {
  border-radius: 10px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.morePageCenter .oneShow .infoWrap {
  font-size: 160%;
  line-height: 150%;
  color: #666;
  box-sizing: border-box;
  padding: 10px;
}
.morePageCenter .oneShow .infoWrap strong {
  font-size: 125%;
  color: #333;
}
.morePageCenter .oneShow .infoWrap p {
  font-size: 100%;
  color: #333;
}
.morePageCenter .oneShow .viewIndex {
  width: 100%;
  display: block;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .morePageCenter .oneShow .infoWrap strong {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}
@media screen and (min-width: 1260px) {
  .morePageCenter .oneShow .infoWrap strong {
    font-size: 150%;
  }
  .morePageCenter .oneShow .infoWrap p{
    font-size: 125%;
  }
}
/** ----- worksRow ----- **/
.worksRow {
  width: 100%;
  position: relative;
}
.worksRow:has(+ .worksRow) {
  margin-bottom: 60px;
}
.worksHead {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 10px;
}
.worksHead h3 {
  font-size: 3em;
  line-height: 150%;
  font-weight: bold;
  color: #333333;
  position: relative;
  padding-left: 20px;
}
.worksHead h3::before {
  content: "";
  display: block;
  width: 8px;
  height: calc(100% - 8px);
  background-color: #333333;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 4px;
}
.worksBtn {
  display: flex;
  align-items: center;
  font-size: 220%;
  color: #666;
  font-family: "Noto Serif TC", "微軟正黑體";
  border: none;
  background: none;
  cursor: pointer;
}
.worksBtn:hover,
.worksBtn:focus {
  color: #0e8129;
}
.worksBtn strong {
  display: flex;
  align-items: center;
}
.worksBtn strong span {
  position: relative;
  padding-left: 12px;
  margin-left: 12px;
}
.worksBtn strong span::before {
  position: absolute;
  display: block;
  content: "";
  left: 0%;
  top: 50%;
  width: 22px;
  height: 2px;
  background: #666666;
  margin-top: -1px;
  margin-left: -11px;
  transform: rotate(110deg);
}
.worksBtn:hover strong span::before,
.worksBtn:focus strong span::before {
  background-color: #0e8129;
} /**/
.worksBtn .btn {
  width: 48px;
  height: 48px;
  border: 1px solid #666;
  background-color: transparent;
  border-radius: 30px;
  display: block;
  position: relative;
  margin-left: 8px;
  box-sizing: border-box;
  transition: transform 0.4s ease;
}
.worksBtn:hover .btn,
.worksBtn:focus .btn {
  border-color: #0e8129;
}
.worksBtn.close .btn {
  transform: rotate(180deg);
}
.worksBtn .btn::before,
.worksBtn .btn::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #666;
  position: absolute;
  top: 50%;
  margin-top: 1px;
  border-radius: 1px;
}
.worksBtn .btn::before {
  left: 0%;
  transform: rotate(45deg);
  margin-left: 12px;
}
.worksBtn span::after {
  right: 0%;
  transform: rotate(-45deg);
  margin-right: 11px;
}
.worksBtn:hover .btn::before,
.worksBtn:focus .btn::before,
.worksBtn:hover .btn::after,
.worksBtn:focus .btn::after {
  background-color: #0e8129;
} /**/
.worksRow > ul,
.worksList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.worksRow > ul > li,
.worksList li {
  width: 50%;
}
@media screen and (max-width: 400px) {
  .worksList li,
  .worksRow > ul > li {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .worksHead {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1260px) {
  .worksList li,
  .worksRow > ul > li {
    width: 33.33%;
  }
}
/** workShow **/
#workShow {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
}
#workShow .work_control {
  position: absolute;
  right: 30px;
}
#workShow .slick-track {
  display: flex;
  align-items: center;
}
#workShow .photo {
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#workShow .photo .img {
  width: 100%;
  padding-bottom: 67%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
  border-radius: 0;
  background-color: transparent;
}
.captionOverlay{
  position: absolute;
  left: 0;bottom:0;
  width: 100%;
  min-height:6em;
  background-color: transparent;
  background-image: linear-gradient(0deg, rgba(0,0,0, 0.6) 0%, rgba(0,0,0, 0) 100%);
  color: #fff;
  align-content: center;
  font-size: 150%;
  line-height: 150%;
  box-sizing: border-box;
  padding: 1.5em;
}
.slick-current .captionOverlay{
    text-shadow: 0px 1px 3px rgba(0, 0, 0, .9);
}
#workShow .slick-slide .oneShow {
  display: block;
  box-sizing: border-box;
  padding: 15px;
  opacity: 0.8;
}
#workShow .slick-center .oneShow {
  padding: 0;
  opacity: 1;
  transition: all 0.4s ease;
}
@media screen and (max-width: 990px) {
  #workShow .slick-dotted.slick-slider {
    margin-bottom: 15px;
  }
  #workShow .work_control {
    right: 0;
  }
}
@media screen and (min-width: 991px) {
  #workShow .slick-slide .item {
    min-height: 40vw;
    align-content: center;
  }
  #workShow .slick-slide .oneShow {
    width: calc((100vw - 700px) / 2);
  }
  #workShow .slick-center .oneShow {
    width: 700px;
  }
}
@media screen and (min-width: 1260px) {
  #workShow .work_control {
    right: calc((100vw - 1135px) / 2);
  }
  #workShow .slick-center .oneShow {
    width: 1135px;
  }
} /** darkShow **/
#darkShow {
  width: 100%;
  position: relative;
  background-color: #000;
  box-sizing: border-box;
  padding: 5vw 0;
}
#darkShow .dark_control {
  width: 100%;
}
#darkShow .dark_control .total span {
  color: #fff;
}
#darkShow .dark_control .prev span::before,
#darkShow .dark_control .prev span::after,
#darkShow .dark_control .next span::before,
#darkShow .dark_control .next span::after,
#darkShow .dark_control .stop span::before,
#darkShow .dark_control .stop span::after {
  background-color: #fff;
}
#darkShow .dark_control .play span::before {
  border-color: transparent transparent transparent #fff;
}
#darkShow .container {
  position: relative;
}
#darkShow .slick-list {
  margin: 0 -14px;
}
#darkShow .oneShow .infoWrap,
#darkShow .oneShow .infoWrap span,
#darkShow .oneShow .infoWrap p {
  color: #999;
}
#darkShow .oneShow .infoWrap .viewIndex {
}
#darkShow .oneShow .infoWrap strong {
  color: #fff;
}
@media screen and (min-width: 1260px) {
  #darkShow .container {
    max-width: calc(100% - 320px);
  }
}
/** ----- arrowWrap ----- **/
.arrowWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 10px 0;
}
#workShow .arrowWrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.arrowWrap a {
  width: calc(50% - 30px);
  font-size: 150%;
  line-height: 160%;
  color: #000;
  display: flex;
  padding-bottom: 10px;
  position: relative;
  box-sizing: border-box;
  max-width: 200px;
}
.arrowWrap a:hover,
.arrowWrap a:focus {
  color: #0a601e;
}
.arrowWrap a span {
  max-width: 100%;
}
.arrowWrap a p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 13em;
}
.arrowWrap .prevArrow {
  text-align: left;
  justify-content: flex-start;
  padding-left: 25px;
}
.arrowWrap .nextArrow {
  text-align: right;
  justify-content: flex-end;
  padding-right: 25px;
}
.arrowWrap a::before,
.arrowWrap a::after {
  content: "";
  display: block;
  background-color: #000;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.arrowWrap a::before {
  width: calc(100% - 25px);
}
.arrowWrap a::after {
  width: 10px;
  transform: rotate(40deg);
  margin-bottom: 3px;
  margin-right: -1px;
  z-index: 1;
}
.arrowWrap .prevArrow::after {
  transform: rotate(-40deg);
  margin-right: auto;
  margin-left: -1;
}
.arrowWrap .prevArrow::before,
.arrowWrap .prevArrow::after {
  right: auto;
  left: 0;
}
.arrowWrap a:hover::before,
.arrowWrap a:focus::before,
.arrowWrap a:hover::after,
.arrowWrap a:focus::after {
  background-color: #0a601e;
} /**/
#darkShow a {
  color: #fff;
}
#darkShow .arrowWrap a::before,
#darkShow .arrowWrap a::after {
  background-color: #fff;
}
#darkShow .arrowWrap a:hover::before,
#darkShow .arrowWrap a:focus::before,
#darkShow .arrowWrap a:hover::after,
#darkShow .arrowWrap a:focus::after {
  background-color: #f0f000;
}
@media screen and (min-width: 991px) {
  .arrowWrap {
    padding: 30px;
  }
  .arrowWrap a {
    max-width: calc((100vw - 600px) / 2);
    align-content: center;
  }
}
@media screen and (min-width: 1260px) {
  .arrowWrap a {
    max-width: 240px;
  }
} /* ----- #panels ----- */
#panels #panels-container {
  padding: 0;
  background-color: transparent;
}
#panels #panels-container .panel {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
#panels .panel .panels-navigation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 150%;
  margin-bottom: 30px;
  position: relative;
}
#panels .panel .anchor-panel,
#panels .panel .nav-panel {
  text-transform: uppercase;
  margin-right: 2rem;
}
#panels .panel .nav-panel a {
  color: #000;
  background-color: #fff;
  border-radius: 50px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
}
#panels .panel .nav-panel[data-sign="minus"] a::before,
#panels .panel .nav-panel[data-sign="plus"] a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #3c3c3c;
  border-top: 2px solid #3c3c3c;
  box-sizing: border-box;
  transform: rotate(45deg);
}
#panels .panel .nav-panel[data-sign="minus"] a::before {
  transform: rotate(-135deg);
}
#panels .panel:first-of-type .panels-navigation {
  justify-content: flex-end;
}
#panels .panel:last-of-type .panels-navigation {
  justify-content: flex-start;
}
#panels
  .panel
  .panels-navigation:has(
    .nav-panel[data-sign="minus"] + .nav-panel[data-sign="plus"]
  ) {
  justify-content: space-between;
} /**/
.exhibitWrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.exhibitWrap .photo {
  width: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  max-width: 1160px;
}
.exhibitWrap .photo .img {
  width: 100%;
  height: 0%;
  padding-bottom: 56.25%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
}
.exhibitWrap:hover .photo .img,
.exhibitWrap:focus .photo .img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.exhibitWrap .coverFirst {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 2em;
  line-height: 130%;
}
.exhibitWrap .coverFirst strong {
  position: relative;
  width: 50%;
  min-height: 40%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  align-content: center;
}
.exhibitWrap .coverFirst .line {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.exhibitWrap .coverFirst strong::before,
.exhibitWrap .coverFirst strong::after,
.exhibitWrap .coverFirst .line::before,
.exhibitWrap .coverFirst .line::after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
}
.exhibitWrap .coverFirst strong::before,
.exhibitWrap .coverFirst strong::after {
  width: 4vw;
  height: 100%;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.exhibitWrap .coverFirst .line::before,
.exhibitWrap .coverFirst .line::after {
  width: 100%;
  height: 4vw;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}
.exhibitWrap .coverFirst strong::after {
  left: auto;
  right: 0;
}
.exhibitWrap .coverFirst .line::after {
  top: auto;
  bottom: 0;
}
.exhibitWrap .wordSide {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  align-content: center;
}
.exhibitWrap .wordSide h3 {
  font-size: 2em;
  line-height: 150%;
  font-weight: bold;
  color: #333;
}
.exhibitWrap .wordSide h3 a {
  color: #333;
}
.exhibitWrap .wordSide h3 a:hover,
.exhibitWrap .wordSide h3 a:focus {
  color: #0e8129;
}
.exhibitWrap .wordSide h3:has(+ p) {
  margin-bottom: 0.5em;
}
.exhibitWrap .wordSide p {
  font-size: 1.6em;
  line-height: 180%;
  color: #666666;
}
.exhibitWrap .wordSide p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.expoUrl {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 3vw;
}
.expoUrl .inLink {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #757575;
  color: #fff;
  font-size: 150%;
  font-weight: bold;
  font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
.expoUrl .inLink:has(+ .inLink) {
  background-color: #c62f00;
  margin-right: 10px;
}
.expoUrl .inLink:hover,
.expoUrl .inLink:focus {
  background-color: #0e872a;
}
.expoUrl .inLink strong {
  width: 2em;
  margin: 0 auto;
  position: relative;
  padding-bottom: 10px;
}
.expoUrl .inLink strong::before,
.expoUrl .inLink strong::after {
  content: "";
  display: block;
  background-color: #fff;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.expoUrl .inLink strong::before {
  width: 100%;
}
.expoUrl .inLink strong::after {
  width: 10px;
  transform: rotate(40deg);
  margin-bottom: 3px;
  margin-right: -1px;
  z-index: 1;
}
@media screen and (max-width: 990px) {
  #panels #panels-container {
    width: 100% !important;
  }
  #panels .panel .panels-navigation {
    display: none;
  }
  #panels .panel:has(+ .panel) {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .expoUrl {
    margin-top: 30px;
  }
  .expoUrl .inLink {
    width: 80px;
    height: 80px;
    font-size: 200%;
  }
  .expoUrl .inLink:has(+ .inLink) {
    margin-right: 15px;
  }
  .exhibitWrap .coverFirst strong::before,
  .exhibitWrap .coverFirst strong::after {
    width: 40px;
  }
  .exhibitWrap .coverFirst .line::before,
  .exhibitWrap .coverFirst .line::after {
    height: 40px;
  }
}
@media screen and (min-width: 991px) {
  #panels #panels-container {
    height: 100vh;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
  }
  #panels #panels-container .panel {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #panels .panel:focus {
    /*outline: 3px solid #0e872a;outline-offset: -4px;*/
  }
  .exhibitWrap .photo {
    width: 66.25%;
  }
  .exhibitWrap .wordSide {
    width: 33.75%;
    padding-left: 3.75%;
  }
  .exhibitWrap .coverFirst {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 1460px) {
  .exhibitWrap .photo {
    width: calc(100% - 540px);
  }
  .exhibitWrap .wordSide {
    width: 540px;
    padding-left: 60px;
  }
  .exhibitWrap .wordSide h3 {
    font-size: 2.8em;
  }
  .exhibitWrap .wordSide p {
    font-size: 2em;
  }
  .exhibitWrap .coverFirst strong {
    width: auto;
    min-width: 280px;
    min-height: 160px;
  }
  .expoUrl .inLink {
    width: 100px;
    height: 100px;
  }
}
/* ----- storyList ----- */
.storyList {
	width:calc(100% - 60px);
    margin:0 auto 60px;
	max-width: 1600px;
}
.storyList ul{
	list-style:none;
	display:flex;
	flex-wrap: wrap;
}
.storyList ul li{width:100%;}
.storyList .item{
    cursor: pointer;
    position: relative;
    display: block;
    z-index: 1;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-duration: 0.7s;		
    -moz-transition-duration: 0.7s;	
}
.storyList .item a{
	width:100%;
	display:inline-block;
}
.storyList .item .caption{
	font-family:"Noto Serif TC", "微軟正黑體", Arial, Helvetica, sans-serif;
    border-radius: 3px 3px;
	width:100%;
	position: absolute;
	transition:all 0.4s ease;
	opacity:0;
}
.storyList .item:hover .caption,
.storyList .item:focus .caption{
	opacity:1;
}
.storyList li:nth-child(odd) .item .caption{
	text-align:left;
}
.storyList li:nth-child(even) .item .caption{
	text-align:right;
}
.storyList .item .caption .cpBf{
  line-height:1.7;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.storyList .item .caption p{
	font-size:1.8em;	
  color: #000;
}
.storyList .item .caption:after{
	background-color:#fff;
	border:1px solid #2c2e35;
	background-image:url(../images/story_btn.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	border-radius:100px;
    content: "";
    display: block;
    width:6.25vw;	
    height:6.25vw;
    position: absolute;
    top: 0;
	box-sizing:border-box;
}
.storyList .item.clicked .caption:after{
	background-image:url(../images/story_btn_ov.svg);
	background-color:#000;
	border-color:#000;
}
.storyList .item.right .caption:after{
    right: calc(0% - (6.25vw + 20px));
    left: auto;
	transform: rotateY(180deg);
}
.storyList .item.left .caption:after{
    left: calc(0% - (6.25vw + 20px));
    right: auto;
	transform: rotateY(0deg);		
}
.storyList .item .oneStory{
	width:100%;
	box-sizing:border-box;
	padding:10px;
	border:1px solid #b4beb9;
	border-radius:16px;
	background-color:#fff;
}
.storyList .item .photo {
	position:relative;
	width:100%;
	background-color:#fff;
	overflow:hidden;
	-webkit-transition-property: all;
	-webkit-transition-duration: 0.7s;
	-moz-transition-property: all;
	-moz-transition-duration: 0.7s;
	max-width: 100%;	
	box-sizing: border-box;
	padding: 0 2%;			
}
.storyList .item .photo .img{
	width: 100%;
	height: 0;
	padding-bottom:70%;
	display:block;
	background-image:url(../images/noCalculation.jpg);
    background-size: cover;
    background-position:center;
    background-color: #fff;
	background-repeat:no-repeat;
	-webkit-transition: 0.4s;
	   -moz-transition: 0.4s;    
		 -o-transition: 0.4s;
			transition: 0.4s;								
}
.storyList li.animating .item .storyWd,
.storyList li.animating .item .photo{
	opacity:0;
}
.storyList li.animated .item .storyWd{
	animation-duration:0.4s;
	animation-name:backInLeft;
}
.storyList li.animated .item .photo{
	animation-duration:1s;
	animation-name:rotateInUpLeft;
	transform-origin:left top;
}
.storyList li:hover,
.storyList li:has(.clicked){z-index:3;}
.storyList .item:hover,
.storyList .item:focus{
    -webkit-transform: translate3d(0, 50px, 0) scale(1) rotate(-5deg);
    -moz-transform: translate3d(0, 50px, 0) scale(1) rotate(-5deg);		
}
.storyList li:nth-child(even) .item:hover,
.storyList li:nth-child(even) .item:focus{
    -webkit-transform: translate3d(0, 50px, 0) scale(1) rotate(5deg);
    -moz-transform: translate3d(0, 50px, 0) scale(1) rotate(5deg);		
}
body .storyList:has(.clicked) li.animating .item:not(.clicked),
body.showing-item .item:not(.clicked){
	-webkit-filter: blur(2px) grayscale(0.5) opacity(0.4);
	-moz-filter: blur(2px) grayscale(0.5) opacity(0.4);
}
@-webkit-keyframes backInLeft{
	0%{opacity:.7;-webkit-transform:translateX(100%) scale(.7);transform:translateX(100%) scale(.7)}
	80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}
	to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes backInLeft{
	0%{opacity:.7;-webkit-transform:translateX(100%) scale(.7);transform:translateX(100%) scale(.7)}
	80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}
	to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
}
@-webkit-keyframes rotateInUpLeft{
	0%{opacity:0;-webkit-transform:rotate(15deg);transform:rotate(15deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
}
@keyframes rotateInUpLeft{
	0%{opacity:0;-webkit-transform:rotate(15deg);transform:rotate(15deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}
}
.storyList .item .storyMark{
	width:100px;
	margin:10px auto 0;
}
.storyList .item .storyMark .img{
	width:100%;
	height:0%;
	padding-bottom:42%;
	display:block;
	background-color: #fff;
    background-size: contain;
    background-position:center;
	background-repeat:no-repeat;
}
.storyList .item .storyWd{
	width:100%;
	text-align:left;
	font-size:2em;
	line-height:160%;
	font-weight:bold;
	color:#000000;
	box-sizing:border-box;
	padding:15px;
}
.storyList .item .storyWd p{
	font-size: 0.8125em;
	color: #666;
}
@media screen and (max-width:767px) {
	.storyList{ margin-bottom:150px;}
	.storyList ul li:has(+li){
		margin-bottom:150px;
	}
	.storyList .item .caption{
		bottom: -2%;
    	transform: translate3d(0, 100%, 0);
	}
	.storyList li:nth-child(odd) .item .caption{
		left:-2%;
	}
	.storyList li:nth-child(even) .item .caption{
		right:-2%;
	}
	.storyList .item .caption:after{
		width:50px; height:50px;
	}
	.storyList .item.right .caption:after{right: 0;}
	.storyList .item.left .caption:after{left: 0;}
	.storyList .item .caption p{
		width:calc(100% - 70px);
		-webkit-line-clamp:2;
	}
	.storyList li:nth-child(odd) .caption p{ margin-left:70px;}
	.storyList li:nth-child(even) .caption p{ margin-right:70px;}
}
@media screen and (min-width:768px) {
	.storyList ul{ margin:0 -19px;}
	.storyList ul li{
		width:50%;
		box-sizing:border-box;
		padding:19px;
	}
	.storyList .item:hover {
		z-index: 2;
		-webkit-transform: translate3d(0, -50px, 0) scaleY(0.8) rotate(-15deg) scale(1);
		-moz-transform: translate3d(0, -50px, 0) scaleY(0.8) rotate(-15deg) scale(1);	
	}
	.storyList .item:hover,
	.storyList .item:focus{
		z-index: 3;
		-webkit-transform: translate3d(0, 50px, 0) scale(1) rotate(-5deg);
		-moz-transform: translate3d(0, 50px, 0) scale(1) rotate(-5deg);		
	}
	.storyList li:nth-child(even) .item:hover,
	.storyList li:nth-child(even) .item:focus{
		-webkit-transform: translate3d(0, 50px, 0) scale(1) rotate(5deg);
		-moz-transform: translate3d(0, 50px, 0) scale(1) rotate(5deg);			
	}
	.storyList li:nth-child(odd) .item{}
	.storyList li:nth-child(even){
		margin-top:200px;
	}
	.storyList .item .caption{ width:90%;}
	.storyList li:nth-child(odd) .item .caption{
		top: 4%;
		left: 80%;
	}
	.storyList li:nth-child(even) .item .caption,
	.storyList li:nth-child(3n) .item .caption{
		bottom:4%;
		right: 80%;
	}
	.storyList .item.left.clicked .caption {
		left: 112%;
	}
	.storyList .item.right.clicked .caption{
		right: 112%;
	}
}
@media screen and (min-width:1260px) {
	.storyList {
		width:100%;
		margin: 50px auto 150px auto;
	}
	.storyList li:nth-child(odd) .item .caption{top:30px;}
	.storyList li:nth-child(even) .item .caption{bottom:30px;}
	.storyList .item.left .caption p{ margin-left:10px;}
	.storyList .item.right .caption p{margin-right:10px;}
	.storyList .item .caption:after{width:70px; height:70px;}
	.storyList .item.left .caption:after{left: -80px;}
	.storyList .item.right .caption:after{left:auto;right:-80px;}
}
@media screen and (min-width:1460px) {
	.storyList ul li{ width:33.33%;}
	.storyList .item.left.clicked .caption {
		left: calc(102% + 50px);
	}
	.storyList .item.right.clicked .caption,
	.storyList li:nth-child(3n) .item.left.clicked .caption,
  .storyList li:nth-child(3n) .item.left:active .caption{
		left:auto;
		right: calc(102% + 50px);
	}
	.storyList li:nth-child(3n) .item .caption:after{
		left:auto;right:-80px;
		transform: rotateY(180deg);
	}
	.storyList .item .storyMark{width:200px;}
	.storyList .item .storyWd{
		font-size:2.2em;
		padding:20px;
	}
}

@media print {
  .caseList ul li,
  .lazyBagList ul li {
    width: 50%;
  }
  .netzeroList ul li {
    width: 50%;
    padding: 0 15px;
  }
  .netzeroList ul li:nth-child(2n) {
    border-left: 1px dashed #cccccc;
  }
}
