/************************************************
 * ���
 ************************************************/

.lms {
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
	/**
    -webkit-box-shadow: 0 2px 24px -2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .15);
	**/
}

.lms:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.lms:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.lms-img {
    position: relative;
    display: block;
    overflow: hidden;
	background-size:cover;
	background-position:center center;
}

.lms-img:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(to top,rgb(35 35 37 / 66%) 0%,rgb(35 35 37 / 13%) 35%,rgb(255 255 255 / 0%) 60%,rgb(255 255 255 / 0%) 100%);
    border-radius: 4px 4px 0 0;
    opacity: 1;
}

.property .button, input[type="submit"] {
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px 4px;
    border-radius: 2px;
    color: #fff;
    border: none;
    background-color: rgb(0 0 0 / 25%);
    letter-spacing: 1px;
    display: inline-block;
    z-index: 20;
}

.property-content {
    padding: 20px;
}

.property-content .title {
    font-size: 18px;
    font-weight: 600;
}

.property-content .title a:hover {
    color: #4a4747;
}

.property-content p {
    margin: 10px 0 20px;
}

.ratings {
    color: orange;
    font-size: 12px;
}

.property-content .property-address {
    margin: 0 0 10px;
}

.property-content .property-address a {
    font-size: 15px;
    color: #535353;
}

.property-content .property-address a i {
    margin-right: 3px;
}

.property-content .fl-2 li {
    width: 50%;
}

.property .col-pad {
    padding: 0;
}

.property .hp-2 {
    height: 249px;
}

.property .property-content {
	position:relative;
    padding: 0px!important;
}

.property .property-content .info{
    padding: 10px 15px;
	min-height:125px;
}

/************************************************
 * ����
 ************************************************/

.title-area .active-view-btn,
.title-area .change-view-btn {
    padding: 2px 5px;
    margin-left: 5px;
	border-radius:5px;
}

.title-area h2 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
}

.map .map-content{
    padding: 0!important;
}

/*****************************
 * �Ź� �� ������
 *****************************/

.detail-info .detail-info-title {
	font-size:20px;
	font-weight:500;
	letter-spacing:-0.05em;
	margin-bottom:20px;
}

.detail-info .badge-default{
	font-size:0.8em;
	line-height:1.5em;
	letter-spacing:-0.02em;
	color:#ccc;
}

article.list-table .table-subject-box {
  padding-bottom: 20px; }
  article.list-table .table-subject-box .txt-box {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.02em;
    font-weight: 500; }

article.chart-info .place-box {
  position: relative;
  padding-left: 20px; }
  article.chart-info .place-box .ic-place {
    z-index: 1;
    background: url("/assets/img/ic_place.png") no-repeat center/cover;
    width: 13px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
    display: inline-flex; }
  article.chart-info .place-box .place-txt {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em; }


article.chart-info .chart-tabs-group {
  padding-top: 30px; }
  article.chart-info .chart-tabs-group .chart-tabs-box {
    display: none; }
    article.chart-info .chart-tabs-group .chart-tabs-box.active {
      display: block; }

article.chart-info .chart-tabs-list {
  padding-top: 20px;
  border-bottom: 1px solid #ddd; }
  article.chart-info .chart-tabs-list .chart-tabs-btn {
    display: inline-flex;
    align-items: center;
    padding-bottom: 15px;
    color: #666666;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.025em;
    position: relative; }
    @media (max-width: 1024px) {
      article.chart-info .chart-tabs-list .chart-tabs-btn {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 7px; } }
    article.chart-info .chart-tabs-list .chart-tabs-btn + .chart-tabs-btn {
      margin-left: 28px; }
      @media (max-width: 1024px) {
        article.chart-info .chart-tabs-list .chart-tabs-btn + .chart-tabs-btn {
          margin-left: 20px; } }
    article.chart-info .chart-tabs-list .chart-tabs-btn.on {
      color: #000; }
      article.chart-info .chart-tabs-list .chart-tabs-btn.on:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background-color: #0076ee; }


article.detail-corp {
  background-color: #fff;
  padding: 40px 25px; }
  @media (max-width: 1024px) {
    article.detail-corp {
      padding: 20px 15px; } }
  article.detail-corp .corp-box {
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -0.02em; }
    @media (max-width: 1024px) {
      article.detail-corp .corp-box {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 10px; } }
  article.detail-corp .place-box {
    position: relative;
    padding-left: 20px; }
    @media (max-width: 1024px) {
      article.detail-corp .place-box {
        padding-left: 16px; } }
    article.detail-corp .place-box .ic-place {
      z-index: 1;
      background: url("/assets/img/ic_place.png") no-repeat center/cover;
      width: 13px;
      height: 16px;
      position: absolute;
      left: 0;
      top: 3px;
      display: inline-flex; }
      @media (max-width: 1024px) {
        article.detail-corp .place-box .ic-place {
          width: 11px;
          height: 14px;
          top: 2px; } }
    article.detail-corp .place-box .place-txt {
      font-size: 14px;
      font-weight: 500;
      line-height: 22px;
      letter-spacing: -0.02em; }
      @media (max-width: 1024px) {
        article.detail-corp .place-box .place-txt {
          font-size: 12px;
          line-height: 18px; } }



/**************************************************
 * ���̺�
 **************************************************/
.property_title {
	margin-top:30px;
	padding-bottom: 10px;
	font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.02em;
    font-weight: 500;
}

  @media (max-width: 1024px) {
		.property_title {
			margin-top:10px;
			padding-bottom: 10px;
			font-size: 16px;
	        line-height: 20px;
		}
   }

   
#shareModal .copyurl_box{
	width:285px;
	display:block;
	margin:15px 0 5px;
}

#shareModal .copyurl_box a.copyurl{
	width:235px;
	height:28px;
	display:inline-block;
	overflow:hidden;
	font-size:0.9rem;
	text-overflow:ellipsis;
	white-space:nowrap;
	border:1px solid #d8d8d8;
	background-color:#f8f8f8;
	line-height:28px;
	color:#333;
	padding:0 5px;
}

#shareModal .copyurl_box a.copyurl_btn{
	width:50px;
	height:28px;
	float:right;
	white-space:nowrap;
	font-size:0.8rem;
	border:1px solid #d8d8d8;
	border-left:0;
	text-align:center;
	line-height:28px;
	color:#333;
}

.property-img {
    position: relative;
    display: block;
    overflow: hidden;
	background-size:cover;
	background-position:center center;
}

.property-img:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(to top,rgb(35 35 37 / 66%) 0%,rgb(35 35 37 / 13%) 35%,rgb(255 255 255 / 0%) 60%,rgb(255 255 255 / 0%) 100%);
    border-radius: 4px 4px 0 0;
    opacity: 1;
}



#content img, figure img {
    max-width: 100%;
}