.map_view_header {
	display: flex;
	height: 60px;
	justify-content: space-between;
	border-bottom: 1px solid #d3d3d3;
}
.map_view_header > .left_box,
.map_view_header > .right_box {
	display: flex;
	flex: 0 1 100%;
	max-width: 100%;
}
.map_view_header > .left_box {
	position: relative;
	max-width: calc(100% - 450px);
	justify-content: space-between;
}
.map_view_header > .left_box .tab_list {
	display: flex;
	padding: 0;
	align-items: center;
}
.map_view_header > .left_box .tab_list li {
	margin: 0;
	color: #111;
	font-weight: 600;
	/*font-size: 0.875rem;*/
}
.map_view_header > .left_box .tab_list li a {
	display: block;
	padding: 19px 50px;
	white-space: nowrap;
}
.map_view_header > .left_box .tab_list li.on a {
	position: relative;
	color: #fff;
	background-color: #154ec4;
}
.map_view_header > .left_box .tab_list li a.new_icon {
	position: relative;
}
.map_view_header > .left_box .tab_list li a.new_icon::after {
	content: "";
	position: absolute;
	top: 18px;
	right: 25px;
	width: 10px;
	height: 10px;
	background-image: url("/images/main/new_icon.svg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 8px;
}
.map_view_header > .left_box > button {
	display: flex;
	position: relative;
	padding: 5px 25px;
	border-left: 1px solid #d3d3d3;
	background-color: #fff;
	outline: none;
	font-size: 0.875rem;
	align-items: center;
}
.map_view_header > .right_box {
	flex: 0 0 auto;
	justify-content: flex-end;
}
.map_view_header > .right_box > .search_area {
	padding: 12px 15px;
	flex: 0 0 430px;
	max-width: 430px;
}
.search_area {
	display: flex;
	align-items: center;
}
.search_area > input {
	padding: 0 12px;
	height: 40px;
	flex: 0 1 100%;
	max-width: 100%;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	outline: none;
	font-size: 0.875rem;
}
.search_area > button {
	margin-left: 10px;
	padding: 0;
	height: 40px;
	flex: 0 0 50px;
	max-width: 50px;
	border-radius: 4px;
	font-size: 0.875rem;
}
.map_view_header > .right_box > .filter_reset,
.block_controller .filter_reset {
	margin-right: 15px;
	margin-left: 15px;
	padding: 0;
	flex: 0 0 30px;
	max-width: 30px;
	width: 30px;
	height: 32px;
	border-radius: 3px;
	border: 1px solid #dfdfdf;
	background-color: #fff;
	align-self: center;
}
.map_view_header > .right_box > .filter_reset > img,
.block_controller .filter_reset > img {
	display: block;
	margin: 0 auto;
}
.map_view_header > .right_box > .filter_area {
	display: flex;
	padding: 10px 15px;
	align-items: center;
	justify-content: flex-end;
	border-left: 1px solid #d3d3d3;
}
.map_view_header > .right_box > .filter_area > * + * {
	margin-left: 5px;
}

.filter_ico {
	display: inline-block;
	padding: 8px 0;
	flex: 0 0 30px;
	max-width: 30px;
	width: 30px;
	height: 32px;
	border-radius: 3px;
	border: 1px solid #dfdfdf;
	background-color: #fff;
	background-image: url('/images/icon/filter_ico_black.png');
	background-repeat: no-repeat;
	background-position: center;
}
.filter_ico.filter {
	border-color: #0075de;
	background-color: #0075de;
	background-image: url('/images/icon/filter_ico.png');
}
.gnb_filter_btn {
	position: relative;
	margin-left: 20px;
	padding-left: 20px;
	white-space: nowrap;
	cursor: pointer;
}
.gnb_filter_btn::before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 20px;
	left: 0;
	top: 50%;
	background-color: #eee;
	transform: translate(0, -50%);
}
.gnb_filter_btn > button {
	margin-left: 2px;
	padding: 5px 12px;
	background-color: #0075de;
	border-radius: 4px;
	color: #fff;
	font-size: 0.7rem;
}
.gnb_filter_btn > button.on {
	background-color: #000;
}
.gnb_filter_btn > button > span {
	display: inline-block;
	position: relative;
	width: 6px;
	height: 6px;
	margin-left: 3px;
	margin-bottom: 2px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(-135deg);
}
.gnb_filter_btn > button.on > span {
	bottom: -3px;
	transform: rotate(45deg);
}

.gnb_filter {
	display: flex;
}
.gnbFilter {
	display: none;
	position: absolute;
	top: 188px;
    left: 0;	
	background-color: #fff;
	border: 1px solid #dfdfdf;
	z-index: 13;
}
.gnbFilter.on {
	display: block;
}
.gnb_filter_btn {
	font-size: 0.8rem;
	font-weight: 600;
}
.gnb_filter_btn > span {
	color: #285cc9;
}
.gnb_filter_btn_area {
	display: flex;
	padding: 20px 0;
	border-top: 1px solid #eee;
	align-items: center;
	justify-content: center;
}
.gnb_filter_btn_area button {
	display: flex;
	flex: 0 0 75px;
	max-width: 75px;
	width: 75px;
	height: 30px;
	margin: 0 2px;
	border-radius: 3px;
	justify-content: center;
	align-items: center;
}
.gnb_filter_btn_area button > p {
	margin-left: 5px;
	font-size: 0.75rem;
}
.gnb_filter_btn_area .btn_black > span {
	display: inline-block;
	position: relative;
	width: 10px;
	height: 10px;
}
.gnb_filter_btn_area .btn_black > span::before {
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 1px;
	margin-top: -5px;
	margin-right: -2px;
	top: 50%;
	right: 50%;
	background-color: #fff;
	transform: rotate(45deg) translate(50%, -50%);
}
.gnb_filter_btn_area .btn_black > span::after {
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 1px;
	margin-top: 5px;
	margin-right: -3px;
	top: 50%;
	right: 50%;
	background-color: #fff;
	transform: rotate(-45deg) translate(50%, -50%);
}
.filter_select_wrap > .filter_selected {
	position: relative;
	color: #757575;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
}
.filter_select_wrap.filter > .filter_selected {
	color: #0086ff;
	background-color: #ebf4fc;
	border-color: #ebf4fc;
}
.choose_txt {
	padding: 4px 20px 4px 7px;
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.8rem;
	font-weight: 600;
	cursor: pointer;
}
.filter_select_wrap > .filter_selected:after {
	content: '';
	display: block;
	position: absolute;
	margin-top: -4px;
	top: 50%;
	right: 6px;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
	transform: rotate(45deg);
}
.filter_select_wrap.filter > .filter_selected:after {
	border-color: #0086ff;
}
.map_view_header .filter_select_box {
	left: auto;
	right: 0;
}
.filter_select_box + .filter_select_box {
	border-left: 1px solid #eee;
}
.filter_select_box > button {
	position: absolute;
	padding: 0;
	top: 18px;
	right: 23px;
	color: #6b6b6b;
	background-color: transparent;
	border-bottom: 1px solid #a3a3a3 !important;
	outline: none;
	font-size: 12px;
}
.filter_select_box {
	background-color: #fff;
}
.filter_select_box > .title {
	padding: 15px 20px;
	border-bottom: 1px solid #eee;
	line-height: 1;
	font-weight: 500;
}
.filter_select_box > .inner {
	padding: 15px 20px;
}
.filter_select_box > .inner > .title_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.filter_select_box > .inner > .title_wrap .title {
	font-size: 0.75rem;
	font-weight: 600;
}
.filter_select_box > .inner > .filter_select_content {
	padding: 5px 0;
}
.filter_select_box > .inner > .filter_select_content .inner {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #eee;
}
.filter_select_box > .inner > .filter_select_content .inner .title {
	font-size: 0.75rem;
	font-weight: 600;
}
.filter_select_box > .inner > .filter_select_content .inner .filter_select_content {
	padding: 5px 0;
}
.filter_select_box > .inner + .inner {
	position: relative;
}
.filter_select_box > .inner + .inner::before {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	top: 0;
	left: 15px;
	right: 15px;
	background-color: #eee;
}
.filter_select_box .basic_chk {
	margin-right: 5px;
}
.filter_select_box .basic_chk > input[type=checkbox] + span {
	width: 14px;
	height: 14px;
	border-radius: 2px;
}
.filter_select_box .basic_chk > input[type=checkbox] ~ p {
	font-size: 0.75rem;
}

