/* CUSTOM VARIABLE */
/*TRANSITION*/
/*BREAKPOINT*/
.firstSection {
  background-color: #F7F7F7;
  padding: 72px 0;
}

@media screen and (min-width: 1600px) {
  .firstSection {
    padding: 100px 0;
  }
}

@media screen and (max-width: 1200px) {
  .firstSection {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .firstSection {
    padding: 40px 0;
  }
}

.firstSection .inner .title {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #004821;
}

@media screen and (min-width: 1600px) {
  .firstSection .inner .title {
    font-size: 35px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .firstSection .inner .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .inner .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.firstSection .inner .box {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .firstSection .inner .box {
    margin-bottom: 40px;
  }
}

.firstSection .inner .box .gallery-top {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .firstSection .inner .box .gallery-top {
    margin-bottom: 8px;
  }
}

.firstSection .inner .box .gallery-top .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.firstSection .inner .box .gallery-top .swiper-wrapper .swiper-slide img {
  width: 100% !important;
  height: 33.85vw;
  width: auto;
  object-fit: cover;
  object-position: 50% 50%;
}

@media screen and (min-width: 1600px) {
  .firstSection .inner .box .gallery-top .swiper-wrapper .swiper-slide img {
    height: 40vw;
  }
}

@media screen and (max-width: 1200px) {
  .firstSection .inner .box .gallery-top .swiper-wrapper .swiper-slide img {
    height: 40vw;
  }
}

@media screen and (max-width: 1000px) {
  .firstSection .inner .box .gallery-top .swiper-wrapper .swiper-slide img {
    height: 69vw;
  }
}

.firstSection .inner .box .gallery-thumbs {
  max-width: 85%;
}

@media screen and (max-width: 1200px) {
  .firstSection .inner .box .gallery-thumbs {
    max-width: 100%;
  }
}

.firstSection .inner .box .gallery-thumbs .swiper-wrapper .swiper-slide {
  width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.firstSection .inner .box .gallery-thumbs .swiper-wrapper .swiper-slide img {
  height: 5vw;
  width: auto;
  object-fit: cover;
  object-position: 50% 50%;
}

@media screen and (min-width: 1600px) {
  .firstSection .inner .box .gallery-thumbs .swiper-wrapper .swiper-slide img {
    height: 7.5vw;
  }
}

@media screen and (max-width: 1200px) {
  .firstSection .inner .box .gallery-thumbs .swiper-wrapper .swiper-slide img {
    height: 67px;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .inner .box .gallery-thumbs .swiper-wrapper .swiper-slide img {
    height: 60px;
  }
}

.firstSection .inner .desc {
  margin-bottom: 64px;
}

@media screen and (min-width: 1600px) {
  .firstSection .inner .desc {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .inner .desc {
    font-size: 14px;
    margin-bottom: 40px;
  }
}

.firstSection .inner .desc h3 {
  border-bottom: 1px solid;
  font-weight: bold;
  margin-bottom: 24px;
}

@media screen and (min-width: 1600px) {
  .firstSection .inner .desc h3 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .firstSection .inner .desc h3 {
    margin-bottom: 15px;
  }
}

.firstSection .inner .desc p {
  line-height: 1.75;
}

/*# sourceMappingURL=portfolioDetail.css.map */