@charset "UTF-8";
.bannerArea .Txt, .productArea .productList li, .productArea .Txt, .aboutArea .Txt, .processArea .processList li, .newsArea .newsList li, .newsArea .title, .newsArea .Txt, .winnerArea .winnerLogoList li, .winnerArea .bottomBox .rightItem, .winnerArea .bottomBox .Txt02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mainArea {
  padding: 90px 0 0;
  background: none;
}

footer {
  padding-top: 90px;
}

.dotsBox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.dotsBox .dots li {
  display: inline-block;
  margin-right: 8px;
}

.dotsBox .dots li.slick-active button:after {
  background-color: #b75b5b;
}

.dotsBox .dots li button {
  position: relative;
  display: block;
  width: 30px;
  height: 10px;
  border: none;
  background: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
}

.dotsBox .dots li button:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  height: 2px;
  background-color: #999;
}

.dotsBox .dots li button:focus {
  outline: none;
}

/*pop*/
.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 .7s;
  -o-transition: all .7s;
  transition: all .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 .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.popWin .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 700px;
  max-width: 90%;
  max-height: 85vh;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.popWin .popContent {
  max-height: 85vh;
  overflow-y: auto;
}

.popWin img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.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: rgba(0, 0, 0, 0.7);
  /* 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: #bca480;
  /* border-radius:  50%; */
}

.popWin .close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popWin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popWin.show .mask, .popWin.show .inner {
  opacity: 1;
}

.popWin .close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 1180px) {
  .popWin .close {
    right: 0;
    top: 0;
    border-radius: 0;
  }
  .popWin .popContent {
    max-height: calc(100vh - 150px);
  }
}

header {
  position: static;
}

header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.bannerArea {
  position: relative;
  /*padding-top: 58px;*/
}

.bannerArea .Txt {
  position: absolute;
  left: 50%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  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;
  min-width: 350px;
  min-height: 350px;
  padding: 20px;
  font-weight: 100;
  color: #fff;
  background-color: rgba(10, 10, 10, 0.28);
  opacity: 0;
  -webkit-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}

.bannerArea .Txt h1 {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: .15em;
}

.bannerArea .Txt .title {
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 50px;
  letter-spacing: .15em;
}

.bannerArea .Txt p {
  font-size: 18px;
  letter-spacing: .1em;
}

.bannerArea .Txt .title, .bannerArea .Txt p {
  -webkit-transform: translateY(18px);
      -ms-transform: translateY(18px);
          transform: translateY(18px);
  opacity: 0;
  -webkit-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}

.bannerArea .dotsBox {
  bottom: 30px;
}

.bannerArea .dotsBox li {
  margin: 0 12px;
}

.bannerArea .dotsBox li button:after {
  background-color: #555;
}

/*.bannerArea .dotsBox li.slick-active button:after {
  background-color: #fff;
}*/

.bannerArea li.show .Txt {
  top: 50%;
  opacity: 1;
  -webkit-transition-delay: .6s;
       -o-transition-delay: .6s;
          transition-delay: .6s;
}

