body{ 
	/*overflow: hidden;*/
}

#map_bottom_close { 
	font-family: "맑은 고딕", 돋움, Dotum, 굴림, Gulim, tahoma, NanumGothic, Helvetica, "Apple SD Gothic Neo", sans-serif !important;
}
.at-container{ 
	height: 100%;
}

.at-footer { 
	display: none; 
}
.page-title{
		height: 150px;
}
.page-content2{
	line-height: 22px;
	word-break: keep-all;
	word-wrap: break-word;
	/*position: absolute;
	height: 100%;
	top: 135px;*/
	width: 100%;
	background: white;
	overflow: hidden;
}

#map-area {
	position: absolute;
	left: 0;
	/*top: 135px;*/
	right: 0;
	/*bottom: 0;*/
	background: repeat 0 0;
	border-right: 1px solid #bbbbbb;
}

#map_list_bottom{
	position:fixed; 
	right:0px; 
	bottom:0px; 
	left:0px; 
	padding-bottom: 70px;
	width:100%; 
	height:455px; 
	background-color:#fff;
	z-index: 999999;
	display:none;
	overflow: hidden;
}

#map_bottom_close { 
	position: fixed;
	cursor: pointer;
    text-align: center;
    padding: 12px 0px 10px;
    display: block;    
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999999;
	background-color: #fff;
}

/*맵로딩*/
.mapLoading {
    position: relative;
    z-index: 100;    
	width: 100%;
    height: 100%;
    transition: opacity .5s
}

.mapLoading-bg {
    position: absolute;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .6;
    filter: alpha(opacity=60)
}

.mapLoading-icon {
    position: absolute;
    top: 25%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    display: block
}

.mapLoading-icon:before,.mapLoading-icon:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 31.11353712%;
    left: 50%
}

.mapLoading-icon:before {
    z-index: 1;
    width: 23px;
    height: 24px;
    margin-top: -14px;
    margin-left: -11.5px;
    background-image: url('../img/loading-bi.png')
}

.mapLoading-icon:after {
    width: 134px;
    height: 134px;
    margin-top: -67px;
    margin-left: -67px;
    background-image: url('../img/loading.png');
    animation: loader 1s cubic-bezier(.46, .03, .52, .96) infinite
}

@keyframes loader {
    0% {
        transform: rotateZ(0deg)
    }

    100% {
        transform: rotateZ(360deg)
    }
}

/* 룸리스트 */


.List.map-page .Item-tree {
    padding: 10px;
    background-color: #fff
}

.List.map-page .AreaItem {
    padding-bottom: 10px
}

.List.map-page .AreaItem .Item-list {
    padding-right: 10px;
    padding-left: 10px;
	padding-top: 10px;
    background-color: transparent
}

.Pagination {
    font-size: 12px;
    font-weight: bold;
	-webkit-padding-start: 0px;
}

.Pagination>li {
    display: inline-block
}

.Pagination>li+li {
    margin-left: 6px
}

.Pagination-item {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    color: #585858;
    cursor: pointer
}

.Pagination-item:hover {
    border-radius: 50%;
    background-color: #d1d1d1;
    line-height: 22px;
    color: #585858
}

.Pagination-item.active {
    padding: 2px;
    border-radius: 50%;
    background-color: #58b5d3 !important;
    line-height: 20px;
    color: #fff;
    cursor: default
}

.Pagination-item--prev,.Pagination-item--next {
    width: auto
}

.Pagination-item--prev:hover,.Pagination-item--next:hover {
    background-color: transparent;
    color: #3b8de0
}

.Pagination-item--prev.disable,.Pagination-item--next.disable {
    cursor: default
}

.Item-header {
	font-family: 'Nanum Gothic','Malgun Gothic','돋움',Dotum,Helvetica,'Apple SD Gothic Neo',Sans-serif;
    height: 40px;
    padding-left: 10px;
    background-color: #f7f7f7;
    font-size: 1.1em;
    line-height: 40px;
    color: #585858
}

.Item-list {
    background-color: #fff;
    font-size: 11px;
    color: #919191
}

.Item-item {
    display: block;
    position: relative;
    height: 125px;
	/*height: 110px;*/
    padding: 9px;
    border: 1px solid #dfdfdf;
    margin-top: -1px;
    background-color: #fff;
    color: #000
}

