@charset "utf-8";

/* 모바일 목록 */
@media all and (max-width:767px) {
  .responsive #bo_list .float-left.float-md-none {
    margin-right: 1.0rem;
  }

  .responsive #bo_list .na-title {
    margin-bottom: 0.14rem;
  }
}

.shgv0 {
  background: #fff;
  font-size: 11pt;
  line-height: 50px;
  margin: 0px 0 10px 0;
  /* width: 1200px; */
}

.shgv0 td {
  border: 1px #cccccc solid;
}

.shgv1 {
  line-height: 20px;
  border: 1px solid #dddddd;
  padding: 5px;
}

.shgv2 {
  float: left;
  padding: 10px 20px 0 10px;
}

.shgv3 {
  padding: 10px 0 0 194px;
  line-height: 25px;
  float: left;
  display: contents;
}

.rent01 {
  border: 1px #cccccc solid;
  margin-bottom: 3px;
  margin-top: 10px;
}

.rent01 td {
  border: 1px #cccccc solid;
}

.rent01 p {}

.btn_buy {
  background: #f8f8f8;
  color: #000;
  width: 125px;
  border-radius: 10px;
  outline: none;
  border: 1px solid #e0e0e0;
  padding: 0px 30px;
  margin: 10px 30%;
}

.btn_buy:hover {
  background: #8e80be;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  border: 0;
}