img#avm_product {
  max-width: 80%;
  margin: 0 auto;
  display: block;
}

.no-top-margin {
  margin-top: 0;
/*  padding-top: 10px;*/
}

.thum-item img{
  box-shadow: none;
}

.thum-wrap {
  flex-wrap: wrap;
}

.thum-6 {
  flex-basis: 52%;
  margin-left: 0 !important;
}

.thum-4 {
  flex-basis: 30%;
  margin-left: 15px !important;
  margin-bottom: 15px !important;
}

.thum-item .product-spec {
  margin: 40px 10px 0;
  text-align: center;
}

.thum-item p {
  font-weight: 500;
  word-break: keep-all;
}

.avm-compare{
  width: 100%;
  background-image: url('/public/images/product/avm_compare.png');
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  font-size: 22px;
  font-weight: 500;
  justify-content: space-around;
  padding: 46% 15% 0;
}

.compare-item {
  padding: 20px 0 40px;
}

#avm-large {
  padding-top: 41%;
  background-image: url('/public/images/product/avm_channel.png');
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 80px 0;
}

.avm-channel{
  font-size: 30px;
  font-weight: 500;
  position: absolute;
  display: flex;
  align-items: center;
  width: 10vw;
  height: 4vw;
  justify-content: center;
}

#avm-4channel{
  top: 36%;
  left: 14%;
}

#avm-6channel{
  top: 20%;
  left: 46%;
}

#avm-8channel{
  top: 12%;
  left: 75%;
}

@media (max-width: 1024px){
  .thum-item p {
    font-size: 20px;
  }
  
  .thum-item .product-spec {
    margin-top: 24px;
  }
  
  .avm-compare{
    font-size: 20px;
  }
  
  .avm-channel{
    font-size: 20px;
  }
}

@media (max-width: 720px){
  .thum-item .product-spec {
    margin-top: 10px;
  }
  
  .thum-item .product-spec h1 {
    font-size: 18px;
    margin-top: 0;
    padding-bottom: 8px;
  }
  
  .thum-item p {
    font-size: 14px;
    margin-bottom: 5px !important;
  }
  
  .avm-compare{
    font-size: 14px;
  }
  
  .compare-item {
    padding: 8px 0 10px;
  }
  
  .avm-channel{
    font-size: 14px;
  }
}

@media (max-width: 460px){
  .thum-item .product-spec {
    margin : 0px;
  }
  .thum-item .product-spec h1 {
    font-size: 10px;
    margin-top: 0;
    padding-bottom: 4px;
  }
  
  .thum-item h3{
    padding: 0;
  }
  
  .thum-item p {
    font-size: 10px;
    margin-bottom: 2px !important;
  }
  
  .avm-compare{
    font-size: 10px;
  }
  
  .compare-item {
    padding: 4px 0 10px;
  }
  
  #avm-large {
    margin: 20px 0;
  }
  
  .avm-channel{
    font-size: 10px;
  }
}