@charset "UTF-8";
/* CSS Document */

@media (min-width: 1181px) and (max-width: 1250px) {
  .bannerArea .header .logo {
    width: 140px;
  }
  .bannerArea .menu > li + li {
    margin-left: 15px;
  }
}

/*****隱私權*****/
.privacyArea {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.95);
}
@media (min-width: 641px) {
  .privacyArea {
    max-height: 30vh;
    padding: 25px 30px 20px;
    overflow-y: auto;
  }
}
@media (max-width: 640px) {
  .privacyArea {
    padding: 20px;
  }
}
.privacyArea .textEditor {
  font-size: 14px;
  color: #fff;
}
.privacyArea .textEditor a:not(.btn) {
  text-decoration: underline;
}
.privacyArea .textEditor a:not(.btn):not(:hover) {
  color: #fff;
}
.privacyArea .btn {
  margin-top: 15px;
}

.linkList .Img img, .newsList .Img img, .catalogDotList li::after, .catalogDotList li::before, .catalogDotList li, .catalogList .subTitle, .catalogList h3, .catalogList .num, .catalogList .txtExp, .catalogList .btnPlus, .solutionList .item:hover .Img .moreLink,
.solutionList .item:hover .Img .title, .productDotList li::before, .productDotList li, .productList .Img .circle .border, .productList .Img .circle::after, .productList .Img .circle::before, .productList .Img .circle, .productList .Img img, .videoArea .videoBox .Img .btnPlay svg, .bannerArea ul.dots li button::after {
  transition: all 0.5s;
}

.bannerBox li .Txt .subTitle,
.productList .titleBox .subTitle,
.solutionArea .titleBox .subTitle,
.catalogArea .titleBox .subTitle,
.linkArea .titleBox .subTitle {
    display: none !important;
}

@media (min-width: 1501px) {
  .header .menuBtn {
    width: 215px;
  }
  .bannerArea .header .menuBtn {
    width: 215px;
  }
}
@media (min-width: 1181px) and (max-width: 1500px) {
  .bannerArea .header .menuBtn {
    width: 130px;
  }
}
@media (min-width: 1501px) {
  .header .menuBox {
    width: calc(100% - 60px - 215px - 120px);
  }
  .bannerArea .header .menuBox {
    width: calc(100% - 60px - 215px - 120px);
  }
}
@media (min-width: 1181px) and (max-width: 1500px) {
  .bannerArea .header .menuBox {
    width: calc(100% - 60px - 130px - 120px);
  }
}

@media (min-width: 1501px) {
  .bannerArea .social {
    position: absolute;
    bottom: 0;
    right: 40px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 30px;
    height: 230px;
  }
}
@media (max-width: 1500px) {
  .bannerArea .social {
    display: none;
  }
}
.bannerArea .social span {
  display: none;
}
@media (min-width: 1501px) {
  .bannerArea .social a {
    margin-bottom: 15px;
  }
}
.bannerArea .bannerBox {
  position: relative;
}
@media (min-width: 1181px) {
  .bannerArea .bannerBox::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    background-color: #bd2020;
  }
}
@media (min-width: 1501px) {
  .bannerArea .bannerBox::before {
    width: 240px;
  }
}
@media (min-width: 1351px) and (max-width: 1500px) {
  .bannerArea .bannerBox::before {
    width: 180px;
  }
}
@media (min-width: 1181px) and (max-width: 1350px) {
  .bannerArea .bannerBox::before {
    width: 160px;
  }
}
.bannerArea .bannerProductBox {
  position: absolute;
  z-index: 5;
}
@media (min-width: 1501px) {
  .bannerArea .bannerProductBox {
    top: calc(50% - 200px);
    right: 120px;
    width: 265px;
  }
}
@media (min-width: 1401px) and (max-width: 1500px) {
  .bannerArea .bannerProductBox {
    top: calc(50% - 240px);
    right: 50px;
    width: 250px;
  }
}
@media (max-width: 1400px) {
  .bannerArea .bannerProductBox {
    top: calc(50% - 200px);
    right: 55px;
    width: 220px;
  }
}
@media (max-width: 1180px) {
  .bannerArea .bannerProductBox {
    display: none;
  }
}
.bannerArea .bannerProductBox .btnBar {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.bannerArea .bannerProductBox .btnBar::before {
  content: "";
  flex-grow: 1;
  order: 2;
  display: block;
  height: 1px;
  margin-right: 20px;
  margin-left: 20px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
.bannerArea .bannerProductBox .btnBar::after {
  content: attr(data-title);
  order: 3;
  display: inline-block;
  font-size: 14px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1pt;
  text-transform: uppercase;
}
.bannerArea .bannerProductBox .btnBar .arrowPrev {
  margin-right: 5px;
}
.bannerArea .bannerProductList {
  position: relative;
  background-color: #303030;
}
.bannerArea .bannerProductList .pTxtBox {
  position: relative;
}
.bannerArea .bannerProductList .pTxtBox .pTxt:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.bannerArea .bannerProductList .pImgBox {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1401px) {
  .bannerArea .bannerProductList .pImgBox {
    height: 240px;
  }
}
@media (max-width: 1400px) {
  .bannerArea .bannerProductList .pImgBox {
    height: 200px;
  }
}
.bannerArea .bannerProductList .pImgBox .pImg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.bannerArea .bannerProductList .pImg {
  width: 100%;
  height: 100%;
}
@media (min-width: 1401px) {
  .bannerArea .bannerProductList .pImg {
    height: 240px;
  }
}
@media (max-width: 1400px) {
  .bannerArea .bannerProductList .pImg {
    height: 200px;
  }
}
.bannerArea .bannerProductList .pImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerArea .bannerProductList .pTxt {
  padding: 25px 25px 20px;
}
.bannerArea .bannerProductList .pTitle {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  overflow: hidden;
}
.bannerArea .bannerProductList .pTitle a {
  display: block;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bannerArea .bannerProductList .txtExp {
  height: calc(23px * 2);
  margin-top: 10px;
}
.bannerArea .bannerProductList .moreLink {
  position: absolute;
  bottom: 20px;
  left: 25px;
  width: calc(100% - 50px);

  display: flex;
  align-items: center;
  /* margin-top: 90px; */
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #fff;
  line-height: 1;
}
/* @media (max-width: 1500px) {
  .bannerArea .bannerProductList .moreLink {
    margin-top: 55px;
  }
} */
.bannerArea .bannerProductList .moreLink::after {
  content: "+";
  display: inline-block;
  margin-left: auto;
  font-size: 30px;
  color: #989898;
}
.bannerArea .bannerProductList .moreLink:hover {
  color: #bd2020;
}
.bannerArea .bannerProductList .moreLink:hover::after {
  color: #bd2020;
}
.bannerArea .bannerProductList .pImg {
  z-index: 1;
  height: 0;
  transition: all 0.4s ease, height 0s 1.5s ease;
}
.bannerArea .bannerProductList .pImg.show {
  z-index: 2;
  transition: all 1.2s 0.2s ease;
}
@media (min-width: 1401px) {
  .bannerArea .bannerProductList .pImg.show {
    height: 240px;
  }
}
@media (max-width: 1400px) {
  .bannerArea .bannerProductList .pImg.show {
    height: 200px;
  }
}
.bannerArea .bannerProductList .pTxt {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.2s 0.6s ease;
  height: 200px;
}
@media (max-width: 1500px) {
  .bannerArea .bannerProductList .pTxt {
    height: 165px;
  }
}
.bannerArea .bannerProductList .pTitle a {
  animation: banner_h2_out 0.5s forwards ease;
}
.bannerArea .bannerProductList .txtExp {
  animation: banner_out 1s forwards ease;
}
.bannerArea .bannerProductList .pTxt.show {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: all 0s 0.5s ease;
}
.bannerArea .bannerProductList .pTxt.show .pTitle a {
  animation: banner_h2_in 1.2s 0.5s forwards ease;
}
.bannerArea .bannerProductList .pTxt.show .txtExp {
  opacity: 0;
  animation: banner_in 0.8s 1s forwards ease;
}

/* banner ani */
.bannerBox li img {
  opacity: 0;
  transition: all 1s ease-in-out;
}
.bannerBox li .Txt .subTitle {
  animation: banner_out 1s forwards ease;
}
@media (min-width: 1181px) {
  .bannerBox li .Txt h2 {
    animation: banner_h2_out 0.6s 0.3s forwards ease;
  }
}
@media (max-width: 1180px) {
  .bannerBox li .Txt h2 {
    animation: banner_out 0.6s 0.3s forwards ease;
  }
}
@media (min-width: 1181px) {
  .bannerBox li .Txt h2 span {
    animation: banner_h2_span_out 0.8s 0.3s forwards ease;
  }
}
.bannerBox li .Txt p, .bannerBox li .Txt .btn {
  animation: banner_out 1s forwards ease;
}
.bannerBox li.show img {
  opacity: 1;
  transition: all 1.2s ease-in-out;
}
.bannerBox li.show .Txt .subTitle {
  opacity: 0;
  animation: banner_in 0.4s 0.5s forwards ease-in-out;
}
@media (min-width: 1181px) {
  .bannerBox li.show .Txt h2 {
    animation: banner_h2_in 0.8s forwards ease;
  }
}
@media (max-width: 1180px) {
  .bannerBox li.show .Txt h2 {
    animation: banner_in 0.8s forwards ease;
  }
}
@media (min-width: 1181px) {
  .bannerBox li.show .Txt h2 span {
    animation: banner_h2_in 0.8s 0.15s forwards ease;
  }
}
.bannerBox li.show .Txt p {
  opacity: 0;
  animation: banner_in 0.4s 0.5s forwards ease;
}
.bannerBox li.show .Txt .btn {
  opacity: 0;
  animation: banner_in 0.45s 0.55s forwards ease;
}

@keyframes banner_in {
  0% {
    transform: translateY(35px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes banner_h2_in {
  0% {
    transform: translateY(100%);
    opacity: 1;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes banner_out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-35px);
    opacity: 0;
  }
}
@keyframes banner_h2_out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 1;
  }
}
@keyframes banner_h2_span_out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(60%);
  }
  95% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 1;
  }
}
@media (min-width: 1501px) {
  .bannerArea ul.dots {
    position: absolute;
    right: 55px;
    display: flex !important;
    z-index: 5;
    height: 4px;
    margin: 0;
    padding: 0;
    transform: rotate(90deg);
    transform-origin: top right;
  }
}
@media (min-width: 1601px) {
  .bannerArea ul.dots {
    top: 65%;
    width: 300px;
  }
}
@media (min-width: 1501px) and (max-width: 1600px) {
  .bannerArea ul.dots {
    top: 60%;
    width: 220px;
  }
}
@media (max-width: 1500px) {
  .bannerArea ul.dots {
    display: none !important;
  }
}
@media (min-width: 1501px) {
  .bannerArea ul.dots::before, .bannerArea ul.dots::after {
    position: absolute;
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    display: block;
    font-size: 13px;
    font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
    text-align: center;
    color: #fff;
  }
}
@media (min-width: 1501px) {
  .bannerArea ul.dots::before {
    content: attr(data-before);
    right: calc(100% + 10px);
  }
}
@media (min-width: 1501px) {
  .bannerArea ul.dots::after {
    content: attr(data-after);
    left: calc(100% + 10px);
  }
}
.bannerArea ul.dots li {
  position: relative;
  display: block;
  flex: 1;
  margin: 0;
  padding: 0;
}
.bannerArea ul.dots li button {
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  padding: 0;
  font-size: 0;
  border: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
}
.bannerArea ul.dots li button::before, .bannerArea ul.dots li button::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: -1px;
  width: calc(100% + 2px);
  height: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.bannerArea ul.dots li button::after {
  width: 0;
  background-color: #e41f1f;
}
.bannerArea ul.dots li.slick-active button::after, .bannerArea ul.dots li:hover button::after {
  right: auto;
  left: -1px;
  width: calc(100% + 2px);
}

