@import url("https://fonts.googleapis.com/css?family=Poppins");
#about {
  position: relative;
  padding-left: 245px;
}
#about .about_us {
  position: relative;
  width: 100%;
  height: 90vh;
  color: white;
  min-height: 500px;
}
#about .about_us .title {
  position: absolute;
  font-size: 100px;
  left: 80px;
  top: 15%;
  line-height: 100px;
}
#about .about_us .left_info {
  position: absolute;
  font-size: 30px;
  left: 80px;
  bottom: 10%;
  z-index: 3;
  opacity: 0;
}
#about .about_us .left_info .slogan {
  font-size: 30px;
  display: block;
  line-height: 37px;
  margin-bottom: 35px;
}
#about .about_us .left_info .memo {
  font-size: 16px;
  display: block;
  line-height: 24px;
}
#about .about_us .right_info {
  position: absolute;
  font-size: 18px;
  right: 40%;
  bottom: 10%;
  line-height: 24px;
  padding-top: 25px;
  z-index: 3;
  width: 280px;
  opacity: 0;
  margin-right: -3px;
  transform: translateX(100%);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#about .about_us .right_info:before {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  top: 0;
  background-color: white;
}
#about .about_us .right_info.show {
  opacity: 1;
}
#about .about_us .right_info.show:before {
  width: 100%;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
#about .about_more {
  position: relative;
  z-index: 3;
  padding-top: 194px;
  padding-left: 0;
  font-size: 14px;
  line-height: 28px;
  opacity: 0;
}
#about .about_more .top_memo {
  position: absolute;
  right: 40%;
  top: 45px;
  transform: translateX(100%);
  margin-left: 1px;
  font-size: 18px;
}
#about .about_more .service {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin-right: 0;
  margin-left: auto;
  padding-top: 24px;
  font-size: 16px;
}
#about .about_more .service .item {
  position: relative;
  width: 50%;
  margin-bottom: 10px;
}
#about .about_more .our_pic {
  position: relative;
  width: calc((100vw - 245px)*0.6);
  margin-left: calc((100vw - 245px)*0.2);
}
#about .about_more .our_pic .text{
    position: absolute;
    left: -25.5%;
    width: 45%;
    bottom: 12.5%;
}
#about .about_more .our_pic .text h3{
    font-size: 16px;
    margin-bottom: 10px;
}
#about .about_more .our_pic .text p{
    text-align: justify;
}
#about .about_more .our_pic .swiper-button-next {
  position: absolute;
  width: 55px;
  height: 55px;
  background-image: none;
  background-color: black;
  border-radius: 50%;
  right: 5px;
  top: 50%;
  margin-top: -189px;
  cursor: pointer;
  text-align: center;
  outline: none;
}
#about .about_more .our_pic .swiper-button-next:after {
    content: '';
    background-image: url(../images/arrow_r.png);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: -225% 50%;
    transition: all 0.8s cubic-bezier(0.4, 0, 0, 1);
}
#about .about_more .our_pic .swiper-button-next img {
  width: 21px;
  margin-top: 16px;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#about .about_more .our_pic .swiper-button-prev {
  position: absolute;
  width: 55px;
  height: 55px;
  background-image: none;
  background-color: black;
  border-radius: 50%;
  right: 78px;
  top: 50%;
  margin-top: -189px;
  left: auto;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: none;
}

#about .about_more .our_pic .swiper-button-prev:after {
    content: '';
    background-image: url(../images/arrow.png);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 225% 50%;
    transition: all 0.8s cubic-bezier(0.4, 0, 0, 1);
}

