.sec_warranty .txt_img_box{
  position: relative;
}
.sec_warranty .txt_img_box .txt{
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
}
.sec_warranty .info_txt_wrap {
}
.sec_warranty .info_txt_wrap span{
  min-width: 11.563rem;
}
.sec_warranty .info_txt_wrap p{
  color: #585858;
}
.sec_warranty .tb_st{
  border-collapse: collapse;
}
.sec_warranty .tb_st th,
.sec_warranty .tb_st td{
  font-size: 1rem;
  text-align: center;
  padding: 1.125rem 0;
  border: 1px solid #E6E6E6;
}
.sec_warranty .tb_st th{
  font-weight: 600;
  color: #000;
  border-top: 1px solid #000;
}
.sec_warranty .tb_st td{
  font-weight: 400;
  color: #585858;
}

.sec_warranty.cont2{
  background-color: #F5F5F5;
}
.sec_warranty.cont2 .desc_box{
  padding: 1.875rem 2.5rem;
  background-color: #fff;
}
.sec_warranty.cont2 .desc_box ul{
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
}
.sec_warranty.cont2 .desc_box ul span{
  display : block;
  padding: 4px 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  border-radius: 3.125rem;
  background-color: #F5F5F5;
}
.sec_warranty.cont3 li{
  position: relative;
  width: calc(100% / 3 - (10rem / 3));
  min-height: 12.75rem;
  padding: 1.875rem 1.875rem 2.5rem;
  background-color: #F5F5F5;
}
.sec_warranty.cont3 li:not(:last-child)::after{
  display: block;
  position: absolute;
  top: 50%;
  right: -3.75rem;
  transform: translateY(-50%);
  content: "";
  width : 2.5rem;
  height: 2.5rem;
  background: url("../img/service/warranty_arrow_r.svg") no-repeat center / cover;
}
.sec_warranty.cont3 li > img{
  position: absolute;
  right: 0; bottom: 0;
  width : 6.875rem;
  height: 7.875rem;
}
.sec_warranty.cont3 li span{
  padding: 1px 0.813rem;
  background-color: #231F20;
  border-radius: 1.875rem;
  width : max-content;
}
.sec_warranty.cont3 li strong{
  display : block;
}
.sec_warranty.cont3 li p{
  margin-top: 1.25rem;
  color: #585858;
}


@media all and (max-width: 768px){
  .sec_warranty .txt_img_box{
    height: 194px;
  }
  .sec_warranty .txt_img_box img{
    height: 100%;
    object-fit: cover;
  }
  .sec_warranty .mo_scr {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
  }
  .sec_warranty .mo_scr table{
    width : 700px;
  }
  .sec_warranty .tb_st th, .sec_warranty .tb_st td{
    font-size: 12px;
    padding: 12px 0;
  }
  .sec_warranty.cont2 .desc_box{
    padding: 16px 20px;
  }
  .sec_warranty.cont2 .desc_box ul{
    gap: 6px 10px;
  }
  .sec_warranty.cont2 .desc_box ul span{
    padding: 3px 10px;
    font-size: 14px;
  }
  .sec_warranty.cont3 ul{
    gap: 48px;
  }
  .sec_warranty.cont3 li{
    width : 100%;
  }
  .sec_warranty.cont3 li > img{
    width : 80px;
    height: 80px;
  }
  .sec_warranty.cont3 li:not(:last-child)::after{
    top: auto;
    bottom: -44px;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
