.property_box {
	background: #f0f2f3;
    padding: 70px 0 70px;
    margin-bottom: 10rem;
}


.propertyList {
	display: flex;
	flex-wrap: wrap;
}

.propertyList .property-btn {
	font-size: min(1.3vw,1.8rem);
    width: calc(16.67% - 10px);
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #b6b6b6;
    background: #fff;
    color: #00473f;
    margin: 0 0 0 7px;
    font-weight: 500;
}


.property_box input[name='property-btn'] {
  position: relative;
  display: none;
}
.property_box input[name='property-btn']:checked + label {
  	background-color: #e4f4ff;
}

.propertyCont .property-terms.is-hidden {
    display: none;
}

#area_A:checked ~ .propertyCont .property-terms:not(.area_A),
#area_B:checked ~  .propertyCont .property-terms:not(.area_B),
#area_C:checked ~ .propertyCont .property-terms:not(.area_C),
#area_D:checked ~ .propertyCont .property-terms:not(.area_D),
#area_E:checked ~ .propertyCont .property-terms:not(.area_E) {
  display: none;
}

.propertyCont {
	padding: 2rem 8px 0;
	width: 100%;
}

.propertyCont .note {
	font-size: 1.6rem;
	color: #00473f;
	margin-bottom: 4.5rem;
}

.propertyCont ul{
    display: flex;
    flex-wrap: wrap;
}

.propertyCont ul li{
    width: calc(33.33% - 6px);
    position: relative;
    margin: 0 3px 4.5rem;
    background: #fff;
}

.propertyCont ul li .listimg{
    background: #fff;
}

