/* PRODUCT VER 1 CSS 
    ==COUNT==  */
    .product .pn_num {
      padding-left: .5px;
      font-family: var(--main-fonts);
      letter-spacing: -.3px;
      font-weight: 700;
      color: #0e0e0e; 
      position: relative;
      margin-bottom: 10px;
      display: block;
      font-size: 18px;
      padding-top: 8px;
  }
  .product .pn_num::after {
      position: absolute;
      content: '';
      bottom: 21px;
      left: 0;
      height: 3px;
      width: 21px;
      background: #0e0e0e;
  }  
  .product .pn_num.hundred::after {
      width: 32px;
  } 
  .product {
      width: 246px; 
      margin-bottom: 30px;
      margin-right: 27px;
      height: auto;
  }
  .product:nth-of-type(4n) {
      margin-right: 0px; 
  }
  .product_txt {
      padding-top: 10px;
      padding-right: 0px;
  }
  .product a {
      height: auto;
  }
  .product .icon_list {
      display: flex;
      margin: 15px 0 8px;
  }
  .product .icon_list > span {
    margin-right: 6px;
    margin-bottom: 4px;
  }
  .product .icon_list > span:last-child {
    margin-right: 0px;
  }
  .product .todaySticker {
      font-size: 12.5px;
      color: #949494;
      font-family: var(--main-fonts);
      letter-spacing: -.3px; 
      font-weight: 500;
      display: flex;
      align-items: center;
      background: #ffefef;
      border: 1px solid #fbe0e0;
      border-radius: 5px;
      padding: 3px 5px;
  }   
  .product .todaySticker img { 
      width: 12px;
      height: 12px;
      margin-right: 4px; 
  }
  .product .dlvSticker {
      font-size: 12.5px;
      color: #949494;
      font-family: var(--main-fonts);
      letter-spacing: -.3px;
      font-weight: 500;
      display: flex;
      align-items: center;
      background: #fff;
      border: 1px solid #e6e6e6;
      border-radius: 5px; 
      padding: 3px 5px;
  }  
  .product .promoSticker { 
      font-size: 12.5px;
      color: #ae75cc;
      font-family: var(--main-fonts);
      letter-spacing: -.3px;
      font-weight: 500;
      display: flex;
      align-items: center;
      background: #fff;
      border: 1px solid #e8d7f1;
      border-radius: 5px;
      padding: 3px 5px;
  }
  .product .prd_review {
      display: flex;
      align-items: baseline;
  }
  .product .prd_review img {
      width: 10px;
      height: 10px;
      margin-right: 4px;
  }
  .product .prd_review {
      font-family: var(--main-fonts);
      font-size: 13px;
      letter-spacing: -.3px;
      color: #787878;
      font-weight: 500;
  } 
  .prd_price {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 170px;
  }
  .prd_bp {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 170px;
      margin-top: 2px;
  }
  .title_txt {
      font-family: var(--main-fonts);
      color: #8f8f8f;
      letter-spacing: -0.1px; 
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 4px;
      margin-top: 0px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding-right: 20px;
  
  }
  .item_tit {
      color: #191919;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-height: 1.45;
      -webkit-box-orient: vertical;
      font-family: var(--main-fonts);
      font-weight: 600;
      letter-spacing: -.3px;
      font-size: 17px;
      margin: 0;
      margin-bottom: 10px;
      padding-right: 20px;
      word-break: keep-all;
  } 
  .prc_name {
      font-family: var(--main-fonts);
      letter-spacing: -.3px;
      font-size: 14px;
      letter-spacing: -1px; 
      color: #901dcc;
      margin-bottom: 2px;
      font-weight: 600;
  }
  .prc_normal {
      color: #a2a0a0;
      text-decoration: line-through;
      font-size: 15px;
      font-family: var(--main-fonts);
      letter-spacing: -.3px;
      font-weight: 300;
      margin-left: 0px;
      letter-spacing: var(--main-letter-spacing);
  }
  .product_txt small {
      font-family: var(--main-fonts);
      letter-spacing: -.3px;
      color: #0e0e0e;
      font-size: 16px;
      font-weight: 800;
      margin-right: 7px;
  }
  .small { 
      color: #a2a0a0 !important;
      font-size: 14px !important;
      font-weight: 300 !important;
  } 
  .prc_sale_per {
      color:#901dcc;
      font-family: var(--main-fonts);
      letter-spacing: -.3px;
      font-size: 20px;
      letter-spacing: var(--main-letter-spacing);
      font-weight: 700;
  }
  .percent {
      font-family: var(--main-fonts) !important;
      color: #901dcc !important;
  }
  .prc_sell_prc {
      font-family: var(--main-fonts);
      letter-spacing: -.3px;
      font-weight: 700;
      font-size: 20px; 
      letter-spacing: var(--main-letter-spacing);
      color: #0e0e0e;
  }
  .product_img {
      position: relative;
      cursor: pointer;
      overflow: hidden;
      background: #fbfbfb;
  }
  .product_img .thumb {
      position: relative;
      padding-top: 100%;
      overflow: hidden;
  }
  .product_img .thumb .centered {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transform: translate(50%,50%);
  }
  .product_img .thumb img {
      filter: brightness(.97);
      position: absolute;
      top: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      transform: translate(-50%,-50%);
      image-rendering: -webkit-optimize-contrast !important;
  }
  
  
  .rental_sticker {
      transition: all .3s;
      position: absolute;
      top: 60px;
      left: 0;
      bottom: 0;
      width: 100%;
      background: url(/common/front/img/rental/rental_sticker.png) no-repeat;
      background-size: cover;
      z-index: 1;
  }
  .product:hover .rental_sticker {
      top: 0;
  }
  
  /* 상품 목록 사회적 기업 마크 배경 */
  .esg-bg {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 2;
      width: 25%;
  }
  
  .esg-bg--disabled {
      background-image: url('/common/img/etc/product_thumb_disabled.png');
  }
  
  .esg-bg--social {
      background-image: url('/common/img/etc/product_thumb_social.png');
  }
  
  .esg-bg--traditional {
      background-image: url('/common/img/etc/product_thumb_traditional.png');
  }
  
  .esg-bg--cooperative {
      background-image: url('/common/img/etc/product_thumb_cooperative.png');
  }
  
  .esg-bg--women {
      background-image: url('/common/img/etc/product_thumb_women.png');
  }
  
  
  /* 마우스오버 */
  .product .prdHover {
      position: absolute;
      z-index: 2;
      bottom: 0;
      left: 0;
      width: 100%;
  }
  .product .prdHover .bottomBox {
      opacity: 0;
      transition: all .25s ease-out;
  } 
  .product .prdHover .bottomBox {
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(256,256,256,.8);
  } 
  .product .prdHover .bottomBox a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 34px;
      width: 34px;
      cursor: pointer;
  }
  .product .prdHover .bottomBox a img {
      width: 18px;
      height: 18px;
  }
  .product .prdHover .bottomBox a img.hover {
      display: none;
  }
  .product .prdHover .bottomBox a:hover .def {
      display: none;
  }
  .product .prdHover .bottomBox a:hover .hover {
      display: block;
  }
  .product .product_img:hover .prdHover .bottomBox {
      z-index: 10;
      opacity: 1;
  }
  .product .prdHover .bottomBox .jjim .clicked__cha {
      display: none;
  }
  .product .prdHover .bottomBox .jjim.clicked .clicked__cha {
      display: block;
  }
  .product .prdHover .bottomBox .jjim.clicked:hover .hover {
      display: none;
  }
  .product .prdHover .bottomBox .jjim.clicked .def {
      display: none;
  }
  .product .product_img .prd_stat {
      width: 100%;
      height: 34px; 
      text-align: center;
      color: #fff;
      font-size: 15px;
      font-family: var(--main-fonts);
      letter-spacing: -.3px;
      line-height: 34px;
      background: rgba(0,0,0,.7);
  }
  
  /*today ver*/
  .prd_stor {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 10px;
  }
  .prd_stor div.stbox {
      font-size: 12px; 
      color: #949494;
      letter-spacing: var(--main-letter-spacing);
      background: #f1f1f1;
      border-radius: 5px;
      padding: 5px 5px 3px 5px;
      font-family: var(--main-fonts);
      letter-spacing: -.3px;
  }
  .prd_stor div.stbox.soldout {
      margin-right: 5px;
      background: #e23333;
      color: #fff;
  }
  .prd_stor .stock {
      display: flex;  
  } 
  .prd_stor div.stbox span {
      color: #ae75cc; 
      font-weight: 700;
      font-size: 12px;
      margin: 0 2px;
      letter-spacing: var(--main-letter-spacing);
      font-family: var(--main-fonts);
      letter-spacing: -.3px;
  }
  .product_img .challenge {
      position: absolute;
      top: 13px;
      left: 10px;
      color: #fff; 
      background: #ae75cc;
      font-size: 12px;
      font-family: var(--main-fonts);
      letter-spacing: -.3px;
      padding: 5px 5px 3px 5px;
      display: block;
      border-radius: 5px;
  }
  #bucks .product_img .challenge  {
      background: #75ccb4;
  } 
  #thema .product_img .challenge  {
      background: #ec7b7b;
  }
  #look .product_img .challenge  {
      background: #ec7b7b;
  }
  #paldo .product_img .challenge{
      background: #c5b695;
  }
  /* 카테고리 베스트 상품 */ 
  .product_img .prdnum {
        color: #fff;
        font-size: 17px;
        background: #901dcc;
        border-radius: 22px;
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 2;
        top: 10px;
        left: 10px;
        font-weight: 600;
        transform: translateX(0PX);
        transition: all .3s;
  }
  .product:hover .prdnum {
        transform: translateX(-60PX);
  } 

  /*마트 스티커*/
  .sticker__mart {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2;
      width: 50px;
      height: 50px;
  }
  .sticker__onnuri {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 64px;
  }
  .sticker__onnuri img {
    width: 100%;
}
  .sticker__mart img {
      width: 100%;
  }
  .sticker__adult {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      width: 50px;
      height: 50px;
      z-index: 2;
  }


  /* 특판용 prd */
  .product.spec {
      width: 251px;
      padding: 14px;
      border: 1px solid #ececec;
      border-radius: 10px;
      margin-right: 20px; 
      transition: all .3s;
  } 
  .product.spec .apply_btn {
      font-family: var(--main-fonts);
      font-size: 16px;
      color: #fff;
      display: block;
      padding: 12px;
      text-align: center;
      border-radius: 5px;
      background: #212121;
      transition: all .3s;
  }  
  .product.spec:nth-of-type(4n) {
      margin-right: 0 !important;
  } 
  .product.spec .prd_bp {
      justify-content: flex-start;
  }
  .product.spec .tax_sticker {
      color: #414ff6;
      font-size: 12px;
      background: #e8f1ff;
      border-radius: 5px;
      padding: 4px 8px;
      font-weight: 700;
  } 
  .product.spec .icon_list {
      height: 30px;
  }
  .product.spec .item_tit {
      height: 46px !important;
  }


  /* 장바구니 ver*/
.product .basket_div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;

}
.product .basket {
    display: flex;
    align-items: center;
    background: #f7f7f7;
    height: 34px;
    width: 74%;
    justify-content: space-between;
    padding: 1px 2px;
}
.product .e_cart {
    cursor: pointer;
}
.product .e_cart .addCart, .product .e_cart .moveDetail {
    background-color: #714113;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 14px;
    color: #fff;
    font-size: 14px;
}
.product .e_cart .addCart img {
    height: 23px;
    filter: invert(1);
} 
.product .option_quantity input {
    outline: 0;
    border: 0;
    width: 34px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--main-fonts);
}
.product .option_minus, .product .option_plus {
    background: #fff;
    text-align: center;
    border: 1px solid #f2f2f2;
    cursor: pointer;
}
.product .option_minus.disabled a {
    background: #ebebeb;
    cursor: default; 
}
.product .option_minus a, .product .option_plus a {
    color: #888888;
    display: block;
    width: 28px;
    height: 28px;
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
}
.product .option_minus a{
    color:#BDBDBD;
}
.product .cnt {
    background: #fafafa;
    outline: 0;
}