@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
}

.shgv0 td {
  border: 1px #cccccc solid;
}

.shgv1 {
  line-height: 20px;
  height: 200px;
  border: 1px solid #dddddd;
  margin-bottom: 10px;
}

.shgv2 {
  float: left;
  padding: 18px 50px 10px 50px;
  border-right: 1px solid #dddddd;
  margin-top: 26px;
}

.shgv3 {
  padding: 20px 0 0 290px;
  line-height: 40px;
}

.rent01 {
  border: 1px #cccccc solid;
  margin-bottom: 3px;
  margin-top: 10px;
}

.rent01 td {
  border: 1px #cccccc solid;
}

.rent01 p {
  line-height: 60px;
}

.btn_buy {
  background: #f8f8f8;
  color: #000;
  width: 125px;
  border-radius: 10px;
  outline: none;
  margin-left: 300px;
  margin-top: 0px;
  border: 1px solid #e0e0e0;
  font-size: 12pt;
  -webkit-transition: background-color 0.3s 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;
  padding: 0px 30px;
}

.btn_buy:hover {
  background: #6a7c9d;
  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;
}