.side-nav > li > a.logout {
  background: #fee9ab;
}
.side-nav > li > a.logout:hover {
  background: #ff9c00;
}
.check-agree-box {
  background:
    url("../../images/common/border_dot_h.png") 0 100% repeat-x,
    url("../../images/common/border_dot_h.png") repeat-x;
  padding: 15px 10px;
  clear: both;
}
.check-agree label {
  display: inline-block;
  margin: 3px 0;
}
.check-agree strong,
.check-agree a {
  color: #da2c32;
}
.check-agree a:hover {
  text-decoration: underline;
}
.products-list.type1 {
  background: url("../../images/common/border_dot_h.png") repeat-x;
  padding-top: 40px;
  margin-top: 25px;
}
.products-list .ibtn.delete {
  background-image: url("../../images/common/member/btn_delete.svg");
  width: 26px;
  height: 26px;
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
}
.products-list .ibtn.delete {
  background-image: url("../../images/common/member/btn_delete.png");
}
@media screen and (max-width: 767px) {
  .check-agree-box {
    padding: 10px 0;
  }
}
