@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 .product .w-name {
    height: 30px !important;
  }

  .l-content .tag.bestseller{
  max-width: 150px;
  }
  .l-content .tag{
  max-width: 150px;
  }

  .l-content .section1 img, .l-content .section6 img{
    max-width: 350px;
  }

  .l-content .section2 .func{
  height: 60px;
  }

  .l-content .icon{
    width: 50%;
  }
}

@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-col-xxl-5 {
    width: 33%;
  }
  
  .l-content .product .w-name {
    height: 30px !important;
  }

  .l-content .tag.bestseller{
  position: relative;
  max-width: 150px;
  top: -30px;
  left: -100px;
  }

  .l-content .section2 .func{
  height: 60px;
  }

  .l-content .icon{
    width: 33.33%;
  }
}

@media(min-width: 992px){
  .l-content .tag.bestseller{
  position: relative;
  max-width: 120px;
  top: -30px;
  left: -40px;
  }

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

  .l-content .section2 .func{
  height: 90px;
  }

  .l-content .icon{
    width: 20%;
  }
}

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

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

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

  .l-content .tag.bestseller{
  position: relative;
  max-width: 150px;
  top: -30px;
  left: -70px;
  }

  .l-content .section2 .func{
  height: 60px;
  }

}

@media (min-width: 1600px){
  .l-content .tag.bestseller{
  position: relative;
  max-width: 150px;
  top: -30px;
  left: -110px;
  }
}

.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: 30px;
  font-weight: bold;
}

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

.l-content .gotop{
  position: fixed;
  bottom: 15%;
  right: 3%;
  background: #000;
  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 .text-title{
    color: #009345;
    font-size: clamp(20px, 2vw, 40px);
    font-weight: bold;
}

.l-content .frame{
  margin: 0;
  padding: 10px;
}

.l-content .section1 .card{
  background-color: #efeef0;
  border-radius: 8px;
  padding: 10px;
  height: 100%;
}

.l-content .section1 img{
  width: 100%;
}

.l-content .section1 .tag {
    margin-top: 5px;
    color: #004BB1;
    padding: 0.5rem;
    border-radius: 2px;
    font-size: clamp(12px, 1vw, 14px);
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #fff;
    margin-right: 5px;
}

.l-content .section2 .func {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.l-content .bullet li {
    list-style-type: disc;
}

.l-content .section2 .prd-pic {
    max-width: 150px;
}


.l-content .section3 .bg-3{
  max-width: 1400px;
  background-color: #efeef0;
  border-radius: 20px;
  margin: auto;
}

.l-content .section4 .m-tab {
    border: none;
}

.l-content .section4 .m-tab .tab-control {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 20px;
    position: relative;
    z-index: 2;
    border: none;
    background-color: #efefef;
}

.l-content .section4 .m-tab .tab-control li {
    padding: 8px;
    margin-right: 10px;
    margin-top: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    position: relative;
    background: none;
    border: none;
    font-weight: bold;
    color: #333333;
}

.l-content .section4 .m-tab .tab-control li.current {
    background-color: #009345;
    color: #fff;
}

.l-content .section4 .tab-content{
  max-width: 1600px;
  margin: auto;
}

.l-content .section4 .prd-pic img{
  max-width: 130px;
}

.l-content .section5 .bg-5{
  background-color: #e9f4ea;
  border-radius: 10px;
  margin: auto;
  max-width: 1600px;
}

.l-content .section5 .icon {
    display: flex;
    vertical-align: middle;
    gap: 10px;
    align-items: center;
    padding-left: 10px;
    justify-content: center;
}

.l-content .section5 .area{
  max-width: 1600px;
  margin: auto;
}

.l-content .color{
  color: #009345;
}

/* 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 .self-center { align-self: center; }
.l-content .w-stock { color: #9f4f00; font-weight: bold; }
.l-content .u-pdis { color: #a0a0a0; }
.l-content .m-0 {margin: 0!important;}
