@charset "UTF-8";
/* CSS Document */
.technicalList .Img img {
  transition: all 0.5s;
}

/*****內頁樣式*****/
.mainArea.style05 {
  background-color: #000;
}
@media (min-width: 1181px) {
  .mainArea.style05 {
    padding-top: 100px;
  }
}
@media (max-width: 1180px) {
  .mainArea.style05 {
    padding-top: 80px;
  }
}
.mainArea.style05 .titleBox {
  margin-bottom: 50px;
}
.mainArea.style05 .contentBox {
  background-color: #f3f3f3;
}
@media (min-width: 1601px) {
  .mainArea.style05 .contentBox {
    padding-top: 110px;
    padding-bottom: 90px;
  }
}
@media (min-width: 961px) and (max-width: 1600px) {
  .mainArea.style05 .contentBox {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
@media (max-width: 960px) {
  .mainArea.style05 .contentBox {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.classLinkBox {
  border-bottom-color: #dadada;
}
.classLinkBox > .title {
  color: #000;
}

.bread span {
  color: #b2b2b2;
}

/*****列表*****/
@media (min-width: 641px) {
  .technicalList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
  }
}
@media (min-width: 1051px) {
  .technicalList {
    margin-left: -25px;
    margin-right: -20px;
  }
}
@media (max-width: 1050px) {
  .technicalList {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1401px) {
  .technicalList li {
    width: calc(100% / 3);
  }
}
@media (min-width: 1051px) and (max-width: 1400px) {
  .technicalList li {
    width: calc(100% / 2);
  }
}
@media (min-width: 961px) and (max-width: 1050px) {
  .technicalList li {
    width: calc(100% / 3);
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .technicalList li {
    width: calc(100% / 2);
  }
}
@media (min-width: 1051px) {
  .technicalList li {
    padding: 0 20px 0 25px;
  }
}
@media (max-width: 1050px) {
  .technicalList li {
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  .technicalList li {
    margin-top: 40px;
  }
}
@media (min-width: 1601px) {
  .technicalList li:not(.filter):first-of-type {
    height: 520px;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .technicalList li:not(.filter):first-of-type {
    height: 580px;
  }
}
@media (min-width: 1401px) {
  .technicalList li:not(.filter):first-of-type {
    width: calc(100% / 3 * 2);
  }
}
@media (min-width: 1181px) and (max-width: 1400px) {
  .technicalList li:not(.filter):first-of-type {
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .technicalList li:not(.filter):first-of-type .item {
    align-items: flex-start;
  }
}
@media (min-width: 1201px) {
  .technicalList li:not(.filter):first-of-type .Img {
    width: calc(50% - 70px);
  }
}
@media (min-width: 1181px) and (max-width: 1400px) {
  .technicalList li:not(.filter):first-of-type .Img {
    width: 400px;
  }
}
@media (min-width: 1201px) {
  .technicalList li:not(.filter):first-of-type .Txt {
    width: calc(50% + 70px);
  }
}
@media (min-width: 1181px) and (max-width: 1400px) {
  .technicalList li:not(.filter):first-of-type .Txt {
    width: calc(100% - 400px);
    padding-right: 50px;
  }
}
@media (min-width: 1181px) {
  .technicalList li:not(.filter):first-of-type .Txt {
    display: flex;
    flex-direction: column;
  }
  .technicalList li:not(.filter):first-of-type .Txt h3 {
    order: 1;
    margin-top: 10px;
  }
  .technicalList li:not(.filter):first-of-type .Txt .txtExp {
    order: 3;
  }
  .technicalList li:not(.filter):first-of-type .Txt .newsDate::after {
    display: none;
  }
  .technicalList li:not(.filter):first-of-type .Txt::after {
    order: 2;
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    background-color: #bd2020;
  }
}
@media (min-width: 1181px) {
  .technicalList li:not(.filter):first-of-type h3 {
    max-height: calc(40px * 2);
    font-size: 30px;
    line-height: 40px;
  }
}
@media (min-width: 1181px) {
  .technicalList li:not(.filter):first-of-type .txtExp {
    max-height: calc(23px * 13);
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .technicalList li:not(.filter):first-of-type .txtExp {
    max-height: calc(23px * 15);
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .technicalList li:not(.filter):not(:first-of-type) .newIcon {
    display: block;
  }
}
@media (min-width: 1401px) {
  .technicalList li:not(.filter):nth-child(2) {
    position: relative;
    align-self: flex-start;
  }
  .technicalList li:not(.filter):nth-child(2)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: calc(100% - 30px);
    background-color: #dadada;
  }
}
@media (min-width: 1601px) {
  .technicalList li:not(.filter):nth-child(2), .technicalList li:not(.filter):nth-child(3) {
    height: 260px;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .technicalList li:not(.filter):nth-child(2), .technicalList li:not(.filter):nth-child(3) {
    height: 290px;
  }
}
@media (min-width: 1401px) {
  .technicalList li:not(.filter):nth-child(3) {
    margin-left: calc(100% / 3 * 2);
    align-self: flex-start;
  }
}
@media (min-width: 1601px) {
  .technicalList li:not(.filter):nth-child(3) {
    margin-top: -260px;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .technicalList li:not(.filter):nth-child(3) {
    margin-top: -290px;
  }
}
@media (min-width: 1401px) {
  .technicalList li:not(.filter):nth-child(3n) {
    border-left: 1px solid #dadada;
  }
}
@media (min-width: 1181px) and (max-width: 1400px) {
  .technicalList li:not(.filter):nth-child(2n+1):not(:first-of-type) {
    border-left: 1px solid #dadada;
  }
}
@media (min-width: 1051px) and (max-width: 1180px) {
  .technicalList li:not(.filter):nth-child(2n) {
    border-left: 1px solid #dadada;
  }
}
@media (min-width: 1051px) {
  .technicalList .item {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 641px) {
  .technicalList .item {
    height: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #dadada;
  }
}
.technicalList .Img {
  overflow: hidden;
}
@media (min-width: 1051px) {
  .technicalList .Img {
    order: 2;
    width: 200px;
  }
}
.technicalList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.technicalList .item:hover .Img img {
  opacity: 0.9;
  transform: scale(1.1);
}
@media (min-width: 1051px) {
  .technicalList .Txt {
    width: calc(100% - 200px);
    padding-right: 25px;
  }
}
@media (max-width: 1050px) {
  .technicalList .Txt {
    margin-top: 15px;
  }
}
.technicalList h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  line-height: 27px;
  text-transform: uppercase;
  overflow: hidden;
}
@media (min-width: 641px) {
  .technicalList h3 {
    max-height: calc(27px * 3);
  }
}
.technicalList .txtExp {
  max-height: calc(23px * 2);
  margin-top: 20px;
  color: #8d8d8d;
}
.technicalList .newsDate::after {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background-color: #bd2020;
}
@media (min-width: 1051px) {
  .technicalList .newsDate::after {
    margin-top: 20px;
  }
}
@media (max-width: 1050px) {
  .technicalList .newsDate::after {
    margin-top: 10px;
  }
}

.newsDate {
  font-size: 14px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  color: #9c9c9c;
  text-transform: uppercase;
}
.newsDate .newIcon {
  padding-right: 15px;
}
.newsDate .newIcon span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}

.newIcon {
  display: inline-block;
  font-size: 14px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 400;
  color: #9c9c9c;
  letter-spacing: 0.5pt;
  text-transform: uppercase;
}
.newIcon span {
  color: #000;
}

/*****內頁*****/
.titleArea {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #797979;
}
.titleArea::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 145px;
  height: 3px;
  background-color: #bd2020;
}
.titleArea .articleTitle {
  width: 100%;
  margin-top: 5px;
  color: #000;
}
@media (min-width: 1181px) and (max-width: 1600px) {
  .titleArea .articleTitle {
    padding-right: 100px;
  }
}
.titleArea .bread {
  margin-left: auto;
}

.side_share {
  justify-content: flex-start;
}
.side_share span {
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #b3b3b3;
}
.side_share::before {
  display: none;
}
.side_share::after {
  width: 1px;
  height: 15px;
  margin-left: 18px;
  border: 0;
  background-color: #cfcfcf;
}
.side_share a {
  color: #000;
}
.side_share a svg {
  fill: #000;
}

.contentBox {
  position: relative;
}
.contentBox .textEditor {
  margin-top: 30px;
  color: #8d8d8d;
}
.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: 1601px) {
  .contentBox .btnBack {
    height: 175px;
  }
}
@media (min-width: 1181px) and (max-width: 1600px) {
  .contentBox .btnBack {
    height: 140px;
  }
}
@media (min-width: 961px) {
  .contentBox .btnBack {
    top: 0;
    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 {
    width: 110px;
  }
}
@media (min-width: 1181px) and (max-width: 1500px) {
  .contentBox .btnBack {
    width: 80px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .contentBox .btnBack {
    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;
    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: 1501px) and (max-width: 1600px) {
  .contentBox .pageBox {
    right: 130px;
  }
}
@media (min-width: 1181px) and (max-width: 1500px) {
  .contentBox .pageBox {
    right: 100px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .contentBox .pageBox {
    top: 30px;
    right: 90px;
  }
}
@media (min-width: 1601px) {
  .contentBox .pageBox {
    top: 75px;
  }
}
@media (min-width: 1181px) and (max-width: 1600px) {
  .contentBox .pageBox {
    top: 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;
  }
}
.contentBox .prevBtn svg, .contentBox .nextBtn svg {
  fill: #bd2020;
}

/*****側邊_材料*****/
.side_material {
  position: relative;
  background: url(../jpg/bg_technical_material.jpg) repeat center left;
}
@media (min-width: 1181px) {
  .side_material {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 961px) and (max-width: 1181px) {
  .side_material {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 501px) and (max-width: 960px) {
  .side_material {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .side_material {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1181px) {
  .side_material::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(../jpg/bg_technical_material2.jpg) no-repeat center left;
    background-size: cover;
  }
}
@media (min-width: 1181px) {
  .side_material .wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1180px) {
  .side_material .wrap {
    position: relative;
  }
}
@media (min-width: 1181px) {
  .side_material .wrap > .btnBarBox {
    width: 350px;
    padding-right: 15px;
  }
}
@media (min-width: 1181px) {
  .side_material .wrap > ul {
    width: calc(100% - 350px);
  }
}
.side_material .txtExp {
  margin-top: 30px;
  color: #6c6c6c;
}
@media (min-width: 1501px) {
  .side_material .txtExp {
    min-height: calc(23px * 3);
  }
}
@media (max-width: 1180px) {
  .side_material .arrowPrev, .side_material .arrowNext {
    position: absolute;
    z-index: 5;
    background-color: #000;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .side_material .arrowPrev, .side_material .arrowNext {
    bottom: 160px;
  }
}
@media (min-width: 581px) and (max-width: 960px) {
  .side_material .arrowPrev, .side_material .arrowNext {
    bottom: 180px;
  }
}
@media (min-width: 421px) and (max-width: 580px) {
  .side_material .arrowPrev, .side_material .arrowNext {
    bottom: 150px;
  }
}
@media (min-width: 401px) and (max-width: 420px) {
  .side_material .arrowPrev, .side_material .arrowNext {
    bottom: 130px;
  }
}
@media (max-width: 400px) {
  .side_material .arrowPrev, .side_material .arrowNext {
    bottom: 200px;
  }
}
.side_material .arrowPrev svg, .side_material .arrowNext svg {
  fill: #bd2020;
}
@media (max-width: 1180px) {
  .side_material .arrowPrev {
    left: 60px;
  }
}
@media (max-width: 960px) {
  .side_material .arrowPrev {
    left: 35px;
  }
}
@media (min-width: 1181px) {
  .side_material .arrowNext {
    margin-left: 5px;
  }
}
@media (max-width: 1180px) {
  .side_material .arrowNext {
    right: 60px;
  }
}
@media (max-width: 960px) {
  .side_material .arrowNext {
    right: 35px;
  }
}

@media (min-width: 1351px) {
  .side_material ul li {
    width: calc(100% / 5);
  }
}
@media (min-width: 961px) and (max-width: 1350px) {
  .side_material ul li {
    width: calc(100% / 4);
  }
}
@media (min-width: 751px) and (max-width: 960px) {
  .side_material ul li {
    width: calc(100% / 3);
  }
}
@media (min-width: 401px) and (max-width: 750px) {
  .side_material ul li {
    width: calc(100% / 2);
  }
}

/*****側邊_文章*****/
.side_technical {
  background-color: #f3f3f3;
}
@media (min-width: 961px) {
  .side_technical {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 501px) and (max-width: 960px) {
  .side_technical {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .side_technical {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media (min-width: 961px) {
  .side_technical ul {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.side_technical ul li {
  position: relative;
}
@media (min-width: 1181px) {
  .side_technical ul li {
    width: calc(100% / 3);
  }
}
@media (min-width: 751px) and (max-width: 1180px) {
  .side_technical ul li {
    width: calc(100% / 2);
  }
}
@media (max-width: 750px) {
  .side_technical ul li {
    width: 100%;
  }
}
@media (min-width: 481px) {
  .side_technical ul li {
    padding: 0 20px;
  }
}
@media (min-width: 751px) {
  .side_technical ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    background-color: #dadada;
  }
}
@media (min-width: 481px) {
  .side_technical ul .item {
    padding-bottom: 35px;
    border-bottom: 1px solid #dadada;
  }
}
@media (min-width: 481px) {
  .side_technical ul .Img {
    float: right;
    width: 105px;
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .side_technical ul .Img {
    margin-bottom: 10px;
  }
}
.side_technical ul .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.side_technical ul h3 {
  font-size: 20px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
  overflow: hidden;
}
@media (min-width: 481px) {
  .side_technical ul h3 {
    height: calc(28px * 2);
  }
}
.side_technical ul .newsDate {
  margin-top: 10px;
}
.side_technical ul .newsDate::after {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  margin-top: 25px;
  background-color: #bd2020;
}
@media (max-width: 480px) {
  .side_technical ul .newsDate::after {
    margin-top: 10px;
  }
}
.side_technical ul .txtExp {
  clear: both;
  margin-top: 20px;
  height: calc(23px * 3);
}
@media (max-width: 480px) {
  .side_technical ul .txtExp {
    margin-top: 10px;
  }
}
.side_technical ul .arrowPrev, .side_technical ul .arrowNext {
  position: absolute;
  z-index: 5;
}
@media (max-width: 1180px) {
  .side_technical ul .arrowPrev, .side_technical ul .arrowNext {
    background-color: #000;
  }
}
@media (min-width: 481px) {
  .side_technical ul .arrowPrev, .side_technical ul .arrowNext {
    top: calc(50% - 10px);
  }
}
@media (max-width: 480px) {
  .side_technical ul .arrowPrev, .side_technical ul .arrowNext {
    top: 30%;
  }
}
.side_technical ul .arrowPrev svg, .side_technical ul .arrowNext svg {
  fill: #bd2020;
}
@media (min-width: 481px) {
  .side_technical ul .arrowPrev {
    right: 100%;
  }
}
@media (max-width: 480px) {
  .side_technical ul .arrowPrev {
    left: 5px;
  }
}
@media (min-width: 481px) {
  .side_technical ul .arrowNext {
    left: 100%;
  }
}
@media (max-width: 480px) {
  .side_technical ul .arrowNext {
    right: 5px;
  }
}