

body {
    font-family: 'Jua','Roboto', system-ui, sans-serif;
    /* font antialiased */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    /* mobile chrome height */
    min-height: 100vh;
    min-height: -webkit-fill-available;
    height: 100%;
}

::-webkit-input-placeholder {
    color: gray;
    font-weight: bold;
    opacity: 1;
}

::-moz-placeholder {
    color: gray;
    font-weight: bold;
    opacity: 1;
}

:-ms-input-placeholder {
    color: gray;
    font-weight: bold;
    opacity: 1;
}

::-ms-input-placeholder {
    color: gray;
    font-weight: bold;
    opacity: 1;
}

::placeholder {
    color: gray;
    font-weight: bold;
    opacity: 1;
}

.detail-picture {
    image-rendering: -webkit-optimize-contrast;
}

.font-nanum {
    font-family: 'Nanum Gothic', sans-serif;
}

.font-notosans {
    font-family: 'Nanum Gothic', sans-serif;
}

a {
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    color: #000;
    cursor: pointer;
}

.category-type {
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
}

.gubun-type {
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
}

.deposit-filter {
    border-radius: 5px;
}

.monthly-filter {
    border-radius: 5px;
}

#total-search {
    border-radius: 5px;
}

#dropdown {
    border-radius: 5px;
}

/* 디코드 커스텀
==================================================== */

/* 페이지 래퍼
===========================  */

#list-page__wrap {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 80vh;
    max-height: calc(100vh - 90px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width:1023px) {
    #list-page__wrap {
        max-height: calc(100vh - 85px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }
}

/* 지도 섹션
========================= */
.map__wrap {
    width: 70%;
    height: 100%;
    min-height: 80vh;
    position: relative;
}

#map {
    width: 100%;
    height: 100%;
    text-align: left;
    z-index: 9;
    position: absolute;
    top: 0;
    right: 0;
    /* background-color: skyblue; */
    opacity: 0.7;
    border: solid 1px #ccc;
}

#map #product-info {
    width: 50%;
    height: 30px;
    text-align: left;
    z-index: 9;
    position: absolute;
    top: 0;
    right: 0;
    /* background-color: skyblue; */
    opacity: 0.7;

}

.map__inner {
    z-index: 99;
}

.map__inner #map-title {
    width: 35%;
    height: 60px;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 9;
    background-color: #fff;
    text-align: left;
    padding: 1rem;
    border-radius: 0 1rem 0 0;
}

.map__inner #map-title input {
    width: 100%;
    height: 100%;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #2c2c2c;
    border-left: 0;
    border-radius: 0;
    outline: none;
    z-index: 9;
    background-color: #fff;
    text-align: left;
}

.map__inner #map-title input::-webkit-input-placeholder {
    color: #a7a7a7;
    padding: 0 .5rem;
    font-size: .75rem;
    font-weight: 500;
}

.map__inner #map-title input::-moz-placeholder {
    color: #a7a7a7;
    padding: 0 .5rem;
    font-size: .75rem;
    font-weight: 500;
}

.map__inner #map-title input:-ms-input-placeholder {
    color: #a7a7a7;
    padding: 0 .5rem;
    font-size: .75rem;
    font-weight: 500;
}

.map__inner #map-title input::-ms-input-placeholder {
    color: #a7a7a7;
    padding: 0 .5rem;
    font-size: .75rem;
    font-weight: 500;
}

.map__inner #map-title input::placeholder {
    color: #a7a7a7;
    padding: 0 .5rem;
    font-size: .75rem;
    font-weight: 500;
}

@media screen and (max-width:1023px) {
    .map__wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    #map {
        width: 100%;
        height: 50%;
        z-index: 999;
        order: 2;
        position: relative;
        flex: 1;
    }

    #map #product-info {
        width: 100%;
    }
    
    .map__inner {
        width: 100%;
        height: auto;
        order: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        z-index: 9999;
    }
    
    .map__inner #map-title {
        width: 100%;
        height: auto;
        position: static;
        left: 0;
        top: 0;
        border-radius: 0;
    }
    
}

#filter-guid {
    font-size: 0.875rem;
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: bold;
    display: none;
}
/* 지도 필터
============================= */
#map-fliter-category-dropdown {
    width: 35%;
    height: auto;
    background-color: #fff;
    position: absolute;
    top: 80px;
    left: 20px;
    z-index: 99;
    text-align: center;
    padding: 0 1rem 1rem;
    border-radius: 0 0 1rem 0;
}

#map-fliter-category-dropdown .dropdown__wrap {
    position: relative;
}