.bannerArea li.show .title, .bannerArea li.show p {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.bannerArea li.show .title {
  -webkit-transition-delay: .8s;
       -o-transition-delay: .8s;
          transition-delay: .8s;
}

.bannerArea li.show p {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.bannerArea li.show img {
  -webkit-animation: scale 16s ease-in-out forwards alternate;
          animation: scale 16s ease-in-out forwards alternate;
}

@-webkit-keyframes scale {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
}

@keyframes scale {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
}

.productArea {
  position: relative;
  margin-bottom: 100px;
}

.productArea .productList {
  margin: 0 -30px;
}

.productArea .productList li {
  float: left;
  width: 50%;
  padding: 0 30px;
  margin-bottom: 50px;
}

.productArea .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productArea .item:hover h3 a {
  color: #b75b5b;
}

.productArea .item:hover h3 span {
  color: #b75b5b;
}

.productArea .Img {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.productArea .Img a {
  display: block;
  width: 100%;
  height: 250px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position:center center !important;
  background-color: #eee !important;
}

.productArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.productArea .Txt {
  padding-left: 30px;
}

.productArea p {
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .05em;
}

.productArea h3 {
  margin-bottom: 12px;
}

.productArea h3 a {
  display: block;
  font-weight: 300;
  font-size: 23px;
  letter-spacing: .05em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.productArea h3 span {
  font-size: 15px;
  color: #999;
  letter-spacing: .075em;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.aboutArea {
  margin-bottom: 90px;
}

.aboutArea .aboutList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aboutArea .aboutList li:nth-child(2) .item .Img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.aboutArea .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.aboutArea .Img {
  width: 100%;
}

.aboutArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.aboutArea .Txt {
  width: 100%;
  padding: 50px 100px;
}

.aboutArea em {
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #999;
}

.aboutArea h3 {
  margin-bottom: 25px;
}

.aboutArea h3 a {
  font-weight: 300;
  font-size: 23px;
  letter-spacing: .075em;
}

.aboutArea p {
  margin-bottom: 30px;
  font-size: 14px;
  color: #444;
  letter-spacing: .05em;
  line-height: 2;
}

@media (min-width: 1181px) {
  .productArea .titleBox em, .productArea .titleBox h2, .productArea .titleBox .note {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
    -webkit-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
  }
  .productArea .titleBox h2:after {
    width: 0;
    -webkit-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
  }
  .productArea .productList li {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
    -webkit-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
  }
  .productArea .productList.show li {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .productArea.show .titleBox em, .productArea.show .titleBox h2, .productArea.show .titleBox .note {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .productArea.show .titleBox h2 {
    -webkit-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
  }
  .productArea.show .titleBox h2:after {
    width: 30px;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
  }
  .productArea.show .titleBox .note {
    -webkit-transition-delay: .5s;
         -o-transition-delay: .5s;
            transition-delay: .5s;
  }
  .aboutArea .titleBox em, .aboutArea .titleBox h2 {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
    -webkit-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
  }
  .aboutArea .titleBox h2:after {
    width: 0;
    -webkit-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
  }
  .aboutArea .aboutList li:nth-child(1) {
    width: 54%;
  }
  .aboutArea .aboutList li:nth-child(1) .Img {
    position: relative;
  }
  .aboutArea .aboutList li:nth-child(1) .Img:after {
    content: '';
    position: absolute;
    left: -235px;
    bottom: -224px;
    z-index: 1;
    width: 448px;
    height: 397px;
    background: url("../images/fruit.png") no-repeat;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
    -webkit-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
  }
  .aboutArea .aboutList li:nth-child(1) .Img, .aboutArea .aboutList li:nth-child(1) .Txt {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
    -webkit-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
  }
  .aboutArea .aboutList li:nth-child(2) {
    width: 46%;
  }
  .aboutArea .aboutList li:nth-child(2) .Txt {
    padding: 80px 100px 50px;
  }
  .aboutArea .aboutList li:nth-child(2) h3 {
    margin-bottom: 35px;
  }
  .aboutArea .aboutList li:nth-child(2) p {
    margin-bottom: 70px;
  }
  .aboutArea .aboutList li:nth-child(2) .Img, .aboutArea .aboutList li:nth-child(2) .Txt {
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
    -webkit-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
  }
  .aboutArea .aboutList.show li:nth-child(1) .Img:after {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
  }
  .aboutArea .aboutList.show li:nth-child(1) .Img, .aboutArea .aboutList.show li:nth-child(1) .Txt {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .aboutArea .aboutList.show li:nth-child(1) .Txt {
    -webkit-transition-delay: .4s;
         -o-transition-delay: .4s;
            transition-delay: .4s;
  }
  .aboutArea .aboutList.show li:nth-child(2) .Img, .aboutArea .aboutList.show li:nth-child(2) .Txt {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .aboutArea .aboutList.show li:nth-child(2) .Img {
    -webkit-transition-delay: .4s;
         -o-transition-delay: .4s;
            transition-delay: .4s;
  }
  .aboutArea.show .titleBox em, .aboutArea.show .titleBox h2 {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .aboutArea.show .titleBox h2 {
    -webkit-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
  }
  .aboutArea.show .titleBox h2:after {
    width: 30px;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
  }
  .aboutArea.show .titleBox .note {
    -webkit-transition-delay: .5s;
         -o-transition-delay: .5s;
            transition-delay: .5s;
  }
  .processArea .titleBox em, .processArea .titleBox h2 {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
    -webkit-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
  }
  .processArea .titleBox h2:after {
    width: 0;
    -webkit-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
  }
  .processArea .btn02 {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
    -webkit-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
  }
  .processArea .processList li {
    -webkit-transform: translateX(-12px);
        -ms-transform: translateX(-12px);
            transform: translateX(-12px);
    opacity: 0;
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
  }
  .processArea .processList.show li {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  .processArea.show .titleBox em, .processArea.show .titleBox h2 {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .processArea.show .titleBox h2 {
    -webkit-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
  }
  .processArea.show .titleBox h2:after {
    width: 30px;
  }
  .processArea.show .btn02 {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .newsList li {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
    -webkit-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
  }

  .newsList.show li {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .winnerLogoList li {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
    -webkit-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
  }
  .winnerLogoList.show li {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .winnerArea .rightItem .titleBox em, .winnerArea .rightItem .titleBox h2 {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
    -webkit-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
  }
  .winnerArea .rightItem .titleBox h2:after {
    width: 0;
    -webkit-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
  }
  .winnerArea .rightItem .textEditor {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
    -webkit-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
  }
  .winnerArea .rightItem.show .titleBox em, .winnerArea .rightItem.show .titleBox h2 {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .winnerArea .rightItem.show .titleBox h2 {
    -webkit-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
  }
  .winnerArea .rightItem.show .titleBox h2:after {
    width: 30px;
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
  }
  .winnerArea .rightItem.show .textEditor {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: .5s;
         -o-transition-delay: .5s;
            transition-delay: .5s;
  }
  .winnerArea .bottomBox .leftItem, .winnerArea .bottomBox .rightItem {
    opacity: 0;
    -webkit-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
  }
  .winnerArea .bottomBox .leftItem {
    -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
            transform: translateX(15px);
  }
  .winnerArea .bottomBox .rightItem {
    -webkit-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
            transform: translateX(-15px);
  }
  .winnerArea .bottomBox.show .leftItem, .winnerArea .bottomBox.show .rightItem {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  footer .leftItem .icon, footer .leftItem .Txt {
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
    -webkit-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
  }
  footer .rightItem:before {
    height: 0;
    -webkit-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
  }
  footer .footerInfo, footer .copyright {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
    opacity: 0;
    -webkit-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
  }
  footer.show .leftItem .icon, footer.show .leftItem .Txt {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  footer.show .leftItem .icon {
    -webkit-transition-delay: .8s;
         -o-transition-delay: .8s;
            transition-delay: .8s;
  }
  footer.show .leftItem .Txt {
    -webkit-transition-delay: .9s;
         -o-transition-delay: .9s;
            transition-delay: .9s;
  }
  footer.show .rightItem:before {
    height: 100%;
  }
  footer.show .footerInfo, footer.show .copyright {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: .8s;
         -o-transition-delay: .8s;
            transition-delay: .8s;
  }
  .bottomLinkArea {
    pointer-events: none;
  }
  .bottomLinkArea li {
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
    -webkit-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
  }
  .bottomLinkArea.show {
    pointer-events: auto;
  }
  .bottomLinkArea.show li {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .bottomLinkArea.show li:nth-child(2) {
    -webkit-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
  }
  .bottomLinkArea.show li:nth-child(3) {
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
  }
  .bannerArea .wrap {
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
    -webkit-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
  }
  .bannerArea .wrap.show {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .topCopyright, .topSocial, header .wrap {
    opacity: 0;
    -webkit-transition: all 1.6s;
    -o-transition: all 1.6s;
    transition: all 1.6s;
  }
  .topCopyright.show, .topSocial.show, header .wrap.show {
    opacity: 1;
  }
  .topCopyright, .topSocial {
    -webkit-transition-delay: .6s;
         -o-transition-delay: .6s;
            transition-delay: .6s;
  }
  header .wrap {
    -webkit-transition-delay: .5s;
         -o-transition-delay: .5s;
            transition-delay: .5s;
  }
}

.processArea {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}

.processArea .bgImg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.processArea .bgImg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.processArea .wrap {
  padding-top: 80px;
  padding-bottom: 215px;
}

.processArea .titleBox {
  margin-bottom: 50px;
  color: #fff;
}

.processArea .titleBox h2:after {
  background-color: #fff;
}

.processArea .processList {
  width: 100%;
}

.processArea .processList li {
  padding: 0 17px;
}

.processArea .processList li:last-child h3:after {
  display: none;
}

.processArea .slick-list {
  padding-top: 20px;
}

.processArea .item {
  text-align: center;
}

.processArea .Img {
  position: relative;
  z-index: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 150px;
  margin-bottom: 35px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.processArea .Img:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 180px;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.processArea .Img:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 110%;
  height: 110%;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  opacity: 0;
}

.processArea .Img img {
  display: block;
  max-width: 100%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.processArea h3 {
  position: relative;
  display: block;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: .1em;
  color: #fff;
  text-align: center;
}

.processArea h3:after {
  content: '';
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 16px;
  background: url("../images/icon_arrow.png") no-repeat;
}

.processArea .btn02 {
  margin-top: 70px;
  text-align: center;
}

.processArea .dotsBox {
  position: static;
}

.processArea .dotsBox .dots .slick-active button:after {
  background-color: #d28181;
}

.processArea .dotsBox .dots li button:after {
  background-color: rgba(255, 255, 255, 0.4);
}

@-webkit-keyframes circleAni {
  20% {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
    background-color: transparent;
  }
}

@keyframes circleAni {
  20% {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
    background-color: transparent;
  }
}

@media (min-width: 1281px) {
  .processArea .processList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding-top: 20px;
  }
  .processArea .processList li {
    width: 16.6666%;
  }
}

.newsArea {
  position: relative;
  z-index: 1;
  margin-top: -100px;
  padding-bottom: 110px;
}

.newsArea .newsList {
  margin: 0 -20px;
}

.newsArea .newsList li {
  padding: 0 20px;
}

 .newsArea .newsList .Img a {
  display: block;
  width: 100%;
  height: 450px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position:center center !important;
  background-color: #eee !important;
}

.newsArea .title {
  position: relative;
  z-index: 1;
  width: calc(100% - 120px);
  margin-top: -96px;
  padding: 18px 12px 0;
  background-color: #fff;
}

.newsArea .item:hover .date {
  color: #b75b5b;
}

.newsArea .item:hover .newIcon {
  color: #b75b5b;
}

.newsArea .item:hover h3 a {
  color: #b75b5b;
}

.newsArea .item:hover h3:after {
  background-color: #b75b5b;
}

.newsArea .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.newsArea .date {
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-weight: 300;
  color: #666;
  letter-spacing: .05em;
  text-transform: uppercase;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.newsArea .newIcon {
  font-weight: 300;
  letter-spacing: .1em;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.newsArea h3 {
  position: relative;
  padding-bottom: 20px;
}

.newsArea h3 a {
  display: block;
  font-weight: 300;
  font-size: 23px;
  letter-spacing: .05em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.newsArea h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 1px;
  background-color: #dfdfdf;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.newsArea .Txt {
  padding: 20px 60px 20px 12px;
}

.newsArea p {
  height: 50px;
  font-weight: 300;
  font-size: 14px;
  color: #444;
  line-height: 1.8;
  letter-spacing: .05em;
}

.winnerArea {
  padding: 100px 0 120px;
  background: url("../images/bg.jpg") repeat;
}

.winnerArea .winnerLogoList {
  margin: 0 -40px;
}

.winnerArea .winnerLogoList li {
  width: 33.333%;
  padding: 0 40px;
}

.winnerArea .winnerLogoList li:nth-child(-n+3) {
  margin-bottom: 50px;
}

.winnerArea .winnerLogoList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.winnerArea .winnerLogoList .item:hover .ImgHover {
  opacity: 1;
}

.winnerArea .winnerLogoList .Img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.winnerArea .winnerLogoList .Img img {
  display: block;
  max-width: 100%;
}

.winnerArea .winnerLogoList .ImgHover {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.winnerArea .topBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.winnerArea .topBox .leftItem {
  position: relative;
  width: 560px;
}

.winnerArea .topBox .rightItem {
  position: relative;
  width: 560px;
}

.winnerArea .topBox .titleBox {
  margin-bottom: 40px;
  text-align: left;
}

.winnerArea .topBox .titleBox h2:after {
  left: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.winnerArea .topBox .textEditor {
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 2.1;
}

.winnerArea .bottomBox {
  position: relative;
}

.winnerArea .bottomBox .leftItem {
  position: relative;
}

.winnerArea .bottomBox .leftItem .Img {
  float: right;
  width: 1000px;
}

.winnerArea .bottomBox .leftItem .Img img {
  min-height: 400px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.winnerArea .bottomBox .leftItem .Txt {
  display: none;
}

.winnerArea .bottomBox .rightItem {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 400px;
  padding: 50px 60px 60px;
  background-color: #fff;
  -webkit-box-shadow: -3px 0 20px rgba(0, 0, 0, 0.03);
          box-shadow: -3px 0 20px rgba(0, 0, 0, 0.03);
}

.winnerArea .bottomBox h3 {
  display: block;
  margin-bottom: 20px;
}

.winnerArea .bottomBox h3 a {
  display: block;
  font-size: 23px;
  font-weight: 300;
  letter-spacing: .05em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.winnerArea .bottomBox h3 span {
  display: inline-block;
  font-weight: 100;
  font-size: 15px;
  letter-spacing: .075em;
  color: #999;
}

.winnerArea .bottomBox .Txt01 {
  max-height: 76px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dfdfdf;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .05em;
  color: #444;
}

.winnerArea .bottomBox .Txt02 {
  position: relative;
  max-height: 140px;
  margin-bottom: 25px;
  padding-left: 90px;
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .05em;
}

.winnerArea .bottomBox .Txt02:before {
  content: '營業項目';
  position: absolute;
  left: 0;
  top: 0;
  color: #b75b5b;
}

.winnerArea .arrowBox {
  position: absolute;
  right: 0;
  bottom: 0;
  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;
  width: 180px;
  height: 55px;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #999;
  letter-spacing: .05em;
  background-color: #fff;
}

.winnerArea .arrowBox .no:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 1px;
  margin: 0 10px;
  background-color: #999;
}

.winnerArea .arrowBox .total {
  color: #050505;
}

.winnerArea .arrowBox .arrows {
  position: absolute;
  top: 0;
  width: 55px;
  height: 55px;
}

.winnerArea .arrowBox .arrows:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #999;
}

.winnerArea .arrowBox .arrows:hover:before {
  color: #050505;
}

.winnerArea .arrowBox .prevArrow {
  left: 0;
}

.winnerArea .arrowBox .prevArrow:before {
  content: '\f104';
}

.winnerArea .arrowBox .nextArrow {
  right: 0;
}

.winnerArea .arrowBox .nextArrow:before {
  content: '\f105';
}

.winnerText li {
  pointer-events: none;
}

.winnerText .slick-current {
  pointer-events: auto;
}

.winnerText h3, .winnerText .Txt01, .winnerText .Txt02, .winnerText .btn01 {
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.winnerText .slick-current h3, .winnerText .slick-current .Txt01, .winnerText .slick-current .Txt02, .winnerText .slick-current .btn01 {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.winnerText .slick-current h3 {
  -webkit-transition-delay: .2s;
       -o-transition-delay: .2s;
          transition-delay: .2s;
}

.winnerText .slick-current .Txt01 {
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

.winnerText .slick-current .Txt02 {
  -webkit-transition-delay: .4s;
       -o-transition-delay: .4s;
          transition-delay: .4s;
}

.winnerText .slick-current .btn01 {
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
}

@media (min-width: 1281px) {
  .winnerArea .winnerLogoList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .processArea .item:hover .Img {
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .processArea .item:hover .Img img {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  .processArea .item:hover .Img:after {
    -webkit-animation: circleAni 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
            animation: circleAni 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  }
}

@media (max-width: 1420px) {
  .bannerArea {
    padding-top: 0;
  }
}

@media (max-width: 1366px) {
  .aboutArea .aboutList li:nth-child(1) .Img:after {
    display: none;
  }
}

@media (max-width: 1280px) {
  .processArea .btn02 {
    margin-top: 35px;
  }
  .winnerArea .topBox {
    -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;
  }
  .winnerArea .topBox .leftItem {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .winnerArea .topBox .rightItem {
    width: 50%;
    margin-bottom: 60px;
    text-align: center;
  }
  .winnerArea .topBox .titleBox {
    text-align: center;
  }
  .winnerArea .topBox .titleBox h2:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 1180px) {

.bannerArea .Txt h1 {
  font-size: 24px;
  line-height: 30px;
}

.bannerArea .Txt .title {
  font-size: 32px;
  line-height: 36px;
}

.bannerArea .Txt p {
  line-height: 21px;
}



  .productArea .Img a {
  height: 300px;
}
  footer {
    padding-top: 15px;
  }
  .mainArea {
    padding: 50px 0;
  }
  .productArea .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productArea .Img {
    width: 100%;
  }
  .productArea .Txt {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .aboutArea .aboutList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .aboutArea .aboutList li {
    width: 100%;
  }
  .aboutArea .item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .aboutArea .Img {
    width: 55%;
  }
  .aboutArea .Img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .aboutArea .Txt {
    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;
    width: 45%;
    padding: 50px;
  }
  .newsArea .title {
    width: 100%;
    margin-top: 0;
  }
  .winnerArea .bottomBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .winnerArea .bottomBox .leftItem {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 400px);
  }
  .winnerArea .bottomBox .leftItem .Img {
    width: 100%;
  }
  .winnerArea .bottomBox .rightItem {
    position: static;
  }
  .winnerArea .winnerAlbum, .winnerArea .slick-list, .winnerArea .slick-track, .winnerArea li, .winnerArea .item, .winnerArea .Img {
    height: 100%;
  }
}

@media (max-width: 1023px) {
  .newsArea {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 960px) {
  .productArea .productList {
    margin: 0 -15px;
  }
  .productArea .productList li {
    padding: 0 15px;
  }
  .winnerArea .bottomBox .leftItem {
    width: 60%;
  }
  .winnerArea .bottomBox .rightItem {
    width: 40%;
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .aboutArea .aboutList li:nth-child(2) .item .Img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .aboutArea .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .aboutArea .Img {
    width: 100%;
  }
  .aboutArea .Txt {
    width: 100%;
    padding: 30px;
  }
  .winnerArea .topBox .rightItem {
    width: 100%;
  }
  .winnerArea .bottomBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .winnerArea .bottomBox .leftItem {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
  }
  .winnerArea .bottomBox .rightItem {
    width: 100%;
    padding: 25px;
  }
}



@media (max-width: 1180px) {
  .newsArea .newsList .Img a {
  height: 400px;
}
}

@media (max-width: 960px) {
  .newsArea .newsList .Img a {
  height: 350px;
}
}


@media (max-width: 640px) {

  .bannerArea .Txt h1 {
  font-size: 21px;
  line-height: 27px;
}

.bannerArea .Txt .title {
  font-size: 21px;
  line-height: 27px;
}

.bannerArea .Txt p {
  font-size: 15px;
  line-height: 19px;
}

  .newsArea .newsList {
    margin: 0 -10px;
  }
  .newsArea .newsList li {
    padding: 0 10px;
  }
  .newsArea .newsList .Img a {
  height: 400px;
}

.winnerArea .topBox{
  margin-bottom: 0;
}

}

@media (max-width: 480px) {
  .aboutArea .Txt {
    padding: 30px 0;
  }
}