.filter_select_box .basic_chk > input[type=radio] + span {
	width: 14px;
	height: 14px;
}
.filter_select_box .basic_chk > input[type=radio]:checked + span::after {
	content: '';
	display: block;
	position: absolute;
	margin-top: -3px;
	margin-right: -3px;
	top: 50%;
	right: 50%;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #154ec4;
}
.filter_select_box .basic_chk > input[type=radio] ~ p {
	font-size: 0.75rem;
}

.filter_select_content {
	padding: 10px 20px;
}
.filter_select_content + .title {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #eee;
}
.filter_select_content li {
	padding-top: 3px;
	padding-bottom: 3px;
}
.filter_select_content > ul.multiple {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.filter_select_content > ul.multiple li {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
}
.filter_select_desc_wrap {
	padding: 0 15px;
}
.filter_select_desc {
	padding-top: 10px;
	border-top: 1px solid #eee;
}
.alert_txt {
	padding-left: 22px;
	background-image: url("/images/icon/alert_ico.png");
	background-repeat: no-repeat;
	background-position: left center;
	color: #999;
	font-size: 0.75rem;
}
.basic_chk {
	cursor: pointer;
}
.basic_chk > input {
	display: none;
}
.basic_chk > input[type=checkbox] + span {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 3px;
	border-radius: 3px;
	border: 1px solid #d3d3d3;
	background-color: #fff;
	vertical-align: middle;
}
.basic_chk > input[type=checkbox]:checked + span {
	border-color: #154ec4;
	background-color: #154ec4;
	background-image: url("/images/join/check_icon.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px auto;
}
.basic_chk > input[type=radio] + span {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	margin-right: 5px;
	border-radius: 100%;
	border: 1px solid #d3d3d3;
	vertical-align: middle;
}
.basic_chk > input[type=radio]:checked + span {
	border-color: #154ec4;
}
.basic_chk > input[type=radio]:checked + span::after {
	content: '';
	display: block;
	position: absolute;
	margin-top: -4px;
	margin-right: -4px;
	top: 50%;
	right: 50%;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #154ec4;
}
.basic_chk p {
	display: inline-block;
	vertical-align: middle;
}
.basic_chk.shadow {
	box-shadow: none !important;	
}
.basic_chk.shadow > input + span {
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);	
}
.txt_chk > input {
	display: none;
}
.txt_chk > input + p {
	padding: 12px;
}
.txt_chk > input:checked + p {
	background-color: #f6f6f6;
	color: #154ec4;
}



.slider_wrap {
	min-width: 340px;
}
.filter_select_header {
	display: flex;
	padding-top: 30px;
	justify-content: space-between;
	align-items: flex-end;
}
.filter_slider_txt {
	margin-bottom: 10px;
	color: #154ec4;
}

/*rSlider 커스텀*/
.rs-tooltip {
	display: none;
}
.rs-container .rs-pointer {
	position: absolute;
	width: 17px;
	height: 17px;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 100%;
	cursor: pointer;
	left: -10px;
	top: 0;
	transition: all .2s linear;
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.1);
}
.rs-container .rs-pointer::after, .rs-container .rs-pointer::before {
	display: none;
}
.ui-slider-horizontal {
	height: 6px;
}
.ui-slider .ui-slider-range {
	background-color: #154ec4;
}

.rs-container .rs-bg, .rs-container .rs-selected {
	background-color: #ededed;
	border: 1px solid #ededed;
	height: 6px;
}
.rs-container .rs-selected {
	background-color: #154ec4;
	border: 1px solid #154ec4;
}

.rs-container .rs-scale span,
.rs-container .rs-scale span ins {
	color: #999;
	font-size: 10px;
	cursor: pointer;
}

#referPriceSliderWrap .rs-container .rs-scale span {
	opacity: 0;
}
#referPriceSliderWrap .rs-container .rs-scale span:first-child {
	opacity: 1;
}
#referPriceSliderWrap .rs-container .rs-scale span:nth-child(11) {
	opacity: 1;
}
#referPriceSliderWrap .rs-container .rs-scale span:nth-child(21) {
	opacity: 1;
}
#referPriceSliderWrap .rs-container .rs-scale span:last-child {
	opacity: 1;
}

#priceSliderWrap .rs-container .rs-scale span {
	opacity: 0;
}
#priceSliderWrap .rs-container .rs-scale span:first-child {
	opacity: 1;
}
#priceSliderWrap .rs-container .rs-scale span:nth-child(11) {
	opacity: 1;
}
#priceSliderWrap .rs-container .rs-scale span:nth-child(21) {
	opacity: 1;
}
#priceSliderWrap .rs-container .rs-scale span:last-child {
	opacity: 1;
}

