@charset "UTF-8";
/* CSS Document */
.newsList .Img img {
  transition: all 0.5s;
}

/*****列表*****/
@media (min-width: 641px) {
  .newsList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .newsList li {
    width: calc(100% / 3);
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .newsList li {
    width: calc(100% / 2);
  }
}
@media (min-width: 641px) {
  .newsList li {
    padding: 12px;
  }
}
@media (max-width: 640px) {
  .newsList li {
    margin-top: 40px;
  }
}
@media (min-width: 1181px) {
  .newsList li:nth-of-type(12n+3), .newsList li:nth-of-type(12n+4), .newsList li:nth-of-type(12n+7), .newsList li:nth-of-type(12n+8), .newsList li:nth-of-type(12n+11), .newsList li:nth-of-type(12n) {
    width: 290px;
  }
}
@media (min-width: 1181px) {
  .newsList li:nth-of-type(12n+3) .txtExp, .newsList li:nth-of-type(12n+4) .txtExp, .newsList li:nth-of-type(12n+7) .txtExp, .newsList li:nth-of-type(12n+8) .txtExp, .newsList li:nth-of-type(12n+11) .txtExp, .newsList li:nth-of-type(12n) .txtExp {
    margin-bottom: 30px;
  }
}
@media (min-width: 1181px) {
  .newsList li:nth-of-type(12n+3) .date, .newsList li:nth-of-type(12n+4) .date, .newsList li:nth-of-type(12n+7) .date, .newsList li:nth-of-type(12n+8) .date, .newsList li:nth-of-type(12n+11) .date, .newsList li:nth-of-type(12n) .date {
    display: none;
  }
}
@media (min-width: 1181px) {
  .newsList li:nth-of-type(12n+3) .newIcon, .newsList li:nth-of-type(12n+4) .newIcon, .newsList li:nth-of-type(12n+7) .newIcon, .newsList li:nth-of-type(12n+8) .newIcon, .newsList li:nth-of-type(12n+11) .newIcon, .newsList li:nth-of-type(12n) .newIcon {
    display: none;
  }
}
@media (min-width: 1181px) {
  .newsList li:nth-of-type(12n+3) .btn, .newsList li:nth-of-type(12n+4) .btn, .newsList li:nth-of-type(12n+7) .btn, .newsList li:nth-of-type(12n+8) .btn, .newsList li:nth-of-type(12n+11) .btn, .newsList li:nth-of-type(12n) .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    line-height: 1;
    margin-top: auto;
    padding: 0;
    border: 0;
    letter-spacing: 0.5pt;
    background-color: transparent;
  }
  .newsList li:nth-of-type(12n+3) .btn svg, .newsList li:nth-of-type(12n+4) .btn svg, .newsList li:nth-of-type(12n+7) .btn svg, .newsList li:nth-of-type(12n+8) .btn svg, .newsList li:nth-of-type(12n+11) .btn svg, .newsList li:nth-of-type(12n) .btn svg {
    display: none;
  }
  .newsList li:nth-of-type(12n+3) .btn::after, .newsList li:nth-of-type(12n+4) .btn::after, .newsList li:nth-of-type(12n+7) .btn::after, .newsList li:nth-of-type(12n+8) .btn::after, .newsList li:nth-of-type(12n+11) .btn::after, .newsList li:nth-of-type(12n) .btn::after {
    top: 0;
    color: #a9a9a9;
  }
  .newsList li:nth-of-type(12n+3) .btn:hover, .newsList li:nth-of-type(12n+4) .btn:hover, .newsList li:nth-of-type(12n+7) .btn:hover, .newsList li:nth-of-type(12n+8) .btn:hover, .newsList li:nth-of-type(12n+11) .btn:hover, .newsList li:nth-of-type(12n) .btn:hover {
    color: #bd2020;
  }
  .newsList li:nth-of-type(12n+3) .btn:hover::after, .newsList li:nth-of-type(12n+4) .btn:hover::after, .newsList li:nth-of-type(12n+7) .btn:hover::after, .newsList li:nth-of-type(12n+8) .btn:hover::after, .newsList li:nth-of-type(12n+11) .btn:hover::after, .newsList li:nth-of-type(12n) .btn:hover::after {
    color: #bd2020;
  }
}
@media (min-width: 1181px) {
  .newsList li:nth-of-type(12n+1), .newsList li:nth-of-type(12n+2), .newsList li:nth-of-type(12n+5), .newsList li:nth-of-type(12n+6), .newsList li:nth-of-type(12n+9), .newsList li:nth-of-type(12n+10) {
    width: calc(100% - 290px);
  }
}
@media (min-width: 1181px) {
  .newsList li:nth-of-type(12n+1) .item, .newsList li:nth-of-type(12n+2) .item, .newsList li:nth-of-type(12n+5) .item, .newsList li:nth-of-type(12n+6) .item, .newsList li:nth-of-type(12n+9) .item, .newsList li:nth-of-type(12n+10) .item {
    display: flex;
  }
}
@media (min-width: 1181px) {
  .newsList li:nth-of-type(12n+1) .Img, .newsList li:nth-of-type(12n+2) .Img, .newsList li:nth-of-type(12n+5) .Img, .newsList li:nth-of-type(12n+6) .Img, .newsList li:nth-of-type(12n+9) .Img, .newsList li:nth-of-type(12n+10) .Img {
    width: calc(50% + 90px);
  }
}
@media (min-width: 1181px) {
  .newsList li:nth-of-type(12n+1) .Txt, .newsList li:nth-of-type(12n+2) .Txt, .newsList li:nth-of-type(12n+5) .Txt, .newsList li:nth-of-type(12n+6) .Txt, .newsList li:nth-of-type(12n+9) .Txt, .newsList li:nth-of-type(12n+10) .Txt {
    width: calc(50% - 90px);
  }
}
@media (min-width: 1301px) {
  .newsList li:nth-of-type(12n+1) .Txt, .newsList li:nth-of-type(12n+2) .Txt, .newsList li:nth-of-type(12n+5) .Txt, .newsList li:nth-of-type(12n+6) .Txt, .newsList li:nth-of-type(12n+9) .Txt, .newsList li:nth-of-type(12n+10) .Txt {
    padding: 35px 40px;
  }
}
@media (min-width: 1181px) and (max-width: 1300px) {
  .newsList li:nth-of-type(12n+1) .Txt, .newsList li:nth-of-type(12n+2) .Txt, .newsList li:nth-of-type(12n+5) .Txt, .newsList li:nth-of-type(12n+6) .Txt, .newsList li:nth-of-type(12n+9) .Txt, .newsList li:nth-of-type(12n+10) .Txt {
    padding: 30px;
  }
}
@media (min-width: 1301px) {
  .newsList li:nth-of-type(12n+1) h3, .newsList li:nth-of-type(12n+2) h3, .newsList li:nth-of-type(12n+5) h3, .newsList li:nth-of-type(12n+6) h3, .newsList li:nth-of-type(12n+9) h3, .newsList li:nth-of-type(12n+10) h3 {
    font-size: 30px;
  }
}
@media (min-width: 1181px) and (max-width: 1300px) {
  .newsList li:nth-of-type(12n+1) h3, .newsList li:nth-of-type(12n+2) h3, .newsList li:nth-of-type(12n+5) h3, .newsList li:nth-of-type(12n+6) h3, .newsList li:nth-of-type(12n+9) h3, .newsList li:nth-of-type(12n+10) h3 {
    font-size: 25px;
  }
}
@media (min-width: 1181px) {
  .newsList li:nth-of-type(12n+1) .txtExp, .newsList li:nth-of-type(12n+2) .txtExp, .newsList li:nth-of-type(12n+5) .txtExp, .newsList li:nth-of-type(12n+6) .txtExp, .newsList li:nth-of-type(12n+9) .txtExp, .newsList li:nth-of-type(12n+10) .txtExp {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1301px) {
  .newsList li:nth-of-type(12n+1) .newsDate, .newsList li:nth-of-type(12n+2) .newsDate, .newsList li:nth-of-type(12n+5) .newsDate, .newsList li:nth-of-type(12n+6) .newsDate, .newsList li:nth-of-type(12n+9) .newsDate, .newsList li:nth-of-type(12n+10) .newsDate {
    margin-bottom: 30px;
  }
}
@media (min-width: 1181px) and (max-width: 1300px) {
  .newsList li:nth-of-type(12n+1) .newsDate, .newsList li:nth-of-type(12n+2) .newsDate, .newsList li:nth-of-type(12n+5) .newsDate, .newsList li:nth-of-type(12n+6) .newsDate, .newsList li:nth-of-type(12n+9) .newsDate, .newsList li:nth-of-type(12n+10) .newsDate {
    margin-bottom: 20px;
  }
}
@media (min-width: 1181px) {
  .newsList li:nth-of-type(12n+1) .btn, .newsList li:nth-of-type(12n+2) .btn, .newsList li:nth-of-type(12n+5) .btn, .newsList li:nth-of-type(12n+6) .btn, .newsList li:nth-of-type(12n+9) .btn, .newsList li:nth-of-type(12n+10) .btn {
    margin-top: auto;
  }
}
@media (min-width: 1181px) {
  .newsList li:nth-of-type(4n+1) .Img {
    order: 2;
  }
}
@media (min-width: 1181px) {
  .newsList li:first-of-type {
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .newsList li:first-of-type .item {
    display: flex;
  }
}
@media (min-width: 1181px) {
  .newsList li:first-of-type .Img {
    width: calc(50% + 55px);
  }
}
@media (min-width: 1181px) {
  .newsList li:first-of-type .Txt {
    width: calc(50% - 55px);
    padding: 40px 45px;
  }
}
@media (min-width: 1181px) {
  .newsList li:first-of-type .newsDate {
    order: 2;
    margin-top: auto;
    padding-right: 220px;
  }
}
@media (min-width: 1181px) {
  .newsList li:first-of-type .btn {
    order: 3;
    margin-top: -60px;
    margin-left: auto;
  }
}
.newsList .item {
  height: 100%;
  background-color: #212121;
}
.newsList .Img {
  overflow: hidden;
}
.newsList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsList .item:hover .Img img {
  opacity: 0.9;
  transform: scale(1.1);
}
.newsList .Txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px 20px;
}
.newsList h3 {
  margin-top: 15px;
  font-size: 20px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  color: 　 #fff;
  line-height: 1.35;
  text-transform: uppercase;
}
.newsList h3 a:not(:hover) {
  color: #fff;
}
.newsList .txtExp {
  max-height: calc(23px * 3);
  margin-top: 20px;
}
@media (min-width: 1181px) {
  .newsList .txtExp {
    margin-bottom: 20px;
  }
}
.newsList .date {
  font-size: 14px;
  color: #a9a9a9;
  text-transform: uppercase;
}
@media (max-width: 1180px) {
  .newsList .date {
    margin-top: 5px;
  }
}
@media (min-width: 581px) and (max-width: 1180px) {
  .newsList .btn {
    margin-top: 30px;
  }
}
@media (max-width: 580px) {
  .newsList .btn {
    display: none;
  }
}

.newsDate {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.newsDate .newIcon::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: rgba(189, 32, 32, 0.5);
}

.newIcon {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.5pt;
  text-transform: uppercase;
}

/*****內頁*****/
.titleArea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 961px) and (max-width: 1180px) {
  .titleArea {
    padding-right: 140px;
  }
}
.titleArea .articleTitle {
  width: 100%;
  margin-top: 5px;
}
.titleArea .date {
  width: 100%;
  font-size: 14px;
  color: #a9a9a9;
  text-transform: uppercase;
}
.titleArea .newIcon {
  padding-right: 40px;
}

