:root{
  --gray1: #585858;
  --gray2: #A6A6A6;
  --gray3: #999999;
  --light-gray1: #f5f5f5;
}
.fc_gray1{color: var(--gray1);}
.fc_gray2{color: var(--gray2);}
.fc_gray3{color: var(--gray3);}
.fx_1{flex: 1}

.grid_lay{
  grid-column-gap: 2rem;
}
#prod-sec1 h3{padding: 0}
.obj_fit_cover{
  object-fit: cover;
}
.arti1 .img1{
  width: 18.5rem;
}
.arti2{
  background-color: #F5F5F5;
}

.banner1{
  gap:2.5rem;
  padding: 3.313rem 0;
  background: url("/img/product/DH6135-A/img4.png") no-repeat  center / cover;
}
.banner1 .img_box{
  padding-left: 6.688rem;
}
.banner1 .img_box img{
  width : 19.438rem;
}
.banner1 .txt{
  width : calc(100% - (19.438rem + 6.688rem));
  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;
}
.link_w a{
  flex: 1;
  padding-top: 1.188rem;
  height: 7.625rem;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  background-color : #fff;
}
.link_w a.gray1{
  background-color: #f5f5f5;
}
.link_w a i{
  display : inline-block;
  width : 2rem;
  height: 2rem;
  background : url("/img/product/DH6135-A/ico_click.svg") no-repeat center / cover;
  transform: translateY(0.313rem);
}

.img_list > div{
  position: relative;
  z-index : 10;
  height: max-content;
}
.arti3 .grid_list1 .img_box{
  position : relative;
}
.img_list.grad .img_box::before{
  display : block;
  content: "";
  position : absolute;
  top: 0; left: 0;
  width : 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 60%, rgba(0, 0, 0, 0.50) 100%);
}
.arti3 .grid_list1 .img_box img{
  display : block;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 384 / 290;
}
.img_list > div .txt{
  position: static;
  margin-top : 1.25rem;
}
.img_list > div .txt h4{
  font-size: 1.5rem;
  font-weight: 700;
}
.img_list > div .txt p{
  margin-top : .5rem;
  font-size: 1rem;
  font-weight: 400;
}

.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){
  .md_bg_transparent{background-color : transparent !important;}
  .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: #000;
  }
  .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
  }


  .img_list > div .txt{
    margin-top: 0;
  }
  .link_w a{
    display : flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex: auto;
    width : 100%;
    height: 94px;
    padding-top: 0;
    font-size: 18px;
  }

  .sect-prod .desc-block li:nth-child(2n)>*:first-child,
  .sect-prod .desc-block li:nth-child(2n-1)>*:first-child{
    padding: 0;
  }
  .desc-block li>*:last-child{padding-bottom: 0}
  .desc-block li.row:not(:first-child, .no-gutters){
    margin-top: 40px !important;
    margin-left: 0 !important;
    margin-right : 0 !important;
  }
  .desc-block li>*:last-child{
    padding-left: 0;
    padding-right : 0;
  }
  .desc-block li h4{
    font-size: 16px;
  }
  .desc-block li p{
    font-size: 14px;
  }
  .img_list > div{
    background: none;
  }
  .img_list > div img{
    width : 100%;
  }
  .img_list > div .txt{
    width : 100%;
  }

  .md_w_100per{
    width : 100%;
  }
  .contents_banner{
    overflow-x: hidden;
  }
}