.Item-item:hover {
    background-color: #d2e5ff
}

.Item-item:hover .Item-preview_cover {
    background-color: #000;
    opacity: .6;
    filter: alpha(opacity=60);
	border-radius: 10px;
}

.Item-item>a {
    display: table;
    width: 100%
}

.Item-preview,.Item-detail {
    display: table-cell;
    vertical-align: top;
}

.Item-preview {
    width: 1%
}

.Item-preview_mask {
    position: relative;
    width: 120px;
    height: 105px
}

.Item-preview_mask.is-pano:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 57px;
    height: 18px;
    background-image: url("../img/pano.svg");
    background-size: 100%;
    background-repeat: no-repeat
}

.Item-preview_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/emptyimg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -ms-behavior: url("./backgroundsize.min.htc");
	border-radius: 10px;
}

.Item-detail { 
	float: left;
    display: inherit; 
    /*width: 100000px;*/
	width: 100%;
    padding-left: 14px;
	padding-top:0px;
}

.Item-info {
    position: relative
}


.Item-header:before,.Item-header:after {
    content: " ";
    display: table
}

.Item-header:after {
    clear: both
}

.Item-header:before,.Item-header:after {
    content: " ";
    display: table
}

.Item-header:after {
    clear: both
}

.Item-header .Item-visited {
    display: inline-block;
    margin-top: 3px;
    margin-left: 8px;
    font-size: 12px
}

.Item-header .Item-visited .anb-icon {
    color: #d1d1d1
}

.Item-icons {
    float: right
}

.Item-icons .Item-favorite .anb-icon-heart {
    color: #ef4351
}

.Item-icons .Item-favorite .anb-icon-heart-o {
    color: #d1d1d1
}

.Item-icons .Item-favorite .anb-icon-heart-o:hover {
    color: #ef4351
}

.Item-price {
    float: left;
    /*font-size: 20px;*/
	font-size: 15px;
    font-weight: bold;
    height:43px;
	overflow:hidden;
	line-height:18px;
    color: #2f2f2f;
}

.Item-name {
    margin-right: 10px;
    font-weight: bold;
    letter-spacing: -1px;
}

.Item-title {
    display: block;
    padding: 0;
    margin-top: 6px;
    font-size: 14px;
    color: #6c6c6c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.Item-summary {
    display: inline-block;
    width: 100%;
    margin-top: 6px;
    font-size: 13px;
    color: #2f2f2f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Item-summary span:after {
    display: inline-block;
    content: '|';
    padding: 0 1px 0 2px;
    color: #919090
}

.Item-summary span:last-child:after {
    display: none
}

.Item-types {
    display: -webkit-box;
    /*margin-top: 9px;*/
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.Item-types.is-full .tag {
    margin-right: 4px
}

.Item-options {
    display: none
}

.tag {
    display: inline-block;
    padding: 1px 8px;
    border-radius: 100px;
    background-color: #e7f4ff;
    margin-right: 5px;
    font-size: 13px;
    line-height: 16px;
    color: #353535;
    cursor: pointer;
}

.map .pin-marker-overlay {
    box-sizing: content-box;
    position: absolute;
    width: 17px;
    height: 17px;
    padding: 0;
    border-radius: 100%;
    background-color: rgba(46,46,46,0.2);
    margin-top: -8.5px;
    margin-left: -8.5px
}

.map .pin-marker-overlay:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    background: #d54078 url("../img/icon_location.png") no-repeat center center;
    margin-top: -8.5px;
    margin-left: -8.5px
}

.map .pin-marker-overlay.active {
    z-index: 999999;
    animation-name: radar;
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: 5;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running
}

@keyframes radar {
    to {
        padding: 20px;
        margin-top: -28.5px;
        margin-left: -28.5px
    }
}

/*모달*/
.modal-body {
    position: relative;
    padding: 15px 0px;
}

#viewModal{ 
	z-index: 9999999;
}

.ListZero {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50%;
    background-repeat: no-repeat
}

.ListZero.search {
    background-size: 194px 220.5px;
    background-image: url('../img/ListZero--search.png')
}