.customer:after {
  content: "";
  display: block;
  clear: both;
}
.customer-image {
  position: relative;
  width: 80%;
  max-width: 800px;
  padding: 0 40px;
  box-sizing: border-box;
  float: right;
  margin-bottom: -80px;
}
.customer-prev, .customer-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
}
.customer-prev:hover, .customer-next:hover {
  opacity: 0.5;
}
.customer-prev {
  left: 0;
}
.customer-next {
  right: 0;
}
.customer-content {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.customer-slogan {
  margin-right: 40px;
  font-size: 2em;
  color: #333;
  line-height: 1.2;
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.show .customer-slogan {
  opacity: 1;
}
.customer-title {
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.show .customer-title {
  opacity: 1;
}
.customer-inner-title span {
  color: #aaa;
  font-size: 1rem;
  margin-left: 20px;
}

.customer-wrap .swiper-slide {
  height: 450px;
  width: auto;
  opacity: 0.5;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.customer-wrap .swiper-slide-active {
  opacity: 1;
}

.title-tw {
  display: block;
  letter-spacing: 10px;
}

.title-en {
  font-size: 0.5em;
  display: block;
  line-height: 1.5;
  margin: 10px 0 60px;
  color: #666;
}
.title-en:before {
  content: "";
  width: 3px;
  height: 15px;
  background: #333;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.text, .text-en {
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}

.text {
  font-size: 0.875em;
  margin: 20px 0;
}
.show .text {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.text-en {
  font-size: 0.75em;
  margin: 20px 0 0;
}
.show .text-en {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.customer-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #111;
  z-index: 1;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.show .customer-wrap:after {
  width: 0;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.customer-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  width: 8px;
  height: 0;
  z-index: 2;
  background: #333;
}
.show .customer-wrap:before {
  -moz-animation: showimage 1s;
  -webkit-animation: showimage 1s;
  animation: showimage 1s;
}

@-moz-keyframes showimage {
  0% {
    width: 8px;
    height: 0;
    left: 0;
  }
  30% {
    width: 8px;
    height: 100%;
    left: 0;
  }
  59.9% {
    width: 100%;
    height: 100%;
    left: 0;
  }
  60% {
    width: 100%;
    height: 100%;
    right: 0;
    left: auto;
  }
  99.9% {
    width: 0;
    height: 100%;
    right: 0;
    left: auto;
  }
  100% {
    width: 8px;
    height: 0;
    left: 0;
  }
}
@-webkit-keyframes showimage {
  0% {
    width: 8px;
    height: 0;
    left: 0;
  }
  30% {
    width: 8px;
    height: 100%;
    left: 0;
  }
  59.9% {
    width: 100%;
    height: 100%;
    left: 0;
  }
  60% {
    width: 100%;
    height: 100%;
    right: 0;
    left: auto;
  }
  99.9% {
    width: 0;
    height: 100%;
    right: 0;
    left: auto;
  }
  100% {
    width: 8px;
    height: 0;
    left: 0;
  }
}
@keyframes showimage {
  0% {
    width: 8px;
    height: 0;
    left: 0;
  }
  30% {
    width: 8px;
    height: 100%;
    left: 0;
  }
  59.9% {
    width: 100%;
    height: 100%;
    left: 0;
  }
  60% {
    width: 100%;
    height: 100%;
    right: 0;
    left: auto;
  }
  99.9% {
    width: 0;
    height: 100%;
    right: 0;
    left: auto;
  }
  100% {
    width: 8px;
    height: 0;
    left: 0;
  }
}
.list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4%;
}
.list-item {
  position: relative;
  width: calc((100% - 24%) / 3);
  padding: 10px;
  border: #333 solid 1px;
  box-sizing: border-box;
  margin: 4%;
}
.list-item:hover img {
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.list-new:before {
  content: "NEW";
  position: absolute;
  right: 15px;
  top: 15px;
  color: #ff0000;
  z-index: 2;
  font-family: "Hind", Arial, Helvetica, sans-serif;
  font-size: 1em;
  letter-spacing: 0;
  text-shadow: black 1px 1px 10px;
}
.list-img {
  position: relative;
  overflow: hidden;
}
.list-img img {
  width: 100%;
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.list-name {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
  font-size: 0.875em;
  opacity: 0;
  -moz-transition: opacity 0.6s 1s;
  -o-transition: opacity 0.6s 1s;
  -webkit-transition: opacity 0.6s;
  -webkit-transition-delay: 1s;
  transition: opacity 0.6s 1s;
}
.list-name span {
  color: #666;
  float: right;
}
.show .list-name {
  opacity: 1;
}
.list-name:before, .list-name:after {
  content: "";
  width: 4px;
  height: 8px;
  background: #666;
  position: absolute;
  left: 0;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.list-name:before {
  bottom: 50%;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
.list-name:after {
  top: 50%;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
a:hover .list-name {
  color: #ccc;
}
a:hover .list-name:before {
  background: #ccc;
  -moz-transform: translateX(5px) rotate(-45deg);
  -ms-transform: translateX(5px) rotate(-45deg);
  -webkit-transform: translateX(5px) rotate(-45deg);
  transform: translateX(5px) rotate(-45deg);
}
a:hover .list-name:after {
  background: #ccc;
  -moz-transform: translateX(5px) rotate(45deg);
  -ms-transform: translateX(5px) rotate(45deg);
  -webkit-transform: translateX(5px) rotate(45deg);
  transform: translateX(5px) rotate(45deg);
}

/*lightbox */
.overlay, .overlay-info {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(17, 17, 17, 0.9);
  z-index: 20;
  display: none;
}

.viewport {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80vw;
  height: 70vh;
  max-width: 93.33333vh;
  max-height: 60vw;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.viewport-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 0;
  background: #222;
  -moz-box-shadow: 0px 0px 20px 5px #000;
  -webkit-box-shadow: 0px 0px 20px 5px #000;
  box-shadow: 0px 0px 20px 5px #000;
  -moz-transition: height 0.6s, width 0.6s 0.6s;
  -o-transition: height 0.6s, width 0.6s 0.6s;
  -webkit-transition: height 0.6s, width 0.6s;
  -webkit-transition-delay: 0s, 0.6s;
  transition: height 0.6s, width 0.6s 0.6s;
}
.show-overlay .viewport-bg {
  width: 100%;
  height: 100%;
}
.viewport img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.customer-img {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.customer-info {
  position: relative;
  display: none;
}
.customer-content2 {
  margin: auto;
  padding: 0 10px;
}
.customer-prev2, .customer-next2 {
  position: absolute;
  top: 50%;
  padding: 10px;
  margin: -30px;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
.customer-prev2 img, .customer-next2 img {
  background: #000;
  padding: 5px;
}
.show-overlay .customer-prev2, .show-overlay .customer-next2 {
  opacity: 1;
  -moz-transition-delay: 0, 1s;
  -o-transition-delay: 0, 1s;
  -webkit-transition-delay: 0, 1s;
  transition-delay: 0, 1s;
}
.customer-prev2 {
  left: 0px;
  -moz-transition: left 0.3s, opacity 0.6s 0s;
  -o-transition: left 0.3s, opacity 0.6s 0s;
  -webkit-transition: left 0.3s, opacity 0.6s;
  -webkit-transition-delay: 0s, 0s;
  transition: left 0.3s, opacity 0.6s 0s;
}
.customer-next2 {
  right: 0px;
  -moz-transition: right 0.3s, opacity 0.6s 0s;
  -o-transition: right 0.3s, opacity 0.6s 0s;
  -webkit-transition: right 0.3s, opacity 0.6s;
  -webkit-transition-delay: 0s, 0s;
  transition: right 0.3s, opacity 0.6s 0s;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 5;
  opacity: 0;
  -moz-transition: opacity 0.6s 0s;
  -o-transition: opacity 0.6s 0s;
  -webkit-transition: opacity 0.6s;
  -webkit-transition-delay: 0s;
  transition: opacity 0.6s 0s;
}
.show-overlay .close {
  opacity: 1;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.customization-container {
  padding: 40px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  opacity: 0;
  -moz-transition: opacity 1s 0s;
  -o-transition: opacity 1s 0s;
  -webkit-transition: opacity 1s;
  -webkit-transition-delay: 0s;
  transition: opacity 1s 0s;
}
.show-overlay .customization-container {
  opacity: 1;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.customization-container .swiper-slide {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.zoom {
  opacity: 0;
}
.zoom-control {
  position: absolute;
  bottom: -35px;
  right: 0px;
  left: 0px;
  text-align: center;
}
.zoom-in, .zoom-out {
  display: inline-block;
  cursor: pointer;
  padding: 5px;
}

.viewer-container {
  background: none;
}

.information {
  margin-top: 70px;
}
.information a {
  margin-right: 20px;
  color: #FFF;
  font-size: 1em;
  display: inline-block;
}
.information a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-top: transparent solid 5px;
  border-bottom: transparent solid 5px;
  border-left: #FFF solid 5px;
  margin-right: 10px;
}
.information a:hover {
  color: #999;
}
.information-container {
  position: relative;
  padding: 40px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 0.875em;
  opacity: 0;
  -moz-transition: opacity 1s 0s;
  -o-transition: opacity 1s 0s;
  -webkit-transition: opacity 1s;
  -webkit-transition-delay: 0s;
  transition: opacity 1s 0s;
}
.show-overlay .information-container {
  opacity: 1;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.information-container p {
  margin-bottom: 20px;
}
.information-container h2 {
  margin-bottom: 20px;
}
.information-list {
  list-style: decimal outside;
  margin-left: 20px;
}
.information-list li {
  margin-bottom: 10px;
}
.information-text {
  margin-bottom: 40px;
}
.information-text:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1300px) {
  .customer-wrap .swiper-slide {
    height: 400px;
  }

  .customer-slogan {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  .customer-image {
    width: auto;
    margin: 0 0 50px;
    max-width: none;
    padding: 0;
    float: none;
  }
  .customer-content {
    display: block;
  }
  .customer-slogan, .customer-prev, .customer-next {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .list-item {
    width: 42%;
  }

  .viewport {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    overflow: auto;
    background: #222;
    padding: 0;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transition: -moz-transform 1s 1s;
    -o-transition: -o-transform 1s 1s;
    -webkit-transition: -webkit-transform 1s;
    -webkit-transition-delay: 1s;
    transition: transform 1s 1s;
  }
  .show-overlay .viewport {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .viewport-bg {
    display: none;
  }

  .customer-img {
    padding-bottom: 147.05882%;
    width: auto;
    float: none;
    background-position: center top;
  }
  .customer-info {
    float: none;
    width: auto;
    display: block;
  }
  .customer-content2 {
    margin: 0px 0 20px 0;
  }
  .customer-prev2, .customer-next2 {
    display: none;
  }
  .customer-content2 {
    padding: 0;
  }

  .customization-container {
    padding: 15px;
    height: auto;
    width: auto;
  }

  .customization-container .swiper-wrapper {
    display: block;
  }

  .customization-container .swiper-slide {
    margin: 15px 0;
    display: block;
  }

  .viewer-container {
    display: none;
  }

  .zoom {
    opacity: 1;
  }
  .zoom-control {
    display: none;
  }

  .information-container {
    height: auto;
  }
}
@media screen and (max-width: 680px) {
  .customer-wrap .swiper-slide {
    height: 60vw;
    max-height: 360px;
  }
}
@media screen and (max-width: 480px) {
  .list {
    margin: 0 -2%;
  }
  .list-item {
    width: 46%;
    margin: 2%;
  }
}
@media screen and (orientation: portrait) {
  .list-img {
    opacity: 0;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .show .list-img {
    opacity: 1;
  }
  .list-img:before, .list-img:after {
    content: none;
  }

  .list-name {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
