@charset "UTF-8";

#main_content #itemlistnex .btn.dtl {
  border-radius: 25px;
  color: #555555;
  background-color: #F1F1F1;
}

#main_content #itemlistnex .btn.dtl:after {
  content: "";
  display: inline-block;
  border-top: 1px solid #555555;
  border-right: 1px solid #555555;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: 2px;
  margin: 0 4px;
}

#main_content #itemlistnex .cart-btn-2 {
  width: 100%;
  height: auto;
  line-height: 32px;
  margin: 10px 0 0 0;
  display: block;
  font-size: 14px;
  font-weight: 600 !important;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  position: relative;
  top: 0;
  text-decoration: none;
  overflow: hidden;
  background-color: #C69D00;
}

#main_content #itemlistnex .cart-btn-2:after {
  content: '';
  background: url(/contents/common/img/cart.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: auto;
  position: absolute;
  left: 8%;
  top: 32%;
  margin: 0 auto;
  padding: 0 0 0 30px;
}

