@import url("https://fonts.googleapis.com/css?family=DM+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
.header {
  background-color: rgba(228, 228, 228, 0.7);
}
.header .logo #logo-svg path {
  fill: #333;
}
.header .logo #logo-svg rect {
  fill: #333;
}

.work {
  position: relative;
}
.work-bg {
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  background-color: #e4e4e4;
  z-index: -1;
}
.work-top {
  padding: 150px 0 50px;
  margin-left: 15%;
}
.work-title {
  position: relative;
}
.work-title:after {
  content: "";
  height: 50px;
  width: 1px;
  background-color: #c1b067;
  display: block;
  margin: 20px 0;
}
.work-ttext {
  font-size: 26px;
  letter-spacing: 0.1em;
}
.work-mtext {
  font-size: 50px;
  color: #f3f3f3;
  letter-spacing: 0.2em;
  position: absolute;
  bottom: -10px;
}
.work-box {
  position: relative;
  padding-bottom: 50px;
}
.work-hover {
  overflow: hidden;
}
.work a {
  display: block;
}
.work a .point {
  width: 80px;
  height: 80px;
  font-size: 18px;
  color: #fff;
  background-color: rgba(226, 215, 150, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  cursor: none;
  z-index: 5;
  opacity: 0;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-transition: opacity 0.2s, -moz-transform 0.2s;
  -o-transition: opacity 0.2s, -o-transform 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
}
.work a:hover {
  color: #fff;
}
.work a:hover .point {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.work a:hover .work-discover {
  color: #c1b067;
}
.work a:hover .work-discover:after {
  width: 70px;
}
.work-pic {
  width: 95%;
  height: 50vh;
  margin: auto;
  background-size: cover;
  background-position: center;
  position: relative;
}
.work-pic:before {
  content: "";
  height: 100px;
  width: 50%;
  position: absolute;
  bottom: 20px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.work-workin {
  position: absolute;
  left: 50px;
  bottom: 40px;
}
.work-name {
  font-size: 18px;
  margin-bottom: 10px;
}
.work-discover {
  font-size: 13px;
}
.work-discover:after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background-color: #c1b067;
  margin-top: 5px;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.work .swiper-wrapper {
  z-index: 1;
}
.work .swiper-slide {
  width: 40vw;
  position: relative;
}
.work .swiper-scrollbar-drag {
  background-color: #c1c1c1;
  cursor: pointer;
}
.work-button .btbox-prev, .work-button .btbox-next {
  cursor: none;
  height: 50vh;
  width: calc((100% - 40vw) / 2);
  margin-top: -50vh;
  position: absolute;
  display: flex;
  overflow: hidden;
  z-index: 10;
}
.work-button .btbox-prev:hover .point, .work-button .btbox-next:hover .point {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.work-button .btbox-prev .point, .work-button .btbox-next .point {
  width: 80px;
  height: 80px;
  border: 1px solid #c1b067;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-transition: opacity 0.2s, -moz-transform 0.2s;
  -o-transition: opacity 0.2s, -o-transform 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
}
.work-button .btbox-prev .point:before, .work-button .btbox-next .point:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #c1b067;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.work-button .btbox-prev .point:after, .work-button .btbox-next .point:after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #c1b067;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  margin-bottom: 1px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.work-button .btbox-prev {
  justify-content: flex-end;
}
.work-button .btbox-prev .point:before, .work-button .btbox-prev .point:after {
  left: 38px;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.work-button .btbox-next {
  right: 0;
}
.work-button .btbox-next .point:before, .work-button .btbox-next .point:after {
  right: 38px;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.work-button .prev, .work-button .next {
  cursor: pointer;
}
.work-button .prev img, .work-button .next img {
  width: 40px;
  opacity: 0;
}
.work-signal {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.work-signal .hand {
  width: 25px;
  -moz-animation: handm 2.5s infinite;
  -webkit-animation: handm 2.5s infinite;
  animation: handm 2.5s infinite;
}
.work-signal .hl, .work-signal .hr {
  width: 30px;
  margin: 0 30px;
}
.work .swiper-pagination2 {
  position: unset;
  padding: 20px 0;
  text-align: center;
}
.work .swiper-pagination2 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border: 1px solid #999;
}
.work .swiper-pagination2 .swiper-pagination-bullet-active {
  background: #f3f3f3;
}
.work-select ul {
  width: 250px;
}
.work-select li {
  margin-bottom: 10px;
}
.work-select li a {
  display: flex;
  color: #292b33;
}
.work-select li a:hover {
  color: #292b33;
}
.work-select li a:hover .en:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.work-select li a:hover .tw {
  opacity: 1;
}
.work-select .en:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #292b33;
  margin: 0 10px;
  vertical-align: middle;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform-origin: left;
  -webkit-transform-origin: left;
}
.work-select .tw {
  opacity: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.work-select .on a {
  color: #c1b067;
}
.work-select .on a:hover {
  color: #c1b067;
}
.work-select .on .en:after {
  background-color: #c1b067;
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.work-select .on .tw {
  opacity: 1;
}

.work-title:after {
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transition: -moz-transform 0.8s;
  -o-transition: -o-transform 0.8s;
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
.work-title.show:after {
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

@-moz-keyframes handm {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -moz-transform: translateX(20px);
    transform: translateX(20px);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes handm {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes handm {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@media screen and (max-width: 1300px) {
  .work .swiper-slide {
    width: 50vw;
  }
  .work-button .btbox-prev, .work-button .btbox-next {
    width: calc((100% - 50vw) / 2);
  }
}
@media screen and (max-width: 1100px) {
  .work-ttext {
    font-size: 24px;
  }
  .work a .point {
    display: none;
  }
  .work .swiper-slide {
    width: 70vw;
  }
  .work-button .btbox-prev, .work-button .btbox-next {
    cursor: pointer;
    height: 50vh;
    width: calc((100% - 70vw) / 2);
    margin-top: -50vh;
  }
  .work-button .btbox-prev .point, .work-button .btbox-next .point {
    display: none;
  }
  .work-button .prev img, .work-button .next img {
    opacity: 1;
  }
  .work-box {
    padding-bottom: 0px;
  }

  .swiper-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .work-title:after {
    height: 40px;
  }
  .work-mtext {
    font-size: 35px;
    bottom: -5px;
  }
}
@media screen and (max-width: 460px) {
  .work-top {
    margin-left: 30px;
  }
  .work-button .prev img, .work-button .next img {
    width: 30px;
  }
}
@media (min-width: 1100px) and (max-height: 800px) {
  .work-pic {
    height: 60vh;
  }
  .work-button .btbox-prev, .work-button .btbox-next {
    height: 60vh;
    margin-top: -60vh;
  }
}
@media (max-width: 1100px) and (max-height: 600px) {
  .work-pic {
    height: 80vh;
  }
  .work-button .btbox-prev, .work-button .btbox-next {
    height: 80vh;
    margin-top: -80vh;
  }
}
@media (max-width: 460px) and (max-height: 820px) {
  .work-pic {
    height: 70vh;
  }
  .work-button .btbox-prev, .work-button .btbox-next {
    height: 70vh;
    margin-top: -70vh;
  }
}
