/* arguments inittial */
/* font style */
/* site style */
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
.sec-gallery {
  padding: 0 24px;
  margin-top: 125px;
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .sec-gallery {
    margin-top: 65px;
    margin-bottom: 0;
  }
}

.sec-gallery .content-sec {
  max-width: 1170px;
  margin: 0 auto;
}

.sec-gallery .content-sec .box-gallery {
  margin-bottom: 76px;
}

@media (max-width: 767px) {
  .sec-gallery .content-sec .box-gallery {
    margin-bottom: 63px;
  }
}

.sec-gallery .content-sec .box-gallery:last-child {
  margin-bottom: 0;
}

.sec-gallery .content-sec .box-gallery .tit-box {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 41px;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .sec-gallery .content-sec .box-gallery .tit-box {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 35px;
    letter-spacing: 1.3px;
  }
}

.sec-gallery .content-sec .box-gallery .desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 42px;
  letter-spacing: .75px;
}

@media (max-width: 767px) {
  .sec-gallery .content-sec .box-gallery .desc {
    font-weight: 500;
    margin-bottom: 31px;
  }
}

.sec-gallery .content-sec .box-gallery .list-gallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .sec-gallery .content-sec .box-gallery .list-gallery .item {
    width: 30.59%;
    margin-right: 4.11%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
  }
  .sec-gallery .content-sec .box-gallery .list-gallery .item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .sec-gallery .content-sec .box-gallery .list-gallery .item {
    width: 47.7%;
    margin-right: 4.6%;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .sec-gallery .content-sec .box-gallery .list-gallery .item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .breadcum-bottom {
    margin-top: 53px;
  }
}