@media screen and (max-width:1023px) {
    #map-fliter-category-dropdown {
        width: 100%;
        height: auto;
        position: static;
        top: 0;
        left: 0;
        -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
        box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
        padding: 0;
        border-radius: 0;
    }

    #map-fliter-category-dropdown .dropdown__wrap {
        width: 100%;
        height: auto;
        padding: 0 1rem 1rem;
        background-color: #fff;
    }

}

/* 조건 검색
============================ */
#map-fliter-category-dropdown .dropdown__wrap .dropdown__search {
    width: 100%;
    height: 40px;
    color: #fff;
    background-color: #0071c0;
    border-radius: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-weight: bold;
}

#map-fliter-category-dropdown .dropdown__wrap .dropdown__search:hover {
    opacity: .8;
}

#map-fliter-category-dropdown h4#dropdown {
    width: inherit;
    height: inherit;
    cursor: pointer;
    font-size: .875rem;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width:1023px) {}

/* 카테고리 리스트
============================ */
#map-fliter-category-dropdown .dropdown__wrap .dropdown__category {
    width: 100%;
    height: 100%;
    padding: 1rem 0;
    display: none;
}

#map-fliter-category-dropdown #category-list {
    width: 100%;
    z-index: 1;
    font-size: 1rem;
    font-weight: bold;
    margin-top: .5rem;
    opacity: 1;
}

#map-fliter-category-dropdown h5 {
    width: 100%;
    font-size: .875rem;
    font-weight: bold;
    text-align: left;
    padding-bottom: 1rem;
}

#category-list .list__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#category-list .list__input--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 1rem;
}

#category-list input.empty {
    visibility: hidden;
    opacity: 0;
}

#category-list input.category-type {
    width: calc(100% / 3);
    height: 40px;
    border: 1px solid #a7a7a7;
    color: #7a7a7a;
    border-radius: 10rem;
    margin-right: 1rem;
    text-align: center;
    background-color: #fff;
    font-weight: bold;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#category-list input.category-type:hover {
    color: #fff;
    background-color: #0071c0;
    border: 1px solid #0071c0;
}

#category-list input.category-type:last-child {
    margin-right: 0;
}

@media screen and (max-width:1023px) {
    #map-fliter-category-dropdown .dropdown__wrap .dropdown__category {
        height: auto;
        z-index: 9;
    }

    #category-list input.category-type {
        width: calc(100% / 3);
        height: 32px;
    }

}

/* 구분 리스트
============================== */
#map-fliter-category-dropdown .dropdown__wrap .dropdown__gubun {
    width: inherit;
    height: inherit;
    padding: 1rem 0;
    display: none;
}

#map-fliter-category-dropdown #gubun-list {
    width: 100%;
    z-index: 1;
    opacity: 1;
}

#gubun-list .list__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#gubun-list .list__input--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 1rem;
}

#gubun-list input.empty {
    visibility: hidden;
    opacity: 0;
}

#gubun-list input.gubun-type {
    width: calc(100% / 3);
    height: 40px;
    border: 1px solid #a7a7a7;
    color: #7a7a7a;
    border-radius: 10rem;
    margin-right: 1rem;
    text-align: center;
    background-color: #fff;
    font-weight: bold;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#gubun-list input.gubun-type:hover {
    color: #fff;
    background-color: #0071c0;
    border: 1px solid #0071c0;
}

#gubun-list input.gubun-type:last-child {
    margin-right: 0;
}

@media screen and (max-width:1023px) {
    #map-fliter-category-dropdown .dropdown__wrap .dropdown__gubun {
        height: auto;
    }

    #gubun-list input.gubun-type {
        width: calc(100% / 3);
        height: 32px;
    }

}

/* 월세
============================ */
#map-fliter-category-dropdown .dropdown__wrap .dropdown__month {
    width: inherit;
    height: inherit;
    padding: 1rem 0;
    display: none;
}

#map-fliter-category-dropdown .price-list-month-rent {
    width: 100%;
    /* height: 100%; */
    padding-bottom: 2rem;
    z-index: 1;
    opacity: 1;
}

#map-fliter-category-dropdown .price-list-month-rent h5 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#map-fliter-category-dropdown .price-list-month-rent h5 span {
    margin-left: auto;
}

#map-fliter-category-dropdown .price-list-month-rent h5 i {
    font-size: .75rem;
    color: coral;
    padding-left: .5rem;
}

@media screen and (max-width:1023px) {}


/* 전세
=============================== */
#map-fliter-category-dropdown .dropdown__wrap .dropdown__long {
    width: inherit;
    height: inherit;
    padding: 1rem 0;
    display: none;
}

#map-fliter-category-dropdown .long-rent {
    width: 100%;
    /* height: 100%; */
    padding-bottom: 2rem;
    z-index: 1;
    opacity: 1;
}

