
.f_gallery{display:none;}

#moveDown {
    background-color: transparent;
    color: white;
    width: 55px;
    height: 55px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    position: absolute;
    z-index: 6;
    left: calc(50% - 30px);
    bottom: 5%;
    border: 2px solid #ffff;
}

    #moveDown i {
        font-size: 24px;
    }

    #moveDown:hover {
        background-color: #c1272d;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
        transform: translateY(-2px);
    }

    #moveDown:active {
        background-color: #1c5985;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transform: translateY(2px);
    }

.box01 {
    padding: 0;
}

.box01_top {
    display: flex;
    align-items: center;
    min-height: 100vh;
    position: relative;
    justify-content: center;
    text-align: center;
}
/* projectList 
.project_list {
  padding-top: 14%;
}*/
 {
  width: 67%;
}
 {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2vh;
}
.project_list_img {
  margin: 0;
}
.project_list_itm:nth-child(1) .project_list_img {
    height: 64vh;
    overflow: hidden;
}
 .project_list_img {
  height: 31vh;
  overflow: hidden;
}

 
 .project_list_des {
  font-size: 16px;
}
/*  .project_list_img:first-child{margin-bottom: 2vh;}
   .project_list_img:last-child(){
  margin: 0;
  } */
.project_list_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* end projectList */
/* projectDetail */
.project02_content {
  text-align: center;
  padding: 4% 10%;
  color: #fff;
}
.project02 {
  padding: 0;
}
.project02_content {
  position: relative;
}
.project02_content .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 40%;
  background-color: #c1272d;
  background-position: center;
  background-size: 12px 8px;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  outline: 0;
  border: 0;
  font-size: 0;
  z-index: 2;
  cursor: pointer;
  border-radius: 50%;
}

.project02_content .slick-next {
  background-image: url(../images/arrown_next.svg);
  right: 35px;
  transition: background 300ms linear 0ms, transform 300ms ease;
}

.project02_content .slick-prev {
  background-image: url(../images/arrown_prev.svg);
  left: 35px;
  transition: background 300ms linear 0ms, transform 300ms ease;
}

.project02_content .slick-next:hover {
  background-image: url(../images/arrown_next.png);
  background-color: #fff;
}

.project02_content .slick-prev:hover {
  background-image: url(../images/arrown_prev.png);
  background-color: #fff;
}
.project02_txt {
  padding: 0px 70px;
}
.project02_des {
  margin-bottom: 3px;
}
.project02_date {
  font-size: 24px;
  margin-bottom: 10px;
}
.project02_content img {
  border: 1px solid #000;
}
.project03_content {
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 100vh;
  position: relative;
  justify-content: center;
  padding-top: 8%;
}
.project03_txt {
  background: #c1272dd6;
  padding: 50px 40px;
}

.project03_img,
.project03_txt {
  width: 45%;
  height: 100%;
  margin: auto;
}
.project03_img {
  width: 30%;
}
.project03_ttl {
  font-size: 40px;
  margin-bottom: 10px;
}
.project03_des {
  font-size: 14px;
  line-height: 1.5;
}
.project03_img {
  overflow: hidden;
  height: 60vh;
}
.project03_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.end_project .project03_content {
  flex-direction: row-reverse;
}
.project_list_txt {
  position: absolute;
  bottom: 0;
  padding: 0 20px 20px;
  color: #fff;
  width: 100%;
  z-index: 2;
}
.project_list_ttl {
  font-size: 27px;
  margin: 0 0 10px;
  font-weight: 700;
}

.project_list_itm {
    position: relative;
}
.project_list_des {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}

.project_list_itm:not(:first-child) .project_list_ttl {
    font-size: 19px;
}

.project_list_itm:not(:first-child) .project_list_des {
    font-size: 16px;
}

.project_list_itm:hover .project_list_txt_hover {
  opacity: 1;
}
.project_list_itm:hover .project_list_txt {
  opacity: 0;
}
.project_list_txt_hover {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 35px 50px 35px 30px;
  background-image: linear-gradient(to top, #ed1b23 0%, #ed1b23c9 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  opacity: 0;
  transition: 0.4s all ease-in-out;
  color: #fff;
}
.project_list_txt_hover .inner {
  width: 100%;
}
.project_list_txt_hover .title {
  font-size: 14px;
}
.project_list_txt_hover .content {
  font-size: 12px;
}
.project_list_txt_hover .line {
  height: 1px;
  background-color: #ffffff;
  opacity: 0.15;
  width: 100%;
  margin: 18px 0 19px;
}
.project_list_txt_hover .item {
  width: 170px;
}
.project_list_txt_hover img {
  width: 26px;
  height: 26px;
  margin-right: 15px;
  display: block;
}
.project_list_txt_hover .wrap {
  width: calc(100% - 41px);
}
.project_list_itm a:before {
  z-index: 1;
  content: "";
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(35.67%, rgb(0 0 0 / 36%)),
    to(#00000038)
  );
  background: -o-linear-gradient(top, rgba(19, 50, 86, 0) 35.67%, #133256 100%);
  background: linear-gradient(180deg, rgb(0 0 0 / 36%) -100%, #00000038 100%);
}
.project_list_02 .project_list {
  flex-direction: row-reverse;
}
/* end projectDetail */
@media screen and (max-width: 1000px) {
    .box01_top {
        min-height: 18vh;
    }
    .project02_content {
        padding: 0;
    }
  .project03_txt,
  .project03_img {
    width: 100%;
  }

  .project02_content .slick-arrow {
    bottom: -25%;
  }

  .project02_content .slick-prev {
    left: calc(50% - 65px);
  }
  .project02_content .slick-next {
    right: calc(50% - 65px);
  }
  
  
}

@media screen and (max-width: 480px) {
    .project_list_itm:nth-child(1) .project_list_img{height:auto;}



}
