/* 장바구니 이용안내 */
.cart-notice {
  margin-bottom: 78px;
}
.cart-notice h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.cart-notice ul {
  margin-top: 4px;
}
.cart-notice li.helper.st-dotted:before {
  margin-top: 8px;
}
.cart-notice li + li {
  margin-top: 8px;
}