#about .about_more .our_pic .swiper-button-prev img {
  width: 21px;
  margin-top: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 1079px;
}
#about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .imgbox.img01 .imgbg {
  transform: translateX(0%);
}
#about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .imgbox.img01 .color {
  transform: translateX(-100%);
}
#about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .imgbox.img02 .imgbg {
  transform: translateX(0%);
}
#about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .imgbox.img02 .color {
  transform: translateX(100%);
}
#about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide .imgbox {
  width: 45%;
  height: 645px;
  overflow: hidden;
}
#about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide .imgbox .imgbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
#about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide .imgbox .color {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  -webkit-transition: all 0.8s ease 0.3s;
  -moz-transition: all 0.8s ease 0.3s;
  -o-transition: all 0.8s ease 0.3s;
  -ms-transition: all 0.8s ease 0.3s;
  transition: all 0.8s ease 0.3s;
}
#about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide .imgbox .color img {
  position: absolute;
  opacity: 0;
}
#about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide .imgbox .color .bg_c {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background-color: gray;
}
#about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide .imgbox img {
  max-width: 1000px;
  max-height: 100%;
  height: 100%;
  width: 100%;
}
#about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide .img01 {
  position: absolute;
  left: 0;
  top: 0;
  width: calc((100vw - 245px)*0.35);
}
#about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide .img01 .imgbg {
  transform: translateX(50px);
}
#about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide .img02 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc((100vw - 245px)*0.35);
}
#about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide .img02 .imgbg {
  transform: translateX(-50px);
}
#about .about_more .about_now {
  position: relative;
  width: 40%;
  margin-bottom: 160px;
  padding-left: 0;
}
#about .about_more .about_now .title {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 24px;
  padding-top: 26px;
  width: calc(100% - 80px);
  margin-right: 0;
  margin-left: auto;
  opacity: 0;
}
#about .about_more .about_now .title:before {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  top: 0;
  background-color: black;
  -webkit-transition: all 0.5s ease 0.6s;
  -moz-transition: all 0.5s ease 0.6s;
  -o-transition: all 0.5s ease 0.6s;
  -ms-transition: all 0.5s ease 0.6s;
  transition: all 0.5s ease 0.6s;
}
#about .about_more .about_now .title.show:before {
  width: 100%;
}
#about .about_more .about_now .more {
  position: relative;
  width: 100%;
  padding-top: 26px;
  margin-bottom: 130px;
  margin-right: 0;
  margin-left: auto;
  display: block;
  font-size: 16px;
  left: 50%;
  text-align: justify;
}
#about .normal_title {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 45px;
  padding-top: 26px;
  padding-left: 80px;
}
#about .award {
  position: relative;
  z-index: 3;
  margin-bottom: 230px;
  overflow: hidden;
  width: calc(100vw - 245px);
  opacity: 0;
}
#about .award .title {
  position: relative;
}
#about .award .award-container .swiper-slide {
  position: relative;
  width: auto;    line-height: 18px;
}
#about .award .award-container .swiper-slide .img {
  position: relative;
}
#about .award .award-container .swiper-slide .img img {
  height: 475px;
}
#about .award .award-container .swiper-slide .name {
  position: relative;
  color: #171717;
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 8px;
}
#about .award .award-container .swiper-slide .prize {
  position: relative;
  font-size: 16px;
  color: #434343;
}
#about .brand {
  position: relative;
  z-index: 3;
  padding-bottom: 60px;
  display: block;
  opacity: 0;
}
#about .brand .title {
  position: relative;
}
#about .brand .brand-container {
  position: relative;
  width: 1170px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
#about .brand .brand-container .swiper-wrapper {
  width: 100%;
}
#about .brand .brand-container .swiper-slide {
  position: relative;
  width: 265px;
  height: 292px;
  padding: 18px;
}
#about .brand .brand-container .swiper-slide .img {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  background-size: auto 60%;
  border: 2px solid #b5b5b5;
}
#about .brand .brand-container .swiper-pagination {
  position: relative;
  margin-top: 90px;
}
#about .brand .brand-container .swiper-pagination .swiper-pagination-bullet {
  background-color: #d0d0d0;
  width: 13px;
  height: 13px;
  margin: 0 15px;
  opacity: 1;
}
#about .brand .brand-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #242424;
}

@media only screen and (max-width: 1500px) {
  #about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide .img02,
  #about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide .img01 {
    height: calc((100vw - 245px)*0.45);
  }

  #about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide {
    height: calc((100vw - 245px)*.8);
  }

  #about .brand .brand-container {
    width: 890px;
  }

  #about .brand .brand-container .swiper-slide {
    height: 222px;
  }
  #about .brand .brand-container .swiper-slide .img {
        background-size: auto 83%;
  }
  #about .about_more .our_pic .text{
    left: -22.5%;
    width: 50%;
}
#about .about_more .our_pic .text h3{
    font-size: 16px;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 1300px) {
  #about .brand .brand-container {
    width: 690px;
  }

  #about .about_more .about_now .title {
    width: 85%;
  }

  #about .normal_title {
    padding-left: 7%;
  }

  #about .about_us .title {
    font-size: 70px;
    left: 7%;
    line-height: 74px;
  }

  #about .about_us .left_info {
    left: 7%;
  }

  #about .brand .brand-container .swiper-slide {
    height: 172px;
  }

  #about .about_more .about_now .title:before {
    width: 300px;
  }
}
@media (max-width:1152px) and (min-width:1152px){
    #about .about_more .our_pic .text{
        bottom: 4.5%;
    }
}
@media only screen and (min-width: 1025px) {
  #about .about_more .our_pic .swiper-button-next:hover,
  #about .about_more .our_pic .swiper-button-prev:hover {

  }
  #about .about_more .our_pic .swiper-button-next:hover:after,
  #about .about_more .our_pic .swiper-button-prev:hover:after {
      background-position: 50% 50%;
  }
  #about .about_more .our_pic .swiper-button-next:hover img {
      transform: translateX(210%);
  }
  #about .about_more .our_pic .swiper-button-prev:hover img {
      transform: translateX(-210%);
  }



}




