.home {
  position: relative;
}

.home .section1 {
  padding: 10.3645833333vw 17.2916666667vw 6.25vw 17.2916666667vw;
}

.home .section1 h1 {
  font-weight: 400;
  letter-spacing: 0.52vw;
  text-align: center;
}

.home .section1 h2 {
  font-weight: normal;
  line-height: 1.55;
  font-weight: 700;
  
  text-align: center;
  padding-bottom: 1.0416666667vw;
  border-bottom: 1px solid #272727;
  margin-bottom: 4.6875vw;
  letter-spacing: 0.2083333333vw;
}

.home .section1 .wrap_box .box .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.0416666667vw;
}

.home .section1 .wrap_box .box .items a {
  display: block;
  width: 100%;
  text-align: center;
}

.home .section1 .wrap_box .box .items a .pic {
  overflow: hidden;
}

.home .section1 .wrap_box .box .items a .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 19.7916666667vw;
  transition: all 600ms;
}

.home .section1 .wrap_box .box .items a .text .name {
  font-weight: 700;
  text-decoration: underline;
  width: fit-content;
  
  display: inline-block;
  margin: 0.4166666667vw 0;
}

.home .section1 .wrap_box .box .items a .text .des {
  
}

.home .section1 .wrap_box .box .items a:hover .pic img {
  transform: scale(1.05);
}

.home .section1 .wrap_box .box .single_item {
  display: block;
  width: 100%;
  text-align: center;
  margin: 2.9166666667vw 0;
}

.home .section1 .wrap_box .box .single_item .pic {
  overflow: hidden;
}

.home .section1 .wrap_box .box .single_item .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 29.4791666667vw;
  transition: all 600ms;
}

.home .section1 .wrap_box .box .single_item .text .name {
  font-weight: 700;
  text-decoration: underline;
  width: fit-content;
  
  display: inline-block;
  margin: 0.4166666667vw 0;
}

.home .section1 .wrap_box .box .single_item .text .des {
  
}

.home .section1 .wrap_box .box .single_item:hover .pic img {
  transform: scale(1.05);
}

.home .section1 .wrap_box .box:last-child .single_item {
  margin-bottom: 0;
}

.home .section2 h1 {
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  
  border-bottom: 1px solid #272727;
  padding-bottom: 6.25vw;
  letter-spacing: 0.1875vw;
}

.home .section2 h2 {
  
  letter-spacing: 0.2083333333vw;
  font-weight: normal;
  text-align: center;
  margin: 3.2291666667vw 0 3.0208333333vw 0;
}

.home .section2 .types {
  display: flex;
  justify-content: space-between;
  margin: 0 9.8958333333vw;
}

.home .section2 .types .item {
  color: #7D7D7D;
  line-height: 1.375;
  cursor: pointer;
}

.home .section2 .types .item.on {
  color: #272727;
  font-weight: 700;
}

.home .section2 .boxes {
  margin: 6.7708333333vw 8.59375vw 0 8.59375vw;
}

.home .section2 .boxes .box {
  display: none;
}

.home .section2 .boxes .box .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.53125vw 1.71875vw;
}

.home .section2 .boxes .box .list a {
  display: block;
  position: relative;
  overflow: hidden;
}

.home .section2 .boxes .box .list a img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 19.8958333333vw;
  transition: all 600ms;
}

.home .section2 .boxes .box .list a .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 600ms;
}

.home .section2 .boxes .box .list a .text p {
  color: white;
  font-family: 'Tinos';
  text-align: center;
}

.home .section2 .boxes .box .list a:hover img {
  transform: scale(1.05);
}

.home .section2 .boxes .box .list a:hover .text {
  opacity: 1;
}

.home .section2 .boxes .box .pager {
  display: flex;
  justify-content: center;
  margin: 4.1666666667vw 0;
}

.home .section2 .boxes .box .pager a {
  color: #4F4F4F;
  font-weight: 700;
  margin: 0 0.7291666667vw;
  font-family: "Inter";
  line-height: 1.5;
  cursor: pointer;
}

.home .section2 .boxes .box .pager a.on {
  text-decoration: underline;
}

.home .section2 .boxes .box.on {
  display: block;
}

@media screen and (max-width: 1024px) {
  .home .section1 {
    padding: 100px 5% 50px 5%;
  }

  .home .section1 h2 {
    letter-spacing: 2px;
    padding-bottom: 15px;
  }

  .home .section1 .wrap_box .box .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .home .section1 .wrap_box .box .items a .pic img {
    height: 200px;
  }

  .home .section1 .wrap_box .box .items a .text .name {
    margin: 8px 0;
  }

  .home .section1 .wrap_box .box .single_item {
    margin: 28px 0;
  }

  .home .section1 .wrap_box .box .single_item .pic img {
    height: 276px;
  }

  .home .section1 .wrap_box .box .single_item .text .name {
    margin: 8px 0;
  }

  .home .section2 h1 {
    padding-bottom: 40px;
    letter-spacing: 2px;
  }

  .home .section2 h2 {
    letter-spacing: 2px;
    margin: 30px 0 25px 0;
  }

  .home .section2 .types {
    margin: 0 5%;
  }

  .home .section2 .boxes {
    margin: 40px 5%;
  }

  .home .section2 .boxes .box .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }

  .home .section2 .boxes .box .list a img {
    height: 190px;
  }

  .home .section2 .boxes .box .pager {
    margin: 40px 0;
  }

  .home .section2 .boxes .box .pager a {
    margin: 0 7px;
  }
}

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