/* CSS Document */
.newsInfoBox {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.newsInfoBox .dateBox {
  width: auto;
  height: auto;
  border: solid 1px rgba(51, 51, 51, 0.2);
  border-width: 0 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px 0;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .newsInfoBox .dateBox {
    padding: 10px 20px 0;
  }
}
.newsInfoBox .dateBox p {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 2px;
  font-family: "EB Garamond", "Microsoft JhengHei", serif;
  font-style: normal;
}
.newsInfoBox .dateBox p:first-child {
  font-size: 54px;
  margin: 0 5px 15px 0;
}
.newsInfoBox .classTitle {
  color: #D38034;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
.newsInfoBox .classTitle.right {
  margin-left: auto;
}

.caseTypeBox {
  width: 100%;
  text-align: center;
  margin: 50px 0;
}
.caseTypeBox .classTitle {
  color: #D38034;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}

.albumBox.case {
  width: 100%;
  position: relative;
  margin: 100px 0 0 0;
}
.albumBox.case .albumList .albumItem {
  height: auto;
  padding: 50px 0;
}
.albumBox.case .albumList img {
  width: 420px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 8px 8px 26px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 26px 0 rgba(0, 0, 0, 0.2);
  padding: 30px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .albumBox.case .albumList img {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.albumBox.case .albumListNav {
  position: absolute;
  top: -10px;
  right: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .albumBox.case .albumListNav {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.albumBox.case .albumListNav .slick-current .pageBtn {
  background: #D38034;
}
.albumBox.case .albumListNav .slick-slide {
  margin: 0 10px 10px 0;
}
.albumBox.case .albumListNav .slick-slide:last-child {
  margin-right: 0;
}
.albumBox.case .albumListNav .pageBtn {
  background: #999999;
  border-radius: 8px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  padding: 12px 8px;
}
.albumBox.case .bgPage {
  width: 420px;
  height: 570px;
  background-color: #ffffff;
  border-radius: 10px;
  background-size: contain;
  position: absolute;
  top: 120px;
  z-index: -1;
}
@media (max-width: 768px) {
  .albumBox.case .bgPage {
    display: none;
  }
}
.albumBox.case .bgPage::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 510px;
  background: url("../images/demoPage.png") no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.albumBox.case .bgPage.p1 {
  left: 250px;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.albumBox.case .bgPage.p2 {
  right: 250px;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.albumBox.case .bgPage.p3 {
  left: 150px;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  z-index: -2;
}
.albumBox.case .bgPage.p4 {
  right: 150px;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  z-index: -2;
}

.caseTableBox {
  width: 100%;
  height: auto;
  border: solid 1px rgba(211, 128, 52, 0.2);
  border-radius: 20px;
  overflow: hidden;
}
.caseTableBox table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
}
.caseTableBox table tr {
  width: 100%;
  border-bottom: solid 1px rgba(211, 128, 52, 0.2);
}
@media (max-width: 900px) {
  .caseTableBox table tr {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.caseTableBox table tr:last-child {
  border: none;
}
.caseTableBox table tr td {
  width: 20%;
  vertical-align: middle;
  padding: 40px 30px;
}
@media (max-width: 900px) {
  .caseTableBox table tr td {
    width: 100%;
    border-bottom: solid 1px rgba(211, 128, 52, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 20px;
  }
}
.caseTableBox table tr td.sp .smallTitle,
.caseTableBox table tr td.sp .text {
  color: #d33437;
}
.caseTableBox table tr td.textBox {
  width: 100%;
  background: rgba(211, 128, 52, 0.2);
}
.caseTableBox table tr td.textBox .smallTitle {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 900px) {
  .caseTableBox table tr td.textBox .smallTitle {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}
.caseTableBox table tr td.textBox .text {
  color: #666666;
  font-weight: 300;
  line-height: 30px;
}
.caseTableBox table tr td:nth-of-type(3), .caseTableBox table tr td:nth-of-type(4) {
  width: 30%;
}
@media (max-width: 900px) {
  .caseTableBox table tr td:nth-of-type(3), .caseTableBox table tr td:nth-of-type(4) {
    width: 100%;
  }
}
.caseTableBox table tr td .smallTitle {
  color: #666666;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .caseTableBox table tr td .smallTitle {
    margin: 0 20px 0 0;
  }
}
.caseTableBox table tr td .text {
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
@media (max-width: 900px) {
  .caseTableBox table tr td .text {
    font-size: 16px;
  }
}

.newsList {
  width: 100%;
}
.newsList .newsItem {
  padding: 25px 0;
}
.newsList .newsItem:not(:first-child) {
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
.newsList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsList .Img {
  width: 150px;
  height: 150px;
  border: solid 2px #171717;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 50px;
}
@media (max-width: 640px) {
  .newsList .Img {
    display: none;
  }
}
.newsList .Img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.newsList .Txt {
  width: 100%;
  overflow: hidden;
}
.newsList .Txt .newsInfoBox {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.newsList .Txt .newsInfoBox .dateBox {
  width: auto;
  height: auto;
  border: solid 1px rgba(51, 51, 51, 0.2);
  border-width: 0 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px 0;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .newsList .Txt .newsInfoBox .dateBox {
    padding: 10px 20px 0;
  }
}
.newsList .Txt .newsInfoBox .dateBox p {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 2px;
  font-family: "EB Garamond", "Microsoft JhengHei", serif;
  font-style: normal;
}
.newsList .Txt .newsInfoBox .dateBox p:first-child {
  font-size: 54px;
  margin: 0 5px 15px 0;
}
.newsList .Txt .newsInfoBox .classTitle {
  color: #D38034;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
.newsList .Txt .title {
  margin-bottom: 10px;
}
.newsList .Txt .title a {
  color: #666666;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
@media (min-width: 1201px) {
  .newsList .Txt .title a:hover {
    color: #D38034;
  }
}
.newsList .Txt .text {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}

.knowledgeList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.knowledgeList .knowledgeItem {
  width: 50%;
  border-right: 1px solid rgba(51, 51, 51, 0.2);
  padding: 25px;
  margin: 10px 0;
}
@media (max-width: 900px) {
  .knowledgeList .knowledgeItem {
    width: 100%;
    border: none;
    border-bottom: solid 1px rgba(51, 51, 51, 0.2);
    margin: 0;
  }
}
.knowledgeList .knowledgeItem:nth-of-type(even) {
  border: none;
}
@media (max-width: 900px) {
  .knowledgeList .knowledgeItem:nth-of-type(even) {
    border-bottom: solid 1px rgba(51, 51, 51, 0.2);
  }
}
.knowledgeList .knowledgeItem:last-child {
  border: none;
}
.knowledgeList .Txt {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .knowledgeList .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.knowledgeList .Txt .newsInfoBox {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px 0 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 130px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 480px) {
  .knowledgeList .Txt .newsInfoBox {
    margin: 0 auto 30px;
  }
}
.knowledgeList .Txt .newsInfoBox .dateBox {
  width: auto;
  height: auto;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  margin: 0 0 20px;
}
.knowledgeList .Txt .newsInfoBox .dateBox p {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 2px;
  font-family: "EB Garamond", "Microsoft JhengHei", serif;
  font-style: normal;
}
.knowledgeList .Txt .newsInfoBox .dateBox p:first-child {
  font-size: 54px;
  margin: 0 5px 15px 0;
}
.knowledgeList .Txt .newsInfoBox .classTitle {
  color: #D38034;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
.knowledgeList .Txt .title {
  margin-bottom: 10px;
}
.knowledgeList .Txt .title a {
  color: #666666;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
@media (min-width: 1201px) {
  .knowledgeList .Txt .title a:hover {
    color: #D38034;
  }
}
.knowledgeList .Txt .text {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}

.caseList {
  width: 100%;
}
.caseList .caseItem {
  padding: 25px 0;
}
.caseList .caseItem:not(:first-child) {
  border-top: 1px solid #e4e2e2;
}
.caseList .Txt {
  position: relative;
  overflow: hidden;
}
.caseList .Txt .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}
.caseList .Txt .top .title {
  margin-right: 10px;
}
.caseList .Txt .top .title a {
  color: #D38034;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
.caseList .Txt .top .title a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.caseList .Txt .top .old {
  color: #666666;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  margin-right: 10px;
}
.caseList .Txt .top .job {
  color: #666666;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
}
.caseList .Txt .text {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 2px;
  font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.shareBox {
  float: right;
}
.shareBox .btn-fb {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.shareBox .back {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: rgb(174, 66, 51);
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(174, 66, 51)), to(rgb(196, 76, 76)));
  background: linear-gradient(to bottom, rgb(174, 66, 51) 0%, rgb(196, 76, 76) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233", endColorstr="#c44c4c", GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}
.shareBox .back:hover {
  background: #398cb1;
}
/*# sourceMappingURL=news.css.map */