@media only screen and (max-width: 1024px) {
  #about {
    position: relative;
    padding-left: 0;
    width: 100%;
  }

  #about .about_more .about_now {
    width: 100%;
    margin-bottom: 65px;
  }

  #about .award {
    width: 100%;
    margin-bottom: 150px;
  }

  #about .brand .brand-container,
  #about .brand .brand-container .swiper-wrapper {
    width: 80vw;
    margin: 0 auto;
  }

  #about .brand .brand-container .swiper-slide {
    height: 20vw;
    padding: 1.5vw;
  }

  #about .about_us .title {
    font-size: 60px;
    left: 5%;
    line-height: 68px;
    top: 20%;
  }

  #about .about_us {
    height: 80vh;
  }

  #about .about_us .left_info .slogan {
    font-size: 24px;
    display: block;
    line-height: 32px;
    margin-bottom: 35px;
  }

  #about .about_us .left_info {
    left: 5%;
    bottom: 5%;
  }

  #about .about_us .right_info {
    right: 5%;
    width: 200px;
    font-size: 16px;
    line-height: 20px;
    padding-top: 15px;
    bottom: 5%;
    transform: translateX(0%);
  }

  #about .about_more .top_memo {
    right: 5%;
    margin-right: 0;
    width: 161px;
    transform: none;
  }

  #about .about_more {
    padding-left: 5%;
    width: 95%;
    padding-top: 150px;
  }

  #about .about_more .about_now .title {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
    padding-top: 20px;
    margin-right: auto;
    width: 56%;
    margin-left: 0;
  }

  #about .about_more .about_now .title {
    width: 50%;
  }

  #about .about_more .about_now .title:before {
    width: 295px;
  }

  #about .about_more .about_now .more {
    margin-right: 0;
    padding-top: 0;
    margin-bottom: 110px;
    margin-left: 158px;
    width: 60%;
    left: 0;
  }

  #about .about_more .our_pic {
    margin-left: 0;
    width: 100%;
    margin-bottom: 80px;
  }

  #about .about_more .service {
    margin-left: 158px;
    margin-right: 0;
  }

  #about .about_more .our_pic .swiper-container {
    width: 100%;
  }

  #about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide .img {
    width: 60%;
    height: 65vw;
  }

  #about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide {
    height: 110vw;
  }
  #about .about_more .our_pic .swiper-button-prev,
  #about .about_more .our_pic .swiper-button-next{
          margin-top: -13vw;
  }

  #about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide .img01 {
      left: 0;
      height: 58vw;
      width: 52vw;

  }