#monthPriceSliderWrap .rs-container .rs-scale span {
	opacity: 0;
}
#monthPriceSliderWrap .rs-container .rs-scale span:first-child {
	opacity: 1;
}
#monthPriceSliderWrap .rs-container .rs-scale span:nth-child(6) {
	opacity: 1;
}
#monthPriceSliderWrap .rs-container .rs-scale span:nth-child(11) {
	opacity: 1;
}
#monthPriceSliderWrap .rs-container .rs-scale span:last-child {
	opacity: 1;
}

#areaSliderWrap .rs-container .rs-scale span {
	opacity: 0;
}
#areaSliderWrap .rs-container .rs-scale span:first-child {
	opacity: 1;
}
#areaSliderWrap .rs-container .rs-scale span:nth-child(6) {
	opacity: 1;
}
#areaSliderWrap .rs-container .rs-scale span:nth-child(11) {
	opacity: 1;
}
#areaSliderWrap .rs-container .rs-scale span:last-child {
	opacity: 1;
}



.item_list_wrapper {
	position: absolute;
	top: 129px;
	right: 0;
	bottom: 0;
	border-top: 1px solid #d3d3d3;
	background-color: #fff;
	box-shadow: -3px 0 5px 0 rgba(0,0,0,0.1);
	z-index: 12;
}
.btn_side_tap {
	position: absolute;
	margin-top: -20px;
	left: -18px;
	top: 50%;
	width: 18px;
	height: 40px;
	background-color: #fff;
	border: none;
	border-radius: 5px 0 0 5px;
	outline: none;
	box-shadow: -1px 0 4px 0 rgba(0,0,0,0.1);
}
.btn_side_tap:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 5px solid #154ec4;
	border-bottom: 5px solid transparent;
}
.btn_side_tap.on:before {
	border-left: 5px solid #154ec4;
	border-right: none;
}


/* /index/rent_addr 페이지에 있음 */
.item_list_wrapper.full {
	position: static;
	box-shadow: none;
	border-color: #eee;
}
.item_list_wrapper.full .list_body_wrap.dual {
	width: 100%;	
}
.item_list_wrapper .list_header_top,
.item_list_wrapper .list_header_bottom {
	display: flex;
	padding: 10px 20px;
	height: 60px;
	align-items: center;
	justify-content: space-between; 
	border-bottom: 1px solid #eee;
}
.item_list_wrapper .list_header_top > * {
	display: flex;
	align-items: center;
}
.item_list_wrapper .list_header_top button {
	padding: 7px 15px;
	border-radius: 30px;
	font-size: 0.75rem;
}


.item_list_wrapper .list_header select {
	font-size: 0.8rem;
}
.item_list_wrapper .list_header select + select {
	margin-left: 5px;
}
.item_list_wrapper .list_header_bottom .left_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item_list_wrapper .list_header_bottom .left_box ul {
	display: flex;
	padding: 0 8px;
}
.item_list_wrapper .list_header_bottom .left_box ul li {
	position: relative;
	padding: 0 8px;
}
.item_list_wrapper .list_header_bottom .left_box ul li + li:before {
	content: '';
	display: block;
	position: absolute;
	margin-top: -7px;
	top: 50%;
	left: 0;
	width: 1px;
	height: 14px;
	background-color: #dfdfdf;
}

.item_list_wrapper .list_header_bottom .left_box ul li button {
	display: block;
	border: none;
	background-color: #fff;
	font-size: 0.75rem;
}