#map-fliter-category-dropdown .long-rent h5 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#map-fliter-category-dropdown .long-rent h5 span {
    margin-left: auto;
}

#map-fliter-category-dropdown .long-rent h5 i {
    font-size: .75rem;
    color: coral;
    padding-left: .5rem;
}

@media screen and (max-width:1023px) {}

/* 매매
=============================== */
#map-fliter-category-dropdown .dropdown__wrap .dropdown__trade {
    width: inherit;
    height: inherit;
    padding: 1rem 0;
    display: none;
}

#map-fliter-category-dropdown .trade {
    width: 100%;
    /* height: 100%; */
    padding-bottom: 2rem;
    z-index: 1;
    opacity: 1;
}

#map-fliter-category-dropdown .trade h5 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#map-fliter-category-dropdown .trade h5 span {
    margin-left: auto;
}

#map-fliter-category-dropdown .trade h5 i {
    font-size: .75rem;
    color: coral;
    padding-left: .5rem;
}

@media screen and (max-width:1023px) {}

/* 필터 버튼
=========================== */
#map-fliter-category-dropdown .dropdown__btns {
    width: 100%;
    height: 36px;
    margin: 1rem 0;
    background-color: #fff;
    display: none;
}

.dropdown__btns .dropdown__btns--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown__btns #reset-filter {
    width: 110px;
    height: 36px;
    border: 1px solid #0071c0;
    background-color: #fff;
    color: #2c2c2c;
    border-radius: 10rem;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-right: 1rem;
}

.dropdown__btns #reset-filter p {
    padding: .7rem 2rem;
    font-size: .875rem;
}

.dropdown__btns #reset-filter:hover {
    background-color: #0071c0;
    color: #fff;
}

.dropdown__btns #search-filter {
    width: 110px;
    height: 36px;
    background-color: #0071c0;
    color: #fff;
    border-radius: 10rem;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.dropdown__btns #search-filter p {
    padding: .7rem 2.5rem;
    font-size: .875rem;
}

.dropdown__btns #search-filter:hover {
    opacity: .8;
}

@media screen and (max-width:1023px) {
    .dropdown__btns #reset-filter p {
        padding: .7rem 2rem;
        font-size: .75rem;
    }

    .dropdown__btns #search-filter p {
        padding: .7rem 2.5rem;
        font-size: .75rem;
    }
}

/* 상품 리스트 섹션
=========================== */
#product-list__wrap {
    width: 30%;
    height: 100%;
    overflow: hidden;
    border: solid 1px #ccc;

}

#product-list-all {
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

#product-list-all::-webkit-scrollbar {
    width: 7px;
}

#product-list-all::-webkit-scrollbar-thumb {
    background-color: #CCCCCC;
}

#product-list-all::-webkit-scrollbar-track {
    background-color: white;
}

#maemul-count {
    width: 100%;
    height: 60px;
    position: sticky;
    top: 0;
    left: 0;
    background-color: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

/* .content-item {} */

.detail-box {
    width: 100%;
    max-height: 240px;
    padding: 1rem 1rem 1rem 2rem;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
}

.detail-box:hover {
    background-color: #ededed;
}

.detail-box .col__left {
    width: 45%;
    height: auto;
}


.detail-picture {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
    background-color: transparent !important;
}

.detail-picture img {
    /* width: 100%;
    max-width: 240px; */
    width: 240px; 
    min-width: 240px;
    /* height: auto;
    max-height: 240px; */
    height:240px;
    min-height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.detail-box .col__right {
    width: 55%;
    height: auto;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
}

.detail-box .col__right .detail__add {
    padding-bottom: 1rem;
    line-height: 1.4;
}

.detail-box .col__right .detail-title {
    width: 100%;
    font-size: 1rem;
    color: #000;
    font-weight: bold;
    padding-bottom: .6rem;
}

.detail-box .col__right .detail-address {
    width: 100%;
    font-weight: bold;
    word-break: break-all;
    font-size: .875rem;
}

.detail-box .col__right .detail__top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 1rem;
}

.detail-type {
    width: 100%;
    max-width: 120px;
    margin-right: 1rem;
}

.detail__top .detail-type img {
    width: 100%;
    max-width: 120px;
    height: auto;
}

.detail-gubun {
    width: 100%;
    max-width: 120px;
}

.detail__top .detail-gubun img {
    width: 100%;
    max-width: 120px;
    height: auto;
}

.detail-box .col__right .detail__mid {
    width: 100%;
    padding-bottom: 1rem;
}

.detail-price {
    width: 100%;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.4;
}

.detail-box .col__right .detail__bott {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: auto;
}

.detail-page {
    width: 100%;
    max-width: 120px;
    cursor: pointer;
    margin-right: 1rem;
}

