@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400&display=swap");
.works-area {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.works-area .works-area-inner {
  padding: 0.6rem 0 0.5rem 0;
  background-color: #202733;
  background-repeat: no-repeat;
  background-image: url(../images/about/bg-02.png);
}

.works-area .in {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}

.works-area .maintit {
  position: relative;
  margin-bottom: 0.5rem;
  padding-top: .8rem;
  text-align: center;
  opacity: 0;
}

.works-area .works-desc {
  margin: 0 auto .4rem auto;
  width: 100%;
  max-width: 1000px;
}

.works-area .subtitle {
  margin: .15rem 0 .3rem 0;
  padding-bottom: .5rem;
  border-bottom: 1px solid #c29f6d;
  color: #c29f6d;
  font-size: .3rem;
  letter-spacing: .03rem;
}

.works-area .txt {
  padding: 0 5%;
  color: #e6e6e6;
  font-size: .18rem;
  line-height: 2;
  margin-bottom: .1rem;
}

.works-area .btn-back {
  position: relative;
  padding: .1rem .9rem .16rem .9rem;
  display: inline-block;
  border: 1px solid rgba(194, 159, 109, 0.5);
  color: #c29f6d;
  font-size: .18rem;
}

.works-area .btn-back::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -7px;
  top: -5px;
  border: 1px solid rgba(194, 159, 109, 0.5);
  -webkit-transition: .6s;
  transition: .6s;
}

.works-area .btn-back:hover::before {
  left: 6px;
  top: 4px;
}

.works-area .btn-back span, .works-area .btn-back svg {
  display: inline-block;
  vertical-align: middle;
}

.works-area .btn-back svg {
  margin-right: 7px;
}

.works-gallery .swiper-slide {
  margin-top: 30px !important;
  width: 475px;
  height: 475px;
}

.works-gallery .swiper-slide .eedee-background-div {
  width: 100%;
  height: 100%;
}

.works-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-gallery.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
}

.works-gallery .swiper-pagination {
  position: relative;
  margin: .4rem 0;
}

.works-gallery .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
}

.works-gallery .swiper-pagination-bullet-active {
  background-color: #fff;
}

.works-gallery .swiper-slide {
  position: relative;
}

.works-gallery .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(../images/common/btn-gallery.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: .6s;
  transition: .6s;
}

.works-gallery .swiper-slide:hover::after {
  opacity: 1;
}

.works-gallery .slide-content {
  display: none;
}

.lg-container .lg-toolbar {
  padding: 0 20px;
}

.lg-container .lg-toolbar .lg-icon {
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
}

.lg-container .lg-toolbar .lg-icon::after {
  display: none;
}

.lg-container .lg-toolbar .lg-counter {
  padding-top: 7px;
  font-family: 'Poppins', sans-serif;
  font-size: .2rem;
  width: calc(100% - 120px);
  text-align: right;
}

.lg-container .lg-toolbar .lg-download {
  display: none;
}

.lg-container .lg-toolbar .lg-close {
  background-image: url(../images/common/btn-cross.svg);
}

.lg-container .lg-toolbar .lg-autoplay-button {
  background-image: url(../images/common/btn-play.svg);
}

.lg-container .lg-show-autoplay .lg-autoplay-button {
  background-image: url(../images/common/btn-pause.svg);
}

.lg-container .lg-prev, .lg-container .lg-next {
  padding: 0;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: 100% 100%;
}

.lg-container .lg-next {
  background-image: url(../images/common/btn-arrow.svg);
}

.lg-container .lg-next::before {
  display: none;
}

.lg-container .lg-prev {
  background-image: url(../images/common/btn-arrow.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.lg-container .lg-prev::after {
  display: none;
}

.lg-container .lg-backdrop.in {
  opacity: .9;
}

.lg-container .lg-outer .lg-thumb-item {
  border: none;
  opacity: .4;
}

.lg-container .lg-outer .lg-thumb-item:hover, .lg-container .lg-outer .lg-thumb-item.active {
  opacity: 1;
}

.lg-container .lg-sub-html h4 {
  font-size: .15rem;
}

.lg-container .lg-sub-html p {
  font-size: .15rem;
}

.mvanimationend .works-area .maintit {
  opacity: 1;
}

.no-touchevents .works-area .img-wrap:hover img {
  width: 105%;
}

@media screen and (max-width: 1700px) {
  .works-gallery .swiper-slide {
    height: calc((90vw - 60px) / 3);
  }
}

@media screen and (max-width: 1024px) {
  .mvanimationend .mainvisual .mainvisualBG.banner {
    height: 49vw;
  }
  .works-area .maintit {
    padding-top: 0;
  }
  .works-gallery .swiper-slide {
    margin-top: 10px !important;
    height: calc((90vw - 20px) / 3);
  }
}

@media screen and (max-width: 480px) {
  .works-area .subtitle {
    font-size: 24px;
    padding-bottom: 25px;
  }
  .works-area .btn-back {
    padding-left: 0;
    padding-right: 0;
    width: 160px;
  }
  .works-gallery .swiper-slide {
    height: calc((90vw - 10px) / 2);
  }
  .works-gallery .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }
  .lg-container .lg-toolbar {
    padding: 0;
  }
}
