@charset "UTF-8";

@media (min-width: 1400px) and (max-width: 1687px) {
}

@media screen and (max-width: 1400px) {
  
  /* 수정 */ 
  /* .product-wrap .col-md-4 img{
    width: 100% !important;
    height: 450px;
  } */
  .product-wrap .col-md-4 .img-info{
    display: block;
    text-align: center;
    padding: 15px 0;
  }
  .product-wrap .col-md-4 .img-info strong{
    font-size: 1.375rem;
    font-weight: 800;
  }
  .product-wrap .col-md-8{
    /* margin-top: 50px; */
  }
  .product-info > span {
    margin-top: 5px;
    margin-bottom: 3px;
  }
  .product-img:hover .price-hover {
    top: 80%;
  }
  .best-product img {
    height: 16.927%;
  }

  .contents-wrap > p {
    margin: 18px 0 67px;
    margin: 1vw 0 1.5vw;
  }
  .contents-wrap > h3 {
    font-size: 1.5rem;
  }
  .product-info .price-wrap {
    flex-direction: column;
    align-items: start !important;
  }

  /* 예비수정 */
 
}

@media screen and (max-width: 1200px) {
  .auto-carousel {
    margin-bottom: 30px;
  }
  .product-wrap {
    margin-bottom: 80px;
  }
  .product-title {
    margin-bottom: 30px;
  }
  .product-title h2 {
    font-size: 26px;
    margin-bottom: 4px;
  }
  .product-title h3 {
    font-size: 14px;
  }
  .product-wrap .price-hover p {
    line-height: 1;
  }
  /* .slick-slide {
    margin: 0 5px;
  } */
  .col .cart {
    bottom: 7px;
    right: 8px;
  }
  .col .mob-cart, .col .cart {
    width: 30px;
    height: 30px;
    background-position: -63px 0;
    background-size: 430%;
  }
  .col .cart:hover{
    background-position: -63px -29px;
  }
}

@media screen and (max-width: 992px) {
  .auto-carousel {
    margin-bottom: 15px;
  }
  .product-wrap {
    margin-bottom: 8vw;
  }
 
  .product-wrap .col-12 {
    display: flex;
    padding-left: 0;
    row-gap: 3px;
  }
  .product-info .price-wrap > strong {
    font-size: 1rem;
    margin-right: 0;
  }
  .product-info .sale {
    font-size: 16px;
  }
  .trending-wrap .slick-prev,
  .trending-wrap .slick-next {
    top: 40%;
  }
  .product-img .price-hover {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .product-wrap .col-12 {
    padding-right: 0;
}
  .product-wrap .col-md-4 {
    flex-direction: column;
  }
  .product-wrap .col-md-4 img{
    width: 100% !important;
    height: 380px;
  }
  .product-wrap .col-md-4 .img-info{
    position: static;
    transform: translateX(0);
    color: inherit;
    letter-spacing: 0;
    padding: 15px 0 60px;
  }
  .product-wrap .col-md-4 .img-info strong{
    font-size: 1.375rem;
    font-weight: 800;
    letter-spacing: 1px;
  }
  .product-wrap .col-md-4 .img-info p{
    font-size: 0.875rem;
  } 
  /* 수정 */
  .auto-carousel{
    margin-bottom: 30px;
  }
  
  .product-title h2{
    font-size: 1.125rem;
    margin-bottom: 0;
    font-weight: 700;
  }
  .product-title h2.eng{
    font-weight: 800;
  }
  .product-wrap .col-md-8 > .col{
    width: 50%;
    padding: 15px 10px;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
  }
  .product-wrap .col-md-8 > .col:nth-child(2n){
    border-right: none;
  }
  .product-wrap .col-md-8 > .col:nth-child(1),
  .product-wrap .col-md-8 > .col:nth-child(2){
    padding-top: 0;
  }
  .product-list>.product-info{
    text-align: center;
  }
  .product-info > a{
    margin-top: 0;
  }
  .product-info .price-wrap{
    flex-direction: column;
    align-items: start !important;
  }
  .product-wrap:last-child{
    margin-top: 50px;
  }
  .col .mob-cart, .col .cart {
    width: 44px;
    height: 44px;
    background-position: -99px 0;
    border: none !important;
    background-size: inherit;
  }
}

@media screen and (max-width: 576px) {
  .product-wrap .col-md-4 img{
    width: 100% !important;
    height: calc(70vw - 24px);
  }
}
