@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css?family=Didact+Gothic");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Langar&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ruluko&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Noto+Sans+TC:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tangerine&display=swap");
.main {
  overflow: hidden;
}

.top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-top {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.top-box {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-box.move-img .top-in {
  background-position: center;
  -moz-transition-duration: 6s;
  -o-transition-duration: 6s;
  -webkit-transition-duration: 6s;
  transition-duration: 6s;
}
.top-box.move-img .top-info {
  position: absolute;
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.top-box.move-img .top-title {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.top-box.move-img .top-titlein {
  opacity: 1;
}
.top-box:nth-child(1).move-img .top-in {
  -moz-transform: translateY(10px) scale(1.1) perspective(500px);
  -ms-transform: translateY(10px) scale(1.1) perspective(500px);
  -webkit-transform: translateY(10px) scale(1.1) perspective(500px);
  transform: translateY(10px) scale(1.1) perspective(500px);
}
.top-box:nth-child(1).move-img .top-titlein {
  -moz-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
}
.top-box:nth-child(2).move-img .top-in {
  -moz-transform: translateY(0px) scale(1.1) perspective(500px);
  -ms-transform: translateY(0px) scale(1.1) perspective(500px);
  -webkit-transform: translateY(0px) scale(1.1) perspective(500px);
  transform: translateY(0px) scale(1.1) perspective(500px);
}
.top-box:nth-child(2).move-img .top-titlein {
  -moz-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
}
.top-box:nth-child(3).move-img .top-in {
  -moz-transform: translateY(-10px) scale(1.1) perspective(500px);
  -ms-transform: translateY(-10px) scale(1.1) perspective(500px);
  -webkit-transform: translateY(-10px) scale(1.1) perspective(500px);
  transform: translateY(-10px) scale(1.1) perspective(500px);
}
.top-box:nth-child(3).move-img .top-titlein {
  -moz-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
}
.top-box:nth-child(3) .top-in {
  background-position: 60%;
}
.top-in {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -moz-transform: scale(1) perspective(500px);
  -ms-transform: scale(1) perspective(500px);
  -webkit-transform: scale(1) perspective(500px);
  transform: scale(1) perspective(500px);
  -moz-transition: -moz-transform 0s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: -o-transform 0s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: transform 0s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.top-info {
  position: absolute;
  width: 45%;
  margin: auto;
  bottom: 20%;
  color: #fff;
  display: flex;
  justify-content: center;
  text-shadow: 3px 3px 5px #000;
  opacity: 0;
  z-index: 10;
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -moz-transition: -moz-transform 0.6s ease-in-out, opacity 0.6s;
  -o-transition: -o-transform 0.6s ease-in-out, opacity 0.6s;
  -webkit-transition: -webkit-transform 0.6s ease-in-out, opacity 0.6s;
  transition: transform 0.6s ease-in-out, opacity 0.6s;
}
.top-title {
  position: relative;
  width: fit-content;
  white-space: nowrap;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  text-align: center;
  font-size: 20px;
  opacity: 0;
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -moz-transition: -moz-transform 0.6s ease-in-out, opacity 0.6s;
  -o-transition: -o-transform 0.6s ease-in-out, opacity 0.6s;
  -webkit-transition: -webkit-transform 0.6s ease-in-out, opacity 0.6s;
  transition: transform 0.6s ease-in-out, opacity 0.6s;
}
.top-titlein {
  position: relative;
  margin: 0 0 0 30px;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  letter-spacing: 2px;
  line-height: 1.8;
  font-size: 14px;
  color: #eee;
  opacity: 0;
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -moz-transition: -moz-transform 0.6s ease-in-out, opacity 0.6s;
  -o-transition: -o-transform 0.6s ease-in-out, opacity 0.6s;
  -webkit-transition: -webkit-transform 0.6s ease-in-out, opacity 0.6s;
  transition: transform 0.6s ease-in-out, opacity 0.6s;
}
.top-rect {
  position: relative;
  width: 30px;
  height: 30px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-rect:before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: translate(transform 0.6s, 1em);
  -ms-transform: translate(transform 0.6s, 1em);
  -webkit-transform: translate(transform 0.6s, 1em);
  transform: translate(transform 0.6s, 1em);
}

.limit {
  position: relative;
  width: 70%;
  margin: 200px auto;
}

.concept .info-photo-box {
  left: 15%;
}

.news .info-photo-box {
  right: 15%;
}
.news.show .info-photo:after {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.info-in {
  position: relative;
  display: flex;
  flex-flow: row;
  align-items: center;
}
.info-photo {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.info-photo img {
  width: 100%;
}
.info-photo:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #191919;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.show .info-photo:after {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.info-photo-box {
  position: absolute;
  width: 40%;
  height: 80%;
  top: 30%;
  opacity: 0;
  z-index: -1;
  background-color: #111;
  -moz-transition: -moz-transform 0.8s, opacity 0.8s;
  -o-transition: -o-transform 0.8s, opacity 0.8s;
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s;
}
.show .info-photo-box {
  opacity: 1;
}
.info-content {
  position: relative;
  width: 75%;
  margin: 0 0 0 25%;
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: -moz-transform 0.8s, opacity 0.8s;
  -o-transition: -o-transform 0.8s, opacity 0.8s;
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s;
}
.info-content p {
  margin-bottom: 20px;
}
.info-content p:last-child {
  margin-bottom: unset;
}
.show .info-content {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.info-contents {
  position: relative;
  width: 75%;
  margin: 0 25% 0 0;
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: -moz-transform 0.8s, opacity 0.8s;
  -o-transition: -o-transform 0.8s, opacity 0.8s;
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s;
}
.info-contents p {
  margin-bottom: 20px;
}
.info-contents p:last-child {
  margin-bottom: unset;
}
.show .info-contents {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.info-contentin {
  position: relative;
  width: 100%;
  opacity: 0;
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -moz-transition: -moz-transform 0.8s, opacity 0.8s;
  -o-transition: -o-transform 0.8s, opacity 0.8s;
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s;
}
.info-contentin p {
  margin-bottom: 20px;
}
.info-contentin p:last-child {
  margin-bottom: unset;
}
.show .info-contentin {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.info-boxin {
  position: relative;
  top: -30px;
  margin: 30px auto;
  text-align: center;
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: -moz-transform 0.8s, opacity 0.8s;
  -o-transition: -o-transform 0.8s, opacity 0.8s;
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s;
}
.show .info-boxin {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.info-collect {
  position: relative;
  width: calc(33% - 5px);
}
.info-collect img {
  width: 100%;
}
.info-collect p {
  margin-bottom: 20px;
}
.info-collect p:last-child {
  margin-bottom: unset;
}
.info-collect .info-title {
  padding-left: 5px;
}
.info-collect:first-child {
  display: flex;
  align-items: center;
}
.info-collect:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(200% - 1% - 20px);
  height: 90%;
  background-color: #000;
  opacity: 0;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: -moz-transform 0.6s, opacity 0.6s;
  -o-transition: -o-transform 0.6s, opacity 0.6s;
  -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
}
.info-collect:nth-child(2) {
  padding: 100px 0 0 0;
  margin: 0 auto 0 0;
  opacity: 0;
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.info-collect:nth-child(2):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -moz-animation: middle 1.5s forwards;
  -webkit-animation: middle 1.5s forwards;
  animation: middle 1.5s forwards;
  -moz-transition: -moz-transform 0.6s, opacity 0.6s;
  -o-transition: -o-transform 0.6s, opacity 0.6s;
  -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
}
.info-collect:last-child {
  padding: 50px 0 0 0;
  opacity: 0;
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-filter: drop-shadow(-1px 0px 6px #000) grayscale(0.2) brightness(0.8);
  filter: drop-shadow(-1px 0px 6px #000) grayscale(0.2) brightness(0.8);
  -moz-transition: -moz-transform 0.6s, opacity 0.6s;
  -o-transition: -o-transform 0.6s, opacity 0.6s;
  -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
}
.show .info-collect:first-child:before {
  opacity: 1;
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.show .info-collect:nth-child(2) {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.show .info-collect:last-child {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.info-type {
  font-size: 12px;
  color: #aaa;
  font-family: "Quicksand", Arial, Helvetica, sans-serif;
  letter-spacing: 3px;
}
.info-title {
  font-size: 15px;
  letter-spacing: 1px;
}
.info-information {
  display: inline-block;
  color: #aaa;
}
.info-information span {
  display: block;
}
.info-information span:first-child {
  color: #ddd;
  margin-bottom: 10px;
}
.info-button {
  margin-top: 30px;
}
.info-button a {
  display: inline-block;
  background-color: #000;
  border: solid 1px #191919;
  padding: 10px 20px;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.info-button a:hover {
  background-color: #ddd;
  color: #000;
}

@-moz-keyframes middle {
  0% {
    -moz-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -moz-transform: scaleX(100%);
    transform: scaleX(100%);
  }
  100% {
    -moz-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@-webkit-keyframes middle {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -webkit-transform: scaleX(100%);
    transform: scaleX(100%);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes middle {
  0% {
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  50% {
    -moz-transform: scaleX(100%);
    -ms-transform: scaleX(100%);
    -webkit-transform: scaleX(100%);
    transform: scaleX(100%);
  }
  100% {
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
.work .control, .work .control-in {
  position: relative;
}
.work .control-button {
  position: absolute;
  width: 33%;
  display: flex;
  margin-top: -57.5px;
  top: 50%;
  left: 0;
  opacity: 0;
  z-index: 5;
  -moz-transition: -moz-transform 0.6s, opacity 0.6s;
  -o-transition: -o-transform 0.6s, opacity 0.6s;
  -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
}
.work .control-button.move {
  opacity: 1;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.work .control-prev, .work .control-next {
  cursor: pointer;
  position: relative;
  width: 24px;
  height: 24px;
}
.work .control-prev:before, .work .control-next:before {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 50%;
  line-height: 2;
}
.work .control-prev:hover:before, .work .control-next:hover:before {
  color: #000;
  background-color: #fff;
}
.work .control-prev {
  margin: 1px auto 0 20px;
}
.work .control-prev:before {
  content: "<";
  letter-spacing: 2px;
}
.work .control-next {
  margin: 1px 20px 0 0;
}
.work .control-next:before {
  content: ">";
  letter-spacing: 0px;
}
.work .control-page {
  position: relative;
}
.work .swiper-container {
  position: relative;
  width: 100%;
  height: 38vw;
}
.work .swiper-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.work .swiper-slide {
  position: relative;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  z-index: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.work .swiper-slide-active {
  pointer-events: auto;
  opacity: 1;
  z-index: 1;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.work .swiper-pagination {
  position: absolute;
  display: flex;
  flex-flow: row;
  align-items: center;
  height: 30px !important;
  top: 60px;
  left: calc(66% - 10px - 1% - 15px - 100px);
  opacity: 0;
  z-index: 10;
  -moz-transition: -moz-transform 0.6s, opacity 0.6s;
  -o-transition: -o-transform 0.6s, opacity 0.6s;
  -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
}
.work .swiper-pagination.move {
  opacity: 1;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.work .swiper-pagination-bullet {
  position: relative;
  width: 6px;
  height: 6px;
  top: unset !important;
  margin: 0 10px 0 0;
  cursor: pointer;
  border-radius: 50%;
  border: solid 1px #7b7269;
}
.work .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  top: unset !important;
  z-index: 1;
}

.consult-map {
  position: relative;
  width: 100%;
  height: 300px;
}
.consult #map {
  position: relative;
  width: 100%;
  height: 100%;
}

.concept, .about, .work, .news {
  margin-bottom: 300px;
}

@media screen and (max-width: 1200px) {
  .limit {
    width: calc(100% - 100px);
  }

  .top-info {
    width: 80%;
  }
}
@media screen and (max-width: 920px) {
  .control-button, .swiper-pagination {
    opacity: 1;
  }
  .control-button.move, .swiper-pagination.move {
    opacity: 1;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }

  .work .control-prev {
    margin: 1px auto 0 10px;
  }
  .work .control-next {
    margin: 1px 10px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .concept .info-in {
    flex-flow: column;
  }
  .concept .info-photo img {
    position: absolute;
    bottom: -28vw;
  }
  .concept .info-photo:before {
    width: 50%;
    height: 100%;
    right: 25%;
  }

  .about .info-information span {
    display: inline;
  }
  .about .info-information span:first-child {
    display: block;
  }

  .news .info-in {
    flex-flow: column-reverse;
  }
  .news .info-photo img {
    position: absolute;
    bottom: -35vw;
  }
  .news .info-photo:before {
    width: 50%;
    height: 100%;
    right: 25%;
  }

  .work .swiper-container {
    height: auto;
  }
  .work .swiper-wrapper {
    position: relative;
    flex-flow: wrap;
  }
  .work .swiper-slide {
    width: calc(50% - 5px);
    pointer-events: auto;
    flex-flow: wrap-reverse;
    opacity: 0;
    -moz-transition: -moz-transform 0.6s, opacity 0.6s;
    -o-transition: -o-transform 0.6s, opacity 0.6s;
    -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
    transition: transform 0.6s, opacity 0.6s;
  }
  .work .swiper-slide:last-child {
    margin-bottom: unset;
  }
  .work .swiper-slide.show {
    opacity: 1;
    -moz-transition: -moz-transform 0.6s, opacity 0.6s;
    -o-transition: -o-transform 0.6s, opacity 0.6s;
    -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
    transition: transform 0.6s, opacity 0.6s;
  }
  .work .swiper-slide.show .info-collect:first-child:before {
    opacity: 1;
    -moz-transform-origin: left 50%;
    -ms-transform-origin: left 50%;
    -webkit-transform-origin: left 50%;
    transform-origin: left 50%;
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -moz-transition: -moz-transform 0.6s, opacity 0.6s;
    -o-transition: -o-transform 0.6s, opacity 0.6s;
    -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
    transition: transform 0.6s, opacity 0.6s;
  }
  .work .swiper-slide.show .info-collect:nth-child(2) {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transition: -moz-transform 0.6s, opacity 0.6s;
    -o-transition: -o-transform 0.6s, opacity 0.6s;
    -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
    transition: transform 0.6s, opacity 0.6s;
  }
  .work .swiper-slide.show .info-collect:last-child {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -moz-transition: -moz-transform 0.6s, opacity 0.6s;
    -o-transition: -o-transform 0.6s, opacity 0.6s;
    -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
    transition: transform 0.6s, opacity 0.6s;
  }
  .work .control-button, .work .swiper-pagination {
    pointer-events: none;
    opacity: 0;
  }
  .work .control-button.move, .work .swiper-pagination.move {
    opacity: 0;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }

  .info-photo {
    height: 50vw;
    overflow: hidden;
  }
  .info-photo:before {
    width: 100%;
    height: 100%;
  }
  .show .info-photo-box {
    opacity: 0;
  }
  .info-content, .info-contents {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .info-boxin {
    top: 0;
    margin: 0 auto;
  }
  .info-contentin:before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 50vw;
    margin-bottom: 30px;
    background-image: url("../images/index/a1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 10%;
  }
  .info-collect {
    width: 100%;
  }
  .info-collect .info-title {
    color: #fff;
  }
  .info-collect:first-child {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  .info-collect:first-child:before {
    width: 100%;
    height: 50%;
    top: 50%;
  }
  .info-collect:first-child p {
    margin: 30px 0;
  }
  .info-collect:nth-child(2) {
    padding: 0;
  }
  .info-collect:last-child {
    padding: 0;
    -webkit-filter: unset;
    filter: unset;
  }
  .info-type {
    display: none;
  }
  .info-title {
    padding: 11px 0;
    font-size: 13px;
  }

  .control-inner:nth-child(1) {
    margin-right: auto;
  }
  .control-inner:nth-child(1) .info-collect:nth-child(3) {
    display: none;
  }
  .control-inner:nth-child(2) {
    margin-left: auto;
  }
  .control-inner:nth-child(2) .info-collect:nth-child(2) {
    display: none;
  }
  .control-inner:nth-child(3) {
    margin-right: auto;
  }
  .control-inner:nth-child(3) .info-collect:nth-child(2) {
    display: none;
  }
  .control-inner:nth-child(4) {
    margin-left: auto;
  }
  .control-inner:nth-child(4) .info-collect:nth-child(3) {
    display: none;
  }

  .concept, .about, .work, .news {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 900px) {
  .info-collect .info-button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .info-collect .info-button a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: unset;
    color: transparent;
    background-color: transparent;
    border: unset;
  }
  .info-collect .info-button a:hover {
    color: transparent;
    background-color: transparent;
  }
  .info-collect .info-title {
    position: absolute;
    top: 15px;
    left: 20px;
  }
  .info-collect:first-child {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .info-collect:first-child p {
    margin: unset;
    padding: unset;
  }
  .info-collect:first-child:before {
    background-color: transparent;
  }
  .info-collect:last-child {
    -webkit-filter: grayscale(0.2) brightness(0.8);
    filter: grayscale(0.2) brightness(0.8);
  }
  .info-boxin {
    width: 100%;
    height: 100%;
    margin: unset;
    text-align: left;
  }

  .work .control-inner:nth-child(1) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 850px) {
  .top-info {
    display: block;
  }
  .top-title {
    width: 100%;
  }
  .top-titlein {
    width: 100%;
    margin: unset;
    text-align: justify;
  }
}
@media screen and (max-width: 640px) {
  .top-box.move-img:nth-child(1) .top-titlein {
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  .top-box.move-img:nth-child(2) .top-titlein {
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  .top-box.move-img:nth-child(3) .top-titlein {
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  .top-in {
    background-size: unset;
    background-attachment: unset;
  }
  .top-info {
    top: 115px;
    bottom: unset;
    color: #fff;
    text-shadow: unset;
    overflow: hidden;
  }
  .top-title {
    text-align: unset;
    line-height: 2.5;
    letter-spacing: 0;
    font-size: 28px;
    font-family: "Montserrat", "Noto Sans TC", sans-serif;
  }
  .top-titlein {
    letter-spacing: 0;
    line-height: 1.5;
    text-align: unset;
    font-size: 16px;
    font-family: "Montserrat", "Noto Sans TC", sans-serif;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    white-space: normal;
  }

  .limit {
    width: calc(100% - 40px);
    margin: 100px auto 0;
  }

  .info-photo:after {
    background-color: #948b81;
  }
  .info-photo-box {
    background-color: #ded8d1;
  }
  .info-collect .info-button {
    border: unset;
  }
  .info-collect .info-button:hover {
    border: unset;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .info-collect:first-child {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .info-collect:first-child p {
    margin: unset;
    padding: unset;
  }
  .info-collect:first-child:before {
    background-color: transparent;
  }
  .info-collect:nth-child(2):before {
    background-color: #000;
  }
  .info-collect:last-child {
    -webkit-filter: grayscale(0.2) brightness(0.8);
    filter: grayscale(0.2) brightness(0.8);
  }
  .info-collect:nth-child(3n-2) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .info-type {
    color: #948b81;
  }
  .info-information {
    color: unset;
  }
  .info-information span:first-child {
    color: #bda07e;
  }
  .info-title {
    font-size: 13px;
    color: #7f725f;
  }
  .info-button a {
    color: #948b81;
    background-color: rgba(222, 216, 209, 0);
    border: solid 1px #ded8d1;
  }
  .info-button a:hover {
    color: #948b81;
    border: solid 1px #f0ebe5;
    background-color: #ded8d1;
  }

  .work .control-inner {
    margin-bottom: 10px;
  }
  .work .control-prev:before, .work .control-next:before {
    color: #463b30;
    background-color: rgba(218, 214, 209, 0.5);
  }
  .work .control-prev:hover:before, .work .control-next:hover:before {
    color: #fff;
    background-color: #948b81;
  }
  .work .swiper-pagination-bullet {
    border: solid 1px #7b7269;
  }

  .concept .info-photo img {
    bottom: -34vw;
  }
  .concept.show .info-photo:before {
    opacity: 0;
  }

  .news .info-photo:before {
    width: 100%;
    height: 250%;
    left: 50%;
  }

  .concept, .about, .work, .news {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 450px) {
  .top-title {
    font-size: 20px;
  }

  .work .swiper-slide {
    width: 100%;
  }
}
