.top-title {
  font-size: 1.5rem;
}

.work-info {
  padding: 0 10vw 80px;
  margin: auto;
  max-width: 130vh;
}
.work-subtitle:after {
  content: "";
  width: 0px;
  height: 2px;
  background: #000;
  display: block;
  margin: 10px 0 60px;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.show .work-subtitle:after {
  width: 15px;
}
.work-content {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.work-text {
  width: 60%;
}
.work-plan {
  width: 35%;
  margin-left: 5%;
}
.work-plan img {
  width: 100%;
  border: #ddd solid 1px;
  box-sizing: border-box;
}
.work-photos {
  max-width: 130vh;
  margin: auto;
  padding: 0 10vw;
}
.work-photos .col2 {
  display: -ms-flexbox;
  display: flex;
}
.work-photos .col2 div:first-child {
  margin-right: 20px;
}
.work-photos li {
  margin-bottom: 20px;
  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;
}
.work-photos li.show {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.work-photos img {
  max-width: 100%;
}
.work-photos .text {
  width: 60%;
}
.work-photos .blockbox {
  height: 150px;
}
.work-btn {
  width: fit-content;
  margin: 40px auto 0;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.work-btn.show {
  opacity: 1;
}
.work-btn a {
  display: inline-block;
  font-size: 0.875em;
  margin: 0 10px;
}
.work-btn a:after {
  content: "";
  display: block;
  height: 2px;
  background: #ccc;
}

.swiper-pagination {
  position: static;
  margin-top: 10px;
}

.swiper-pagination-bullet-active {
  background: #000;
}

.full {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background: #FFF;
}
.full-prev, .full-next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  border: #ccc solid 1px;
  text-align: center;
  line-height: 35px;
}
.full-prev:hover, .full-next:hover {
  background: #eee;
}
.full-prev {
  left: 10px;
}
.full-next {
  right: 10px;
}
.full-num {
  position: absolute;
  width: 100px;
  margin-left: -50px;
  bottom: 0;
  left: 50%;
  font-size: 0.875em;
  line-height: 40px;
  text-align: center;
}
.full-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: #ccc solid 1px;
  text-align: center;
  line-height: 35px;
}
.full-close i {
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.full-close:hover i {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.full-photos {
  margin: 40px 55px;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.show-img .full-photos {
  opacity: 1;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.img {
  cursor: pointer;
}

@media screen and (max-width: 1400px) {
  .work-photos {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1100px) {
  .work-info {
    padding: 0 50px 80px;
    max-width: 800px;
  }

  .work-content {
    display: block;
  }

  .work-plan, .work-text {
    width: auto;
  }

  .work-plan {
    margin-left: 0;
    margin-bottom: 40px;
  }

  .work-photos .text {
    width: auto;
  }
  .work-photos .blockbox {
    height: 60px;
  }

  a.work-btn-photo {
    display: none;
  }

  .full {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .work-photos {
    padding: 0 20px;
  }
  .work-info {
    padding: 0 20px 40px;
  }
}