.propertyCont ul li .listimg img {
    height: min(29vw,400px);
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.propertyCont ul .listdes{
    position: relative;
    background: #fff;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.propertyCont ul .listtit{
    font-size: 18px;
    font-weight: 700;
    text-align: center;
	padding:0 10px;
}


.propertyCont ul .listtit a {
	color: #000;
}
.propertyCont ul .property-tag{
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-align: center;
	padding:0 10px;
}
.btn_detail{
    margin-top: 10px;
    text-align: center;
}
.btn_detail a,
.btn_detail span{
    display: flex;
    width: 180px;
    height: 35px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #05a053 url("../images/icon/arrow_sr_w_wh.svg") no-repeat right 10px center;
    -webkit-background-size: 25px;
    background-size: 25px;
    margin: 0 auto;
    padding-right: 1rem;
    border-radius: 30px;
}
.btn_detail .no-recruit-btn{
	display: none;
}
.no-recruit .btn_detail .no-recruit-btn{
	display: flex;
	background: #1379c0 url("../images/icon/arrow_sr_w_wh.svg") no-repeat right 10px center;
	-webkit-background-size: 25px;
	background-size: 25px;
}
.no-recruit .btn_detail .tenant-recruit-btn{
	display: none;
}


.no-bunner .btn_detail {
	display: none;
}

.no-bunner .listtit a {
	pointer-events: none;
	cursor: text;
}

@media screen and (max-width: 767px) {
	.property_box {
		padding: 3rem 0;
		margin-bottom: 4rem;
	}
	.propertyList .property-btn {
	    font-size: 1.4rem;
	    width: calc(50% - 10px);
	    height: 40px;
	    display: inline-flex;
	    align-items: center;
	    justify-content: center;
	    text-align: center;
	    border: 1px solid #b6b6b6;
	    background: #fff;
	    color: #00473f;
	    margin: 0 0 7px 7px;
	    font-weight: 500;
	}

	.propertyCont .note {
		font-size: 1.3rem;
		margin-bottom: 2rem;
	}

	.propertyCont ul {
		display: block;
		margin-left: 0;
	}

	.propertyCont ul li {
		width: auto;
		margin-bottom: 2rem;
		margin-right: 0;
		margin-left: 0;
	}

	.propertyCont ul li .listbox {
	    margin-left: 0;
	}

	.propertyCont ul li .listimg img {
		height: auto;
	}

	.propertyCont ul .listdes {
		padding: 1rem 1rem;
	}

	.propertyCont ul .listtit {
		font-size: 1.5rem;
		min-height: inherit;
	}

	.propertyCont ul .property-tag {
		font-size: 1.3rem;
		min-height: inherit;
	}

	.btn_detail a {
		font-size: 1.2rem;
		padding-right: 0;
	}
}

.property_detail .postTit {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 4rem;
}

.property_detail .postTit span {
	font-size: 2.4rem;
}

.property_detail .imageBox {
	display: flex;
	background: #fff;
	align-items: center;
}

.property_detail .imageBox .leftBox {
	width: 66.33%;
	display: flex;
}

.property_detail .imageBox .leftBox .img {
	width: 50%;
	position: relative;
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.property_detail .imageBox .rightBox {
	width: 33.33%;
	background: #fff;
	position: relative;
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.property_detail .imageBox .otherImg {
	padding: 0 5.5rem;
	display: flex;
	flex-wrap: wrap;
	margin:0 -2px;
	
}

.property_detail .imageBox .otherImg .img {
	width: calc(33.33% - 4px);
	margin: 0 2px 4px;
}

.property_detail .imageBox .otherImg img {
	height: 83px;
	object-fit: cover;
}

.property_detail .zoom_icon {
	display: flex;
	font-size: 1.2rem;
	color: #1379c0;
	width: 270px;
	height: 43px;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: 400;
	background: rgba(255, 255, 255, 0.7);
}

.property_detail .zoom_icon span {
	margin-left: 10px;
}

.property_detail .rightBox .zoom_icon {
	left: 1.3rem;
}

.property_detail .view360 {
	margin-top: 6rem;
}

.property_detail .view360.hide {
	display:none;
}

.property_detail .view360 iframe {
	width: 100%;
	height: 382px;
	border: 0;
}



.property_detail .btn_pdf {
	margin-top: 6rem;
}

.property_detail .btn_pdf.no-bunner {
	display:none
}

.property_detail .btn_pdf.no-recruit{
	display:none
}

.property_detail .btn_pdf img {
	vertical-align: middle;
	margin-left: 2rem;
}

.property_detail .tbl_property {
	width: 100%;
	border-collapse: initial;
	border:2px solid #f0f0ef;
	border-radius: 7px;
}


.property_detail .tbl_property th,
.property_detail .tbl_property td {
	padding: 1.5rem 4rem;
	/* font-size: 1.5rem; */
	font-size: 20px;
}

.property_detail .tbl_property th {
	width: 30%;
}

.property_detail .tbl_property th {
	background: #f2f5f8;
	border-bottom: 2px solid #fff;
}

.property_detail .tbl_property td {
	border-bottom: 2px solid #f2f5f8;
}

.property_detail .tbl_property td p + p {
	margin-top: 7px;
}

.property_detail .tbl_property tr:last-child th,
.property_detail .tbl_property tr:last-child td {
	border-bottom: 0;
}

.property_detail .property_map {
	margin: 8rem 0 10rem;
}

.property_detail .property_map iframe {
	width: 100%;
	height: 464px;
}

@media screen and (max-width: 767px) {
	.property_detail .zoom_icon {
	width: 200px;
	height: 43px;
	}
	
	.property_detail .postTit {
        font-size: min(4.1vw, 1.8rem);
        margin-bottom: 2rem;
    }

	.property_detail .postTit span {
		font-size: min(3vw,1.4rem);
	}
	.property_detail .imageBox {
		display: block;
	}

	.property_detail .imageBox .leftBox {
		width: auto;
	}

	.property_detail .imageBox .rightBox {
		width: auto;
		height: auto !important;
	}

	.property_detail .imageBox .leftBox .img {
		height: auto !important;
	}

	.property_detail .imageBox .otherImg {
		padding: 1rem 1rem 4rem;
	}

	.property_detail .imageBox .otherImg img {
		height: 24.5vw;
	}

	.property_detail .zoom_icon {
		height: 35px;
	}

	.property_detail .zoom_icon img {
		width: 20px;
	}

	.property_detail .rightBox .zoom_icon {
	    left: 0;
	}

	.property_detail .view360 {
		margin-top: 3rem;
	}

	.property_detail .btn_pdf {
		margin-top: 3rem;
	}

	.property_detail .btn_pdf img {
		width: 20px;
		margin-left: 1rem;
	}

	.property_detail .tbl_property,
	.property_detail .tbl_property tbody,
	.property_detail .tbl_property tr,
	.property_detail .tbl_property th,
	.property_detail .tbl_property td {
		display: block;
	}

	.property_detail .tbl_property th, .property_detail .tbl_property td {
		padding: 1rem 2rem;
		font-size: 1.3rem;
	}

	.property_detail .tbl_property th {
		width: auto;
	}

	.property_detail .property_map {
		margin: 3rem 0;
	}

	.property_detail .property_map iframe {
		height: 40vw;
	}
}

.breadcrumb_txt {
	white-space: nowrap;	
}

.breadcrumb_txt span {
	text-overflow: ellipsis;
	overflow: hidden;
}

