.dropdown-toggle::after {
    position:absolute;
    top:15px;
    right:10px;
}
.band-wrapper .inner .btn {
    max-width:180px;
    padding-right:25px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.map-wrapper {
	position: relative;
    height: 100%;
}

/* 지도에서 자동완성시 아이콘이 이상하게 보이는 문제를 해결하기 위해 아래2줄을 넣음 */
.search_rows .ui-state-active {font-weight:bold !important;}
.search_rows .ui-menu-item-wrapper {padding:5px !important;}

#map_list {
    position:relative;
	height: calc(100% - 125.5px);
}

#map_label {
    height:50px;
    padding:15px 10px;
    border-bottom:1px solid #eee;
}

.detail-header .btn {
    padding:0.26875rem 0.2375rem;
}

.detail-header .btn-link {
    color:#001737
}

#property_map_view {
    position:absolute;
    z-index:3;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    background-color:#fff;
    display:none;
}

#property_map_view.show {
    display:block;
}

#property_map_view .product-view-body {width:100% !important;}
#property_map_view .product-view-body .card {border:0px;}

#map .toolbar {
    position:absolute;
    top:40px;
    width:41px;
    left:15px;
    z-index:2;
}

#map .toolbar .btn-group-vertical {
    width:100%;
}

#map .toolbar .btn {
    font-size:13px;
    padding:10px 8px;
}

#map .dropright .dropdown-menu {
    padding:10px;
}

#map .dropright .dropdown-toggle::after {
    display:none;
} 

#map .dropdown-item {
    padding:3px 5px;
    font-size:13px;
}

#map .dropdown-item img{
    width:18px;
}

.modal-backdrop {
    display:none;
}

.property_list_wrapper {overflow-y:scroll;}

.band-wrapper {
	border-bottom:1px solid #ccc;
}

.band-wrapper .autocomplete{height:100%;}
.band-wrapper .autocomplete input {height:100%;}

.search-form input.search {
	border:0px;
}

.search-form .btn-search {
	border:0px;
}

.ui-menu li {border-bottom:1px dashed #eee;padding:5px;}
.ui-menu li:last-child {border-bottom:0px}

.footer {display:none;}

.band-wrapper .dropdown-menu {min-width:250px;}
.band-wrapper .dropdown-menu-lg {min-width:350px !important;}
.dropdown-menu {
	padding: 27px 30px 15px;
}
.dropdown-menu hr {
	margin:10px 0px;
}

.irs--round .irs-handle{
cursor: default;
    box-shadow: rgb(255, 255, 255) 0px 0px 1px inset, rgb(235, 235, 235) 0px 1px 7px inset, rgb(187, 187, 187) 0px 3px 6px -3px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(170, 170, 170);
    border-image: initial;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    outline: none;
}

    .showcase__mark {
        display: block;
        position: absolute;
        top: 45px;
        background: #f00;
        transform: rotate(-45deg);
        padding: 1px 3px;
        border-radius: 3px;
        color: #fff;
        margin-left: -10px;
    }

.ruler li {
	text-align:center;
	left:8px;
	width:33.3%;
	float:left;
	padding-top:10px;
	color:#ccc;
	font-size:12px;
	position:relative;
}

.ruler li:first-child{
	text-align:left;
	padding-left:3px;
}

.ruler li:last-child{
	text-align:right;
}

.ruler > li:nth-child(2)::before {
    left: 50%;
    transform: translate(-50%, 0px);
}

.ruler > li:last-child::before {
    right: 18px;
}

.ruler > li::before {
    content: "";
    display: block;
    width: 1px;
    height: 4px;
    background-color: rgb(170, 170, 170);
    position: absolute;
    top: 0px;
    margin: 0px auto 5px;
}

.cluster_num {
    min-width:50px;
    height:50px;
    border-radius: 25px;
    padding:0px 10px;
    text-align:center;
    line-height:45px;
    font-size:17px;
    font-weight:bold;
}

.cluster {
    text-align: center;
    width: 100%;
    padding: 6px 13px 6px 5px;
    vertical-align: middle;
    background-color: #fff;
    border: 2px solid rgb(189,189,189);
    border-radius: 30px;
    z-index: 2;
    cursor: pointer;
    font-size:13px;
}

.cluster:hover {
    color:#888;
}

.cluster .cnt {
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    position: relative;
    left: -9px;
    padding: 8px 15px;
    border-radius: 40px;
    font-weight: bold;
}

/*********************************************************
 * 매물 리스트 스타일
 *********************************************************/

.property-grid.grid-row {
    border-bottom: 1px solid #f3f6f7;
    position: relative;
    display: block;
    padding: 20px 20px 20px 148px;
    min-height:130px;
}

.property-grid.grid-row .preview-container {
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 5px;
    background-color: #f5f7f7;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 49px 48px;
}

.property-grid.grid-row .preview-container .preview {
    position: relative;
    width: 110px;
    height: 91px;
    padding-left:3px;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.property-grid.grid-column {
    direction:column; /* vertical */
}


.property-grid a {
    cursor:pointer;
}


/*******************************************************
 * 모바일
 *******************************************************/
#mobile-list {
    display:none;
}

.list-toggle-button {display:none;}
.navbar-filter {
    display:none;
    padding: 0 15px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    order: 2;
    font-size:20px;
    color:#666;
}

#mobile-search-section {
    display:none;
}

@media (max-width: 576px) {
    .band-wrapper {display:none;}
    #map_list {
        display:block;
        position:fixed;
        bottom:0;
        left:0;
        width:100%;
        height:50px !important;
        z-index:4;
        overflow:hidden;
        background:#fff;
        border-top:1px solid #e0e0e0;
    }

    .list-toggle-button {
        display:block;
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        border-left: 1px solid #e0e0e0;
        padding:15px;
        text-align:center;
        font-size:20px;
        color:#777;
    }

    #map_list .fa-angle-up {display:block;}
    #map_list .fa-angle-down {display:none;}
    #map_list.on .fa-angle-up {display:none;}
    #map_list.on .fa-angle-down {display:block;}

    #map_list.on {
        top: 50px;
        bottom: 0;
        height: auto;
        height:auto !important;
    }

    .container-fluid {padding:0px;}
    
    #mobile-search-section {
    /*    display:block; */
        width: 100%;
        background-color: rgb(243, 243, 243);
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        z-index: 10;
        border-radius: 2px;
        padding:15px;
        overflow-y:scroll;
        padding-top:60px;
    }

    #mobile-search-section .toolbar {
        position:fixed;
        top:0px;
        left:0px;
        right:0px;
        width:100%;
        z-index:100;
        height: 45px;
        background-color: rgb(248, 248, 248);
        border-bottom: 1px solid rgb(230, 230, 230);
    }

    #mobile-search-section .toolbar a {font-size:13px;}

    #mobile-search-section.on {
        display:block;
    }

}