@charset "UTF-8";
/* CSS Document */
.newsItem .decoBorder {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.newsInfoBox {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.newsInfoBox svg {
  width: 80px;
  height: 110px;
  color: #b0644b;
}
@media (max-width: 1180px) {
  .newsInfoBox svg {
    width: 70px;
    height: 95px;
  }
}
.newsInfoBox .dateBox {
  position: absolute;
  top: calc(50% - 4px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.newsInfoBox .dateBox .text {
  position: relative;
  font-family: "Noto Serif TC", "Microsoft JhengHei", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #eae5d9;
  text-align: center;
}
@media (max-width: 1180px) {
  .newsInfoBox .dateBox .text {
    font-size: 22px;
  }
}
.newsInfoBox .dateBox .text + .text {
  padding-top: 1rem;
  margin-top: 0.5rem;
}
.newsInfoBox .dateBox .text + .text::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #eae5d9;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) skewX(-15deg);
          transform: translateX(-50%) skewX(-15deg);
}

.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem 2.25rem;
}
@media (max-width: 1180px) {
  .newsList {
    -webkit-column-gap: 1.125rem;
       -moz-column-gap: 1.125rem;
            column-gap: 1.125rem;
  }
}
@media (max-width: 991px) {
  .newsList {
    row-gap: 1rem;
  }
}
@media (max-width: 640px) {
  .newsList {
    row-gap: 0.625rem;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
@media (max-width: 575px) {
  .newsList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.newsItem {
  position: relative;
  width: calc(33.3333333333% - 24px);
}
@media (max-width: 1180px) {
  .newsItem {
    width: calc(33.3333333333% - 12px);
  }
}
@media (max-width: 991px) {
  .newsItem {
    width: calc(50% - 9px);
  }
}
@media (max-width: 640px) {
  .newsItem {
    width: calc(50% - 5px);
  }
}
@media (max-width: 575px) {
  .newsItem {
    width: 100%;
    max-width: 400px;
  }
}
.newsItem .item {
  position: relative;
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1201px) {
  .newsItem .item:hover .decoBorder {
    opacity: 1;
  }
  .newsItem .item:hover .decoBorder .border::before {
    width: 100%;
  }
  .newsItem .item:hover .decoBorder .border::after {
    height: 100%;
  }
  .newsItem .item:hover .btnBox .btn .btnText {
    color: #b0644b;
  }
  .newsItem .item:hover .btnBox .btn .angle::before {
    background-color: #b0644b;
  }
}
.newsItem .decoBorder {
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 20px);
  left: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
}
.newsItem .decoBorder .dotBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.newsItem .decoBorder .dotBox .dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #414535;
  border-radius: 50%;
  border: 3px solid #eae5d9;
  z-index: 1;
}
.newsItem .decoBorder .dotBox .dot:nth-child(1) {
  top: 0;
  left: 0;
}
.newsItem .decoBorder .dotBox .dot:nth-child(2) {
  top: 0;
  right: 0;
}
.newsItem .decoBorder .dotBox .dot:nth-child(3) {
  bottom: 0;
  left: 0;
}
.newsItem .decoBorder .dotBox .dot:nth-child(4) {
  bottom: 0;
  right: 0;
}
.newsItem .decoBorder .borderBox {
  position: absolute;
  width: calc(100% - 7px);
  height: calc(100% - 7px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.newsItem .decoBorder .borderBox .border {
  position: absolute;
  width: 100%;
  height: 100%;
}
.newsItem .decoBorder .borderBox .border::before {
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background-color: #414535;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.newsItem .decoBorder .borderBox .border::after {
  display: block;
  content: "";
  width: 1px;
  height: 0;
  background-color: #414535;
  -webkit-transition: all 0.8s ease-in-out 0.2s;
  transition: all 0.8s ease-in-out 0.2s;
}
.newsItem .decoBorder .borderBox .border.top::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
.newsItem .decoBorder .borderBox .border.top::after {
  position: absolute;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}
.newsItem .decoBorder .borderBox .border.bottom::before {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
}
.newsItem .decoBorder .borderBox .border.bottom::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}
.newsItem .newsCardBox {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.newsItem .Img {
	display: block;
	aspect-ratio: 16 / 9;
	width: 100%;
}
.newsItem .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsItem .Txt {
  position: relative;
  padding: 1rem 1.25rem 1.5rem;
  background-color: #fff;
}
.newsItem .Txt .textBox {
  position: relative;
  margin: 0.625rem 0;
}
@media (max-width: 991px) {
  .newsItem .Txt .textBox {
    margin: 0.25rem 0 0;
  }
}
.newsItem .Txt .title {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.newsItem .Txt .title::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(65, 69, 53, 0.3);
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  right: auto;
}
.newsItem .Txt .title span {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: normal;
  color: #414535;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .newsItem .Txt .title span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .newsItem .Txt .title span {
    font-size: 18px;
  }
}
.newsItem .Txt .text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.625;
  color: #505442;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 991px) {
  .newsItem .Txt .text {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .newsItem .Txt .text {
    font-size: 13px;
  }
}
.newsItem .classTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.625;
  color: #b0644b;
}
@media (max-width: 991px) {
  .newsItem .classTitle {
    font-size: 14px;
    margin-left: -6px;
  }
}
@media (max-width: 575px) {
  .newsItem .classTitle {
    font-size: 13px;
  }
}
.newsItem .classTitle::before {
  position: relative;
  content: "【";
  display: block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.625;
  color: #b0644b;
}
.newsItem .classTitle::after {
  position: relative;
  content: "】";
  display: block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.625;
  color: #b0644b;
}
.newsItem .btnBox .btn {
  padding: 0;
  min-width: initial;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (max-width: 768px) {
  .newsItem .btnBox .btn .btnText {
    font-size: 13px;
  }
}
.newsItem .btnBox .btn.colorMain {
  border: 0;
}
.newsItem .btnBox .btn .angle {
  width: 18px;
  height: 1px;
}
.newsItem .btnBox .btn .angle::after {
  display: none;
}
.newsItem .linkWrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.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;
}
@media (min-width: 1201px) {
  .shareBox .back:hover {
    background: #398cb1;
  }
}

.contentBox.insContent {
  position: relative;
}
@media (max-width: 768px) {
  .contentBox.insContent {
    padding-top: 40px;
  }
}
.contentBox.insContent .topBox {
  position: relative;
}
.contentBox.insContent .newsInfoBox {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .contentBox.insContent .newsInfoBox {
    display: none;
  }
}