.item_list_wrapper .list_header .search_area {
	position: relative;
	padding: 0 15px;
	flex: 0 0 260px;
	max-width: 260px;
	width: 260px;
	height: 32px;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
}
.item_list_wrapper .list_header .search_area input {
	padding: 0;
	height: 100%;
	border: none;
	font-size: 0.875rem;
}
.item_list_wrapper .list_header .search_area > button {
	position: absolute;
	right: 10px;
	padding: 0;
	flex: 0 0 20px;
	max-width: 20px;
	background: none;
	text-align: right;
}
.list_body_wrap {
	width: 675px;
	height: calc(100% - 120px);
	overflow: auto;
}
.list_body_wrap.large {
	width: 905px;
}
.list_body_wrap .pagination {
	padding: 20px 0;
	flex: 0 0 100%;
	max-width: 100%;
}
.list_body_wrap .page-item {
	display: inline-block;
	margin: 0 7px;
	flex: 0 0 20px;
	max-width: 20px;
	height: 20px;
	font-size: 14px;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
}
.list_body_wrap .page-item a {
	line-height: 18px;
}
.page-item a {
	display: block;
}
.page-item:nth-last-child(1) {
	margin: 0 5px;
	flex: 0 0 20px;
	max-width: 20px;
	background-image: url("/images/icon/page_last.png");
	text-indent: -9999px;
}
.page-item:nth-child(1) {
	margin: 0 5px;
	flex: 0 0 20px;
	max-width: 20px;
	background-image: url("/images/icon/page_first.png");
	text-indent: -9999px;
}
.page-item:nth-last-child(2) {
	margin: 0 5px;
	flex: 0 0 20px;
	max-width: 20px;
	background-image: url("/images/icon/page_next.png");
	text-indent: -9999px;
}
.page-item:nth-child(2) {
	margin: 0 5px;
	flex: 0 0 20px;
	max-width: 20px;
	background-image: url("/images/icon/page_prev.png");
	text-indent: -9999px;
}
.list_body_wrap .page-item.active {
	border: none;
	font-weight: 600;
}
.list_body {
	display: flex;
	width: 100%;
	background-color: #fff;
	flex-wrap: wrap;
}
.list_item {
	position: relative;
	padding: 10px 0;
	flex: 0 0 100%;
	max-width: 100%;
}
.list_body_wrap.dual .list_item {
	flex: 0 0 50%;
	max-width: 50%;
}
.list_item:hover,
.list_item:hover .list_item_info_wrap {
	background-color: #f0f3f8;
}
.list_body_wrap.large .list_item_box .txt_box .left_box {
	display: flex;
}
.list_body_wrap.large .list_item_box .item_addr_info_wrap {
	padding: 0 20px;
	flex: 0 1 100%;
	max-width: 100%;
}
.list_body_wrap.large .list_item_box .txt_box h5 {
	font-size: 1.18rem;
	letter-spacing: -1px;
}
.list_body_wrap.large .list_item_box .item_addr_info_wrap .item_addr_info_txt {
	font-size: 1.07rem;
	color: #000;
}
.item_link_txt {
	cursor: pointer;
}
.item_link_txt:hover {
	text-decoration: underline;
}
.list_body_wrap.large .list_item_box .item_addr_info_wrap .txt_box_bottom {
	margin-top: 15px;
}
.list_body_wrap.large .list_item_box .inner_box {
	flex: 0 0 150px;
	max-width: 150px;
}
.list_body_wrap.large .list_box_right .tag_area {
	flex-wrap: wrap;
}
.list_body_wrap.large .list_box_right .tag_area > * {
	margin-top: 2px;
	margin-bottom: 2px;
}
.large_list_show {
	display: none;
	color: #666;
	font-size: 0.875rem;
}
.item_addr_info_wrap .large_list_show {
	font-size: 0.75rem;
}
.item_addr_info_wrap .large_list_show + * {
	margin-left: 0;
}
.list_body_wrap.large .large_list_show + * {
	margin-left: 5px;
}
.large_list_hide {
	display: inline-block;
}
.list_body_wrap.large .large_list_show {
	display: inline-block;
}
.list_body_wrap.large .large_list_hide {
	display: none;
}
.list_body_wrap.large .large_list_show .badge_red,
.list_body_wrap.large .large_list_show .badge_black {
	padding: 2px 6px;
	font-size: 0.75rem;
}
.list_body_wrap.large .list_item_box .txt_box .left_box .item_addr_info > .roadmap_ico {
	margin-top: 0;
}
.list_body_wrap .list_item:first-child {
	padding-top: 20px;
}
.list_body_wrap .list_item:last-child {
	padding-bottom: 20px;
}
.list_body_wrap.dual .list_item:nth-child(-n + 2) {
	padding-top: 20px;
}
.list_body_wrap.dual .list_item:last-nth-child(-n + 2) {
	padding-bottom: 20px;
}
.list_body_wrap.large .list_item,
.list_body_wrap.dual .list_item {
	border-left: 1px solid #ededed;
}
.list_item_box {
	display: flex;
	padding-left: 15px;
	padding-right: 15px;
	align-items: center;
}
.list_item_box .thumb_img {
	position: relative;
	padding: 5px 10px;
	flex: 0 0 137px;
	max-width: 137px;
	height: 98px;
	background-color: #f9f9f9;
	background-position: center;
	background-size: cover;
}
.list_item_box .thumb_img.none_img {
	background-position: center;
	background-size: 63%;
	background-repeat: no-repeat;
}
.list_item_box .thumb_img .video_overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	/* 	background-color: rgba(0,0,0,0.4); */
	background-image: url("/images/icon/video_ico.png");
	background-position: center;
	background-size: auto 40%;
	background-repeat: no-repeat;	
	cursor: pointer;
}
.list_item_box .thumb_img .basic_chk > input[type=checkbox] + span {
	margin: 0 !important;
	display: block;
}
.list_item_box .map_img {
	margin-left: 10px;
	flex: 0 0 175px;
	max-width: 175px;
	height: 115px;
	background-color: #efefef;
	border: 1px solid #efefef;
}
.list_item_box .basic_chk {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
}
.list_item_box .thumb_img.none_img .overlay {
	background-image: none !important;
}
.list_item_box .thumb_img .overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-image: url('/images/content_full_mark.png');
	background-size: 77px auto;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.list_item_box .thumb_img:hover .overlay {
	background-color: rgba(0,0,0,0.2);
	background-image: none;
}
.list_item_box .thumb_img:hover .overlay:before,
.list_item_box .thumb_img:hover .overlay:after {
	display: block;
}

.list_item_box .thumb_img .overlay:before,
.list_item_box .thumb_img .overlay:after {
	content: '';
	display: none;
	position: absolute;
	top: 50%;
	right: 50%;
	background-color: #fff;
}
.list_item_box .thumb_img .overlay:before {
	margin-top: -15px;
	margin-right: -1px;
	width: 2px;
	height: 30px;
}
.list_item_box .thumb_img .overlay:after {
	margin-top: -1px;
	margin-right: -15px;
	width: 30px;
	height: 2px;
}


.list_item_box .txt_box {
	display: flex;
	padding-left: 15px;
	flex: 0 1 100%;
	max-width: 100%;
	cursor: pointer;
}
.tag_area > * + * {
	margin-left: 2px;
}
.new_tag {
	display: inline-block;
	margin-right: 3px;
	padding: 0px 4px;
	border-radius: 3px;
	border: 1px solid #f66639;
	background-color: #f66639;
	color: #fff;
	font-size: 0.675rem;
	font-weight: 600;
	vertical-align: middle;
} 
.border_tag {
	display: inline-block;
	padding: 0 3px;
	border-radius: 3px;
	border: 1px solid #0086ff;
	background-color: #fff;
	color: #0086ff;
	font-size: 0.675rem;
	font-weight: 400;
	vertical-align: middle;
}
.border_tag:hover {
	color: #0086ff;
}
.bg_tag {
	display: inline-block;
	padding: 0 3px;
	border-radius: 3px;
	border: 1px solid #f0f2f6;
	background-color: #f0f2f6;
	color: #7187b2;
	font-size: 0.675rem;
	font-weight: 400;
	vertical-align: middle;
}
.list_item_box .txt_box .reg {
	margin-top: 5px;
	color: #999;
	line-height: 1;
}
.list_item_box .txt_box .left_box {
	flex: 0 1 100%;
	max-width: 100%;
}
.list_item_box .txt_box .left_box .item_addr_info {
	display: flex;
	flex-wrap: wrap;
}
.list_item_box .txt_box .left_box .item_addr_info > p {
	margin-right: 5px;
	font-weight: 600;
}
.list_item_box .txt_box .left_box .item_addr_info > .roadmap_ico {
	display: none;
	margin-top: -2px;
	padding: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	background-color: #fff;
}
.list_item_box .txt_box .left_box .item_addr_info > .roadmap_ico > img {
	display: block;
	margin: 0 auto;
}

