@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-top {
  padding: 150px 0 50px;
  margin: auto;
}
.work-title {
  position: relative;
  text-align: center;
}
.work-ttext {
  font-size: 26px;
  letter-spacing: 0.1em;
}
.work-box {
  position: relative;
  padding-bottom: 50px;
}
.work-hover {
  position: absolute;
  width: 80%;
  height: 100%;
  margin: 0 10%;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -moz-transition: letter-spacing 0.6s;
  -o-transition: letter-spacing 0.6s;
  -webkit-transition: letter-spacing 0.6s;
  transition: letter-spacing 0.6s;
}
.work-pic {
  width: 100%;
  height: 38vw;
  margin: auto;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.work-pic:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -moz-transition: background 0.6s;
  -o-transition: background 0.6s;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}
.work-pic:hover:before {
  background: rgba(0, 0, 0, 0.2);
}
.work-link {
  position: relative;
  display: block;
  height: 38vw;
  color: #fff;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.work-link .point {
  width: 80px;
  height: 80px;
  font-size: 18px;
  margin-left: -13.5%;
  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;
  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-link:hover {
  color: #fff;
}
.work-link:hover .point {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.work-link:hover .work-hover {
  letter-spacing: 0.3em;
}
.work-pics {
  position: relative;
  width: 20%;
  margin: auto;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.work-pics img {
  width: 100%;
}
.work-workin {
  position: relative;
  width: calc(80% - 20px);
  margin: 30px auto 0;
  z-index: 1;
}
.work-date, .work-content {
  font-size: 16px;
}
.work-line {
  width: 30px;
  height: 1px;
  margin: 10px 10px 0;
  background: #fff;
}
.work-contentin {
  position: relative;
  width: 60%;
  margin: auto;
  font-size: 16px;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.work-contentin:before {
  content: "";
  position: relative;
  display: block;
  width: 60px;
  height: 1px;
  margin: 30px 0;
  background-color: #c1b067;
}
.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-container {
  height: calc(38vw + 200px);
}
.work .swiper-slide {
  width: 40vw;
  position: absolute;
  opacity: 0 !important;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 0;
}
.work .swiper-slide-active {
  opacity: 1 !important;
  z-index: 1;
}
.work .swiper-slide-active .work-link {
  opacity: 1;
}
.work .swiper-slide-active .work-link .point {
  z-index: 5;
}
.work .swiper-slide-active .work-contentin {
  opacity: 1;
}
.work .swiper-slide-active .work-pic {
  opacity: 1;
}
.work .swiper-scrollbar-drag {
  background-color: #c1c1c1;
  cursor: pointer;
}
.work-button .btbox-prev, .work-button .btbox-next {
  cursor: none;
  position: absolute;
  width: 10%;
  height: 38vw;
  top: 0;
  display: flex;
  overflow: hidden;
  z-index: 8;
}
.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);
  z-index: 10;
}
.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 {
  left: 0;
  border-right: 5px solid #fff;
}
.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;
  border-left: 5px solid #fff;
}
.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-contentin {
    width: 90%;
  }
  .work .swiper-slide {
    width: 50vw;
  }
}
@media screen and (min-width: 1101px) {
  .work-sbn {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .work-ttext {
    font-size: 24px;
  }
  .work-link {
    height: unset;
    color: unset;
  }
  .work-link:before {
    background: unset;
  }
  .work-link .point {
    display: none;
  }
  .work-link:hover {
    color: unset;
  }
  .work-link:hover:before {
    background: unset;
  }
  .work-link:hover .work-hover {
    letter-spacing: 0.1em;
  }
  .work .swiper-container {
    height: unset;
  }
  .work .swiper-wrapper {
    display: flex;
    flex-flow: column;
  }
  .work .swiper-slide {
    position: relative;
    width: 90% !important;
    margin: 0 auto 60px auto !important;
    opacity: 1 !important;
    z-index: 1 !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    -webkit-transform: unset !important;
    transform: unset !important;
  }
  .work .swiper-slide .work-link {
    opacity: 1;
  }
  .work .swiper-slide .work-contentin {
    opacity: 1;
  }
  .work .swiper-slide .work-pic {
    opacity: 1;
  }
  .work-button .btbox-prev, .work-button .btbox-next, .work-button .point {
    display: none;
  }
  .work-box {
    padding-bottom: 0px;
  }
  .work-pic {
    position: relative;
    height: 45vw;
    margin-bottom: 30px;
    opacity: 0;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .work-pic:before {
    background: unset;
  }
  .work-pic.show {
    opacity: 1;
  }
  .work-hover {
    position: relative;
    margin: 0;
    justify-content: left;
    align-items: baseline;
  }
  .work-more {
    position: relative;
    display: block;
    font-size: 20px;
    border: solid 1px #666;
    padding: 5px;
  }
  .work-workin {
    width: 100%;
    margin: 30px auto 60px;
  }
  .work-contentin {
    width: 100%;
  }
  .work-contentin:before {
    width: 100%;
  }

  .swiper-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .work .swiper-slide {
    width: 100% !important;
  }
  .work-sbn {
    margin-left: 5%;
  }
  .work-link {
    width: 100%;
  }
  .work-hover {
    width: 90%;
    margin: auto;
    flex-flow: column;
  }
  .work-workin {
    width: 90%;
  }
  .work-title:after {
    height: 40px;
  }
  .work-pic {
    height: 80vw;
  }
  .work-mtext {
    font-size: 35px;
    bottom: -5px;
  }
}
@media screen and (max-width: 460px) {
  .work-button .prev img, .work-button .next img {
    width: 30px;
  }
}
