.aboutLinkArea a::before, .aboutLinkArea .topTitle .title, .aboutLinkArea .topTitle .icon, .aboutLinkArea .topTitle, .aboutLinkArea .TxtBox, .newsArea .arrowBox .arrow, .newsArea .numBox .loading .currentLine, .newsArea .Img .more::before, .newsArea .Img .more::after, .newsArea .Img .more, .newsArea .Img img, .newsArea .Img, .catalogArea .numBox .loading .currentLine, .catalogArea .productItem .bottom, .catalogArea .productItem .content .pd .more span::before, .catalogArea .productItem .content .pd .more span::after, .catalogArea .productItem .content .pd .more, .catalogArea .productItem .content .pd, .catalogArea .productItem .content, .catalogArea .productItem .layout .pdTitle, .catalogArea .productItem .layout .more span::before, .catalogArea .productItem .layout .more span::after, .catalogArea .productItem .layout .more, .catalogArea .productItem .layout .Img .mainImg, .certificateArea .numBox .loading .currentLine, .certificateArea .certificateList .slick-slide, .certificateArea .certificateList .certificateItem, .bannerArea .socialBox .socialList li a svg, .bannerArea .socialBox .socialList li, .popWin .close::before, .popWin .close::after, .popWin .close {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.popWin {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100%;
  height: 100vh;
  font-size: 15px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.7s;
  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;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}
.popWin img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.popWin .Txt {
  padding: 30px;
}
.popWin .Txt .popTitle {
  font-size: 25px;
  margin-bottom: 25px;
}
.popWin .close {
  width: 46px;
  height: 46px;
  background-color: #f1c713;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popWin .close::before, .popWin .close::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 23px;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
.popWin .close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popWin .close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1201px) {
  .popWin .close:hover {
    background-color: #f1c713;
  }
  .popWin .close:hover::before {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .popWin .close:hover::after {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
}
.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
  opacity: 1;
}
.popWin.show .inner {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

.mainArea {
  padding: 0;
}

.bannerArea {
  padding: 20px 0 40px;
}
@media (max-width: 640px) {
  .bannerArea {
    background-color: #f5f5f5;
    padding: 20px 0 0;
  }
}
.bannerArea .wrap {
  max-width: 1720px;
  padding: 0;
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerList {
  position: relative;
  z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
  margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
  max-width: 1640px;
  padding: 110px 20px 85px;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .Txt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt {
    padding: 40px 20px;
  }
}
.bannerArea .bannerItem .Txt .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .bannerItem .Txt .text {
  color: #606060;
  font-size: 28px;
  display: block;
  line-height: normal;
  letter-spacing: 0.5px;
  opacity: 0;
  padding-left: 40px;
  position: relative;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .text {
    font-size: 17px;
  }
}
.bannerArea .bannerItem .Txt .text::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #f1c713;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
}
.bannerArea .bannerItem .Txt .subtitleEn {
  color: #474747;
  display: block;
  font-size: 113px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.5px;
  opacity: 0;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .subtitleEn {
    font-size: 70px;
  }
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .subtitleEn {
    font-size: 50px;
  }
}
.bannerArea .bannerItem .Txt .btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 90px;
}
@media (max-width: 640px) {
  .bannerArea .bannerItem .Txt .btm {
    margin-bottom: 40px;
  }
}
.bannerArea .bannerItem .Txt .title {
  color: #606060;
  font-size: 37px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  opacity: 0;
  padding-right: 30px;
  margin-right: 30px;
  position: relative;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .title {
    font-size: 20px;
    padding-right: 15px;
    margin-right: 15px;
  }
}
.bannerArea .bannerItem .Txt .title::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 34px;
  background-color: #606060;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .title::before {
    height: 18px;
  }
}
.bannerArea .bannerItem .Txt .subtitle {
  color: #606060;
  font-size: 37px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  opacity: 0;
}
@media (max-width: 960px) {
  .bannerArea .bannerItem .Txt .subtitle {
    font-size: 20px;
  }
}
.bannerArea .bannerItem .Txt .bgCisBox {
  opacity: 0;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 150px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 5px);
  z-index: 1;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::after {
  content: "";
  border: 1px dashed #fff;
  border-radius: 50%;
  z-index: 1;
  width: 75%;
  height: 75%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannerArea .bannerItem .ImgBox {
  max-width: 1140px;
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .ImgBox {
    display: none;
  }
}
.bannerArea .bannerItem .ImgBox .bg img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .bannerArea .bannerItem .ImgBox .bg img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 700px;
  }
}
.bannerArea .bannerItem .ImgBox .decoBox {
  position: absolute;
  width: 100%;
  height: 700px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.bannerArea .bannerItem .ImgBox .cloudBox .cloud {
  position: absolute;
}
.bannerArea .bannerItem .ImgBox .cloudBox .cloud.cloud01 {
  bottom: -16%;
  left: 17%;
}
.bannerArea .bannerItem .ImgBox .cloudBox .cloud.cloud01 img {
  -webkit-animation: cloudEnhanceRL 2.8s linear forwards infinite;
          animation: cloudEnhanceRL 2.8s linear forwards infinite;
}
.bannerArea .bannerItem .ImgBox .cloudBox .cloud.cloud02 {
  bottom: 0%;
  left: 6%;
}
.bannerArea .bannerItem .ImgBox .cloudBox .cloud.cloud02 img {
  -webkit-animation: cloudEnhanceRL 2s linear forwards infinite;
          animation: cloudEnhanceRL 2s linear forwards infinite;
}
.bannerArea .bannerItem .ImgBox .cloudBox .cloud.cloud03 {
  top: 27%;
  left: 17%;
}
.bannerArea .bannerItem .ImgBox .cloudBox .cloud.cloud03 img {
  -webkit-animation: cloudEnhanceLR 2.5s linear forwards infinite;
          animation: cloudEnhanceLR 2.5s linear forwards infinite;
}
.bannerArea .bannerItem .ImgBox .cloudBox .cloud.cloud04 {
  bottom: 7%;
  right: -2%;
}
.bannerArea .bannerItem .ImgBox .cloudBox .cloud.cloud04 img {
  -webkit-animation: cloudEnhanceLR 2.6s linear forwards infinite;
          animation: cloudEnhanceLR 2.6s linear forwards infinite;
}
.bannerArea .bannerItem .ImgBox .seagullBox .seagull {
  position: absolute;
}
.bannerArea .bannerItem .ImgBox .seagullBox .seagull.seagull01 {
  top: 33%;
  right: 17%;
}
.bannerArea .bannerItem .ImgBox .seagullBox .seagull.seagull02 {
  top: 17%;
  right: 0;
}
.bannerArea .bannerItem .ImgBox .seagullBox .seagull img {
  opacity: 0;
}
.bannerArea .bannerItem .ImgBox .peopleBox .people {
  position: absolute;
}
.bannerArea .bannerItem .ImgBox .peopleBox .people.people01 {
  top: 35%;
  right: 47%;
  z-index: 3;
}
.bannerArea .bannerItem .ImgBox .peopleBox .people.people02 {
  top: 19%;
  right: 16%;
  z-index: 2;
}
.bannerArea .bannerItem .ImgBox .peopleBox .people.people03 {
  top: 7%;
  right: 34%;
  z-index: 1;
}
.bannerArea .bannerItem .ImgBox .peopleBox .people img {
  opacity: 0;
}
.bannerArea .bannerItem .mbBox {
  width: 100%;
}
@media (min-width: 1181px) {
  .bannerArea .bannerItem .mbBox {
    display: none;
  }
}
.bannerArea .bannerItem .mbBox img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bannerArea .slick-current .ImgBox .peopleBox .people01 img {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .ImgBox .peopleBox .people02 img {
  -webkit-animation: slideUpAnimation 0.8s 0.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.2s ease-in-out forwards;
}
.bannerArea .slick-current .ImgBox .peopleBox .people03 img {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .ImgBox .seagullBox .seagull01 img {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .ImgBox .seagullBox .seagull02 img {
  -webkit-animation: slideUpAnimation 0.8s 0.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .text {
  -webkit-animation: slideUpAnimation 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitleEn {
  -webkit-animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .title {
  -webkit-animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .subtitle {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .bgCisBox {
  -webkit-animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
          animation: slideUpAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .slick-current .Txt .videoBtn::after {
  -webkit-animation: rotate 50s linear forwards;
          animation: rotate 50s linear forwards;
}
.bannerArea .slick-arrow {
  top: 80%;
  left: auto;
}
.bannerArea .slick-arrow.slick-prev {
  right: 110px;
}
.bannerArea .slick-arrow.slick-next {
  right: 50px;
}
.bannerArea .socialBox {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bannerArea .socialBox .socialList {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerArea .socialBox .socialList li {
  margin: 7.5px 0;
}
.bannerArea .socialBox .socialList li:first-child {
  margin-top: 0;
}
.bannerArea .socialBox .socialList li:last-child {
  margin-bottom: 0;
}
.bannerArea .socialBox .socialList li a {
  color: #fff;
  display: block;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}
.bannerArea .socialBox .socialList li a svg {
  width: 20px;
  height: 18px;
  display: inline-block;
  fill: #fff;
  margin-top: -2px;
  vertical-align: middle;
}
@media (min-width: 1201px) {
  .bannerArea .socialBox .socialList li a:hover {
    color: #f1c713;
  }
  .bannerArea .socialBox .socialList li a:hover svg {
    fill: #f1c713;
  }
}
.bannerArea .scrollDown {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 2;
}
.bannerArea .scrollDown span {
  display: block;
}
.bannerArea .scrollDown span.text {
  color: #fff;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  letter-spacing: 0.5px;
}
.bannerArea .scrollDown span.line {
  width: 2px;
  height: calc(100% + 20px);
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.bannerArea .scrollDown span.line::before {
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  -webkit-animation: bannerScrollAnimation 2.5s linear infinite forwards;
          animation: bannerScrollAnimation 2.5s linear infinite forwards;
  background-color: #f1c713;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bannerArea .slick-dots {
  bottom: 50%;
  right: 50px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
@media (max-width: 1180px) {
  .bannerArea .Txt .bannerVideo,
.bannerArea .socialBox,
.bannerArea .scrollDown,
.bannerArea .slick-dots,
.bannerArea .slick-arrow {
    display: none !important;
  }
}

.aboutArea {
  padding: 100px 0;
  position: relative;
  z-index: 2;
  background-color: #ececec;
}
@media (max-width: 1180px) {
  .aboutArea {
    padding: 60px 0;
  }
}
.aboutArea .deco {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.aboutArea .deco img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .wrap {
  max-width: 1366px;
  position: relative;
  z-index: 2;
}
.aboutArea .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 960px) {
  .aboutArea .aboutBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.aboutArea .leftBox {
  position: relative;
  width: 50%;
}
@media (max-width: 960px) {
  .aboutArea .leftBox {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.aboutArea .leftBox .Img {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 470px;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .aboutArea .leftBox .Img {
    max-width: auto;
    width: 80%;
  }
}
.aboutArea .leftBox .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1440px) {
  .aboutArea .leftBox .Img {
    -ms-flex-negative: initial;
        flex-shrink: initial;
  }
}
.aboutArea .leftBox .pd {
  width: 200px;
  height: 200px;
  padding: 20px;
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 5px 51px 0px rgba(154, 154, 154, 0.3);
          box-shadow: 0px 5px 51px 0px rgba(154, 154, 154, 0.3);
  position: absolute;
  bottom: -10%;
  right: 0;
}
@media (max-width: 640px) {
  .aboutArea .leftBox .pd {
    width: 100px;
    height: 100px;
  }
}
.aboutArea .leftBox .pd img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutArea .leftBox .year {
  font-size: 115px;
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  position: absolute;
  bottom: -14%;
  left: -4%;
  color: #f1c713;
}
@media (max-width: 640px) {
  .aboutArea .leftBox .year {
    font-size: 70px;
    bottom: -10%;
    left: 0;
  }
}
.aboutArea .rightBox {
  width: 50%;
  padding: 0 60px;
}
@media (max-width: 960px) {
  .aboutArea .rightBox {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 30px;
  }
}
@media (max-width: 640px) {
  .aboutArea .rightBox {
    padding: 0;
  }
}
.aboutArea .Txt {
  width: 100%;
}
.aboutArea .Txt .titleBox {
  margin-bottom: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 960px) {
  .aboutArea .Txt .titleBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 960px) {
  .aboutArea .Txt .text {
    text-align: center;
  }
}
.aboutArea .Txt .bgCisBox {
  margin-top: 60px;
}
@media (max-width: 960px) {
  .aboutArea .Txt .bgCisBox {
    margin: 40px auto;
  }
}
@media (max-width: 960px) {
  .aboutArea .Txt .bgCisBox .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.certificateArea {
  width: 100%;
  overflow: hidden;
  background-color: #ececec;
  position: relative;
  z-index: 3;
  padding: 60px 0;
}
@media (max-width: 1180px) {
  .certificateArea {
    padding: 40px 0 0;
  }
}
.certificateArea .wrap {
  width: 100%;
}
@media (max-width: 1180px) {
  .certificateArea .wrap {
    padding: 0;
  }
}
.certificateArea .certificateBox {
  position: relative;
  padding: 0 60px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .certificateArea .certificateBox {
    padding: 0;
  }
}
.certificateArea .certificateList {
  width: 100%;
}
.certificateArea .certificateList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.certificateArea .certificateList:not(.slick-slider) .certificateItem {
  width: 20%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.certificateArea .certificateList .certificateItem {
  padding: 40px 25px 40px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media (max-width: 1180px) {
  .certificateArea .certificateList .certificateItem {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    padding: 20px;
  }
}
@media (max-width: 640px) {
  .certificateArea .certificateList .certificateItem {
    padding: 10px;
  }
}
.certificateArea .certificateList .certificateItem .Img {
  width: 100%;
}
.certificateArea .certificateList .certificateItem .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.certificateArea .certificateList .certificateItem .Txt {
  padding: 20px 0 0;
  text-align: center;
}
.certificateArea .certificateList .certificateItem .Txt .title {
  font-size: 18px;
  font-weight: 500;
  color: #474747;
}
@media (max-width: 640px) {
  .certificateArea .certificateList .certificateItem .Txt .title {
    font-size: 16px;
  }
}
.certificateArea .certificateList .slick-slide {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.certificateArea .certificateList .slick-slide.current {
  opacity: 1;
}
.certificateArea .certificateList .slick-slide.current .certificateItem {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.certificateArea .numBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 175px;
  width: 100%;
  margin: 40px auto;
}
.certificateArea .numBox .loading {
  position: relative;
  margin: 0 10px;
  max-width: 230px;
  width: 100%;
  height: 2px;
  background: rgba(199, 199, 199, 0.5);
  overflow: hidden;
}
.certificateArea .numBox .loading .currentLine {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  background: #474747;
}
.certificateArea .numBox .currentNum,
.certificateArea .numBox .totalNum {
  width: 25px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #a9a9a9;
}
.certificateArea .numBox .currentNum {
  color: #474747;
}
@media (max-width: 1180px) {
  .certificateArea .arrowBox {
    display: none;
  }
}

.catalogArea {
  padding: 100px 50px 150px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
@media (max-width: 1536px) {
  .catalogArea {
    padding: 60px 100px;
  }
}
@media (max-width: 1300px) {
  .catalogArea {
    padding: 40px 20px;
  }
}
.catalogArea::before {
  content: "";
  position: absolute;
  background-image: url("../images/product_bg.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.catalogArea .wrap {
  padding: 0;
  max-width: 100%;
}
.catalogArea .unClick {
  pointer-events: none;
}
.catalogArea .titleBox {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalogArea .titleBox .title {
  text-align: left;
}
.catalogArea .productBox {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-top: 30px;
}
.catalogArea .productBox.hide {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.catalogArea .productList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
@media (max-width: 1300px) {
  .catalogArea .productList {
    display: block;
  }
}
.catalogArea .productItem {
  padding: 0 10px;
  position: relative;
}
.catalogArea .productItem:nth-of-type(1) {
  z-index: 1;
}
.catalogArea .productItem:nth-of-type(2) {
  z-index: 2;
}
.catalogArea .productItem:nth-of-type(3) {
  z-index: 3;
}
.catalogArea .productItem:nth-of-type(4) {
  z-index: 4;
}
.catalogArea .productItem:nth-of-type(5) {
  z-index: 5;
}
@media (max-width: 960px) {
  .catalogArea .productItem {
    padding: 0 20px;
  }
}
.catalogArea .productItem .productWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1300px) {
  .catalogArea .productItem .productWrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 960px) {
  .catalogArea .productItem .productWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.catalogArea .productItem .layout {
  position: relative;
}
.catalogArea .productItem .layout .Img {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .catalogArea .productItem .layout .Img {
    width: 190px;
    border-radius: 20px;
  }
}
@media (max-width: 960px) {
  .catalogArea .productItem .layout .Img {
    display: none;
  }
}
.catalogArea .productItem .layout .Img .mainImg {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1.32) skewX(10deg) translateX(0px);
          transform: scale(1.32) skewX(10deg) translateX(0px);
}
.catalogArea .productItem .layout .more {
  position: absolute;
  width: 52px;
  height: 52px;
  -webkit-box-shadow: 0px 5px 18px 0px rgba(154, 154, 154, 0.25);
          box-shadow: 0px 5px 18px 0px rgba(154, 154, 154, 0.25);
  bottom: 10%;
  right: 5%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f1c713;
  opacity: 0;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
@media (max-width: 1440px) {
  .catalogArea .productItem .layout .more {
    right: 0%;
  }
}
@media (max-width: 1300px) {
  .catalogArea .productItem .layout .more {
    opacity: 1;
  }
}
@media (max-width: 960px) {
  .catalogArea .productItem .layout .more {
    display: none;
  }
}
.catalogArea .productItem .layout .more::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f1c713;
  -webkit-animation: dotAni 1.2s infinite ease-out forwards;
          animation: dotAni 1.2s infinite ease-out forwards;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
}
.catalogArea .productItem .layout .more span {
  position: relative;
}
.catalogArea .productItem .layout .more span::before, .catalogArea .productItem .layout .more span::after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 1200px) {
  .catalogArea .productItem .layout .more span::before, .catalogArea .productItem .layout .more span::after {
    width: 10px;
  }
}
.catalogArea .productItem .layout .more span::after {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
.catalogArea .productItem .layout .pdTitle {
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 33%;
  margin: 0 auto;
  bottom: 10%;
  display: inline-block;
  text-align: center;
  pointer-events: none;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1440px) {
  .catalogArea .productItem .layout .pdTitle {
    font-size: 16px;
    right: 23%;
  }
}
@media (max-width: 1300px) {
  .catalogArea .productItem .layout .pdTitle {
    display: none;
  }
}
.catalogArea .productItem .content {
  width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  max-height: 100%;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .catalogArea .productItem .content {
    width: auto;
    opacity: 1;
    padding: 0 60px;
  }
}
@media (max-width: 960px) {
  .catalogArea .productItem .content {
    padding: 0;
    width: 100%;
  }
}
.catalogArea .productItem .content .pd {
  width: 200px;
  opacity: 0;
}
@media (max-width: 1440px) {
  .catalogArea .productItem .content .pd {
    width: 150px;
  }
}
@media (max-width: 1300px) {
  .catalogArea .productItem .content .pd {
    opacity: 1;
  }
}
@media (max-width: 960px) {
  .catalogArea .productItem .content .pd {
    position: relative;
  }
}
.catalogArea .productItem .content .pd img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.catalogArea .productItem .content .pd .more {
  position: relative;
  width: 40px;
  height: 40px;
  opacity: 1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f1c713;
  margin: 20px auto;
}
@media (min-width: 961px) {
  .catalogArea .productItem .content .pd .more {
    display: none;
  }
}
.catalogArea .productItem .content .pd .more::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f1c713;
  -webkit-animation: dotAni 1.2s infinite ease-out forwards;
          animation: dotAni 1.2s infinite ease-out forwards;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
}
.catalogArea .productItem .content .pd .more span {
  position: relative;
}
.catalogArea .productItem .content .pd .more span::before, .catalogArea .productItem .content .pd .more span::after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 1200px) {
  .catalogArea .productItem .content .pd .more span::before, .catalogArea .productItem .content .pd .more span::after {
    width: 10px;
  }
}
.catalogArea .productItem .content .pd .more span::after {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
.catalogArea .productItem .content .Txt {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1440px) {
  .catalogArea .productItem .content .Txt {
    width: 200px;
  }
}
@media (max-width: 1300px) {
  .catalogArea .productItem .content .Txt {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .catalogArea .productItem .content .Txt {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.catalogArea .productItem .content .Txt .title {
  font-size: 30px;
  font-weight: 600;
  color: #474747;
  text-align: left;
}
@media (max-width: 1536px) {
  .catalogArea .productItem .content .Txt .title {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .catalogArea .productItem .content .Txt .title {
    text-align: center;
  }
}
.catalogArea .productItem .content .Txt .subtitle {
  font-size: 30px;
  font-weight: 600;
  color: #474747;
  text-align: left;
}
@media (max-width: 1536px) {
  .catalogArea .productItem .content .Txt .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 1300px) {
  .catalogArea .productItem .content .Txt .subtitle {
    text-align: center;
  }
}
.catalogArea .productItem .content .Txt .text {
  font-size: 17px;
  line-height: 1.6;
  color: #606060;
  letter-spacing: 1.8px;
  text-align: left;
  margin-top: 10px;
}
@media (max-width: 1536px) {
  .catalogArea .productItem .content .Txt .text {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  .catalogArea .productItem .content .Txt .text {
    font-size: 15px;
    letter-spacing: 1.2px;
  }
}
@media (max-width: 1300px) {
  .catalogArea .productItem .content .Txt .text {
    text-align: center;
    display: block;
  }
}
.catalogArea .productItem .content .Txt .text.ellipsis {
  height: 90px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .catalogArea .productItem .content .Txt .text {
    font-size: 14px;
  }
  .catalogArea .productItem .content .Txt .text.ellipsis {
    height: 70px;
  }
}
.catalogArea .productItem .bottom {
  position: absolute;
  left: -80px;
  right: 0;
  margin: 0 auto;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .catalogArea .productItem .bottom {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .catalogArea .productItem .bottom {
    display: none;
  }
}
.catalogArea .productItem.open .layout {
  position: relative;
}
.catalogArea .productItem.open .layout .Img::after {
  content: normal;
}
.catalogArea .productItem.open .layout .more {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.catalogArea .productItem.open .layout .pdTitle {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.catalogArea .productItem.open .content {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
@media (max-width: 1440px) {
  .catalogArea .productItem.open .content {
    width: 300px;
  }
}
.catalogArea .productItem.open .content .pd {
  opacity: 1;
}
.catalogArea .productItem.open .pdTitle {
  opacity: 0;
}
.catalogArea .bottomBox {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 1301px) {
  .catalogArea .bottomBox {
    display: none;
  }
}
.catalogArea .numBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 550px;
  width: 100%;
  margin: 60px auto 40px;
}
.catalogArea .numBox .loading {
  position: relative;
  margin: 0 10px;
  max-width: 550px;
  width: 100%;
  height: 2px;
  background: rgba(199, 199, 199, 0.5);
  overflow: hidden;
}
.catalogArea .numBox .loading .currentLine {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  background: #474747;
}
.catalogArea .numBox .currentNum,
.catalogArea .numBox .totalNum {
  width: 25px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #a9a9a9;
}
.catalogArea .numBox .currentNum {
  color: #474747;
}
@media (max-width: 1200px) {
  .catalogArea .arrowBox {
    display: none;
  }
}

.newsArea {
  padding: 90px 0;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 4;
}
@media (max-width: 1180px) {
  .newsArea {
    padding: 60px 0;
  }
}
.newsArea .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 960px) {
  .newsArea .topBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.newsArea .topBox .titleBox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 960px) {
  .newsArea .topBox .titleBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.newsArea .topBox .bgCisBox {
  margin-left: 10%;
}
@media (max-width: 1180px) {
  .newsArea .topBox .bgCisBox {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 960px) {
  .newsArea .topBox .bgCisBox {
    margin: 0;
  }
}
.newsArea .newsBox {
  position: relative;
  padding: 20px 0;
}
@media (max-width: 960px) {
  .newsArea .newsBox {
    padding: 0;
  }
}
.newsArea .newsList {
  margin: 0 -40px;
}
@media (max-width: 960px) {
  .newsArea .newsList {
    margin: 0;
  }
}
.newsArea .newsItem {
  position: relative;
  padding: 30px 40px;
  width: 100%;
}
@media (max-width: 960px) {
  .newsArea .newsItem {
    padding: 0;
  }
}
.newsArea .item {
  position: relative;
  cursor: pointer;
  width: 100%;
}
@media (min-width: 1201px) {
  .newsArea .item:hover .Img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .newsArea .item:hover .Img .more {
    background-color: #f1c713;
  }
  .newsArea .item:hover .Img .more::after {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
}
.newsArea .Img {
  width: 100%;
  position: relative;
}
.newsArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 30px;
  overflow: hidden;
}
.newsArea .Img .more {
  position: absolute;
  width: 52px;
  height: 52px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 18px 0px rgba(154, 154, 154, 0.25);
          box-shadow: 0px 5px 18px 0px rgba(154, 154, 154, 0.25);
  bottom: -8%;
  right: 5%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newsArea .Img .more::before, .newsArea .Img .more::after {
  content: "";
  width: 15px;
  height: 2px;
  background-color: #474747;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.newsArea .Img .more::after {
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg);
}
.newsArea .Txt {
  width: 100%;
  padding: 40px 0;
}
@media (max-width: 1180px) {
  .newsArea .Txt {
    padding: 40px 0 20px;
  }
}
.newsArea .Txt .classTitle {
  font-size: 15px;
  color: #8d8d8d;
}
.newsArea .Txt .title {
  font-size: 20px;
  font-weight: 500;
  height: 60px;
  color: #474747;
  margin-top: 10px;
}
@media (max-width: 1180px) {
  .newsArea .Txt .title {
    font-size: 16px;
  }
}
.newsArea .Txt .title a {
  display: block;
  color: #474747;
}
.newsArea .linkWrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.newsArea .bottomBox {
  position: relative;
  width: 100%;
}
.newsArea .numBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 175px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.newsArea .numBox .loading {
  position: relative;
  margin: 0 10px;
  max-width: 230px;
  width: 100%;
  height: 2px;
  background: rgba(199, 199, 199, 0.5);
  overflow: hidden;
}
.newsArea .numBox .loading .currentLine {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  background: #474747;
}
.newsArea .numBox .currentNum,
.newsArea .numBox .totalNum {
  width: 25px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #a9a9a9;
}
.newsArea .numBox .currentNum {
  color: #474747;
}
.newsArea .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
.newsArea .arrowBox .arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media (max-width: 1180px) {
  .newsArea .bgCisBox.pc {
    display: none;
  }
}
.newsArea .bgCisBox.mb {
  margin: 80px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1181px) {
  .newsArea .bgCisBox.mb {
    display: none;
  }
}

.aboutLinkArea {
  padding: 0px 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.aboutLinkArea .Img {
  width: 100%;
  height: 270px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .aboutLinkArea .Img {
    height: 500px;
  }
}
.aboutLinkArea .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1180px) {
  .aboutLinkArea .Img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 500px;
  }
}
.aboutLinkArea .wrap {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aboutLinkArea .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1180px) {
  .aboutLinkArea .aboutBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 10px;
    width: 100%;
  }
}
.aboutLinkArea .leftBox {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
@media (max-width: 1180px) {
  .aboutLinkArea .leftBox {
    width: 100%;
  }
}
.aboutLinkArea .rightBox {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
@media (max-width: 1180px) {
  .aboutLinkArea .rightBox {
    width: 100%;
  }
}
.aboutLinkArea .TxtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 670px;
  padding: 30px 0 20px;
  border-radius: 30px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.37);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 1180px) {
  .aboutLinkArea .TxtBox {
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .aboutLinkArea .TxtBox:hover {
    background-color: #fff;
  }
  .aboutLinkArea .TxtBox:hover .title {
    color: #474747;
  }
  .aboutLinkArea .TxtBox:hover .icon {
    -webkit-filter: brightness(10) invert(10);
            filter: brightness(10) invert(10);
  }
  .aboutLinkArea .TxtBox:hover a {
    color: #474747;
  }
  .aboutLinkArea .TxtBox:hover a::before {
    width: 100%;
  }
}
.aboutLinkArea .topTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.aboutLinkArea .topTitle .icon {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.aboutLinkArea .topTitle .icon img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.aboutLinkArea .topTitle .title {
  color: #fff;
  font-size: 15px;
}
.aboutLinkArea a {
  color: #fff;
  font-size: 28px;
  font-family: "Montserrat", "Microsoft JhengHei", sans-serif;
  letter-spacing: 2.1px;
  position: relative;
  padding: 5px 0;
  display: block;
}
.aboutLinkArea a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #474747;
}