/*
.page-content { line-height:22px; word-break: keep-all; word-wrap: break-word; }
.page-content p { margin:0 0 15px; padding:0; }
.page-content .slogan { font-size:25px; letter-spacing:-1px; margin-bottom:15px; line-height:34px; }
.page-content .slogan i { font-size:17px; vertical-align:top; margin-top:6px; }
*/
.page-title{
		height: 150px;
}
.page-content2{
	line-height: 22px;
	word-break: keep-all;
	word-wrap: break-word;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 170px;
	width: 100%;
	background: white;
}

/*검색 */
#search_area {
	position: absolute;
	left: 40px;
	top: 40px;
	width: 230px;
	height: 26px;
	z-index: 50;
}
#searchTop {
margin: 0px 0px 0px 0px;
width: 238px;
height: 31px;
}
#searchFrm {
	clear: both;
	float: left;
	width: 180px;
}
.inputBox {
	border: 3px solid #6f6f6f;
	height: 22px;
	margin-right: 3px;
	padding-top: 2px;
	width: 180px;
	color: #666666;
	font-size: 14px;
}
#searchBtn {
	float: left;
	width: 30px;
	border: 0;
}
#searchBtn a {
	color: #fff!important;
	background: #111!important;
	padding: 5px 10px;
	height:20px
}

/*지도*/
#map-area {
	position: absolute;
	left: 0;
	top: 0;
	right: 400px;
	bottom: 0;
	background: repeat 0 0;
	border-right: 1px solid #bbbbbb;
}

/* 리스트 */
.result_area {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 400px;
	height: 100%;
	overflow-x: hidden;
	/* overflow-y: scroll; */
	overflow: hidden;
	background: none;
}

.map-content {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 400px;
	height: 100%;
	overflow-x: hidden;
	/* overflow-y: scroll; */
	overflow: hidden;
	background: none;
	z-index: 999999;
}

.at-footer {
	display:none !important;
}
/*룸리스트*/

.ListOutWrap {
    position: relative;
    width: 100%;
    height: 100%
}

.ListInfo {
    padding: 12px 10px;
    background-color: #3b8de0;
    color: #fff
}

.ListWrap {
    overflow-y: auto;
    position: absolute;
    /*top: 42px;*/
	top: 52px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 44px;
    background-color: #f7f7f7;
    transition: opacity .5s
}

.ListLoading {
    position: fixed;
    /*top: 183px;*/
	top: 200px;
    z-index: 100;
    /*width: 460px;*/
	width: 400px;
    height: 100%;
    transition: opacity .5s
}

.ListLoading-bg {
    position: absolute;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .6;
    filter: alpha(opacity=60)
}

.ListLoading-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    display: block
}

.ListLoading-icon:before,.ListLoading-icon:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 31.11353712%;
    left: 50%
}

.ListLoading-icon:before {
    z-index: 1;
    width: 23px;
    height: 24px;
    margin-top: -14px;
    margin-left: -11.5px;
    background-image: url('../img/loading-bi.png')
}

.ListLoading-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)
    }
}

.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')
}

.ListPagination {
    position: fixed;
    z-index: 10;
    bottom: 0;
    height: 44px;
	/*height: 24px;*/
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    border-top: 1px solid #d1d1d1;
    background-color: white;
    text-align: center
}

.ListPagination ul{
	/*margin-top: 10px;*/
}

.ListPagination .Pagination {
    display: inline-block
}

.List.map-page {
    overflow-y: hidden;
    position: absolute;
    /*top: 102px;*/
    right: 0;
    bottom: 0;
    z-index: 3;
    /*width: 460px;*/
	width: 400px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2)
}

.List.map-page .ListInfo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.List.map-page .ListPagination {
    width: 400px
}

.List.map-page .Item-tree {
    padding: 10px;
    background-color: #fff
}

.List.map-page .Item-branch:first-child .FeatureAgent {
    margin-top: -10px
}

.List.map-page .FeatureAgent {
    padding-top: 10px
}

.List.map-page .AreaItem {
    padding-bottom: 10px
}

.List.map-page .AreaItem .Item-list {
    /*padding-right: 10px;*/
    padding-left: 0px;
	/*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 {
    display: table;
    width: 100%
}

.Item-preview,.Item-detail {
    display: table-cell;
    vertical-align: middle
}

.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-preview_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.Item-preview_cover[class*="is-"] {
    background-size: 50%;
    background-color: rgba(0,0,0,0.35);
    background-repeat: no-repeat;
    background-position: center
}



.Item-detail {
    width: 100000px;
    max-width: 1px;
    padding-left: 14px
}

.Item-info {
    position: relative
}

.Item-room {
    font-size: 14px;
    font-weight: bold;
    color: #000
}

.Itemlist-header:before,.Itemlist-header:after {
    content: " ";
    display: table
}

.Itemlist-header:after {
    clear: both
}

.Itemlist-header:before,.Itemlist-header:after {
    content: " ";
    display: table
}

.Itemlist-header:after {
    clear: both
}

.Itemlist-header .Item-visited {
    display: inline-block;
    margin-top: 3px;
    margin-left: 8px;
    font-size: 12px
}

.Itemlist-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: 16px;
    font-weight: bold;
    line-height: 1;
    color: #2f2f2f
}

.Item-name {
    margin-right: 10px;
    font-weight: bold;
    letter-spacing: -1px
}

.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-title {
    display: block;
    padding: 0;
    margin-top: 6px;
    font-size: 14px;
    color: #6c6c6c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.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: #00b92f 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
    }
}

/*맵로딩*/
.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: .2;
    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: 51px;
    height: 52px;
    margin-top: -26px;
    margin-left: -25px;
    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)
    }
}