.list_item_box .txt_box .left_box p {
	font-size: 0.75rem;
	line-height: 1.4;
}
.list_body_wrap.dual .list_item_box .txt_box .left_box p {
	font-size: 1rem;
}
.list_item_box .txt_box .right_box {
	flex: 0 0 115px;
	max-width: 115px;
}
.list_item_box .txt_box .right_box .item_btn_top_area {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.list_item_box .txt_box .right_box .item_btn_top_area button {
	padding: 5px 0;
	flex: 0 0 50%;
	max-width: calc(50% - 2px);
	border-radius: 3px;
	font-size: 0.7rem;
}
.list_item_box .txt_box .right_box .btn_border_blue {
	border-color: #c4d3f0 !important;
	background-color: #fff;
}
.list_item_box .txt_box .right_box > button,
.list_item_box .txt_box .right_box > a {
	display: block;
	padding: 5px 0;
	width: 100%;
	border-radius: 3px;
	font-size: 0.7rem;
}
.list_item_box .txt_box .right_box > * + * {
	margin-top: 5px;
}
.list_item_box .txt_box h5 {
	font-size: 1.125rem;
}
.list_item_info_wrap {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	border: 1px solid #ccc;
	background-color: #fff;
	z-index: 2;
}
.list_item_info {
	position: relative;
	padding: 20px;
	min-height: 125px;
	background-color: #f6f6f6;
	cursor: pointer;
}
.list_info_box {
	position: relative;
	height: 20px;
	background-color: #f6f6f6;
	z-index: 10;
}
.list_info_box .close_mypage {
	top: 15px;
}
.list_item.on .list_item_info_wrap {
	display: block;
}
.list_item_info p {
	font-size: 0.75rem;
}
.list_item_info_header, .list_item_info_body {
	display: flex;
	justify-content: space-between;
}
.list_item_info_header > ul {
	display: flex;
	align-items: center;
}
.list_item_info_header > ul li {
	position: relative;
	font-size: 0.75rem;
}
.list_item_info_header > ul li + li {
	position: relative;
	margin-left: 12px;
	padding-left: 12px;
}
.list_item_info_header > ul li + li:before {
	content: '';
	display: block;
	position: absolute;
	margin-top: -6px;
	top: 50%;
	left: 0;
	width: 1px;
	height: 12px;
	background-color: #dfdfdf;
}
.list_item_info_body {
	margin-top: 10px;
}
.list_item_info_body .btn_area {
	padding-left: 10px;
	flex: 0 0 95px;
	max-width: 95px;
	text-align: right;
}
.list_item_info_body .btn_area button {
	background-color: #fff;
	border: none;
	font-size: 0.75rem;
	color: #999;
}
.list_item_info_body .btn_area button {
	margin-top: 3px;
}
.map_area {
	width: calc(100% - 550px);
	height: calc(100% - 191px);
}
.map_area.large {
	width: calc(100% - 860px);
}
.map_area.full {
	width: 100%;
}
.addr_filter dl {
	display: flex;
	padding: 15px 30px;
	align-items: center;
	flex-wrap: wrap;
}
.addr_filter dl dt {
	padding-right: 20px;
	border-right: 1px solid #d3d3d3;
	font-size: 0.875rem;
}
.addr_filter dl dd {
	position: relative;
	margin-left: 20px;
}
.addr_filter dl dd.active > p {
	color: #154ec4;
	font-weight: 600;
}
.addr_filter dl dd > p {
	display: inline-block;
	position: relative;
	padding-right: 12px;
	vertical-align: middle;
	cursor: pointer;
}
.addr_filter dl dd > p:after {
	content: '';
	display: block;
	position: absolute;
	margin-top: -1px;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	border-top: 4px solid #404040;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
}
.addr_filter dl dd.on .addr_child_detail {
	display: block;
}
.addr_filter .addr_child_detail {
	display: none;
	position: absolute;
	margin-top: 5px;
	top: 100%;
	width: 300px;
	background-color: #fff;
	border: 1px solid #d3d3d3;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
	z-index: 2;
}
.addr_filter .addr_child_detail .close_mypage {
	top: -11px;
	right: -10px;
	padding: 0;
	width: 20px;
	height: 20px;
	color: #fff;
	background-color: #000;
	border: 1px solid #000 !important;
	border-radius: 50%;
}
.addr_filter .addr_child_detail .close_mypage img {
	display: block;
	margin: 0 auto;
}
.addr_filter .addr_child_detail ul {
	display: flex;
	flex-wrap: wrap;
}
.addr_filter .addr_child_detail ul li {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
.addr_filter .addr_child_detail ul li:nth-child(-n + 3) {
	border-top: 1px solid #eee;
}
.addr_filter .addr_child_detail ul li:last-nth-child(-n + 3) {
	border-bottom: none;
}
.addr_filter .addr_child_detail ul li:nth-child(3n) {
	border-right: none;
}
.addr_filter .addr_child_detail li > * {
	display: block;
	width: 100%;
}
.addr_filter_result {
	display: flex;
	padding: 15px 30px;
	height: 50px;
	background-color: #f9f9f9;
	align-items: center;
	flex-wrap: wrap;
}
.addr_select_tag {
	margin-right: 15px;
	font-size: 0.75rem;	
}
.addr_select_tag > .title {
	position: relative;
	padding-right: 15px;
	color: #154ec4;	
}
.addr_select_tag > .title:after {
	content: '';
	display: block;
	position: absolute;
	margin-top: -2px;
	right: 5px;
	top: 50%;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
	border-right: 1px solid #154ec4;
	border-top: 1px solid #154ec4;
}
.addr_select_tag button {
	position: relative;
	margin-left: 3px;
	padding: 0;
	width: 10px;
	height: 10px;
	background-color: transparent;
	border: none;
}
.addr_select_tag button:before {
	content: '';
	display: block;
	position: absolute;
	top: 1px;
	right: 4px;
	width: 2px;
	height: 11px;
	background-color: #999;
	transform: rotate(45deg);
}
.addr_select_tag button:after {
	content: '';
	display: block;
	position: absolute;
	top: 1px;
	right: 4px;
	width: 2px;
	height: 11px;
	background-color: #999;
	transform: rotate(-45deg);
}

.item_view {
	margin: 0 auto;
	padding: 70px 15px;
	width: 1200px;
}
.item_view_header_btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.75rem;
}
.item_view_header_btn button {
	padding: 3px 10px;
	border-radius: 3px;
}
.item_view_header_btn button + button {
	margin-left: 3px;
}
.item_view_header_btn label + label {
	margin-left: 10px;
}
.item_view_header_btn label p {
	font-size: 0.75rem;
}
.item_view_header_btn .left_box button {
	position: relative;
	padding: 0 13px;
	background-color: transparent;
	border: none;
	font-size: 0.875rem;
}
.item_view_header_btn .left_box button:after {
	content: '';
	display: block;
	position: absolute;
	margin-top: -3px;
	right: 5px;
	top: 50%;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
	border-right: 1px solid #000;
	border-top: 1px solid #000;
}
.item_view_header > p {
	padding: 5px 25px;
	margin-top: 15px;
	background-color: #f4f4f4;
	color: #999;
	font-size: 0.75rem;
}
.item_view_header_info {
	padding: 25px 0 10px;	
}
.item_view_header_info .txt_box,
.item_view_header_info .info_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* .item_view_header_info .txt_box .left_box {
	display: flex;
	align-items: center;
} */
.item_view_header_info .txt_box .left_box p {
	color: #666;
}
.item_view_header_info .txt_box .left_box .title {
	display: flex;
	align-items: center;
	font-size: 1.125rem;
}
.item_view_header_info .txt_box .left_box .title > span {
	padding: 0 4px;
	margin-left: 3px;
	line-height: 1.6;
}
.item_view_header_info .info_box .left_box ul {
	display: flex;
	align-items: center;
	font-size: 1.5rem;
}
.item_view_header_info .info_box .left_box ul li {
	position: relative;
	line-height: 1;
}
.item_view_header_info .info_box .left_box ul li + li {
	position: relative;
	margin-left: 15px;
	padding-left: 15px;
}
.item_view_header_info .info_box .left_box ul:nth-child(1) li + li:before {
	content: '';
	display: block;
	position: absolute;
	margin-top: -13px;
	left: 0;
	top: 50%;
	width: 1px;
	height: 26px;
	background-color: #e0e0e0;
}
.item_view_header_info .info_box .left_box ul.sub_btn_area {
	margin-top: 10px;
}
.item_view_header_info .info_box .left_box ul.sub_btn_area li {
	margin: 0;
	padding: 0;
}
.item_view_header_info .info_box .left_box ul.sub_btn_area li + li {
	margin-left: 5px;
	padding-left: 5px;
}
.item_view_header_info .info_box .right_box {
	position: relative;
	flex: 0 0 330px;
	max-width: 330px;
	text-align: right;
}
.item_view_header_info .info_box .right_box .phone_view_box {
	left: 0;
	right: 0;
	bottom: auto;
	text-align: left;
}
.item_view_header_info .info_box .right_box button {
	padding: 10px 30px;
	border: 1px solid #164ebc;
	border-radius: 30px;
	background-color: #164ebc;
	color: #fff;
	font-size: 0.875rem;
}
.item_view_body_info {
	display: flex;
	border-top: 3px solid #164ebc;
	flex-wrap: wrap;
}
.item_view_body_info table {
	width: 100%;
	font-size: 0.875rem;
}
.item_view_body_info table tr {
	border-bottom: 1px solid #eee;
}
.item_view_body_info table th {
	color: #999;
	font-weight: 400;
}
.item_view_body_info table th,
.item_view_body_info table td {
	padding: 15px 0;
}
.item_view_body_info.cnt4 dl {
	flex: 0 0 25%;
	max-width: 25%;
}
.item_view_body_info.cnt4 dl:last-of-type {
	flex: 0 1 100%;
	max-width: 100%;
}
.item_view_body_info.cnt4.sales_view dl:last-of-type {
	flex: 0 0 25%;
	max-width: 25%;
}

.item_view_body_info.cnt4 .last_row {
	display: flex;
	flex: 0 0 100%;
	max-width: 100%;
}
.item_view_body_info.cnt4 .last_row dl {
	flex: 0 0 50%;
	max-width: 50%;
}
.item_view_body_info.cnt4 .last_row dl:last-child {
	flex: 0 1 100%;
	max-width: 100%;   
}
.item_view_body_info.cnt4.sales_view .last_row dl:last-of-type {
	flex: 0 0 50%;
	max-width: 50%;
}
.item_view_body_info dl {
	display: flex;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	border-bottom: 1px solid #f1f1f1;
	font-size: 0.875rem;
}
.item_view_body_info dl.full_row_info {
	margin-top: -1px;
	flex: 0 0 100%;
	max-width: 100%;
	border-top: 1px solid #f1f1f1;
}
.item_view_body_info dl dt {
	padding: 15px 5px;
	flex: 0 0 100px;
	max-width: 100px;
	width: 100px;
	color: #999;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
}
.item_view_body_info dl dd {
	padding: 15px;
	flex: 0 1 100%;
	max-width: 100%;
	width: 100%;
	font-size: 14px;
}

.item_view_gallery {
	display: flex;
	margin-top: 30px;
}
.item_view_gallery .left_box {
	flex: 0 0 75%;
	max-width: 75%;
}
.item_view_gallery .left_box,
.item_view_gallery .right_box {
	height: 580px;
}
.item_view_gallery .right_box {
	display: flex;
	flex: 0 0 25%;
	max-width: 25%;
	flex-wrap: wrap;
}
.item_view_gallery .left_box .gallery_img {
	position: relative;
	width: 100%;
	height: 100%;
}
.item_view_gallery .left_box .gallery_img .gallery_video_wrap {
	width: 100%;
	height: 100%;
	background-color: #000;
}
.item_view_gallery .left_box .gallery_img .gallery_video_wrap iframe {
	width: 100%;
	height: 100%;
}
.item_view_gallery .left_box .gallery_img .video_black_layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background-color: rgba(0,0,0,0.3); */
	cursor: pointer;
}
.item_view_gallery .left_box .gallery_img .video_black_layer > img {
	position: absolute;
	top: 50%;
	right: 50%;
	width: auto;
	height: auto;
	min-width: auto;
	min-height: auto;
	transform: translate(50%, -50%);
	background-color: transparent;
}
.item_view_gallery .right_box .gallery_img {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	height: 33.3333%;
}
.item_view_gallery .gallery_img {
	overflow: hidden;
	background-color: #000;
	border: 2px solid #fff;
}
.item_view_gallery .left_box .gallery_img img {
	max-width: none;
	max-height: 100%;	
	min-width: auto;
	min-height: 100%;
}
.item_view_gallery .gallery_img img {
	position: absolute;
	top: 50%;
	right: 50%;
	max-width: 120%;
	/*max-height: 100%;*/
	min-width: 100%;
	min-height: 100%;
	transform: translate(50%, -50%);
}
.item_view_gallery .gallery_img.none_img {
	background-color: #f9f9f9;
}
.item_view_gallery .gallery_img.none_img img {
	width: 40%;
	max-width: none;
	max-height: none;
	min-width: auto;
	min-height: auto;
	background-color: transparent;
}