.mainArea {
  padding: 0;
}

@media (min-width: 401px) {
  .titleBox p {
    margin-top: 30px;
  }
}
@media (max-width: 400px) {
  .titleBox p {
    margin-top: 20px;
  }
}

.videoArea {
  position: relative;
}
@media (min-width: 1181px) {
  .videoArea .wrap {
    position: relative;
  }
}
@media (min-width: 401px) and (max-width: 1180px) {
  .videoArea .wrap {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .videoArea .wrap {
    position: relative;
    padding: 0;
    background-color: #bd2020;
  }
}
@media (max-width: 400px) {
  .videoArea .wrap {
    padding: 0;
  }
}
.videoArea .videoBox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #bd2020;
}
@media (min-width: 1181px) {
  .videoArea .videoBox {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 640px;
  }
}
@media (min-width: 501px) and (max-width: 1180px) {
  .videoArea .videoBox {
    max-width: 400px;
  }
}
@media (min-width: 451px) and (max-width: 640px) {
  .videoArea .videoBox {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.videoArea .videoBox .Img {
  position: relative;
}
@media (min-width: 1501px) {
  .videoArea .videoBox .Img {
    width: 300px;
  }
}
@media (min-width: 1181px) and (max-width: 1500px) {
  .videoArea .videoBox .Img {
    width: 250px;
  }
}
@media (max-width: 1180px) {
  .videoArea .videoBox .Img {
    width: 150px;
  }
}
.videoArea .videoBox .Img img {
  display: block;
  width: 100%;
  /*height: 100%;
  object-fit: cover;*/
}
.videoArea .videoBox .Img .btnPlay {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 40px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.5pt;
  text-align: center;
  text-transform: uppercase;
}
.videoArea .videoBox .Img .btnPlay svg {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  fill: #fff;
  opacity: 0.8;
  animation: videoPlay 2.5s forwards ease infinite;
}
@media (min-width: 1181px) {
  .videoArea .videoBox .Img .btnPlay svg {
    margin-right: 10px;
  }
}
.videoArea .videoBox .Img .btnPlay:hover svg {
  background-color: rgba(255, 255, 255, 0.15);
  opacity: 1;
}
@media (max-width: 1180px) {
  .videoArea .videoBox .Img .btnPlay span {
    display: none;
  }
}
@media (min-width: 1501px) {
  .videoArea .videoBox .Txt {
    width: calc(100% - 300px);
  }
}
@media (min-width: 1181px) and (max-width: 1500px) {
  .videoArea .videoBox .Txt {
    width: calc(100% - 250px);
  }
}
@media (min-width: 1181px) {
  .videoArea .videoBox .Txt {
    padding: 20px;
  }
}
@media (max-width: 1180px) {
  .videoArea .videoBox .Txt {
    width: calc(100% - 150px);
    padding: 15px 10px;
  }
}
@media (max-width: 400px) {
  .videoArea .videoBox .Txt {
    padding: 10px;
  }
}
.videoArea .videoBox h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 23px;
  letter-spacing: 0.5pt;
  text-transform: uppercase;
}
@media (max-width: 1180px) {
  .videoArea .videoBox h3 {
    max-height: calc(23px * 3);
    font-size: 15px;
    overflow: hidden;
  }
}
.videoArea .videoBox .txtExp {
  line-height: 20px;
  font-size: 13px;
  color: #cd8282;
}
@media (min-width: 1501px) {
  .videoArea .videoBox .txtExp {
    height: calc(20px * 3);
    margin-top: 17px;
  }
}
@media (min-width: 1181px) and (max-width: 1500px) {
  .videoArea .videoBox .txtExp {
    height: calc(20px * 2);
    margin-top: 15px;
  }
}
@media (max-width: 1180px) {
  .videoArea .videoBox .txtExp {
    display: none;
  }
}

@keyframes videoPlay {
  0%, 50%, 100% {
    transform: scale3d(1, 1, 1);
  }
  15% {
    transform: scale3d(1.25, 0.75, 1);
  }
  20% {
    transform: scale3d(0.75, 1.25, 1);
  }
  25% {
    transform: scale3d(1.15, 0.85, 1);
  }
  33% {
    transform: scale3d(0.95, 1.05, 1);
  }
  38% {
    transform: scale3d(1.05, 0.95, 1);
  }
}
/*****載入動畫*****/
@media (min-width: 1181px) {
  .videoArea .videoBox {
    transform-origin: center bottom;
    transform: perspective(800px) rotateX(90deg);
    transition: all 1.1s ease;
  }
  .videoArea .videoBox.show {
    transform: perspective(800px) rotateX(0);
  }
}
.btnBarBox {
  position: relative;
}
.btnBarBox .btnBar {
  display: flex;
  align-items: center;
  color: #6e6e6e;
}
.btnBarBox .btnBar::before {
  content: "";
  flex-grow: 1;
  display: block;
  height: 1px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #747474;
  background-image: linear-gradient(to right, #bd2020 0%, #bd2020 33%, #747474 34%, #747474 100%);
}
.btnBarBox .btnBar .num {
  width: 65px;
}
.btnBarBox .btnBar .num span {
  color: #fff;
}
.btnBarBox .btnBar .num span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 10px;
  background-color: rgba(255, 255, 255, 0.5);
  transform: rotate(30deg) translateY(2px);
}
.btnBarBox .btnBar .arrowPrev, .btnBarBox .btnBar .arrowNext {
  height: 20px;
  margin-left: 5px;
}

.productArea {
  position: relative;
  background: url(../jpg/bg_product.jpg) repeat center;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .productArea {
    padding: 0;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .productArea {
    padding: 70px 0;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .productArea {
    padding: 55px 0;
  }
}
@media (max-width: 640px) {
  .productArea {
    padding: 0 0 50px;
  }
}
@media (max-width: 420px) {
  .productArea {
    padding-top: 20px;
  }
}
.productArea .wrap {
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 1651px) {
  .productArea .wrap {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 1181px) {
  .productArea .wrap {
    padding-top: 100px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1651px) {
  .productArea .wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(100% + 1px);
    width: 240px;
    height: 180px;
    background-color: #1b1b1b;
  }
}
@media (min-width: 1181px) {
  .productArea .btnBarBox {
    top: -25px;
  }
}
@media (min-width: 1351px) {
  .productArea .btnBarBox {
    width: 340px;
  }
}
@media (min-width: 961px) and (max-width: 1350px) {
  .productArea .btnBarBox {
    width: 280px;
  }
}
@media (max-width: 960px) {
  .productArea .btnBarBox {
    position: static;
  }
}
@media (min-width: 1181px) {
  .productArea .productList {
    margin-right: -50px;
  }
}
@media (min-width: 1351px) {
  .productArea .productList {
    width: calc(100% - 340px + 50px);
  }
}
@media (min-width: 1181px) and (max-width: 1350px) {
  .productArea .productList {
    width: calc(100% - 280px + 50px);
  }
}
@media (max-width: 1180px) {
  .productArea .productList {
    width: 100%;
  }
}
@media (min-width: 961px) {
  .productArea .btnBar {
    position: relative;
    margin-bottom: 20px;
  }
}
@media (min-width: 1751px) {
  .productArea .btnBar {
    left: -140px;
    width: calc(100% + 110px);
  }
}
@media (min-width: 1651px) and (max-width: 1750px) {
  .productArea .btnBar {
    left: -90px;
    width: calc(100% + 70px);
  }
}
@media (max-width: 960px) {
  .productArea .btnBar::before {
    display: none;
  }
}
.productArea .btnBar .num {
  order: -1;
  text-align: right;
}
@media (max-width: 960px) {
  .productArea .btnBar .num {
    display: none;
  }
}
@media (max-width: 960px) {
  .productArea .btnBar .arrowPrev,
.productArea .btnBar .arrowNext {
    position: absolute;
    z-index: 10;
    margin-left: 0;
  }
}
@media (min-width: 481px) and (max-width: 960px) {
  .productArea .btnBar .arrowPrev,
.productArea .btnBar .arrowNext {
    top: 30%;
  }
}
@media (max-width: 480px) {
  .productArea .btnBar .arrowPrev,
.productArea .btnBar .arrowNext {
    top: 24%;
  }
}
@media (min-width: 401px) and (max-width: 960px) {
  .productArea .btnBar .arrowPrev {
    left: 40px;
  }
}
@media (max-width: 400px) {
  .productArea .btnBar .arrowPrev {
    left: 25px;
  }
}
@media (min-width: 401px) and (max-width: 960px) {
  .productArea .btnBar .arrowNext {
    right: 40px;
  }
}
@media (max-width: 400px) {
  .productArea .btnBar .arrowNext {
    right: 25px;
  }
}

.productList li {
  padding: 0;
}
.productList li:not(:first-child) {
  display: none;
}
/*@media (max-width: 640px) {
  .productList li {
    padding-top: 50px;
  }
}*/
@media (min-width: 961px) {
  .productList .item {
    display: flex;
    flex-wrap: wrap;
  }
}
.productList .Img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 961px) {
.productList .Img {
  padding-right: 30px;
}
}
@media (min-width: 1181px) {
  .productList .Img {
    width: calc(100% - 400px);
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .productList .Img {
    width: calc(100% - 350px);
  }
}
@media (min-width: 1451px) {
  .productList .Img {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media (min-width: 1181px) and (max-width: 1450px) {
  .productList .Img {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1180px) {
  .productList .Img {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.productList .Img img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 641px) {
  .productList .Img img {
    opacity: 0;
    transform: translateY(20px);
  }
}
.productList .Img > img {
  display: none;
}
.productList .Img .circle {
  /*position: absolute;
  top: calc(50% - 62px - 50px);
  left: calc(50% - 62px);*/
  width: 124px;
  height: 124px;
  border: 3px solid #fff;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.2);
}
@media (max-width: 360px) {
  .productList .Img .circle {
    top: calc(50% - 62px - 30px);
  }
}
.productList .Img .circle img {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.productList .Img .circle::before {
  content: "";
  position: absolute;
  top: calc(50% - 185px);
  left: calc(50% - 185px);
  width: 370px;
  height: 370px;
  background: url(../png/circle1.png) no-repeat center;
  background-size: contain;
  opacity: 0;
  transform: scale(0.2);
}
.productList .Img .circle::after {
  content: "";
  position: absolute;
  top: calc(50% - 166px);
  left: calc(50% - 166px);
  width: 332px;
  height: 332px;
  background: url(../png/circle2.png) no-repeat center;
  background-size: contain;
  opacity: 0;
  transform: scale(0.2);
}
.productList .Img .circle .border {
  position: absolute;
  top: calc(50% - 81px);
  left: calc(50% - 81px);
  width: 162px;
  height: 162px;
  opacity: 0;
  transform: scale(0.2);
}
.productList .Img .circle .border::before {
  content: "";
  position: absolute;
  top: calc(50% - 81px);
  left: calc(50% - 81px);
  width: 162px;
  height: 162px;
  background: url(../png/circle3.png) no-repeat center;
  background-size: contain;
}
.productList .Img .circle .border::after {
  content: "";
  position: absolute;
  top: calc(50% - 110px);
  left: calc(50% - 110px);
  width: 221px;
  height: 221px;
  background: url(../png/circle4.png) no-repeat center;
  background-size: contain;
  opacity: 0;
  transition: all 0.2s ease;
}
.productList li.show .Img img {
  opacity: 1;
  transform: translateY(0);
}
.productList li.show .Img .circle {
  opacity: 1;
  transition-delay: 0.2s;
}
@media (min-width: 1451px) {
  .productList li.show .Img .circle {
    transform: scale(1);
  }
}
@media (min-width: 1301px) and (max-width: 1450px) {
  .productList li.show .Img .circle {
    transform: scale(0.8);
  }
}
@media (min-width: 1251px) and (max-width: 1300px) {
  .productList li.show .Img .circle {
    transform: scale(0.65);
  }
}
@media (min-width: 1181px) and (max-width: 1250px) {
  .productList li.show .Img .circle {
    transform: scale(0.57);
  }
}
@media (min-width: 641px) and (max-width: 1180px) {
  .productList li.show .Img .circle {
    transform: scale(0.8);
  }
}
@media (min-width: 961px) and (max-width: 1050px) {
  .productList li.show .Img .circle {
    transform: scale(0.65);
  }
}
@media (max-width: 640px) {
  .productList li.show .Img .circle {
    transform: scale(0.57);
  }
}
.productList li.show .Img .circle::before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: rotateRight 40s 0.7s forwards linear infinite reverse;
}
.productList li.show .Img .circle::after {
  opacity: 1;
  transform: scale(1);
  transition: all 0.46s 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: rotateRight 45s 0.66s forwards linear infinite;
}
.productList li.show .Img .circle .border {
  opacity: 1;
  transform: scale(1);
  transition: all 0.55s 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.75);
}
.productList li.show .Img .circle .border::before {
  animation: rotateRight 17s 0.8s forwards linear infinite;
}
.productList li.show .Img .circle .border::after {
  opacity: 1;
  transition: all 0.4s 0.4s ease;
  animation: rotateRight 40s 0.8s forwards linear infinite reverse;
}
@media (min-width: 1181px) {
  .productList .Txt {
    width: 400px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .productList .Txt {
    width: 350px;
  }
}
@media (min-width: 1701px) {
  .productList .Txt {
    padding-top: 45px;
  }
}
@media (min-width: 1451px) and (max-width: 1700px) {
  .productList .Txt {
    padding-top: 40px;
  }
}
@media (min-width: 1181px) and (max-width: 1450px) {
  .productList .Txt {
    padding-top: 20px;
  }
}
@media (min-width: 1051px) and (max-width: 1180px) {
  .productList .Txt {
    padding-top: 10px;
  }
}
@media (min-width: 961px) and (max-width: 1050px) {
  .productList .Txt {
    padding-top: 10px;
  }
}
.productList .titleBox .subTitle {
  margin-bottom: 15px;
}
.productList .titleBox h3 {
  color: #bd2020;
}
@media (min-width: 1181px) and (max-width: 1450px) {
  .productList .titleBox h3 {
    font-size: 50px;
  }
}
@media (min-width: 641px) {
  .productList .titleBox .subTitle, .productList .titleBox h3, .productList .titleBox p {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.5s ease;
  }
}
.productList .txtExp {
  max-height: calc(23px * 3);
}
@media (min-width: 1181px) {
  .productList .txtExp {
    max-width: 350px;
    margin-top: 35px;
  }
}
@media (max-width: 1180px) {
  .productList .txtExp {
    margin-top: 25px;
  }
}
@media (min-width: 641px) {
  .productList .txtExp, .productList .btn {
    opacity: 0;
    transform: translateX(-40px);
    transition: all 0.5s ease;
  }
}
@media (min-width: 1181px) {
  .productList .btn {
    margin-top: 40px;
  }
}
@media (max-width: 1180px) {
  .productList .btn {
    margin-top: 30px;
  }
}
.productList li.show .titleBox .subTitle, .productList li.show .titleBox h3 {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.45s 0.2s ease;
}
.productList li.show .txtExp, .productList li.show .btn {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s ease;
}
.productList li.show .txtExp {
  transition-delay: 0.3s;
}
.productList li.show .btn {
  transition-delay: 0.35s;
}

@keyframes rotateRight {
  0% {
    transform: scale(1) rotate(0);
  }
  100% {
    transform: scale(1) rotate(360deg);
  }
}
@media (max-width: 1180px) {
  .productDotList {
    position: absolute !important;
    top: 0;
    right: 200%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.productDotList li {
  padding: 6px 0 7px 15px;
  font-size: 13px;
  color: #d6d6d6;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 1651px) {
  .productDotList li {
    padding-left: 55px;
  }
}
.productDotList li::before {
  content: attr(data-num);
  display: inline-block;
  width: 25px;
  line-height: 12px;
  margin-right: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-family: Arial, "Noto Sans TC", Helvetica, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  color: #fff;
}
.productDotList li.slick-current, .productDotList li:hover {
  color: #bd2020;
}
.productDotList li.slick-current::before, .productDotList li:hover::before {
  border-right-color: rgba(189, 32, 32, 0.2);
  color: #bd2020;
}

.productPicBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-width: 961px) and (max-width: 1180px) {
    .productPicBox {
        width: calc(100% - 400px);
        padding-right: 50px;
    }
}
@media (min-width: 641px) and (max-width: 960px) {
    .productPicBox {
        height: 55%;
    }
}
@media (min-width: 481px) and (max-width: 640px) {
    .productPicBox {
        height: 50%;
    }
}
@media (min-width: 401px) and (max-width: 480px) {
    .productPicBox {
        height: 50%;
    }
}
@media (max-width: 400px) {
    .productPicBox {
        height: 50%;
    }
}
.productPicList,
.productPicList .slick-list,
.productPicList .slick-track,
.productPicList li {
    width: 100%;
    height: 100%;
}
.productPicList li:not(:first-child) {
    display: none;
}
.productPicList li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solutionArea {
  position: relative;
}
@media (min-width: 1181px) {
  .solutionArea {
    padding: 120px 0 50px;
  }
}
@media (min-width: 1181px) and (max-width: 1400px) {
  .solutionArea {
    padding-top: 100px;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .solutionArea {
    padding: 80px 0;
  }
}
@media (min-width: 501px) and (max-width: 960px) {
  .solutionArea {
    padding: 60px 0;
  }
}
@media (max-width: 500px) {
  .solutionArea {
    padding: 45px 0;
  }
}
@media (min-width: 1181px) {
  .solutionArea {
    background: url(../jpg/bg_solution.jpg) repeat top right;
  }
}
@media (max-width: 1180px) {
  .solutionArea {
    background: url(../png/bg_solution2.png) repeat-y top right, #060606;
  }
}
@media (min-width: 1181px) {
  .solutionArea::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url(../png/bg_solution2.png) repeat-y top right, #060606;
  }
}
.solutionArea .wrap {
  position: relative;
}
@media (max-width: 1180px) {
  .solutionArea .wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 1181px) {
  .solutionArea .wrap > .btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    margin-top: 50px;
  }
}
@media (min-width: 1501px) and (max-width: 1600px) {
  .solutionArea .wrap > .btn {
    right: 80px;
  }
}
@media (min-width: 1181px) and (max-width: 1500px) {
  .solutionArea .wrap > .btn {
    right: 50px;
    margin-top: 30px;
  }
}
@media (max-width: 1180px) {
  .solutionArea .wrap > .btn {
    order: 2;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 500px) {
  .solutionArea .wrap > .btn {
    margin-top: 10px;
  }
}
.solutionArea .titleBox {
  min-height: 150px;
}
.solutionArea .titleBox h2 {
  color: #bd2020;
}
@media (min-width: 1181px) {
  .solutionArea .titleBox p {
    max-width: 400px;
  }
}
@media (max-width: 1180px) {
  .solutionArea .titleBox p {
    max-width: 640px;
  }
}

@media (min-width: 961px) {
  .solutionList {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1181px) {
  .solutionList {
    margin-top: 15px;
  }
}
@media (max-width: 1180px) {
  .solutionList {
    margin-top: 30px;
    margin-left: -10px;
    margin-left: -10px;
  }
}
@media (max-width: 960px) {
  .solutionList {
    width: calc(100% + 20px);
  }
}
@media (min-width: 1181px) {
  .solutionList li {
    padding: 0;
  }
  .solutionList li:nth-of-type(1) {
    width: calc(25% + 100px);
    padding-top: 50px;
  }
}
@media (min-width: 1181px) and (max-width: 1400px) {
  .solutionList li:nth-of-type(1) {
    width: calc(25% + 140px);
  }
}
@media (min-width: 1181px) {
  .solutionList li:nth-of-type(1) .Img {
    width: 242px;
    height: 190px;
  }
}
@media (min-width: 1181px) {
  .solutionList li:nth-of-type(1) .Txt {
    width: calc(100% - 242px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1181px) {
  .solutionList li:nth-of-type(1) h3 {
    color: #fff;
  }
  .solutionList li:nth-of-type(1) h3 a {
    color: #fff;
  }
}
@media (min-width: 1181px) {
  .solutionList li:nth-of-type(1) .txtExp {
    max-height: calc(23px * 5);
  }
}
@media (min-width: 1181px) {
  .solutionList li:nth-of-type(2) {
    width: calc(25% + 75px);
  }
}
@media (min-width: 1181px) and (max-width: 1400px) {
  .solutionList li:nth-of-type(2) {
    width: calc(25% + 35px);
  }
}
@media (min-width: 1181px) {
  .solutionList li:nth-of-type(2) .Txt {
    position: absolute;
    bottom: 0;
    left: 100%;
    width: calc(100% - 175px);
    padding-left: 20px;
    padding-right: 40px;
  }
}
@media (min-width: 1181px) and (max-width: 1400px) {
  .solutionList li:nth-of-type(2) .Txt {
    width: calc(100% - 95px);
  }
}
@media (min-width: 1181px) {
  .solutionList li:nth-of-type(2) .txtExp {
    max-height: calc(23px * 2);
  }
}
@media (min-width: 1181px) and (max-width: 1400px) {
  .solutionList li:nth-of-type(2) .txtExp {
    max-height: calc(23px * 3);
  }
}
@media (min-width: 1181px) {
  .solutionList li:nth-of-type(3) {
    position: relative;
    top: -115px;
    width: calc(25% - 100px);
    padding-left: 45px;
    padding-right: 40px;
  }
}
@media (min-width: 1181px) and (max-width: 1400px) {
  .solutionList li:nth-of-type(3) {
    width: calc(25% - 75px);
  }
}
@media (min-width: 1181px) {
  .solutionList li:nth-of-type(3) .Img {
    width: 177px;
    height: 252px;
  }
}
@media (min-width: 1181px) and (max-width: 1400px) {
  .solutionList li:nth-of-type(3) .Img {
    height: 210px;
  }
}
@media (min-width: 1181px) and (max-width: 1250px) {
  .solutionList li:nth-of-type(3) .Img {
    height: 180px;
  }
}
@media (min-width: 1181px) {
  .solutionList li:nth-of-type(3) .Txt {
    position: absolute;
    top: 0;
    right: 100%;
    width: 215px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1181px) {
  .solutionList li:nth-of-type(3) .txtExp {
    max-height: calc(23px * 2);
  }
}
@media (min-width: 1181px) {
  .solutionList li:nth-of-type(4) {
    width: calc(25% - 75px);
    margin-top: -80px;
  }
}
@media (min-width: 1181px) and (max-width: 1400px) {
  .solutionList li:nth-of-type(4) {
    width: calc(25% - 100px);
  }
}
@media (min-width: 1181px) {
  .solutionList li:nth-of-type(4) .Img {
    order: 2;
    width: 100%;
    height: 215px;
    margin-top: 15px;
  }
}
@media (min-width: 1181px) {
  .solutionList li:nth-of-type(4) .txtExp {
    max-height: calc(23px * 2);
  }
}
@media (min-width: 1181px) {
  .solutionList li:nth-of-type(5) {
    width: calc(25% + 40px);
  }
  .solutionList li:nth-of-type(5) .Img {
    order: 2;
    width: 207px;
    height: 282px;
  }
}
@media (min-width: 1181px) and (max-width: 1400px) {
  .solutionList li:nth-of-type(5) .Img {
    width: 170px;
    height: 220px;
    margin-top: 20px;
  }
}
@media (min-width: 1181px) {
  .solutionList li:nth-of-type(5) .Txt {
    width: calc(100% - 207px);
    padding-top: 95px;
    padding-right: 25px;
  }
}
@media (min-width: 1181px) and (max-width: 1400px) {
  .solutionList li:nth-of-type(5) .Txt {
    width: calc(100% - 170px);
    padding-right: 20px;
  }
}
@media (min-width: 1181px) {
  .solutionList li:nth-of-type(5) .txtExp {
    max-height: calc(23px * 5);
  }
}
@media (min-width: 1181px) {
  .solutionList li:nth-of-type(5) h3 {
    color: #fff;
    white-space: pre-wrap;
    overflow: visible;
    text-overflow: initial;
  }
  .solutionList li:nth-of-type(5) h3 a {
    color: #fff;
  }
}
@media (min-width: 1181px) {
  .solutionList li:nth-of-type(6) {
    width: calc(25% - 40px);
    padding-top: 45px;
    padding-left: 35px;
    padding-right: 30px;
  }
  .solutionList li:nth-of-type(6) .Img {
    width: 100%;
    height: 180px;
    margin-bottom: 15px;
  }
  .solutionList li:nth-of-type(6) h3 {
    color: #fff;
  }
  .solutionList li:nth-of-type(6) h3 a {
    color: #fff;
  }
  .solutionList li:nth-of-type(6) .txtExp {
    max-height: calc(23px * 5);
  }
}
@media (min-width: 1181px) {
  .solutionList li:nth-of-type(7) {
    width: calc(25% + 15px);
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 40px;
  }
  .solutionList li:nth-of-type(7) .Img {
    width: 100%;
    height: 234px;
    margin-bottom: 15px;
  }
  .solutionList li:nth-of-type(7) .txtExp {
    max-height: calc(23px * 4);
  }
}
@media (min-width: 1181px) {
  .solutionList li:nth-of-type(8) {
    width: calc(25% - 15px);
    padding-top: 35px;
  }
  .solutionList li:nth-of-type(8) .Img {
    order: 2;
    width: 100%;
    height: 222px;
    margin-top: 15px;
  }
  .solutionList li:nth-of-type(8) .txtExp {
    max-height: calc(23px * 2);
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .solutionList li {
    width: 25%;
  }
}
@media (max-width: 1180px) {
  .solutionList li {
    padding: 10px;
  }
}
@media (max-width: 960px) {
  .solutionList li {
    width: 50%;
    float: left;
  }
}
@media (max-width: 640px) {
  .solutionList li {
    width: 100%;
  }
}
.solutionList .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.solutionList .Img {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .solutionList .Img {
    width: 100%;
  }
}
.solutionList .Img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solutionList .Img .moreLink {
  position: absolute;
  bottom: 14%;
  left: 8%;
}
.solutionList .Img .title {
  position: absolute;
  bottom: calc(14% + 30px);
  left: 8%;
  font-size: 20px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
}
.solutionList .Img .moreLink,
.solutionList .Img .title {
  opacity: 0;
  transform-origin: bottom left;
  transform: scaleY(0.5);
  transition: all 0.4s ease, transform 0s 0.4s ease;
}
@media (min-width: 1181px) {
  .solutionList .item:hover .Img .moreLink,
.solutionList .item:hover .Img .title {
    opacity: 1;
    transform: scaleY(1);
  }
}
.solutionList .Txt {
  position: relative;
  z-index: 5;
}
@media (max-width: 1180px) {
  .solutionList .Txt {
    width: 100%;
    padding-bottom: 20px;
  }
}
.solutionList h3 {
  border-bottom: 2px solid #bd2020;
  padding-bottom: 15px;
  margin-bottom: 10px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1181px) {
  .solutionList h3 {
    font-size: 20px;
    color: #000;
  }
}
@media (max-width: 1180px) {
  .solutionList h3 {
    padding-top: 15px;
    font-size: 19px;
    color: #fff;
  }
}
@media (min-width: 1181px) {
  .solutionList h3 a {
    color: #000;
  }
}
@media (max-width: 1180px) {
  .solutionList h3 a {
    color: #fff;
  }
}
.solutionList .txtExp {
  color: #5f5f5f;
}
@media (max-width: 1180px) {
  .solutionList .txtExp {
    height: calc(23px * 3);
  }
}
.solutionList .arrowPrev, .solutionList .arrowNext {
  position: absolute;
  z-index: 5;
}
@media (min-width: 641px) {
  .solutionList .arrowPrev, .solutionList .arrowNext {
    top: 30%;
  }
}
@media (min-width: 501px) and (max-width: 640px) {
  .solutionList .arrowPrev, .solutionList .arrowNext {
    top: 33%;
  }
}
@media (max-width: 500px) {
  .solutionList .arrowPrev, .solutionList .arrowNext {
    top: 28%;
  }
}
.solutionList .arrowPrev:hover, .solutionList .arrowNext:hover {
  background-color: #000;
}
.solutionList .arrowPrev {
  left: 15px;
}
.solutionList .arrowNext {
  right: 15px;
}

.materialArea .wrap {
  max-width: none;
  padding: 0;
}
.materialArea .item {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .materialArea .BgImg.pc {
    height: 625px;
  }
}
@media (max-width: 640px) {
  .materialArea .BgImg.pc {
    height: 400px;
  }
}

.materialArea .BgImg img {
  display: block;
  width: 100%;
}
@media (max-width: 1920px) {
  .materialArea .BgImg.pc img {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: auto;
      height: 100%;
  }
}
  
.materialArea .Txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1480px;
  padding: 0 20px;
}
@media (max-width: 1452px) {
  .materialArea .Txt {
    max-width: none;
  }
}

.materialArea .Txt .textBox {
  width: 50%;
}

@media (max-width: 640px) {
  .materialArea .Txt .textBox {
    width: 100%;
  }
}
.materialArea .btn {
  margin-top: 20px;
}

.catalogArea {
  background: url(../jpg/bg_catalog.jpg) repeat-y top left, #000;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .catalogArea {
    padding: 0;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .catalogArea {
    padding: 70px 0;
  }
}
@media (min-width: 501px) and (max-width: 960px) {
  .catalogArea {
    padding: 60px 0;
  }
}
@media (max-width: 500px) {
  .catalogArea {
    padding: 45px 0;
  }
}
@media (max-width: 1180px) {
  .catalogArea {
    background-size: cover;
  }
}
.catalogArea .wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1181px) {
  .catalogArea .wrap {
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1501px) {
  .catalogArea .leftBox {
    width: calc(50% - 220px);
  }
}
@media (min-width: 1181px) and (max-width: 1500px) {
  .catalogArea .leftBox {
    width: 525px;
  }
}
@media (max-width: 1180px) {
  .catalogArea .leftBox {
    order: 2;
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 500px) {
  .catalogArea .leftBox {
    margin-top: 30px;
  }
}
@media (min-width: 1921px) {
  .catalogArea .leftBox {
    padding-left: calc((1920px - 1440px) / 2);
  }
}
@media (min-width: 1551px) and (max-width: 1920px) {
  .catalogArea .leftBox {
    padding-left: calc((100vw - 1440px) / 2);
  }
}
@media (min-width: 1181px) and (max-width: 1550px) {
  .catalogArea .leftBox {
    padding-left: 50px;
  }
}
@media (min-width: 1351px) {
  .catalogArea .leftBox {
    padding-top: 120px;
  }
}
@media (min-width: 1181px) and (max-width: 1350px) {
  .catalogArea .leftBox {
    padding-top: 100px;
  }
}
.catalogArea .rightBox {
  position: relative;
}
@media (min-width: 1181px) {
  .catalogArea .rightBox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #000;
  }
}
@media (min-width: 1501px) {
  .catalogArea .rightBox {
    width: calc(50% + 220px);
  }
}
@media (min-width: 1181px) and (max-width: 1500px) {
  .catalogArea .rightBox {
    width: calc(100% - 525px);
  }
}
@media (max-width: 1180px) {
  .catalogArea .rightBox {
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .catalogArea .rightBox {
    padding-right: calc((1920px - 1440px) / 2);
  }
}
@media (min-width: 1701px) and (max-width: 1920px) {
  .catalogArea .rightBox {
    padding-right: calc((100vw - 1440px) / 2);
  }
}
@media (min-width: 1351px) and (max-width: 1700px) {
  .catalogArea .rightBox {
    padding-right: 130px;
  }
}
@media (min-width: 1181px) and (max-width: 1350px) {
  .catalogArea .rightBox {
    padding-right: 50px;
  }
}
@media (min-width: 1451px) {
  .catalogArea .rightBox {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1351px) and (max-width: 1450px) {
  .catalogArea .rightBox {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1181px) and (max-width: 1350px) {
  .catalogArea .rightBox {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1351px) {
  .catalogArea .rightBox::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 180px;
    background-color: #1b1b1b;
  }
}
@media (min-width: 1921px) {
  .catalogArea .rightBox::before {
    width: calc((1920px - 1440px) / 2);
  }
}
@media (min-width: 1701px) and (max-width: 1920px) {
  .catalogArea .rightBox::before {
    width: calc((100vw - 1440px) / 2);
  }
}
@media (min-width: 1351px) and (max-width: 1700px) {
  .catalogArea .rightBox::before {
    width: 120px;
  }
}
@media (min-width: 1351px) {
  .catalogArea .rightBox::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 1921px) {
  .catalogArea .rightBox::after {
    right: calc((1920px - 1440px) / 2);
  }
}
@media (min-width: 1701px) and (max-width: 1920px) {
  .catalogArea .rightBox::after {
    right: calc((100vw - 1440px) / 2);
  }
}
@media (min-width: 1351px) and (max-width: 1700px) {
  .catalogArea .rightBox::after {
    right: 120px;
  }
}
@media (min-width: 1181px) {
  .catalogArea .titleBox {
    max-width: 290px;
  }
}
.catalogArea .titleBox h2 {
  color: #252525;
}
.catalogArea .titleBox h2::before {
  content: "";
  display: inline-block;
  width: 58px;
  height: 75px;
  margin-right: 10px;
  background: url(../png/p.png) no-repeat center;
}
.catalogArea .titleBox .subTitle {
  color: #3f3f3f;
}
.catalogArea .titleBox p {
  color: #474747;
}
@media (max-width: 1180px) {
  .catalogArea .titleBox p {
    max-width: 640px;
  }
}
.catalogArea .btn {
  margin-top: 40px;
}
.catalogArea .catalogPicList {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1180px) {
  .catalogArea .catalogPicList {
    display: none;
  }
}
.catalogArea .catalogPicList .slick-list, .catalogArea .catalogPicList .slick-track {
  height: 100%;
}
.catalogArea .catalogPicList li {
  height: 100%;
}
.catalogArea .catalogPicList li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalogArea .catalogList {
  position: relative;
}
@media (min-width: 1181px) {
  .catalogArea .catalogList {
    left: -130px;
  }
}
.catalogArea .btnBarBox {
  position: relative;
  z-index: 5;
  order: 2;
}
@media (min-width: 1451px) {
  .catalogArea .btnBarBox {
    width: 325px;
  }
}
@media (max-width: 1450px) {
  .catalogArea .btnBarBox {
    width: 280px;
  }
}
@media (min-width: 1181px) and (max-width: 1350px) {
  .catalogArea .btnBarBox {
    padding-top: 20px;
  }
}
@media (max-width: 1180px) {
  .catalogArea .btnBarBox {
    position: static;
  }
}
.catalogArea .btnBarBox .title {
  margin-bottom: 25px;
  font-size: 20px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #bdbdbd;
  text-transform: uppercase;
}
@media (max-width: 1180px) {
  .catalogArea .btnBarBox .title {
    display: none;
  }
}
@media (min-width: 1801px) {
  .catalogArea .btnBar {
    width: calc(100% + 150px);
  }
}
@media (min-width: 1701px) and (max-width: 1800px) {
  .catalogArea .btnBar {
    width: calc(100% + 100px);
  }
}
@media (min-width: 1351px) and (max-width: 1700px) {
  .catalogArea .btnBar {
    width: calc(100% + 100px);
  }
}
@media (min-width: 1181px) and (max-width: 1350px) {
  .catalogArea .btnBar {
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .catalogArea .btnBar {
    margin-bottom: 20px;
  }
}
.catalogArea .btnBar::before {
  background-image: linear-gradient(to right, #341111 0%, #341111 66%, #bd2020 67%, #bd2020 100%);
}
@media (max-width: 1180px) {
  .catalogArea .btnBar::before {
    display: none;
  }
}
.catalogArea .btnBar .num {
  display: flex;
}
@media (max-width: 1180px) {
  .catalogArea .btnBar .num {
    display: none;
  }
}
.catalogArea .btnBar .num span {
  position: relative;
  order: -1;
  padding-right: 22px;
}
.catalogArea .btnBar .num span::before {
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
}
@media (min-width: 1181px) {
  .catalogArea .btnBar .arrowPrev, .catalogArea .btnBar .arrowNext {
    order: -1;
    margin-left: 0;
    margin-right: 5px;
  }
  .catalogArea .btnBar .arrowPrev svg, .catalogArea .btnBar .arrowNext svg {
    fill: #bd2020;
  }
  .catalogArea .btnBar .arrowPrev:hover svg, .catalogArea .btnBar .arrowNext:hover svg {
    fill: #fff;
  }
}
@media (max-width: 1180px) {
  .catalogArea .btnBar .arrowPrev, .catalogArea .btnBar .arrowNext {
    position: absolute;
    top: calc(50% - 5px);
    z-index: 10;
    margin: 0;
  }
  .catalogArea .btnBar .arrowPrev:hover, .catalogArea .btnBar .arrowNext:hover {
    background-color: #000;
  }
  .catalogArea .btnBar .arrowPrev {
    left: 5px;
  }
  .catalogArea .btnBar .arrowNext {
    right: 5px;
  }
}

@media (min-width: 1181px) {
  .catalogList {
    width: 260px;
    background: #000;
  }
}
@media (max-width: 1180px) {
  .catalogList {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1181px) {
  .catalogList li {
    padding: 0;
  }
}
@media (max-width: 1180px) {
  .catalogList li {
    padding: 0 10px;
  }
}
@media (min-width: 641px) and (max-width: 1180px) {
  .catalogList li {
    width: calc(100% / 3);
    float: left;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .catalogList li {
    width: 50%;
  }
}
@media (min-width: 1181px) {
  .catalogList li:not(:first-child) {
    display: none;
  }
}
@media (max-width: 640px) {
  .catalogList li:not(:first-child) {
    display: none;
  }
}
@media (max-width: 1180px) {
  .catalogList .item {
    position: relative;
  }
}
.catalogList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.catalogList .Txt {
  color: #fff;
}
@media (min-width: 1181px) {
  .catalogList .Txt {
    padding: 20px;
    background-color: #bd2020;
  }
}
@media (max-width: 1180px) {
  .catalogList .Txt {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    padding: 15px 20px;
  }
}
.catalogList .subTitle {
  font-size: 12px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5pt;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1180px) {
  .catalogList .subTitle {
    display: none;
  }
}
.catalogList h3 {
  margin-top: 10px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1181px) {
  .catalogList h3 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 500;
  }
}
@media (max-width: 1180px) {
  .catalogList h3 {
    font-size: 18px;
    font-weight: 400;
  }
}
.catalogList h3 a {
  color: #fff;
}
.catalogList .num {
  float: left;
  font-size: 12px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5pt;
  text-transform: uppercase;
}
@media (max-width: 1180px) {
  .catalogList .num {
    display: none;
  }
}
.catalogList .txtExp {
  height: calc(23px * 3);
  margin-bottom: 50px;
  color: #e6bcbc;
}
@media (max-width: 1180px) {
  .catalogList .txtExp {
    display: none;
  }
}
.catalogList .btnPlus {
  float: right;
  font-size: 30px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  color: #de9090;
  line-height: 20px;
}
.catalogList .btnPlus:hover {
  color: #fff;
}
@media (max-width: 1180px) {
  .catalogList .btnPlus {
    display: none;
  }
}
@media (min-width: 1181px) {
  .catalogList .subTitle, .catalogList h3, .catalogList .num, .catalogList .txtExp, .catalogList .btnPlus {
    opacity: 0;
    transform: translateY(30px);
  }
}
@media (min-width: 1181px) {
  .catalogList .num, .catalogList .btnPlus {
    transform: translateY(10px);
  }
}
.catalogList li.show .subTitle, .catalogList li.show h3, .catalogList li.show .num, .catalogList li.show .txtExp, .catalogList li.show .btnPlus {
  opacity: 1;
  transform: translateY(0);
}
.catalogList li.show .subTitle {
  transition-delay: 0.1s;
}
.catalogList li.show h3 {
  transition-delay: 0.15s;
}
.catalogList li.show .txtExp {
  transition-delay: 0.2s;
}

.catalogDotList {
  display: inline-block;
  padding-left: 5px;
}
@media (min-width: 1351px) {
  .catalogDotList {
    max-width: 240px;
  }
}
@media (min-width: 1181px) and (max-width: 1350px) {
  .catalogDotList {
    padding-right: 20px;
  }
}
@media (max-width: 1180px) {
  .catalogDotList {
    position: absolute !important;
    top: 0;
    right: 200%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
.catalogDotList li {
  position: relative;
  padding: 15px 10px 15px 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  font-size: 14px;
  color: #d6d6d6;
  text-transform: uppercase;
  cursor: pointer;
}
.catalogDotList li::before {
  content: attr(data-num);
  position: absolute;
  top: 20px;
  left: 0;
  display: inline-block;
  width: 25px;
  line-height: 12px;
  margin-right: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-family: Arial, "Noto Sans TC", Helvetica, "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
  color: #fff;
}
.catalogDotList li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #bd2020;
  opacity: 0;
}
.catalogDotList li.slick-current, .catalogDotList li:hover {
  color: #bd2020;
}
.catalogDotList li.slick-current::before, .catalogDotList li:hover::before {
  border-right-color: rgba(189, 32, 32, 0.2);
  color: #bd2020;
}
.catalogDotList li.slick-current::after {
  opacity: 1;
}

.newsArea {
  background: url(../jpg/bg_news.jpg) no-repeat top center;
  background-size: cover;
}
@media (min-width: 1181px) {
  .newsArea {
    padding: 100px 0;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .newsArea {
    padding: 80px 0;
  }
}
@media (min-width: 501px) and (max-width: 960px) {
  .newsArea {
    padding: 60px 0;
  }
}
@media (max-width: 500px) {
  .newsArea {
    padding: 45px 0;
  }
}
@media (min-width: 1181px) {
  .newsArea > .wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1351px) {
  .newsArea .leftBox {
    width: calc(50% + 50px);
  }
}
@media (min-width: 1181px) and (max-width: 1350px) {
  .newsArea .leftBox {
    width: calc(50% - 50px);
  }
}
@media (max-width: 1180px) {
  .newsArea .leftBox {
    display: none;
  }
}
@media (min-width: 1351px) {
  .newsArea .rightBox {
    width: calc(50% - 50px);
  }
}
@media (min-width: 1181px) and (max-width: 1350px) {
  .newsArea .rightBox {
    width: calc(50% + 50px);
  }
}
@media (max-width: 1180px) {
  .newsArea .rightBox {
    position: relative;
    display: flex;
    flex-direction: column;
  }
}
.newsArea .rightBox .btn {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1181px) {
  .newsArea .rightBox .btn {
    display: none;
  }
}
.newsArea .titleBox {
  display: none;
  width: 100%;
}
@media (min-width: 1181px) {
  .newsArea .btnBar {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 15px;
    padding: 0 25px;
  }
}
@media (min-width: 1181px) {
  .newsArea .btnBar::before {
    content: "";
    order: 2;
    flex-grow: 1;
    display: block;
    height: 1px;
    margin-right: 20px;
    margin-left: 20px;
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.newsArea .btnBar .moreLink {
  order: 3;
  display: block;
  font-size: 14px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
}
@media (max-width: 1180px) {
  .newsArea .btnBar .moreLink {
    display: none;
  }
}
@media (min-width: 1181px) {
  .newsArea .btnBar .arrowPrev {
    margin-right: 8px;
  }
}
@media (max-width: 1180px) {
  .newsArea .btnBar .arrowPrev, .newsArea .btnBar .arrowNext {
    position: absolute;
    z-index: 5;
  }
}
@media (max-width: 1180px) and (min-width: 851px) {
  .newsArea .btnBar .arrowPrev, .newsArea .btnBar .arrowNext {
    top: 22%;
  }
}
@media (max-width: 1180px) and (max-width: 850px) {
  .newsArea .btnBar .arrowPrev, .newsArea .btnBar .arrowNext {
    top: 25%;
  }
}
@media (max-width: 1180px) and (min-width: 451px) and (max-width: 640px) {
  .newsArea .btnBar .arrowPrev, .newsArea .btnBar .arrowNext {
    top: 30%;
  }
}
@media (max-width: 1180px) {
  .newsArea .btnBar .arrowPrev:hover, .newsArea .btnBar .arrowNext:hover {
    background-color: #000;
  }
}
@media (max-width: 1180px) {
  .newsArea .btnBar .arrowPrev {
    left: 5px;
  }
}
@media (max-width: 1180px) {
  .newsArea .btnBar .arrowNext {
    right: 5px;
  }
}

.newsList li {
  padding: 20px 0 10px;
}
.newsList .Img {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.newsList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsList .Img .date {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
@media (min-width: 1351px) {
  .newsList .Img .date {
    padding-top: 30px;
    padding-left: 35px;
  }
}
@media (max-width: 1350px) {
  .newsList .Img .date {
    padding-top: 10px;
    padding-left: 20px;
  }
}
.newsList .Img .day {
  font-weight: 600;
}
@media (min-width: 1351px) {
  .newsList .Img .day {
    font-size: 40px;
    line-height: 1.3;
  }
}
@media (max-width: 1350px) {
  .newsList .Img .day {
    font-size: 36px;
    line-height: 1.2;
  }
}
.newsList .Img .year {
  font-size: 16px;
  font-weight: 500;
}
.newsList .Img .month {
  opacity: 0.58;
}
.newsList .item:hover .Img img {
  opacity: 0.5;
  transform: scale(1.1);
}
.newsList .date {
  color: #a5a5a5;
}
.newsList h3 {
  margin-top: 10px;
  font-size: 20px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsList h3 a {
  color: #fff;
}
.newsList .txtExp {
  max-height: 46px;
}
@media (min-width: 1551px) {
  .newsList .txtExp {
    margin-top: 20px;
  }
}
@media (max-width: 1550px) {
  .newsList .txtExp {
    margin-top: 12px;
  }
}

@media (min-width: 1181px) {
  .newsMainList {
    padding-top: 20px;
  }
}
@media (max-width: 1180px) {
  .newsMainList {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1551px) {
  .newsMainList li {
    padding: 0 25px 30px;
  }
}
@media (min-width: 1181px) and (max-width: 1550px) {
  .newsMainList li {
    padding: 0 0 20px 20px;
  }
}
@media (max-width: 1180px) {
  .newsMainList li {
    padding: 15px 10px;
  }
}
@media (max-width: 640px) {
  .newsMainList li:not(:first-child) {
    display: none;
  }
}
@media (min-width: 1181px) {
  .newsMainList .Img {
    float: left;
    margin-right: 20px;
  }
}
@media (min-width: 1551px) {
  .newsMainList .Img {
    width: 185px;
  }
}
@media (min-width: 1181px) and (max-width: 1550px) {
  .newsMainList .Img {
    width: 180px;
  }
}
@media (max-width: 1180px) {
  .newsMainList .Img {
    margin-bottom: 15px;
  }
}
.newsMainList .Img .date {
  display: none;
}
.newsMainList .btn {
  display: none;
}

.newsLeftList .item {
  position: relative;
}
.newsLeftList .item:hover .Img img {
  transform: scale(1.04);
}
.newsLeftList .Txt {
  position: absolute;
  left: 0;
  z-index: 5;
  width: 100%;
}
@media (min-width: 1351px) {
  .newsLeftList .Txt {
    bottom: 50px;
    max-width: 530px;
    padding: 0 40px;
  }
}
@media (max-width: 1350px) {
  .newsLeftList .Txt {
    bottom: 30px;
    padding: 0 30px 0 25px;
  }
}
@media (min-width: 1351px) {
  .newsLeftList h3 {
    font-size: 30px;
  }
}
@media (min-width: 1351px) {
  .newsLeftList .btn {
    margin-top: 45px;
  }
}
@media (max-width: 1350px) {
  .newsLeftList .btn {
    margin-top: 20px;
  }
}

.linkArea {
  background: url(../jpg/bg_link.jpg) repeat top center;
}
@media (min-width: 1181px) {
  .linkArea {
    padding: 120px 0;
  }
}
@media (min-width: 961px) and (max-width: 1180px) {
  .linkArea {
    padding: 80px 0;
  }
}
@media (min-width: 501px) and (max-width: 960px) {
  .linkArea {
    padding: 60px 0;
  }
}
@media (max-width: 500px) {
  .linkArea {
    padding: 45px 0;
  }
}
.linkArea .wrap {
  display: flex;
  flex-wrap: wrap;
}
.linkArea .wrap > .btn {
  order: 2;
}
@media (min-width: 1181px) {
  .linkArea .wrap > .btn {
    position: relative;
    z-index: 5;
    margin-top: -45px;
  }
}
@media (max-width: 1180px) {
  .linkArea .wrap > .btn {
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 500px) {
  .linkArea .wrap > .btn {
    margin-top: 50px;
  }
}
@media (min-width: 1401px) {
  .linkArea .titleBox {
    width: 380px;
  }
}
@media (min-width: 1181px) and (max-width: 1400px) {
  .linkArea .titleBox {
    width: 300px;
  }
}
@media (max-width: 1180px) {
  .linkArea .titleBox {
    width: 100%;
    max-width: 600px;
  }
}
@media (min-width: 1401px) {
  .linkArea .linkList {
    width: calc(100% - 380px);
  }
}
@media (min-width: 1181px) and (max-width: 1400px) {
  .linkArea .linkList {
    width: calc(100% - 300px);
  }
}
@media (max-width: 1180px) {
  .linkArea .linkList {
    width: calc(100% + 16px);
    margin-top: 40px;
  }
}
@media (min-width: 1181px) {
  .linkArea .titleBox {
    padding-bottom: 90px;
    padding-right: 20px;
  }
}
.linkArea .titleBox h2 {
  color: #bd2020;
}

.linkList {
  position: relative;
}
@media (min-width: 1181px) {
  .linkList {
    padding-top: 35px;
  }
}
@media (max-width: 1180px) {
  .linkList {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.linkList li {
  width: 20%;
  float: left;
  padding: 0 8px;
}
.linkList .Img {
  background-color: #000;
  overflow: hidden;
}
.linkList .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.linkList li:hover .Img img {
  transform: scale(1.1);
}
.linkList h3 {
  margin-top: 25px;
  font-size: 20px;
  font-family: "Oswald", "Noto Sans TC", "微軟正黑體", sans-serif;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .linkList h3 {
    margin-top: 20px;
    font-size: 18px;
  }
}
.linkList h3 a {
  color: #fff;
}
@media (min-width: 1181px) {
  .linkList li:nth-of-type(even) {
    display: flex;
    flex-direction: column;
  }
  .linkList li:nth-of-type(even) h3 {
    order: -1;
    margin-top: 0;
    margin-bottom: 25px;
  }
}
.linkList .arrowPrev, .linkList .arrowNext {
  position: absolute;
  z-index: 5;
}
@media (min-width: 961px) {
  .linkList .arrowPrev, .linkList .arrowNext {
    top: calc(50% - 10px);
  }
}
@media (max-width: 960px) {
  .linkList .arrowPrev, .linkList .arrowNext {
    top: calc(50% - 25px);
  }
}
@media (min-width: 1181px) {
  .linkList .arrowPrev, .linkList .arrowNext {
    display: none;
  }
}
.linkList .arrowPrev:hover, .linkList .arrowNext:hover {
  background-color: #000;
}
.linkList .arrowPrev {
  left: 15px;
}
.linkList .arrowNext {
  right: 15px;
}

/*****載入動畫*****/
@media (min-width: 1181px) {
  /*.newsLeftList .Img,
.solutionList .Img,
.catalogList .Img,
.linkList .Img {
    position: relative;
    overflow: hidden;
  }
  .newsLeftList .Img::after,
.solutionList .Img::after,
.catalogList .Img::after,
.linkList .Img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #000;
    transform: scale(0, 1);
    transform-origin: left;
  }
  .newsLeftList .Img::before,
.solutionList .Img::before,
.catalogList .Img::before,
.linkList .Img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
    background-color: #1f1f1f;
  }
  .newsLeftList .Img img,
.solutionList .Img img,
.catalogList .Img img,
.linkList .Img img {
    opacity: 0;
  }

  .newsLeftList .Img::before {
    background-color: #131313;
  }

  .catalogList .Img::before {
    background-color: #bd2020;
  }

  .solutionList .Img.show::after,
.catalogList .Img.show::after,
.linkList .Img.show::after {
    transform: scale(0, 1);
    animation: imgbgc_in 1.2s cubic-bezier(0.97, 0.02, 0.5, 1.2) both;
  }
  .solutionList .Img.show::before,
.catalogList .Img.show::before,
.linkList .Img.show::before {
    animation: img_mask_out 1.2s cubic-bezier(0.97, 0.02, 0.5, 1.2) both;
  }
  .solutionList .Img.show img,
.catalogList .Img.show img,
.linkList .Img.show img {
    animation: img_in 1.2s cubic-bezier(0.97, 0.02, 0.5, 1.2) both;
  }*/

  /*.newsLeftList .Img.show::after {
    transform: scale(0, 1);
    animation: imgbgc_in 1.4s cubic-bezier(0.97, 0.02, 0.5, 1.2) both;
  }
  .newsLeftList .Img.show::before {
    animation: img_mask_out 1.4s cubic-bezier(0.97, 0.02, 0.5, 1.2) both;
  }
  .newsLeftList .Img.show img {
    animation: img_in 1.4s cubic-bezier(0.97, 0.02, 0.5, 1.2) both;
  }*/
}
/*pop*/
.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.7s;
}
.popWin .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  transition: all 0.7s;
}
@media (min-width: 961px) {
  .popWin .inner {
    max-width: 90%;
  }
}
@media (max-width: 960px) {
  .popWin .inner {
    width: 90%;
  }
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 960px) {
  .popWin img {
    width: 100%;
  }
}
.popWin .Txt {
  padding: 30px;
  text-align: left;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  position: absolute;
  right: -23px;
  top: -23px;
  z-index: 1;
  width: 46px;
  height: 46px;
  background-color: #bd2020;
  /* background-color: #fff; */
  border-radius: 50%;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
  /* border-radius:  50%; */
}
.popWin .close::before {
  transform: rotate(45deg);
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask, .popWin.show .inner {
  opacity: 1;
}
.popWin .close::after {
  transform: rotate(-45deg);
}

@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}