.slick-slide {
  height: 500px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  outline: none;
}

.slick-dotted.slick-slider {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
}

.slide-items .slick-slide img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.slide-items .slick-track {
  display: flex;
  align-items: center;
}

.slide-items .slick-slide {
  height: 700px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.slide-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slide-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.slide-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
}

.slide-dots li button:hover,
.slide-dots li button:focus {
  outline: none;
}

.slide-dots li button:hover:before,
.slide-dots li button:focus:before {
  opacity: 0.8;
}

.slide-dots li button:before {
  font-style: normal;
  line-height: 24px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: "";
  text-align: center;
  background: #aaa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slide-dots li.slick-active button:before {
  opacity: 0.75;
  color: red;
  border: none;
  background: #000;
}

.img__area .add-image {
  text-align: center;
}
.img__area .add-image img {
  max-width: 100%;
}

.slick-dots:has(li:nth-last-child(2):first-child) {
  display: none !important;
}

@media screen and (max-width: 1500px) {
  .slide__area {
    width: 20rem;
  }
  .table__area {
    width: calc(100% - 20rem);
    padding-left: 3rem;
  }
  .slide-items .slick-slide img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .common-inner {
    width: calc(100% - 2rem);
  }
}
@media screen and (max-width: 959px) {
  .single-work .work__area .work__inner {
    display: block;
    margin: 0 auto;
  }
  .single-work .work__area .work__inner .slide__area {
    width: 100%;
  }
  .single-work .work__area .work__inner .table__area {
    width: 100%;
    padding-left: 0;
    margin-top: 80px;
  }
  .slide-items .slick-slide {
    height: 500px !important;
  }
  .slick-dotted.slick-slider {
    max-width: 100%;
  }
  .solid__area .dimension-model-area .icon {
    width: 40px;
    height: 40px;
  }
  .solid__area .dimension-model-box .list {
    width: calc((100% - 30px) / 4);
  }
  .solid__area .dimension-model-box {
    gap: 40px 10px;
  }
}
@media screen and (max-width: 559px) {
  .single-work .work__area .work__inner .table__area {
    margin-top: 50px;
  }
  .slide-items .slick-slide {
    height: 300px !important;
  }
  .solid__area .dimension-model-box {
    gap: 10px;
  }
  .solid__area .dimension-model-box .list {
    width: calc((100% - 10px) / 2);
  }
  .solid__area .dimension-model-box img {
    width: 75%;
  }
}/*# sourceMappingURL=work.css.map */