.item_view_gallery .right_box .gallery_img .overlay {
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: rgba(0,0,0,0.5); 
	color: #fff;
	/*opacity: 0;*/
	transition: opacity 0.3s ease;
	cursor: pointer;
}
/*.item_view_gallery .right_box .gallery_img:hover .overlay {
	opacity: 1;
	}*/
	.item_view_gallery .right_box .gallery_img .overlay span {
		display: block;
		position: relative;
		margin: 0 auto;
		width: 2px;
		height: 40px;
		background-color: #fff;
	}
	.item_view_gallery .right_box .gallery_img .overlay span:before {
		content: '';
		display: block;
		position: absolute;
		margin-top: -1px;
		margin-right: -20px;
		top: 50%;
		right: 50%;
		width: 40px;
		height: 2px;
		background-color: #fff;
	}
	.item_view_gallery .right_box .gallery_img:hover .overlay span {
		animation-name: rotate;
		animation-duration: 1.5s;
		animation-duration: ease-in-out;
	}
	.view_gallery {
		display: flex;
	}
	.print_gallery {
		display: none;
	}
	@keyframes rotate {
		0% {
			transform: rotate(0);
		}
		100% {
			transform: rotate(270deg);
		}
	}


	.item_view_detail {
		padding: 70px 0;
		text-align: center;
	}
	.item_view_detail + .item_view_detail {
		border-top: 1px solid #eee;
	}
	.item_view_detail .title {
		margin-bottom: 15px;
	}
	.item_view_detail .map_box {
		display: flex;
		height: 390px;
		align-items: center;
	}
	.item_view_detail .map_box > * {
		flex: 0 0 50%;
		max-width: 50%;
		height: 100%;
		background-color: #efefef;
	}
	.item_view_detail .map_box > .static_map {
		display: none;
		flex: 0 0 100%;
		max-width: 100%;
		height: 100%;
		background-color: #efefef;
	}

	.item_view_footer {
		margin-top: 100px;
		padding-top: 25px;
		border-top: 1px solid #eee;
		color: #999;
	}
	.item_view_footer li {
		font-size: 0.75rem;
	}

	.gallery_modal .modal-dialog {
		width: 1000px;	
		max-width: 1000px;
	}
	.gallery_modal .modal-content {
		background-color: transparent; 
		border: none;
	}
	.gallery_thumb_button {
		top: 37px !important;
		width: 34px !important;
		height: 86px !important;
		background-color: rgba(0,0,0,0.8);
		background-size: 15px;
	}
	.gallery_thumb_next {
		right: 0 !important;
	}
	.gallery_thumb_prev {
		left: 0 !important;
	}
	.gallery_modal .swiper-slide {
		display: flex;
		align-items: center;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		justify-content: center;
	}
	.gallery_modal .swiper-container {
		width: 100%;
		height: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.gallery_modal .gallery-top {
		height: 653px;
		width: 100%;
	}
	.gallery_modal .gallery-thumbs {
		padding: 10px 0;
		height: 116px;
	}
	.gallery-thumbs .swiper-slide-thumb-active img {
		transform: translate(0px, -15px);
	}
	.gallery-thumbs .swiper-slide img {
		/*width: 131px;*/
		max-width: 131px;
		height: 86px;
		transition: 0.3s ease-out;
	}
	.gallery-thumbs .swiper-slide .video_black_layer {
		position: absolute;
		top: 50%;
		right: 50%;
		transform: translate(50%, -50%);
	}
	.gallery-thumbs .swiper-slide .video_black_layer img {
		width: 35px;
		height: 35px;
	}
	.gallery-top .swiper-slide .gallery_video_wrap {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.gallery-top .swiper-slide .gallery_video_wrap .video_black_layer {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.3);
		cursor: pointer;
	}
	.gallery-top .swiper-slide .gallery_video_wrap .video_black_layer > img {
		position: absolute;
		top: 50%;
		right: 50%;
		width: auto;
		height: auto;
		min-width: auto;
		min-height: auto;
		transform: translate(50%, -50%);
		background-color: transparent;
	}
	.gallery_close {
		margin-top: -60px;
		margin-bottom: 60px;
		text-align: right;
	}
	.gallery_close button {
		border: none;
		outline: none;
		background-color: transparent;
	}

	.custom_modal .modal-body {
		padding: 0 30px;
	}

	.ipt_wrap + .ipt_wrap {
		margin-top: 25px;
	}
	.ipt_wrap_title {
		margin-bottom: 5px;
	}
	.ipt_wrap > input,
	.ipt_wrap > select,
	.ipt_wrap > textarea {
		width: 100%;
		border-radius: 3px;
		border: 1px solid #dfdfdf;
		font-size: 14px;
		resize: none;
	}
/*.map_marker_wrap {
	padding-left: 30px;
	}*/
	.map_marker {
		position: relative;
		margin-left: 25px;
		padding: 3px 10px;
		background-color: rgba(44, 93, 200, 0.85);
		border-radius: 3px;
		border: 2px solid rgba(10, 24, 90, 0.2);
		color: #fff;
		font-weight: 600;
		font-size: 1.2rem;
		text-align: center;
	}
	.map_marker.cluster {
		width: 45px;
		height: 45px;
		border-radius: 100%;
		border: none;
		line-height: 39px;
		font-size: 0.9rem;
	}
	.map_marker.cluster.xs {
		width: 35px;
		height: 35px;
		line-height: 29px;
	}
	.map_marker.cluster:hover,
	.map_marker.cluster.hover {
		background-color: rgba(255, 255, 255, 0.95);
		border: 1px solid #5059c3;
		color: #222d63;
	}

	.map_marker.normal {
		padding: 4px 0 0;
		width: 30px;
		height: 39px;
		background-color: transparent;
		background-image: url(/images/icon/pin.png);
		background-position: center;
		background-size: 100% auto;
		border: none;
	}
	.map_marker.normal .marker_body {
		display: flex;
		margin: 0 auto;
		width: 22px;
		height: 22px;
		background-color: #fff;
		border-radius: 100%;
		border: 1px solid #5369b9;
		align-items: center;
		justify-content: center;
		text-align: center;
		color: #2c5dc8;
	}
	.map_marker.normal .marker_body h6.cnt {
		font-size: 11px;
	}
	
	.map_marker.normal:hover .marker_body,
	.map_marker.normal.hover .marker_body {
		display: flex;
		margin: 0 auto;
		width: 22px;
		height: 22px;
		background-color: #647bd5;
		border-radius: 100%;
		border: 1px solid #647bd5;
		align-items: center;
		justify-content: center;
		text-align: center;
		color: #fff;
	}
	/*.map_marker.normal > .arrow {
		position: absolute;
		margin-top: -1px;
		top: 100%;
		left: -1px;
		width: 10px;
		height: 10px;
		overflow: hidden;
	}
	.map_marker.normal > .arrow:before {
		content: '';
		display: block;
		position: absolute;
		left: -5px;
		bottom: 4px;
		width: 13px;
		height: 13px;
		background-color: rgba(89, 99, 217, 0.95);
		border: 1px solid #5059c3;
		transform: rotate(-45deg);
		}*/
		.marker_body > p {
			line-height: 1.6;
			font-size: 12px;
		}
		.marker_body > p.cnt {
			font-size: 14px !important;
			font-weight: 600;
		}
		.map_marker.dong {
			width: 70px;
			height: 70px;
			border-radius: 100%;
		}
		.map_marker.dong .marker_body {
			position: absolute;
			top: 50%;
			right: 50%;
			transform: translate(50%, -50%);
		}
		.map_marker.dong .addr {
			color: #dbdce8;
		}
		.map_marker.dong.size1 {
			width: 80px;
			height: 80px;
		}
		.map_marker.dong.size1 .addr {
			font-size: 14px;
		}
		.map_marker.dong.size1 .marker_body > p.cnt {
			font-size: 16px !important;
		}
		.map_marker.dong.size2 {
			width: 90px;
			height: 90px;
		}
		.map_marker.dong.size2 .addr {
			font-size: 15px;
		}
		.map_marker.dong.size2 .marker_body > p.cnt {
			font-size: 18px !important;
		}
		.map_marker.dong.size3 {
			width: 100px;
			height: 100px;
		}
		.map_marker.dong.size3 .addr {
			font-size: 16px;
		}
		.map_marker.dong.size3 .marker_body > p.cnt {
			font-size: 20px !important;
		}

		.map_marker.dong:hover,
		.map_marker.dong.hover {
			background-color: rgba(255, 255, 255, 0.95);
			border-color: rgba(44, 93, 200, 0.85);
			color: #2c5dc8;
		}
		.map_marker.dong:hover .addr,
		.map_marker.dong.hover .addr {
			color: #2c5dc8;
		}

		.map_marker.si {
			width: 75px;
			height: 75px;
		}
		.map_marker.si .marker_body > p {
			font-size: 13px;
		}
		.map_marker.si.size1 {
			width: 90px;
			height: 90px;
		}
		.map_marker.si.size2 .marker_body > p {
			font-size: 14px;
		}
		.map_marker.si.size2 {
			width: 105px;
			height: 105px;
		}
		.map_marker.si.size3 .marker_body > p {
			font-size: 15px;
		}
		.map_marker.si.size3 {
			width: 120px;
			height: 120px;
		}
		.building_show_type {
			display: block;
			position: absolute;
			padding: 0 5px;
			margin-left: 2px;
			bottom: -7px;
			left: 50%;
			background-color: #fff;
			border: 1px solid #154ec4;
			border-radius: 20px;
			font-size: 10px;
			color: #154ec4;
		}
		.item_info_txt {
			display: block;
			position: absolute;
			padding: 0 5px;
			margin-left: 2px;
			top: -7px;
			left: 50%;
			background-color: #fff;
			border: 1px solid #154ec4;
			border-radius: 20px;
			font-size: 10px;
			color: #154ec4;
		}


		.none_list {
			padding: 30px 15px;
			color: #afafaf;
			text-align: center;
			font-weight: 400;
		}

		.phone_view_box {
			display: none;
			position: absolute;
			padding: 15px 20px;
			top: 5px;
			left: 20px;
			right: 20px;
			background-color: #fff;
			border: 2px solid #154ec4;
			border-radius: 15px;
			color: #999;
			z-index: 3;
		}
		.phone_view_box.on {
			display: block;
		}
		.phone_view_box .phone_txt {
			padding: 5px 0;
			color: #154ec4;
		}
		.phone_view_box > p {
			line-height: 1.6;
			font-size: 0.75rem;
		}
		.close_phone_box {
			display: block;
			position: absolute;
			padding: 0 !important;
			width: 20px;
			height: 20px;
			top: 15px;
			right: 15px;
			background-color: #fff !important;
			border: none !important; 
			border-radius: 0 !important; 
		}
		.close_phone_box:before {
			content: '';
			display: block;
			position: absolute;
			top: 50%;
			right: 50%;
			width: 1px;
			height: 25px;
			background-color: #154ec4;
			transform: translate(50%, -50%) rotate(-45deg);
		}
		.close_phone_box:after {
			content: '';
			display: block;
			position: absolute;
			top: 50%;
			right: 50%;
			width: 1px;
			height: 25px;
			background-color: #154ec4;
			transform: translate(50%, -50%) rotate(45deg);
		}

		.thumb_sale_img {
			width: 100%;
			height: 100%;
		}

		.slider-container.disabled .rs-container .rs-selected {
			background-color: #ccc;
			border-color: #bbb;
		}
		.slider-container.bg_color .rs-container .rs-selected {
			background-color: #154ec4;
			border: 1px solid #154ec4;
		}

		.watermark {
			position: relative;
			width: 100%;
			height: 100%;
			background-image: url('/images/content_full_mark.png');
			background-position: center;
			background-repeat: no-repeat;
		}
		.item_view_gallery .right_box .watermark {
			background-size: 90px auto;
		}
		.gallery_modal .gallery-thumbs .watermark {
			position: absolute;
			width: 100%;
			height: 100%;
			background-image: url('/images/content_full_mark.png');
			background-position: center;
			background-repeat: no-repeat;
			background-size: 51px auto;
			transition: 0.3s ease-out;
			z-index: 1;
		}
		.gallery-thumbs .swiper-slide-thumb-active .watermark {
			transform: translate(0px, -15px);
		}

		.floating_top_btn {
			position: relative;
			padding: 0;
			width: 40px;
			height: 40px;
			background-color: #0075de;
			border: none;
			border-radius: 3px;
			outline: none;
		}
		.floating_top_btn::before {
			content: '';
			display: block;
			position: absolute;
			margin-top: -9px;
			margin-right: 3px;
			top: 50%;
			right: 50%;
			width: 11px;
			height: 11px;
			border-top: 1px solid #fff;
			border-left: 1px solid #fff;
			transform: rotate(45deg) translate(50%, -50%);
		}
		.floating_top_btn::after {
			content: '';
			display: block;
			position: absolute;
			top: 50%;
			right: 50%;
			width: 1px;
			height: 20px;
			background-color: #fff;
			transform: translate(0, -50%);
		}
