#modal__stay_list_map {
    height:100%;
}
#modal__stay_list_map .modal_page{
    height:100%;
}

#modal__stay_list_map .modal_header .btn_back .mo_close_light > img {
	width: 16px;
	height: 16px;
}

#modal__stay_list_map .modal_header .tit_or_city {
	color: #222;
}
#modal__stay_list_map .modal_body{
    height: calc(100% - 60px);
}
#modal__stay_list_map .modal_body .map_canvas{
    height:100%;
}
/*
#modal__stay_list_map .modal_body .list_card__map {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding: 20px 8px 8px 8px;
    background: #fff;
}
#modal__stay_list_map .btn__list_card_close {
    position:absolute;
    top:0;
    right:0;
    width:20px;
    height:20px;
    font-size:12px;
    color:#888;
    cursor: pointer;
} 원본 - 이하 하단 수정본
*/
#modal__stay_list_map .modal_body .list_card__map {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background: #fff;
}
#modal__stay_list_map .btn__list_card_close {
    position:absolute;
	top: -42px;
	right: 16px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 10px 10px;
    z-index: 100;
    cursor: pointer;
}

#modal__stay_list_map .btn__list_card_close > img {
	width: 12px;
	height: 12px;
	display: inline-block;
}
#modal__stay_list_map .modal_body .list_module__stay_hotel{
    padding: 0 0;
}
#modal__stay_list_map .modal_body .list_module__stay_hotel .list_box {
    margin: 0 0 0 0;
	border-bottom: none;
}

#modal__stay_list_map .modal_body .list_module__stay_hotel .contents_box--right .translated_name_and_name {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #222;
	line-height: 1.3;
	margin: 0 0 4px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