.detail-page img {
    width: 100%;
    max-width: 120px;
    height: 100%;
}

.detail-phone {
    width: 100%;
    max-width: 120px;
    cursor: pointer;
}

.detail-phone img {
    width: 100%;
    max-width: 120px;
    height: auto;
}

@media screen and (max-width:1023px) {
    #product-list__wrap {
        width: 100%;
        height: 100%;
    }

    #maemul-count {
        width: 100%;
        height: 45px;
        font-size: .875rem;
    }

    .detail-box {
        width: 100%;
        max-height: 196px;
        padding: 1rem;
        background-color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }

    .detail-box .col__left {
        width: 45%;
    }


    .detail-picture {
        width: 100%;
        height: 100%;
        border-radius: .5rem;
        overflow: hidden;
        background-color: transparent !important;
    }

    .detail-picture img {
        width: 145px; 
        min-width: 145px;
        height: 145px;
        min-height: 145px;
    }

    .detail-box .col__right {
        padding-left: 1rem;
    }

    .detail-box .col__right .detail__add {
        padding-bottom: .5rem;
    }

    .detail-box .col__right .detail-title {
        font-size: .875rem;
        padding-bottom: .5rem;
    }

    .detail-box .col__right .detail-address {
        font-size: .75rem;
    }

    .detail-box .col__right .detail__top {
        padding-bottom: .5rem;
    }

    .detail__top .detail-type {
        width: 90px;
        margin-right: .5rem;
    }

    .detail__top .detail-type img {
        width: 90px;
        height: auto;
    }

    .detail-gubun {
        width: 90px;
    }
    
    .detail__top .detail-gubun img {
        width: 90px;
        height: auto;
    }

    .detail-box .col__right .detail__mid {
        padding-bottom: .5rem;
    }

    .detail-price {
        font-size: .875rem;
    }

    .detail-page {
        width: 120px;
        margin-right: .5rem;
    }

    .detail-page img {
        width: 120px;
        height: auto;
    }
    
    .detail-phone {
        /* width: 50%; */
        width: 90px;
    }
    
    .detail-phone img {
        width: 90px;
        height: auto;
    }

}


/* 마커 */
.one-room-marker {
    font-size:10px;
    background-color: #807F76;
    color: white;
    width: auto;
    
}
/* 매물 목록, 나의 상품 보기
========================= */
#product-count {
    background-color: transparent;
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875rem;
}

#my-product {
    background-color: #0071c0;
    color: #fff;
    text-align: center;
    border-radius: 10rem;
    cursor: pointer;
    width: 150px;
    height: 70%;
    font-size: .875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .4s ease;
}

#my-product:hover {
    opacity: .8;
}

@media screen and (max-width:1023px) {
    #product-count {
        padding-left: 1rem;
        font-size: .75rem;
    }

    #my-product {
        width: 130px;
        height: 60%;
        font-size: .75rem;
    }

}

/* input range
====================== */
.range {
    -webkit-appearance: none;
    vertical-align: middle;
    outline: none;
    border: none;
    padding: 1rem 0 0;
    background: none;
    width: 80%;
    cursor: pointer;
}

.range::-webkit-slider-runnable-track {
    background-color: #d7dbdd;
    height: 6px;
    border-radius: 3px;
    border: 1px solid transparent;
}

.range::-moz-range-track {
    background-color: #d7dbdd;
    height: 6px;
    border-radius: 3px;
    border: none;
}

.range::-ms-track {
    color: transparent;
    border: none;
    background: none;
    height: 6px;
}

.range::-ms-fill-lower {
    background-color: #d7dbdd;
    border-radius: 3px;
}

.range::-ms-fill-upper {
    background-color: #d7dbdd;
    border-radius: 3px;
}

.range::-ms-tooltip {
    display: none;
}

.range::-moz-range-thumb {
    border-radius: 20px;
    height: 18px;
    width: 18px;
    border: none;
    background: none;
    background-color: #606670;
}

.range:active::-moz-range-thumb {
    outline: none;
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    border-radius: 100%;
    background-color: #606670;
    height: 18px;
    width: 18px;
    margin-top: -7px;
}

.range:active::-webkit-slider-thumb {
    outline: none;
}

.range::-ms-thumb {
    border-radius: 100%;
    background-color: #606670;
    height: 18px;
    width: 18px;
    border: none;
}

.range:active::-ms-thumb {
    border: none;
}

.btn-group {
    font-family: Jua;
}

output {
    border-bottom: 1px solid #d7dbdd;
    color: #2c2c2c;
    font-size: .75rem;
    padding: .2rem .6rem;
}

@media screen and (max-width:1023px) {}