:root{
  --gray1: #585858;
  --gray2: #A6A6A6;
  --gray3: #999999;
}
.fc_gray1{color: var(--gray1);}
.fc_gray2{color: var(--gray2);}
.fc_gray3{color: var(--gray3);}

.grid_lay{
  grid-column-gap: 2rem;
}
#prod-sec1 h3{padding: 0}
.arti1 .img1{
  width: 25.25rem;
}
.arti2{
  background-color: #F5F5F5;
}

.banner1{
  padding: 3.313rem 0;
  background: url("/img/product/DH6135-A/img4.png") no-repeat  center / cover;
}
.banner1 .img_box{
  padding-left: 4.375rem;
}
.banner1 .img_box img{
  width : 23.625rem;
}
.banner1 .txt{
  padding-right : 4.375rem;
}
.banner1 .txt a{
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.375rem 0.625rem 0.375rem 1.25rem;
  border-radius: 2.5rem;
  background-color: rgba(0,0,0,0.6);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  transition: background-color .3se ase-in-out;
}
.banner1 .txt a:hover{
  background-color: rgba(0,0,0,1);
}
.banner1 .txt a::after{
  display : block;
  width : 1.25rem;
  height: 1.25rem;
  background: url("/img/product/DH6135-A/ico_link_arrow_w.svg") no-repeat center / cover;
  content: "";
}

.common_link{
  display : block;
  background-color: #231F20;
  width : max-content;
  margin: 0 auto;
  padding: 1.375rem 4.75rem;
  border-radius: 6.25rem;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
a.common_link:hover{
  color: #fff;
}

.img_list > div{
  position: relative;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 60%, rgba(0, 0, 0, 0.50) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
}
.arti3 .grid_list1 > div{
  height: 27.938rem;
}
.arti3 .grid_list1 img{
  display : block;
  height: 100%;
  object-fit: cover;
}
.img_list > div .txt{
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index : 5;
}
.img_list > div .txt h4{
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.img_list > div .txt p{
  margin-top : .5rem;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(255,255,255,.8);
}

.arti3 .img1{
  height: 13.813rem;
}


#prod-sec2 .arti_cont1,
#prod-sec2 .arti_cont3{
  background-color: #F5F5F5;
}
.prd_view_swiper.swiper-container .swiper-slide{
  background-color: #F5F5F5;
}
.prd_view_swiper.swiper-container .swiper-slide img{
  width: 100%;
}
.prd_view_swiper .swiper-button-prev,
.prd_view_swiper .swiper-button-next{
  width: 1.75rem;
  height: 3.5rem;
  background: url("/images/2025/02/ico_swiper_arrow.svg") no-repeat center / cover;
}
.prd_view_swiper .swiper-button-prev{
  left: 0;
  transform: rotate(180deg);
}
.prd_view_swiper .swiper-button-next{
  right: 0;
}
.prd_view_swiper .swiper-button-prev-disabled,
.prd_view_swiper .swiper-button-next-disabled{
  opacity: .2;
}
.prd_view_swiper ~ .prd_view_swiper_txt{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #585858;
}
.prd_view_swiper ~ .prd_view_swiper_txt::before{
  content: "";
  width: 3rem;
  height: 3rem;
  background: url("/images/2025/02/prd_swiper_mouse.svg") no-repeat center / cover;
}

@media all and (max-width: 768px){
  .arti1 .img1{
    display : block;
    width : 234px;
    margin: 0 auto;
  }
  .banner1{
    padding: 40px 0;
  }
  .banner1 .img_box{
    padding-left: 0;
  }
  .banner1 .img_box img{
    display: block;
    width : calc(100% - 40px);
    margin: 0 auto;
  }
  .banner1 .txt{
    width : calc(100% - 40px);
    margin: 30px auto 0;
    padding-right : 0;
  }
  .banner1 .txt a{
    margin: 30px auto 0;
    font-size: 14px;
  }

  .common_link{
    padding: 11px 24px;
    font-size: 12px;
  }

  .img_list.md_txt_out > div{
    background: none;
  }
  .img_list.md_txt_out > div img{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 60%, rgba(0, 0, 0, 0.50) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
  }
  .arti3 .grid_list1 img{
    height: auto;
    aspect-ratio: 1/1;
  }
  .arti3 .grid_list1 > div{
    height: max-content;
  }
  .img_list.md_txt_out > div .txt{
    position: static;
  }
  .img_list > div .txt h4{
    margin-top: 10px;
    font-size: 16px;
    color: #000;
  }
  .img_list > div .txt p{
    margin-top: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #585858;
  }
  .img_list:not(.md_txt_out) > div .txt h4,
  .img_list:not(.md_txt_out) > div .txt p{
    color: #fff;
  }
  .img_list > div .txt{
    bottom: 20px;
    left: 20px;
  }
  .img_list2 > div {
    height: 220px;
  }
  .img_list3 > div .txt{
    bottom: 8px;
    left: 10px;
  }


  .prd_view_swiper .swiper-button-prev,
  .prd_view_swiper .swiper-button-next{
    display: block;
    z-index: 10;
    width: 7px;
    height: 14px;
  }
  .prd_view_swiper .swiper-button-prev{
    left: 10px;
  }
  .prd_view_swiper .swiper-button-next{
    right: 10px;
  }
  .prd_view_swiper ~ .prd_view_swiper_txt{
    gap: 10px;
    font-size: 12px;
  }
  .prd_view_swiper ~ .prd_view_swiper_txt::before{
    width: 36px;
    height: 36px;
  }

  .arti3 .img1{
    width : 100%;
    height: auto;
  }
  .img_list > div{
  background:linear-gradient(180deg, rgba(0, 0, 0, 0.00) 70%, rgba(0, 0, 0, 0.50) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat
  }
}