@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500&family=Poppins:wght@400;500&display=swap");
.newsList .Txt p {
  color: #616161;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.8px;
}

@-webkit-keyframes logoMove {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes logoMove {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes logoBounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes logoBounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes dot-move {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes dot-move {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes gradient-fade {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), to(#f4f4f4));
    background: linear-gradient(to right, #f4f4f4, #f4f4f4);
  }
  100% {
    background: #eb4e4e;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #eb4e4e), color-stop(100%, #ff8b8b));
    background: -webkit-gradient(linear, left top, left bottom, from(#eb4e4e), to(#ff8b8b));
    background: linear-gradient(to bottom, #eb4e4e 0%, #ff8b8b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eb4e4e", endColorstr="#ff8b8b", GradientType=0 );
  }
}
@keyframes gradient-fade {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), to(#f4f4f4));
    background: linear-gradient(to right, #f4f4f4, #f4f4f4);
  }
  100% {
    background: #eb4e4e;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #eb4e4e), color-stop(100%, #ff8b8b));
    background: -webkit-gradient(linear, left top, left bottom, from(#eb4e4e), to(#ff8b8b));
    background: linear-gradient(to bottom, #eb4e4e 0%, #ff8b8b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eb4e4e", endColorstr="#ff8b8b", GradientType=0 );
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rerotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rerotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes dotAni {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.3;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
}
@keyframes dotAni {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.3;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
}
@-webkit-keyframes dotMoveAni {
  0%, 40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  10%, 30% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  20% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
  }
}
@keyframes dotMoveAni {
  0%, 40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  10%, 30% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  20% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
  }
}
.contentBox .leftBox {
  padding: 0 50px 0 0;
}
@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}
.contentBox .rightBox {
  padding: 0;
}

/*新訊列表*/
.newsList {
  padding-top: 20px;
}
.newsList li {
  padding-bottom: 35px;
}
.newsList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.newsList .Img {
  width: 495px;
  border-radius: 10px;
}
.newsList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsList .Txt {
  width: calc(100% - 495px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsList .Txt .left {
  padding-left: 35px;
  padding-right: 40px;
  min-width: 160px;
}
.newsList .Txt .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 2;
}
.newsList .Txt .date {
  color: #ff6d6d;
  font-family: "Poppins";
  text-align: center;
  position: relative;
  padding: 0 12px;
}
.newsList .Txt .date:before, .newsList .Txt .date:after {
  content: "";
  position: absolute;
  top: 13px;
}
.newsList .Txt .date:before {
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ffffff;
  width: calc(100% - 20px);
  height: 100%;
  z-index: 1;
}
.newsList .Txt .date:after {
  left: 0;
  width: 100%;
  height: calc(100% - 25px);
  border-radius: 5px;
  border: 1px solid #ff6d6d;
}
.newsList .Txt .date .day {
  font-size: 50px;
  font-weight: 500;
  font-family: "Poppins";
  letter-spacing: 2.5px;
  line-height: 1.1;
  border-bottom: 1px solid #ff6d6d;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}
.newsList .Txt .date .myBox {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.3px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.newsList .Txt .title a {
  display: block;
  padding-bottom: 16px;
  margin-bottom: 20px;
  color: #ff6d6d;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 1180px) {
  .newsList {
    padding: 50px 0;
  }
  .newsList .Img {
    width: 45%;
  }
  .newsList .Txt {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .newsList {
    padding: 30px 0;
  }
  .newsList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsList .titleBar .titleBox {
    width: 100%;
    text-align: center;
  }
  .newsList .Img,
.newsList .Txt {
    width: 100%;
  }
  .newsList .Txt {
    padding-top: 20px;
  }
  .newsList .Txt .left {
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .newsList .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newsList .Txt .left {
    padding-right: 0;
    text-align: center;
    padding-bottom: 10px;
  }
  .newsList .Txt .left .date {
    display: inline-block;
  }
  .newsList .Txt .left,
.newsList .Txt .right {
    width: 100%;
  }
}

.date {
  color: #ff6d6d;
  font-family: "Poppins";
  text-align: center;
  position: relative;
  padding: 0 12px;
}
.date:before, .date:after {
  content: "";
  position: absolute;
  top: 13px;
}
.date:before {
  left: 0;
  right: 0;
  margin: auto;
  background-color: #ffffff;
  width: calc(100% - 20px);
  height: 100%;
  z-index: 1;
}
.date:after {
  left: 0;
  width: 100%;
  height: calc(100% - 25px);
  border-radius: 5px;
  border: 1px solid #ff6d6d;
}
.date .day {
  font-size: 50px;
  font-weight: 500;
  font-family: "Poppins";
  letter-spacing: 2.5px;
  line-height: 1.1;
  border-bottom: 1px solid #ff6d6d;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}
.date .myBox {
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.3px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}

.newsDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsDate b {
  margin-left: 3px;
}
.newsDate .left {
  width: 100px;
}
.newsDate .right {
  width: calc(100% - 100px);
  padding-left: 30px;
}
.newsDate .date {
  max-width: 100px;
  margin: auto;
}
@media (max-width: 480px) {
  .newsDate .left,
.newsDate .right {
    width: 100%;
  }
  .newsDate .right {
    padding-left: 0;
    padding-top: 20px;
  }
}

.newIcon {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 0;
  margin-bottom: 5px;
  border-radius: 0;
  font-weight: 400;
  font-size: 13px;
  font-family: "Noto Sans TC";
}

/*內頁*/
/****分享*****/
.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: #ae4233;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#ae4233), to(#c44c4c));
  background: linear-gradient(to bottom, #ae4233 0%, #c44c4c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae4233", endColorstr="#c44c4c", GradientType=0);
  /* IE6-9 */
  cursor: pointer;
}
.shareBox .back:hover {
  background: #398cb1;
}

/********標題區*******/
.titleArea {
  clear: both;
  margin-bottom: 30px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.titleArea h1 {
  font-size: 19px;
  font-weight: 400;
  color: #2f2f2f;
  overflow: hidden;
}
.titleArea h1 strong {
  display: block;
  font-weight: 400;
}
.titleArea h1 b {
  /*標題區左-訊息日期*/
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #a3a3a3;
}
.titleArea .btn-fb {
  /*fb*/
  float: left;
}
.titleArea a.back {
  /*回上頁*/
  float: right;
  display: block;
  margin-left: 5px;
  font-size: 10pt;
  color: #06F;
  cursor: pointer;
}