@charset "utf-8";

@media (max-width: 767px){
  .l-content .m-container {
    padding: 0;
  }

  .l-content .m-btn--down.edit {
    width: 100% !important;
    margin: 0.5rem 0;
  }
  
  .l-content .m-product .m-col-xxl-5 {
    width: 100%;
  }

  .l-content .product .w-name {
    height: 45px !important;
  }

  .l-content .bg-1 , .l-content .bg-2 , .l-content .bg-3 , .l-content .bg-4 , .l-content .bg-5 {
    padding: 0 10px !important;
  }
  
  .l-content .m-customList1 li {
    width: 100%;
  }
}

@media (min-width: 768px){
  .l-content .m-container {
    max-width: 1680px;
    padding: 0 40px;
  }

  .l-content .m-btn--down.edit {
    width: 45% !important;
    margin: 0.5rem 0.5rem;
  }

  .l-content .m-product .m-col-xxl-5 {
    width: 33%;
  }
  
  .l-content .product .w-name {
    height: 70px !important;
  }

  .l-content .m-customList1 li {
    width: 44% !important;
  }
}


@media (min-width: 1200px){
  .l-content .m-btn--down.edit {
    width: 30% !important;
    margin: 0.5rem 0.5rem;
  }

  .l-content .m-product .m-col-xxl-5 {
    width: 20%;
  }

  .l-content .product .w-name {
    height: 70px !important;
  }

  .l-content .m-customList1 li {
    width: 21% !important;
  }

  .l-content .m-customList1.edit li {
    width: 29% !important;
  }
}

.l-content .product:hover {
  border: 1px solid #ff730a;
  cursor: pointer;
}

.l-content .product:hover a {
  color: #ff730a;
}

.l-content .product {
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 15px;
  text-align: center;
}

.l-content .product .w-name {
  display: block;
  height: 52px;
  font-weight: bold;
}

.l-content .product .w-partno {
  display: block;
  height: 52px;
}

.l-content .img-link {
  border: 1px solid #e2e2e2;
  transition: 0.2s ease-in-out;
}

.l-content .img-link:hover {
  border-color: #ff730a;
  scale: 1.1;
}

.l-content .m-table-responsive.edit {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.l-content .m-table-responsive.edit table {
  width: 100%;
  max-width: 100%;
}

.l-content .max-w1740 { max-width: 1740px; margin: auto; }

.l-content .td-noborder { border: none;}

.l-content .bg-1 {padding: 0 20px; background-color: #c0c3c4;}
.l-content .bg-2 {padding: 0 20px; background-color: #efad81; background-image: url('/en/pr/vona/recommend_brand/all_sensor/images/bg.png'); background-size: cover; background-position: bottom; background-repeat: no-repeat; background-blend-mode: soft-light;}
.l-content .bg-3 {padding: 0 20px; background-color: #f9d49f; background-image: url('/en/pr/vona/recommend_brand/all_sensor/images/bg.png'); background-size: cover; background-position: bottom; background-repeat: no-repeat; background-blend-mode: soft-light;}
.l-content .bg-4 {padding: 0 20px; background-color: #bccf70; background-image: url('/en/pr/vona/recommend_brand/all_sensor/images/bg.png'); background-size: cover; background-position: bottom; background-repeat: no-repeat; background-blend-mode: soft-light;}
.l-content .bg-5 {padding: 0 20px; background-color: #cbbcdd; background-image: url('/en/pr/vona/recommend_brand/all_sensor/images/bg.png'); background-size: cover; background-position: bottom; background-repeat: no-repeat; background-blend-mode: soft-light;}
.l-content .no-bg {background-image: none;}


.l-content .no-bdl { border-left: none;}
.l-content .no-bdr { border-right: none;}

.l-content .title-main { background: #3f4347; }

.l-content .m-customList1 li {
  text-indent: -35px;
  margin-left: 35px;
  margin-bottom: 10px;
}

.l-content .f-wrap { flex-wrap: wrap;}

.l-content .m-customList1 > li:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  vertical-align: middle;
  background: url('/en/pr/vona/recommend_brand/all_sensor/images/icons/sensor.png') center no-repeat;
}

.l-content .gotop{
  position: fixed;
  bottom: 15%;
  right: 3%;
  background-color: #333333;
  padding: 10px;
  border-radius: 50%;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
}

.l-content .gotop.show {
  opacity: 0.5;
  visibility: visible;
}

.l-content .gotop:hover {
  opacity: 1;
  cursor: pointer;
}

.l-content .center-text {
  width: fit-content;
}

.l-content .li-inside {
  list-style: inside;
  text-indent: -19px;
  margin-left: 19px;
}

/* Useful Class */
.l-content .w-mm { margin: 0 auto; }
.l-content .w-pm0 { margin: 0; padding: 0; }
.l-content .just-center { justify-content: center; }
.l-content .just-between { justify-content: space-between; }
.l-content .self-center { align-self: center; }
.l-content .w-stock { color: #9f4f00; font-weight: bold; }
.l-content .u-pdis { color: #a0a0a0; }
