@charset "utf-8";

.d-none {
    display: none!important;
}
.p-0 {
    padding: 0!important;
}
.w100{
    width: 100%;
}
.align-center{
    text-align: center !important;
}

/*매물검색*/

.cont-wrap{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
}


.tit-wrap{
    width: 100%;
    margin-bottom:15px;
}
.tit-wrap .tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}
.tit-btns button{
    background-color: #eee;
    margin-left: 5px;
    padding: 4px 8px;
    border-radius: 5px;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s;
}
.tit-btns button:hover{
    background-color: #38ab49;
    color: #fff;
}
.sch-box{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #ddd;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}


.filter-cont {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    background-color: #f9f9f9;
}
.filter-tit {
    width: 160px;
    font-size: 14px;
    padding: 0 15px;
    font-weight: bold;
    color: #666;
}
.filter-tit i{
    font-weight: 300;
    font-size: 16px;
    margin-right: 6px;
}


.filter-list {
    position: relative;
    flex: 1;
    overflow: hidden;
    background-color: #fff;
}
.filter-list ul {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 10px;
    background-color: #fff;
}
.filter-list ul.alist{
    background-color: #f8f8f8;
}
.filter-list li {
    position: relative;
    float: left;
    padding: 0 3px;
    margin: 2px 0;
}
.filter-list li button {
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    padding: 0 12px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
}
.btn:not(.btn-text) {
    cursor: pointer;
}
.filter-list li button.active {
    background-color: #85bd36;
    border: 1px solid #85bd36;
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
}

.chk-list li button i{
    display: none;
}
.chk-list li button.active i{
    display: inline-block;
}



.search-btn{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px;
    background-color: #fff;
}

.result-list{
    flex: 1;
    margin-right: 5px;
}
.result-btn{
    margin-left: 5px;
}
.result-btn button{
    width: 160px;
    min-height: 40px;
    padding: 15px 10px;
    border-radius: 5px;
    background: #85bd36;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    box-sizing: border-box;
    transition: 0.3s;
}

.result-btn button:hover{
    background: #78ac2f;
}

.result-btn button span{
    display: block;
    color: #fff;
}
.result-btn .filter-btn{
    background-color: #444;
    margin: 0 5px;
}
.result-btn .filter-btn:hover{
    background-color: #333;
    margin: 0 5px;
}


.sel-num{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
.rList{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.rList button{
    margin: 0 5px 5px 0;
    padding: 4px 10px;
    border-radius: 5px;
    border: 1px solid #38ab49;
    background-color: #fff;
}
.rList button span{
    color: #38ab49;
}
.rList button i{
    margin-left: 4px;
    font-size: 16px;
    vertical-align: bottom;
    color: #38ab49;
}



/*검색필터*/

.filter_wrap {
    width: 560px;
    margin: 0 auto;
    height: 560px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(119, 119, 119, 0.3);
}


.filter_wrap.current .filter_header {
    width: 100%;
    text-align: center;
   
}

.filter_header_inner{
    background-color: #38ab49;
    padding: 10px 50px 10px;
    color: #fff
}
.h-schWrap{
    width: 100%;
    padding: 0;
    background-color: #fff;
}
.h-schWrap input{
    height: 38px;
    padding: 0 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}


.filter_wrap .filter_header .heading {
    line-height: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.filter_wrap .filter_header .btn_filter_close {
    height: 44px;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 20px;
    color: #fff !important;
}
.btn_filter_close i{
    font-size: 20px;
    font-weight: 300;
}
.filter_conts {
    max-height: 100%;
    height: 452px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 20px;
}
.inte-sch{
    max-height: 100%;
    overflow-y: auto;
}

.filter-wrap .filter-inner .filter-lst {
    padding: 10px 15px;
    background-color: #fff;
    margin-bottom: 4px;
}
.filter-wrap .filter-inner > li{
    position: relative;
}
.filter-wrap .filter-inner > li strong {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-bottom: 8px;
}
.filter-wrap .filter-inner > li strong span {
    display: inline-block;
    letter-spacing: -1px;
    vertical-align: top;
    font-size: 15px;
    font-weight: bold;
}
.mp-t{
    flex: 1;
}


.sch-filterWrap{
    position: absolute;
    top: 1200px;  
    left: 50%;
	transform: translate(-50%, -180%);
    z-index: 3000;
}

.sch-filterWrap1{
    position: fixed;
    top: 55%;
    left: 50%;
	transform: translate(-50%, -50%);
    z-index: 3000;
}


.filter-wrap .filter-inner > li .filter-sel[aria-selected=true], .filter-wrap .filter-inner > li .filter-sel.on {
    color: #38ab49;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.filter-wrap .filter-inner > li .filter-name {
    margin-left: 4px;
    font-weight: 400;
    font-size: 14px;
}

.filter-wrap .filter_item {
    overflow: hidden;
    padding: 5px 0 10px !important;
    width: 100%;
}
.filter-wrap .filter_item li {
    float: left;
    margin: 0 -1px -1px 0;
    border: 1px solid #e6e6e6;
    width: 25%;
    text-align: center;
}
.filter-wrap .filter_item li label {
    display: block;
    margin: 6px;
    text-align: left;
}





.filter-wrap .filter-inner .range-sel {
    overflow: hidden;
    padding: 8px 0 10px;
    width: 100%;
}
.filter-wrap .filter-inner .range-sel li {
    float: left;
    margin: 0 -1px -1px 0;
    border: 1px solid #e6e6e6;
    width: 20%;
    text-align: center;
    word-break: keep-all;
}
.filter-wrap .filter-inner .range-sel button {
    font-size: 12px;
    letter-spacing: -1px;
    display: inline-block;
    width: 75px;
    padding: 5px;
    text-align: center;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.filter-wrap .filter-inner .btn-unit-change {
    border: 1px solid #e6e6e6;
    background-color: #fff;
    padding: 5px 10px;
}
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.filter-wrap .filter-inner .btn-unit-change[aria-pressed=false] {
    background-color: #f4f4f4;
    border-left: 0;
}

.filter_wrap.current .filter_footer {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 74%);
    padding: 10px 5px;
    z-index: 4000;
    box-shadow: -1px -5px 7px 1px #0000000f;

}

.filter_footer .filter_footer_inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    background-color: #fff;
    border-spacing: 5px 0;
}
.filter_footer .filter_footer_inner .btn_filter {
    font-weight: bold;
    position: relative;
    display: table-cell;
    height: 44px;
    padding: 0 5px;
    background-color: #fff;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-align: center;
    border-radius: 5px;
}
.filter_footer .filter_footer_inner .btn-filter-reset {
    background-color: #444;
    color: #fff;
}
.filter_footer .filter_footer_inner .btn-filter-reset:hover {
    background-color: #333;
}
.btn-filter-reset i{
    font-weight: 500;
    margin-right: 6px;
}
.filter_footer .filter_footer_inner .btn-filter-submit {
    background-color: #85bd36;
    color: #fff;
}

.filter_footer .filter_footer_inner .btn-filter-submit:hover{
    background: #78ac2f;
}
.checkcont_group label input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.checkcont_group label span {
    padding-left: 24px;
    position: relative;
    font-size: 14px;
    vertical-align: inherit;
    letter-spacing: -1px;
}
.checkcont_group label span:after {
    position: absolute;
    top: 2px;
    left: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    background: #fff url(../images/check.png) no-repeat center;
    background-size: 12px;
    box-sizing: border-box;
    content: '';
}
.checkcont_group label input:checked + span:after {
    border-color: #85bd36;
    background: #85bd36 url(../images/check_on.png) no-repeat center;
    background-size: 12px;
}

.radiobox_group label input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.radiobox_group label span {
    padding-left: 24px;
    position: relative;
    font-size: 12px;
    vertical-align: inherit;
}
.radiobox_group label span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
    content: '';
}
.radiobox_group label input:checked + span:before {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #85bd36;
    z-index: 1;
    content: '';

}

.sch-bar{
    position: relative;
    display: none;
}
.sch-bar input[type="search"]{
    padding: 0 69px 0 10px;
}
.sch-icon{
    position: absolute;
    width: 45px;
    height: 38px;
    text-align: center;
    top: 0;
    right: 0;
    font-size: 20px;
}



/*통합검색*/

.ctg-inner .ctg-lst{
    padding: 10px 0;
    background-color: #fff;
    margin-bottom: 2px;
    border-bottom: 2px solid #eee;
    cursor: pointer;
}

.ctg-lst .tit{
    font-size: 14px;
    font-weight: bold;
    flex: 1;
    padding-left: 10px;
}
.ctg-lst .tit b{
    color: #38ab49;
}

.aco-tit{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.aco-arrow i{
    font-size: 26px;
    display: block;
}

.aco-cont{
    display: none;
    width: 100%;
    padding: 5px;
    min-height: 80px;
    background-color: #fff;
    transition: 0.4s;
}
.aco-cont.on{
    display: block;
}
.aco-arrow.active i{
    transform: rotate(-180deg);
    transition: transform 120ms ease-in-out;
}





.sch-rst{
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    padding: 10px 5px;
    align-items: center;
    margin: 10px 0;
    justify-content: space-between;
}

.rst-tit{
    text-align: left;
    padding-right: 5px;
    font-size: 16px;
}
.rst-tit span{
    font-weight: bold;
    color: #38ab49;
    padding-right: 5px;
}



.filter-list-sc {
    position: relative;
    width: 100%;
    background-color: #fff;
}
.filter-list-sc ul {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 8px 10px;
    background-color: #f5f7f8;
}
.filter-list-sc ul {
    margin: 0;
    padding: 5px 10px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex: 1 1;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    align-items: center;
    font-size: 16px;
}
.filter-list-sc li {
    position: relative;
    float: left;
    padding: 0 3px;
    margin: 2px 0;
}
.filter-list-sc li button {
    position: relative;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 14px;
}
.btn:not(.btn-text) {
    cursor: pointer;
}
.filter-list-sc li button.active {
    background-color: #38ab49;
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
}
.filter-list-sc .list li button i {
    display: none;
}
.filter-list-sc .list li button.active i {
    display: none;
}
.filter-list-sc .chk-list li button i{
    display: none;
}
.filter-list-sc .chk-list li button.active i{
    display: inline-block;
}




.inr-cont li:first-child{
    border-top: 2px solid #38ab49;
    padding-top: 10px;
}

.inr-cont li{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 6px;
}
.inr-cont li a{
    width: 100%;
    display: table;
    table-layout: fixed;
}

.inr-cont li:last-child{
    border-bottom: none;
}

.inr-cont li .themb{
    display: table-cell;
    vertical-align: middle;
    width: 151px;
    height: 127px;
    position: relative;
}
.inr-cont li .themb img{
    width: 151px;
    height: 127px;
}
.inr-cont li .themb sub {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.inr-cont li .themb sub em {
    position: relative;
    float: left;
    padding: 0 6px;
    background: #f84b4b;
    font-size: 12px;
    font-style: normal;
    color: #fff;
    line-height: 24px;
}
.inr-cont li .themb sub em+ em {
    margin-left: -8px;
}
.inr-cont li .themb sub em+ em:after {
    position: absolute;
    top: 0;
    left: 2px;
    content: '/';
}
.inr-box{
    display: table;
    table-layout: fixed;
    width: 100%;
}
.inr-box dl{
    display: table-cell;
    padding: 0 10px;
    font-size: 12px;
    letter-spacing: -1px;
}
.inr-box dt{
    font-size: 16px;
    font-weight: bold;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.inr-box dt em.badge{
    display: inline-block;
    margin-right: 4px;
    padding: 3px 8px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 12px;
    background: #368847;
    border-radius: 17px;
    color: white;
    font-style: normal;
}
.inr-box dt em.badge.dealing{background: #2466b2;}
.inr-box dt em.badge.rent{background:#e39d16}
.inr-box dt em.badge.parcel{background:#24acd4}
.inr-box dt em.badge.estate{background:#4e6aff}
.inr-box dt em.badge.apartment{background:#f36802}


.inr-box dd{
    line-height: 1.6;
}
.inr-box dl dd:nth-child(2){
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
}
.inr-box dl dd:nth-child(3){
    font-size: 14px;
    color: #999;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.inr-box dd button{
    margin-top: 5px;
    font-size: 14px;
    padding: 0;
}
.inr-box dd button:hover{
    text-decoration: underline;
}


dl.by-list dd{
    color: #999;
    font-size: 14px !important;
    line-height: 1.6;
}

dl.by-list dd.dan-txt{
    color: #000;
    font-weight: bold;
    margin-top: 6px;
}

dl.by-list dd.dan-txt em{
    position: relative;
    margin-left: 14px;
    color: #999;
    font-style: normal;
    font-weight: 500;
}
dl.by-list dd.dan-txt em::after{
    position: absolute;
    top: 4px;
    left: -10px;
    width: 1px;
    height: 14px;
    background: #dedede;
    content: '';
}

dl.df-list dd{
    color: #999;
    font-weight: 500;
    font-size: 14px !important;
    line-height: 1.4;
    margin-bottom: 2px;
}
dl.df-list span{
    color: #999;
}
dl.df-list .df-txt{
    color: #666;
    font-weight: bold;
    margin-right: 5px;
}
dl.df-list .df-num b{
    color: #32a143;
    margin: 0 5px;
}

.points span{
    display: inline-block;
    margin: 2px 2px 2px 0;
    padding: 0 6px;
    background: #f6f6f6;
    font-weight: bold;
    border-radius: 3px;
    color: #333;
}
.b-num{
    font-style: normal;
    font-size: 14px;
    position: relative;
    margin-left: 15px;
}
.b-num::before{
    position: absolute;
    top: 5px;
    left: -9px;
    width: 1px;
    height: 12px;
    background: #333;
    content: '';
}
.more-btn{
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding: 12px 10px;
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.068);
}

.more-btn b{
    color: #32a143;
}
.more-btn:hover{
    border: 1px solid #32a143;
 
}


.none-wrap{
    padding: 40px 0;
    text-align: center;
  
}
.none-wrap i{
    font-size: 30px;
    color: #a5a5a5;
}
.none-wrap p{
    color: #666;
    font-size: 14px;
    margin: 5px 0;
}

.popular-schWrap{
    margin-top: 15px;
    padding: 10px;
}
.popular-tit{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.popular-schWrap ul{
    width: 100%;
}
.popular-schWrap ul li{
    margin: 15px 0;
    font-size: 14px;
}
.popular-schWrap ul li span{
    font-size: 14px;
    color: #333;
}
.popular-schWrap ul li span:first-child{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    line-height: 18px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background-color: #85bd36;
}
.popular-schWrap ul li span:last-child{
    float: right;
}
.popular-schWrap ul li span.up-ico{
    color: #ec2d36;
}
.popular-schWrap ul li span.down-ico{
    color: #3a94fa;
}
.popular-schWrap ul li span.new-ico{
    color: #38ab49;
}


/*지도검색*/
.maps-wrap{
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
}
.map-topMenu{
    margin: 0;
    padding: 5px 10px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex: 1 1;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    align-items: center;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}
.map-topMenu li{
    position: relative;
    float: left;
    padding: 0 2px;
    margin: 2px 0;
}
.map-topMenu li a {
    position: relative;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 14px;
    letter-spacing: -1.5px;
}
.map-topMenu li a.on{
    background-color: #85bd36;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
}
.map-topMenu li a:hover{
    background-color: #85bd36;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
}


.map-list-chkBox{
    overflow: hidden;
    margin: 0;
    padding: 8px 10px;
    background-color: #fff;
}
.map-list-chkBox li {
    position: relative;
    float: left;
    padding: 0 3px;
    margin: 2px 0;
}
.map-list-chkBox .sc-btn i{
    display: none;
}
.map-list-chkBox .sc-btn{
    background-color: #fff;
    border-radius: 20px;
    color: #666;
    padding: 4px 10px;
    font-size: 13px;
}
.map-list-chkBox .sc-btn.active{
    background-color: #24add2;
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
}
.map-list-chkBox .sc-btn.active i{
    display: inline-block;
    font-size: 16px;
}


.control-wrap {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 420;
    width: 90px;
}
.control-wrap.lg-ico{
    width: 130px;
}

.control-group {
    margin-bottom: 8px;
    position: relative;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
    border: 1px solid #333;
    overflow: hidden;
}


.btn-map-icon {
    display: inline-block;
    position: relative;
    margin-top: -1px;
    width: 100%;
    height: 36px;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 36px;
    color: #111 !important;
}
.btn-map-icon i{
    font-size: 18px;
    margin-right: 4px;
    color: #333;
}
/*단지정보*/
.mamul_bottom_box{
    width: 100%;
    min-height: 80px;
    position: absolute;
    bottom: -2px;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
    z-index: 200;
}
.mamul_bottom_box .mm-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mm-info-txt{
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.mm-info-txt i{
    font-size: 20px;
    font-weight: 400;
    padding-right: 5px;
    color: #333;
}
.mamul_bottom_box .mm-info>dl{
    margin-right: 10px;
}

.mamul_bottom_box .mm-info dl dt{
    float: left;
    margin-right: 6px;
    line-height: 1.6;
    font-size: 14px;
    font-weight: bold;
    color: #444;
}
.mamul_bottom_box .mm-info dl dd{
    float: left;
    margin-right: 6px;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.mamul_bottom_box .mm-info dl dd b{
    color: #38ab49;
}
.mm-viewBtn{
    display: flex;
    align-items: center;
    padding: 5px 10px;
    background-color: #38ab49;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}
.mm-viewBtn:hoveR{
    background-color: #379946;
}
.mm-viewBtn i{
    padding-left: 4px;
    font-size: 16px;
}

.mm-closeBtn{
    position: absolute;
    top: 15px;
    right: 10px;
}
.mm-closeBtn:hover i{
    color: #999;
}
.mm-closeBtn i{
    font-size: 28px;
    color: #c9c9c9;
}



/*최근 검색보기*/

.rc-schBox{
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
}
.rc-tit{
    width: 100%;
    padding: 15px;
    background-color: #38ab49;
}
.rc-tit p{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.rc-sch-list {
    padding: 20px;
}
.rc-sch-list li{
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.rc-sch-list li .rc-item{
    flex: 1;
    font-size: 14px;
    color: #999;
}
.rc-sch-list li .rc-item .rc-text{
    margin-bottom: 5px;
    cursor: pointer;
}

.rc-text span:last-child{
    color: #111;
    font-weight: bold;
}

.rc-list-del i{
    font-size: 22px;
    color: #ccc;
}
.rc-list-del i:hover{
    color: #333;
}


/* map */
#area_div,#locationAreaWrap + #map{display:none !important}
#naverMap{width:100% !important;height:470px !important}
#map,#map .areaMap,.locationAreaWrap {width:100% !important}
#map{border-left:0}
.mapWrap{border:1px solid #dedede !important}
.buttons{left:10px !important}
.locationArea{border-width:0 0 1px 0;}
.locationArea li{margin:0}
.locationView li + li{margin:0 30px}


/*모바일용*/
@media screen and (max-width: 430px){

#naverMap{width:100% !important;height:400px !important}

.checkcont_group label span {
    padding-left: 24px;
    position: relative;
    font-size: 12px;
}
.checkcont_group label span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-size: 12px 8px;
}
.checkcont_group label input:checked + span:after{
    background-size: 12px 8px;
}


.radiobox_group label input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.radiobox_group label span {
    padding-left: 24px;
    position: relative;
    font-size: 12px;
    vertical-align: inherit;
}
.radiobox_group label span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
    content: '';
}
.radiobox_group label input:checked + span:before {
    position: absolute;
    top: 50%;
    left: 4px;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    border-radius: 50%;
    background: #85bd36;
    z-index: 1;
    content: '';
}

.sch-filterWrap{
    width: 100%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
}
.filter_wrap{
    width: calc(100% - 17px);
    height: auto;
}
.filter_conts{
    height: 380px;
    padding: 0 10px 50px 10px;
}
.filter-wrap .filter_item li{
    width: 50%;
}
.filter-wrap .filter-inner > li strong span{
    font-size: 12px;
}
.filter-wrap .filter-inner > li .filter-name{
    font-size: 12px;

}

.filter-wrap .filter-inner .range-sel button{
    width: auto;
    font-size: 12px;
}
.filter_footer .filter_footer_inner .btn_filter{
    height: 40px;
    font-size: 14px;
}

.filter_wrap.current .filter_footer{
    padding: 10px;
}

/*통합검색*/

.sch-bar{
    position: relative;
    display: block;
}

.ctg-inner .ctg-lst{
    padding: 10px 0;
    background-color: #fff;
    margin-bottom: 2px;
    cursor: pointer;
}

.ctg-lst .tit{
    font-size: 14px;
    font-weight: bold;
    flex: 1;
    padding-left: 10px;
}
.ctg-lst .tit b{
    color: #38ab49;
}
.aco-tit{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.aco-arrow i{
    font-size: 26px;
    display: block;
}

.aco-cont{
    display: none;
    width: 100%;
    padding: 5px;
    min-height: 80px;
    background-color: #fff;
    transition: 0.4s;
}
.aco-cont.on{
    display: block;
}
.aco-arrow.active i{
    transform: rotate(-180deg);
    transition: transform 120ms ease-in-out;
}




.sch-rst{
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    padding: 10px 5px;
    align-items: center;
    justify-content: space-between;
}

.rst-tit{
    text-align: left;
    padding-right: 5px;
    font-size: 14px;
}
.rst-tit span{
    font-weight: bold;
    color: #38ab49;
    padding-right: 5px;
}


.filter-list {
    position: relative;
    width: 100%;
    background-color: #fff;
}
.filter-list ul {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 10px;
}
.filter-list ul {
    margin: 0;
    padding: 5px 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex: 1 1;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    align-items: center;
    font-size: 16px;
}
.filter-list li {
    position: relative;
    float: left;
    padding: 0 3px;
    margin: 2px 0;
}
.filter-list li button {
    position: relative;
    display: inline-block;
    height: 28px;
    line-height: 26px;
    padding: 0 10px;
    font-size: 12px;
}
.btn:not(.btn-text) {
    cursor: pointer;
}
.filter-list li button.active {
    background-color: #85bd36;
    border: 1px solid #85bd36;
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
}

.chk-list li button i{
    display: none;
}
.chk-list li button.active i{
    display: inline-block;
}
.inr-cont li:first-child{
    border-top: 2px solid #ddd;
    padding-top: 15px;
}
.inr-cont li{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 6px;
}

.inr-cont li:last-child{
    border-bottom: none;
}

.inr-cont li .themb{
    display: table-cell;
    vertical-align: top;
    width: 96px;
    height: 96px;
    position: relative;
}
.inr-cont li .themb img{
    width: 96px;
    height: 96px;
}

.inr-box{
    display: table;
    table-layout: fixed;
    width: 100%;
}

.inr-box dl{
    display: table-cell;
    padding: 0 8px;
    font-size: 11px;
    letter-spacing: -1px;
}

.inr-box dt{
    font-size: 15px;
    font-weight: bold;
}
.inr-box dt em.badge{
    display: inline-block;
    margin-right: 4px;
    padding: 3px 8px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 12px;
    background: #368847;
    border-radius: 17px;
    color: white;
    font-style: normal;
}
.inr-box dt em.badge.dealing{
    background: #2466b2;
}
.inr-box dt em.badge.estate{
    background: #4e6aff;
}
.inr-box dd{
    line-height: 1.6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.inr-box dl dd:nth-child(2){
    font-size: 14px;
    font-weight: 400;
}
.inr-box dl dd:nth-child(3){
    font-size: 12px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
 
}
.inr-box dd button{
    font-size: 11px;
    padding: 0;
}

.inr-box dd button:hover{
    text-decoration: underline;
}


dl.by-list dd{
    color: #999;
    font-size: 12px !important;
}
dl.df-list dd{
    color: #999;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 1.4;
    margin-bottom: 2px;
}

dl.df-list span{
    color: #999;
}
dl.df-list .df-txt{
    color: #666;
    font-weight: bold;
    margin-right: 5px;
}
dl.df-list .df-num b{
    color: #32a143;
    margin: 0 5px;
}


.points span{
    display: inline-block;
    margin: 2px 2px 2px 0;
    padding: 0 6px;
    background: #f6f6f6;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    color: #333;
}

.more-btn{
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px;
    background-color: #fbfbfb;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.068);
}

.more-btn b{
    color: #32a143;
}
.more-btn:hover{
    border: 1px solid #32a143;
 
}

.popular-schWrap{
    margin-top: 15px;
    padding: 10px;
}
.popular-tit{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
.popular-schWrap ul{
    width: 100%;
}
.popular-schWrap ul li{
    margin: 10px 0;
    font-size: 14px;
}
.popular-schWrap ul li span{
    font-size: 12px;
    color: #333;
}
.popular-schWrap ul li span:first-child{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background-color: #85bd36;
}
.popular-schWrap ul li span:last-child{
    float: right;
}
.popular-schWrap ul li span.up-ico{
    color: #ec2d36;
}
.popular-schWrap ul li span.down-ico{
    color: #3a94fa;
}
.popular-schWrap ul li span.new-ico{
    color: #85bd36;
}


/*매물검색*/
.cont-wrap{
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.filter-tit {
    width: 100px;
    font-size: 13px;
    padding: 0 10px;
    font-weight: bold;
    letter-spacing: -1px;
    color: #666;
}
.filter-list {
    position: relative;
    flex: 1;
    background-color: #fff;
}

.filter-list ul {
    margin: 0;
    padding: 6px 5px 5px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex: 1 1;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    align-items: center;
    font-size: 16px;
}
.filter-list li button{
    font-size: 12px;
}


.search-btn {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    flex-direction: column-reverse;
}    
 
.result-list{
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.result-btn{
    width: 100%;
    margin: 0 0 15px 0;
    display: flex;
}

.result-btn button{
    width: 100%;
    min-height: 40px;
    padding: 15px 10px;
    border-radius: 4px;
    background: #85bd36;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    line-height: 1.2;
    box-sizing: border-box;
    transition: 0.3s;
}

.result-btn .filter-btn{
    background-color: #444;
    margin: 0 5px 0 0 ;
}
.result-btn .filter-btn:hover{
    background-color: #333;
    margin: 0 5px 0 0 ;
}

.locationView li + li{margin:0 !important}/*지도상단select박스*/

.mm-viewBtn{
  margin-top: 10px;
}

.maps-wrap {
    width: auto;
    background-color: #fff;
    border: 1px solid #eee;
    margin: 0 -15px;
}

.hmaps-wrap{
    display: none !important;
}


.filter-wrap .filter-inner .range-sel li{
    width: 33.333%;
}


}