.contentBox {
  position: relative;
}
.contentBox .textEditor {
  margin-top: 30px;
}
.contentBox .btnBack {
  font-size: 14px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #fff;
  letter-spacing: 1pt;
  text-transform: uppercase;
  background-color: #bd2020;
}
@media (min-width: 961px) {
  .contentBox .btnBack {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1181px) {
  .contentBox .btnBack {
    top: -25px;
    height: 175px;
  }
}
@media (min-width: 1601px) {
  .contentBox .btnBack {
    right: 0;
  }
}
@media (min-width: 1921px) {
  .contentBox .btnBack {
    width: calc((1920px - 1440px) / 2);
  }
}
@media (min-width: 1601px) and (max-width: 1920px) {
  .contentBox .btnBack {
    width: calc((100vw - 1440px) / 2);
  }
}
@media (min-width: 1501px) and (max-width: 1600px) {
  .contentBox .btnBack {
    left: calc(100% + 70px + 30px);
    width: 110px;
  }
}
@media (min-width: 1181px) and (max-width: 1500px) {
  .contentBox .btnBack {
    left: calc(100% + 70px + 30px);
    width: 80px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .contentBox .btnBack {
    top: 20px;
    right: -50px;
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 1801px) {
  .contentBox .btnBack {
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  .contentBox .btnBack {
    display: block;
    width: 160px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (min-width: 961px) {
  .contentBox .pageBox {
    position: absolute;
    top: 50px;
    z-index: 5;
  }
}
@media (min-width: 1921px) {
  .contentBox .pageBox {
    right: calc((1920px - 1440px) / 2 + 35px);
  }
}
@media (min-width: 1601px) and (max-width: 1920px) {
  .contentBox .pageBox {
    right: calc((100vw - 1440px) / 2 + 35px);
  }
}
@media (min-width: 1181px) and (max-width: 1600px) {
  .contentBox .pageBox {
    left: 100%;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .contentBox .pageBox {
    right: 60px;
  }
}
@media (min-width: 1181px) {
  .contentBox .pageBox {
    padding-top: 3px;
  }
}
@media (max-width: 960px) {
  .contentBox .pageBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
  }
}
@media (min-width: 961px) {
  .contentBox .pageBox::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1801px) {
  .contentBox .pageBox::before {
    width: 100px;
  }
}
@media (min-width: 1601px) and (max-width: 1800px) {
  .contentBox .pageBox::before {
    width: 60px;
  }
}
@media (min-width: 961px) and (max-width: 1600px) {
  .contentBox .pageBox::before {
    width: 35px;
  }
}

.side_share {
  flex-grow: 1;
}

@media (max-width: 1180px) {
  .fixedLeftBox > .Img {
    display: none;
  }
}
.leftBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 1181px) and (min-height: 871px) {
  .leftBox .side_material,
  .leftBox .side_product {
    margin-top: 100px;
  }
}
@media (min-width: 1181px) and (max-height: 870px) {
  .leftBox .side_material,
  .leftBox .side_product {
    margin-top: 30px;
  }
}

/*****側邊_產品*****/
.side_material ul,
.side_product ul {
  margin-top: 20px;
}
@media (min-width: 401px) {
  .side_material ul,
.side_product ul {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 400px) {
  .side_material ul,
.side_product ul {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
}
.side_material ul li,
.side_product ul li {
  width: 20%;
  padding: 10px;
}
@media (max-width: 400px) {
  .side_material ul li,
.side_product ul li {
    padding: 10px 5px;
  }
}
.side_material ul .Img,
.side_product ul .Img {
  width: 100%;
  height: 75px;
  background-color: #eee;
}
.side_material ul .Img img,
.side_product ul .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.side_material ul h3,
.side_product ul h3 {
  margin-top: 15px;
  font-size: 14px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  color: #e3e3e3;
  letter-spacing: 0.5pt;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.side_material ul h3 a,
.side_product ul h3 a {
  color: #e3e3e3;
}
.side_material ul .classTitle,
.side_product ul .classTitle {
  display: none;
}
@media (max-width: 640px) {
  .side_material .sectionTitle,
.side_product .sectionTitle {
    text-align: center;
  }
}
.side_material .arrowBox,
.side_product .arrowBox {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.side_material .arrowBox::before,
.side_product .arrowBox::before {
  content: "";
  display: inline-block;
  flex-grow: 1;
  height: 1px;
  margin-right: 10px;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 640px) {
  .side_material .arrowBox::before,
.side_product .arrowBox::before {
    margin-left: 10px;
  }
}
.side_material .arrowBox .arrowPrev, .side_material .arrowBox .arrowNext,
.side_product .arrowBox .arrowPrev,
.side_product .arrowBox .arrowNext {
  margin-left: 10px;
}
@media (max-width: 640px) {
  .side_material .arrowBox .arrowPrev,
.side_product .arrowBox .arrowPrev {
    order: -1;
    margin-left: 0;
    margin-right: 10px;
  }
}

/*****載入動畫*****/
@media (min-width: 1181px) {
  .leftBox > .Img {
    position: relative;
    overflow: hidden;
  }
  .leftBox > .Img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transform: scale(0, 1);
    transform-origin: left;
  }
  .leftBox > .Img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #111;
  }

  .leftBox > .Img img {
    opacity: 0;
  }

  .leftBox > .Img.show::after {
    transform: scale(0, 1);
    animation: imgbgc_in 1s 0.2s cubic-bezier(0.97, 0.02, 0.5, 1.2) both;
  }

  .leftBox > .Img.show::before {
    animation: img_mask_out 1s 0.2s cubic-bezier(0.97, 0.02, 0.5, 1.2) both;
  }

  .leftBox > .Img.show img {
    animation: img_in 1s 0.2s cubic-bezier(0.97, 0.02, 0.5, 1.2) both;
  }
}