/* CSS Document */
.newsList .Txt .btnText::after, .newsList .Txt .btnText, .newsList .Txt .text, .newsList .Txt .title, .newsList .Txt, .newsList .item::before, .newsList .item, .newsInfoBox .classTitle, .newsInfoBox .dateBox .year, .newsInfoBox .dateBox .date, .contentBox .rightBox {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mainArea {
  padding: 100px 0;
}

.contentBox:not(.insPage) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media (max-width: 1366px) {
  .contentBox:not(.insPage) {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
@media (max-width: 1180px) {
  .contentBox:not(.insPage) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4rem;
  }
}
@media (max-width: 768px) {
  .contentBox:not(.insPage) {
    row-gap: 3rem;
  }
}
.contentBox .leftBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 300px;
}
@media (max-width: 1366px) {
  .contentBox .leftBox {
    width: 260px;
  }
}
@media (max-width: 1180px) {
  .contentBox .leftBox {
    width: 100%;
  }
}
.contentBox .rightBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1180px) {
  .contentBox .rightBox {
    width: 100%;
  }
}
.contentBox .rightBox.ajaxDisabled {
  opacity: 0.15;
  pointer-events: none;
}

.newsInfoBox {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.625rem 1rem;
}
@media (max-width: 768px) {
  .newsInfoBox {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
.newsInfoBox .dateBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}
@media (max-width: 1180px) {
  .newsInfoBox .dateBox {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
  }
}
@media (max-width: 375px) {
  .newsInfoBox .dateBox {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}
.newsInfoBox .dateBox .date {
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #be2b19;
}
@media (max-width: 1180px) {
  .newsInfoBox .dateBox .date {
    font-size: 26px;
  }
}
@media (max-width: 375px) {
  .newsInfoBox .dateBox .date {
    font-size: 24px;
  }
}
.newsInfoBox .dateBox .year {
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #434343;
  text-transform: uppercase;
  padding-bottom: 0.125rem;
}
@media (max-width: 1180px) {
  .newsInfoBox .dateBox .year {
    font-size: 13px;
  }
}
@media (max-width: 375px) {
  .newsInfoBox .dateBox .year {
    font-size: 12px;
  }
}
.newsInfoBox .classTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #be2b19;
}
@media (max-width: 1180px) {
  .newsInfoBox .classTitle {
    font-size: 13px;
  }
}

.newsList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  gap: 3.375rem 3rem;
}
@media (max-width: 1180px) {
  .newsList {
    gap: 2.625rem 2rem;
  }
}
@media (max-width: 991px) {
  .newsList {
    gap: 3.375rem 3rem;
  }
}
@media (max-width: 768px) {
  .newsList {
    gap: 2.625rem 1.5rem;
  }
}
@media (max-width: 375px) {
  .newsList {
    gap: 2.25rem 1rem;
  }
}
.newsList .newsItem {
  position: relative;
  width: calc(50% - 3rem * 1 / 2);
}
@media (max-width: 1180px) {
  .newsList .newsItem {
    width: calc(33.3333333333% - 2rem * 2 / 3);
  }
}
@media (max-width: 991px) {
  .newsList .newsItem {
    width: calc(50% - 3rem * 1 / 2);
  }
}
@media (max-width: 768px) {
  .newsList .newsItem {
    width: calc(50% - 1.5rem * 1 / 2);
  }
}
@media (max-width: 575px) {
  .newsList .newsItem {
    width: 100%;
  }
}
.newsList .item {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  border-radius: 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(98, 98, 98, 0.1);
          box-shadow: 0px 0px 25px 0px rgba(98, 98, 98, 0.1);
  padding: 2.25rem 1.875rem 1.875rem;
  cursor: pointer;
  overflow: clip;
}
@media (max-width: 1180px) {
  .newsList .item {
    padding: 2rem 1.5rem 1.5rem;
  }
}
@media (max-width: 375px) {
  .newsList .item {
    padding: 1.5rem 1.25rem;
  }
}
.newsList .item::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 0;
  height: 0;
  background-color: #be2b19;
  border-bottom-right-radius: 1rem;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  opacity: 0;
}
@media (min-width: 1181px) {
  .newsList .item:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  .newsList .item:hover .newsInfoBox .dateBox .date {
    color: #fff;
  }
  .newsList .item:hover .newsInfoBox .dateBox .year {
    color: rgba(255, 255, 255, 0.7);
  }
  .newsList .item:hover .newsInfoBox .classTitle {
    color: #fff;
  }
  .newsList .item:hover .Txt:not(:has(.Img)) {
    border-color: #fff;
  }
  .newsList .item:hover .Txt .title,
  .newsList .item:hover .Txt .text {
    color: #fff;
  }
  .newsList .item:hover .Txt .btnText {
    color: #fff;
  }
  .newsList .item:hover .Txt .btnText::after {
    background-color: #fff;
  }
}
.newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsList .Txt {
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2rem;
  margin-top: 1.625rem;
}
@media (max-width: 1180px) {
  .newsList .Txt {
    margin-top: 1rem;
  }
}
@media (max-width: 375px) {
  .newsList .Txt {
    margin-top: 0.75rem;
    row-gap: 1.5rem;
  }
}
.newsList .Txt:not(:has(.Img)) {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 1.5rem;
}
@media (max-width: 1180px) {
  .newsList .Txt:not(:has(.Img)) {
    padding-top: 1rem;
  }
}
@media (max-width: 375px) {
  .newsList .Txt:not(:has(.Img)) {
    padding-top: 0.75rem;
  }
}
.newsList .Txt .textBox {
  position: relative;
  width: 100%;
}
.newsList .Txt .title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #434343;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1180px) {
  .newsList .Txt .title {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .newsList .Txt .title {
    font-size: 15px;
  }
}
.newsList .Txt .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #707070;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 1.25rem;
}
@media (max-width: 1180px) {
  .newsList .Txt .text {
    font-size: 15px;
    margin-top: 0.625rem;
  }
}
@media (max-width: 375px) {
  .newsList .Txt .text {
    font-size: 14px;
  }
}
.newsList .Txt .btnText {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #707070;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .newsList .Txt .btnText {
    font-size: 10px;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}
.newsList .Txt .btnText::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 10px;
  height: 8px;
  background-color: #707070;
  -webkit-mask-image: url("../images/deco/arrow.png");
          mask-image: url("../images/deco/arrow.png");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width: 768px) {
  .newsList .Txt .btnText::after {
    width: 8px;
    height: 6px;
  }
}
.newsList .Img {
  margin-bottom: 1rem;
}
.newsList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.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: 1181px) {
  .shareBox .back:hover {
    background: #398cb1;
  }
}

.insPage .newsInfoBox {
  margin-bottom: 1rem;
}
@media (max-width: 1180px) {
  .insPage .newsInfoBox {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 375px) {
  .insPage .newsInfoBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.insPage .sideShare {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .insPage .sideShare {
    margin-bottom: 0.625rem;
  }
}
/*# sourceMappingURL=news.css.map */