#about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide .img02{
    height: 58vw;
    width: 52vw;

}
  #about .normal_title {
    font-size: 24px;
    padding-left: 5%;
  }

  #about .award .award-container .swiper-slide .img img {
    height: 48vw;
    max-height: 345px;
  }

  #about .award .award-container .swiper-slide {
    padding-left: 5vw;
  }

  #about .award .award-container {
    padding-right: 50px;
  }
  #about .about_more .our_pic .text{
    left: 0;
    width: 40%;
    bottom: 0;
}
}
@media only screen and (max-width: 600px) {
  #about .about_more .about_now .more {
    margin-bottom: 55px;
    margin-left: 0;
    width: 100%;
    /* font-size: 13px;
    line-height: 26px; */
  }

  #about {
    padding-top: 0;
  }

  #about .about_more .service {
    margin-bottom: 70px;
    margin-left: 0;
    width: 100%;
    max-width: 450px;
  }

  #about .about_us .title {
    font-size: 35px;
    left: 8%;
    line-height: 40px;
    top: 50px;
  }

  .maintitle span:after {
    height: 1px;
  }

  #about .about_us {
    max-height: 623px;
    height: auto;
    min-height: 450px;
    padding-bottom: 35px;
  }

  #about .about_us .left_info {
    left: 8%;
    bottom: auto;
    padding-top: 160px;
    position: relative;
    width: 84%;
  }

  #about .about_us .left_info .slogan {
    font-size: 16px;
    display: block;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 85px;
  }

  #about .about_us .right_info {
    right: auto;
    width: 84%;
    /* font-size: 12px; */
    line-height: 18px;
    padding-top: 18px;
    bottom: 0;
    left: 8%;
    position: relative;
    margin-top: 30px;
  }

  #about .about_more .top_memo {
    right: auto;
    margin-right: 0;
    width: 100%;
    /* font-size: 12px; */
    line-height: 20px;
    top: 30px;
  }

  #about .about_more {
    padding-left: 8%;
    width: 92%;
    padding-top: 180px;
  }

  #about .about_more .about_now .title {
    position: relative;
    font-size: 18px;
    margin-bottom: 40px;
    padding-top: 14px;
    font-weight: bold;
    line-height: 20px;
  }

  #about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide .img {
    width: 80%;
    height: 90vw;
    position: relative;
    margin-right: 0;
    margin-left: auto;
    margin-top: -40px;
  }

  #about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide .img01 {
    left: 0;
    width: 100%;
    height: 110vw;
    position: relative;
    margin-top: 0;
  }
  #about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide .img02{
      height: 60vw;
      width: 80vw;
      position: relative;
      margin-right: 0;
      margin-left: auto;
      margin-top: -10vw;
  }

  #about .about_more .our_pic .swiper-container .swiper-wrapper .swiper-slide {
    height: auto;
  }

  #about .about_more .our_pic {
    margin-left: 0;
    width: 100vw;
    margin-bottom: 60px;
    left: -8vw;
  }

  #about .about_more .our_pic .swiper-button-next {
    top: auto;
    bottom: 3px;
    right: 50%;
    margin-right: -65px;
    width: 55px;
    margin-top: auto;
    overflow: hidden;
  }

  #about .about_more .our_pic .swiper-container {
    width: 100%;
    padding-bottom: 110px;
  }

  #about .about_more .our_pic .swiper-button-prev {
    top: auto;
    bottom: 3px;
    width: 55px;
    left: 50%;
    margin-left: -65px;
    margin-top: auto;
    overflow: hidden;
  }

  #about .about_more .about_now .title:before {
    width: 100%;
  }

  #about .normal_title {
    font-size: 18px;
    padding-left: 8%;
    font-weight: bold;
    margin-bottom: 20px;
  }

  #about .award .award-container .swiper-slide .img img {
    height: 298px;
  }

  #about .award .award-container .swiper-slide {
    padding-left: 8vw;
  }

  #about .award .award-container .swiper-slide .name {
    font-size: 14px;
    margin-top: 12px;
  }

  #about .award .award-container .swiper-slide .prize {
    font-size: 12px;
  }

  #about .brand .brand-container .swiper-pagination {
    display: none;
  }

  #about .brand .brand-container {
    width: 100vw;
    margin: 0 auto;
    padding-left: 5%;
  }

  #about .brand .brand-container .swiper-wrapper {
    width: 100%;
  }

  #about .brand .brand-container .swiper-slide {
    height: 125px;
    padding: 10px;
    width: 125px;
  }

  #about .brand .brand-container .swiper-slide .img {
    background-size: 78%;
  }

  #about .award {
    margin-bottom: 70px;
  }
  #about .about_more .our_pic .text{
    width: 100%;
    padding: 8%;
    position: relative;
}
}

.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

.topbg {
  overflow: hidden;
}
/* about大標題 */
#about .about_us .big-title {
  z-index: 1;
}

#about .about_us .big-title .title-item {
  overflow: hidden;
}

#about .about_us .big-title span {
  transition: initial;
  transform: translateY(0) skewY(0);
}

#about .about_us .big-title>div {
  position: relative;
}

#about .about_us .big-title>div:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.73);
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

#about .about_us .big-title>div:nth-child(2):after {
  transition: all 1.5s ease;
}

#about .about_us .big-title.show>div:after {
  width: 100%;
}