@charset "utf-8";
/* 이곳에 css를 추가하세요 */

/* ds-shop */
.ds-shop ul li .inner {
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,0.05);
    background-color: #f0f0f0;
  }
  .ds-shop .thumb {
    position: relative;
  }
  .ds-shop .icon {
    position: absolute;
    bottom: 0;
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
    background-color: #f45b46;
  }
  .ds-shop .iconi {
    position: absolute;
    bottom: 0;
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
    background-color: #009fe3;
  }
  .ds-shop .iconii {
    position: absolute;
    bottom: 0;
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
    background-color: #95c11f;
  }
  .ds-shop .iconiii {
    position: absolute;
    bottom: 0;
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
    background-color: #e6007e;
  }
  .ds-shop p {
    text-align: center;
    letter-spacing: 0;
  }
  .ds-shop .title {
    font-family: 'NotoSans Regular';
    font-style: normal;
    font-weight: normal;
  }
  .ds-shop .price {
    padding-bottom: 10px;
    color: #888;
  }
  .ds-shop .butn-order a {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #888;
    border: 1px solid rgba(0,0,0,0.05);
    border-right: 0;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  .ds-shop .butn-order a:hover {
    background-color:#a71c20; 
    color:#fff;
  }
  .ds-shop .butn-order a:last-child {
    border-right:1px solid rgba(0,0,0,0.05);
  }

  @media (max-width: 767px) {
    .ds-shop>div {
      margin-bottom: 10px;
      padding-top: 20px;
    }
    .ds-shop ul {
      margin-left: -5px;
      margin-right: -5px;
    }
    .ds-shop ul li {
      padding:0 5px;
      margin-bottom: 30px;
    }
    .ds-shop .cnt {
      padding: 20px 10px 10px;
    }
    .ds-shop p {
      font-size: 15px;
      line-height: 18px;
    }
    .ds-shop .butn-order a {
      padding: 10px 0;
    }
  }
  @media (min-width: 768px) {
    .ds-shop>div {
      margin-bottom: 25px;
    }
    .ds-shop ul {
      margin-left: -15px;
      margin-right: 0px;
    }
    .ds-shop ul li {
      padding:0 0 0 5px;
      margin-bottom: 5px;
    }
    .ds-shop .cnt {
      padding: 20px;
    }
    .ds-shop p {
      font-size: 16px;
      line-height: 22px;
    }
    .ds-shop .butn-order a {
      padding: 15px 0;
    }
  }
  @media (min-width: 1600px) {
    .ds-shop .cnt {
      padding: 20px;
    }
  }
  
  /* 20191030 섹션1 섬네일에 보더 
  .recent-webz li>a>img {
    border:1px solid #ddd;
  }*/