.mainArea {
  position: relative;
  padding: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

@media (max-width: 960px) {
  .brandArea .titleBox {
    text-align: center;
  }
}

.videoArea {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

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

.videoArea .closeVideo {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -35px;
  background: none;
  border: none;
  padding: 0;
  width: 60px;
  height: 70px;
  color: #fff;
  font-family: "Poppins", "Noto Sans TC", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .08em;
  cursor: pointer;
}

.videoArea .closeVideo::before, .videoArea .closeVideo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 1px;
  background-color: #fff;
}

.videoArea .closeVideo::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.videoArea .closeVideo::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.bannerArea {
  position: relative;
  z-index: 1;
}

@media (max-width: 960px) {
  .bannerArea .Img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

.bannerArea .Img img {
  display: block;
  width: 100%;
}

@media (max-width: 960px) {
  .bannerArea .Img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.bannerArea .Txt {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0px 3px #222;
}

@media (min-width: 961px) {
  .bannerArea .Txt {
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (max-width: 960px) {
  .bannerArea .Txt {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .bannerArea .Txt {
    padding-top: 70px;
  }
}

.bannerArea .text {
  font-weight: 500;
  padding-bottom: 25px;
  font-size: 16px;
  letter-spacing: .05em;
  color: #eee;
  max-width: 500px;
  text-shadow: 0px 0px 3px #222;
}

@media (max-width: 1366px) {
  .bannerArea .text {
    padding-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .bannerArea .text {
    /*display: none;*/
    height: 65px;
  }
}

.bannerArea .enTitle {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-family: "Poppins", "Noto Sans TC", sans-serif;
}

@media (max-width: 1366px) {
  .bannerArea .enTitle {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .bannerArea .enTitle {
    font-size: 15px;
  }
}

.bannerArea .title {
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 70px;
  font-weight: 500;
  letter-spacing: .05em;
}

@media (max-width: 1366px) {
  .bannerArea .title {
    margin-bottom: 15px;
    font-size: 46px;
  }
}

@media (max-width: 480px) {
  .bannerArea .title {
    font-size: 40px;
  }
}

.bannerArea .subTitle {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .075em;
}

@media (max-width: 480px) {
  .bannerArea .subTitle {
    font-size: 13px;
  }
}

.bannerArea .scrollDown {
  position: absolute;
  left: calc((100% - 1420px) / 2);
  bottom: 20px;
  z-index: 1;
  padding-left: 20px;
  color: #fff;
  font-size: 15px;
  letter-spacing: .05em;
}

@media (max-width: 1480px) {
  .bannerArea .scrollDown {
    left: 0;
  }
}

.bannerArea .scrollDown i {
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -11.5px;
  width: 23px;
  height: 23px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  overflow: hidden;
  font-style: normal;
}

.bannerArea .scrollDown i::after {
  content: '\f107';
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-animation: viewAll 1.5s infinite;
  animation: viewAll 1.5s infinite;
}

@media (max-width: 1280px) {
  .bannerArea .ins {
    padding-bottom: 40px;
  }
}

.bannerArea .text,
.bannerArea .enTitle,
.bannerArea .title,
.bannerArea .subTitle,
.bannerArea .btn1 {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

.bannerArea .show .text,
.bannerArea .show .enTitle,
.bannerArea .show .title,
.bannerArea .show .subTitle,
.bannerArea .show .btn1 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.bannerArea .show .text {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

.bannerArea .show .enTitle {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

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

.bannerArea .show .subTitle {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.bannerArea .show .btn1 {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}

@-webkit-keyframes viewAll {
  0% {
    opacity: 0;
    top: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 7px;
  }
}

@keyframes viewAll {
  0% {
    opacity: 0;
    top: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 7px;
  }
}

#banner li {
  position: relative;
}

.brandArea {
  background-color: #fff;
  background: url('../images/bg_ww.png');
}

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

.brandArea .leftBox,
.brandArea .rightBox {
  width: 50%;
}

@media (max-width: 960px) {
  .brandArea .leftBox {
    display: none;
  }
}

.brandArea .rightBox {
  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;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 6%;
  padding-right: calc((100% - 1420px) / 2);
}

@media (max-width: 1560px) {
  .brandArea .rightBox {
    padding: 30px;
  }
}

@media (max-width: 960px) {
  .brandArea .rightBox {
    width: 100%;
    padding: 20px;
  }
}

.brandListBox {
  position: relative;
}

.brandListBox .arrowBox {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 960px) {
  .brandListBox .arrowBox {
    top: auto;
    bottom: -40px;
  }
}

.brandList {
  margin-bottom: 40px;
}

@media (max-width: 960px) {
  .brandList {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 960px) {
  .brandList li {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 961px) {
  .brandList .Img,
  .brandList .logo {
    display: none;
  }
}

.brandList .Img {
  margin-bottom: 15px;
}

.brandList .Img img {
  display: block;
  width: 100%;
}

.brandList .logo {
  margin-bottom: 10px;
}

.brandList .logo img {
  display: block;
  max-width: 100%;
}

.brandList .title {
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: .025em;
  color: #262626;
}

.brandList .text {
  max-height: 72px;
  font-size: 15px;
  letter-spacing: .05em;
  color: #626262;
  line-height: 1.6;
}

@media (min-width: 961px) {
  .brandList .title,
  .brandList .text {
    -webkit-transform: translateY(12px) scaleY(1.2);
    -ms-transform: translateY(12px) scaleY(1.2);
    transform: translateY(12px) scaleY(1.2);
    opacity: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .brandList .slick-current .title,
  .brandList .slick-current .text {
    -webkit-transform: translateY(0) scaleY(1);
    -ms-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    opacity: 1;
  }
  .brandList .slick-current .title {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
  }
  .brandList .slick-current .text {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
  }
}

.brandProList,
.brandProList * {
  height: 100%;
}

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

@media (max-width: 960px) {
  .brandLogoBox {
    display: none;
  }
}

.brandLogoList {
  margin-bottom: 40px;
}

.brandLogoList .slick-list {
  padding-bottom: 3px;
}

.brandLogoList li {
  float: left;
  width: 25%;
}

.brandLogoList li.slick-current .Img::after, .brandLogoList li:hover .Img::after {
  width: 100%;
}

.brandLogoList li.slick-current .Img img, .brandLogoList li:hover .Img img {
  -webkit-filter: grayscale(0%) brightness(100%);
  filter: grayscale(0%) brightness(100%);
}

.brandLogoList .Img {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #777;
}

.brandLogoList .Img::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  margin: auto;
  width: 0;
  height: 3px;
  background-color: #282322;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.brandLogoList .Img a {
  position: relative;
  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;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
}

.brandLogoList .Img a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  width: 1px;
  height: 40px;
  background-color: #e5e5e5;
}

.brandLogoList .Img img {
  display: block;
  max-width: 100%;
  max-height: 40px;
  -webkit-filter: grayscale(100%) brightness(120%);
  filter: grayscale(100%) brightness(120%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.productArea .dotsBox .dots {
  padding-top: 15px;
  padding-bottom: 15px;
}

.productList li {
  float: left;
  width: 25%;
}

.productList .Img {
  position: relative;
  z-index: 0;
}

.productList .Img img {
  display: block;
  width: 100%;
}

.productList .Txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 9%;
}

@media (max-width: 480px) {
  .productList .Txt {
    padding: 15px;
  }
}

.productList .en a {
  display: block;
  font-size: 14px;
  letter-spacing: .05em;
  color: #fff;
  font-family: "Poppins", "Noto Sans TC", sans-serif;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .productList .en a {
    font-size: 12px;
  }
}

.productList .title a {
  display: block;
  font-size: 21px;
  letter-spacing: .05em;
  color: #fff;
  font-weight: 400;
}

@media (max-width: 480px) {
  .productList .title a {
    font-size: 15px;
  }
}

.aboutArea {
  position: relative;
  z-index: 0;
}

@media (max-width: 1180px) {
  .aboutArea {
    background-color: #f7f7f7;
  }
}

.aboutArea::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  min-width: 1780px;
  height: 100%;
  background-image: url("../images/aboutBgFull.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1366px) {
  .aboutArea::after {
    right: -250px;
  }
}

@media (max-width: 1180px) {
  .aboutArea::after {
    opacity: 0.05;
  }
}

.aboutArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 1181px) {
  .aboutArea .wrap {
    min-height: 795px;
  }
}

@media (max-width: 1180px) {
  .aboutArea .wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.aboutArea .title {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: .02em;
  color: #282322;
}

@media (max-width: 480px) {
  .aboutArea .title {
    font-size: 30px;
  }
}

.aboutArea .en {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .025em;
  font-family: "Poppins", "Noto Sans TC", sans-serif;
  color: #afafaf;
}

.aboutArea .Txt {
  padding-top: 30px;
  padding-bottom: 35px;
  font-size: 15px;
  letter-spacing: .05em;
  color: #626262;
  line-height: 1.6;
}

.aboutArea .Txt img {
  display: block;
  max-width: 100%;
}

@media (max-width: 640px) {
  .aboutArea .Txt img {
    margin-left: auto;
    margin-right: auto;
  }
}

.aboutArea .aboutBox {
  width: 100%;
  max-width: 630px;
}

@media (max-width: 640px) {
  .aboutArea .aboutBox {
    text-align: center;
  }
}

.aboutArea .textTitle {
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: .06em;
  color: #222;
}

@media (min-width: 641px) {
  .aboutArea .textTitle {
    text-align: left;
  }
}

.aboutArea .leaf {
  position: absolute;
}

.aboutArea .leafLeft {
  left: -40px;
  bottom: 150px;
  width: 235px;
}

@media (max-width: 1780px) {
  .aboutArea .leafLeft {
    left: -90px;
    width: 200px;
  }
}

@media (max-width: 1580px) {
  .aboutArea .leafLeft {
    display: none;
  }
}

.aboutArea .leafLeft img {
  display: block;
  width: 100%;
}

.aboutArea .leafRight {
  right: 0;
  bottom: -80px;
  width: 176px;
}

@media (max-width: 1780px) {
  .aboutArea .leafRight {
    width: 140px;
  }
}

@media (max-width: 1580px) {
  .aboutArea .leafRight {
    display: none;
  }
}

.aboutArea .leafRight img {
  display: block;
  width: 100%;
}

.faqArea {
  position: relative;
  padding-bottom: 100px;
}

@media (max-width: 1366px) {
  .faqArea {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.faqBox {
  position: relative;
}

.faqBox .arrowStyle1 {
  position: absolute;
  top: 50%;
  margin-top: -13px;
}

.faqBox .prevArrow {
  left: -10px;
}

.faqBox .nextArrow {
  right: -10px;
}

.faqList {
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 1280px) {
  .faqList {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.faqList li {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}

@media (max-width: 1280px) {
  .faqList li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

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

@media (max-width: 440px) {
  .faqList .item {
    text-align: center;
  }
}

.faqList .Img {
  width: 100%;
  margin-bottom: 30px;
}
/*
@media (max-width: 440px) {
  .faqList .Img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
*/
.faqList .Img img {
  display: block;
  width: 100%;
    height: 250px;
    object-fit:cover;
}


@media (max-width: 1180px) {
    .faqList .Img img {
    height: 200px;
    }
}

@media (max-width: 767px) {
    .faqList .Img img {
    height: 150px;
    }
}

@media (max-width: 480px) {
    .faqList .Img img {
    height: 250px;
    }
}

.faqList .title a {
  display: block;
  font-size: 21px;
  letter-spacing: .01em;
  font-weight: 500;
  color: #111;
  padding-bottom: 12px;
}

.faqList .text {
  max-height: 96px;
  font-size: 15px;
  letter-spacing: .035em;
  color: #626262;
  line-height: 1.6;
}
