@charset "utf-8";

#search_filter_container.mapsearch_filter_container {
	width: 1200px;
	z-index: 102;
}

#search_filter_header {
	z-index: 10;
}

.search_filter_header_inner {
	justify-content: flex-start;
	padding: 12px 0;
}

.search_filter_header_button {
	margin-left: 20px;
}

.search_filter_addr {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 250px;
	height: 40px;
	font-size: 14px;
	font-weight: 500;
	color: #364653;
	border-radius: 30px;
	border: 1px solid #e0e0e0;
	padding: 0 16px;
	margin-right: 12px;
	background: #fff;
	cursor: pointer;
}

.search_filter_addr.active {
	color: #2b80eb;
	border: 1px solid #2b80eb;
}

.search_filter_addr>span {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	margin-right: 8px;
}

.search_filter_addr>i {
	font-size: 20px;
	font-variation-settings:
		"FILL" 1,
		"wght" 400,
		"GRAD" 0,
		"opsz" 48;
}

.search_filter_addr>.mag {
	margin-left: auto;
}

.mapsearch_filter_section {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1200px;
	z-index: 10;
}

#search_filter_pc {
	max-height: calc(100vh - 212px);
	overflow: auto;
}

#filter {
	height: calc(100vh - 212px);
}

html[user-device="ios"] {
	overflow: hidden;
}

#map_background {
	position: relative;
	width: 100%;
	/* height: 100%; */
	max-height: 100vh;
}

html[user-browser="safari"] #map_background {
	/*height: calc(100vh - 200px);*/
	/*max-height: calc(100vh - 200px);*/
	/*overflow: hidden;*/
}

.address_wrap {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 16px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	padding: 8px 24px;
	border-radius: 24px;
	box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.16);
	z-index: 2;
}

.address_wrap>img {
	width: 12px;
	height: 12px;
	margin-right: 6px;
}

.address_text {
	font-size: 14px;
	white-space: nowrap;
}

.btn_wrap {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
}

.btn_inner {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-direction: column;
}

.rows_button_wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.favorite_btn_wrap {
	position: relative;
	width: 40px;
	height: 40px;
	margin-top: 4px;
	box-shadow: 2px 2px 2px 0 rgb(0 0 0 / 16%);
}

.favorite_btn_wrap>.favorite_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-weight: 400;
	color: #333;
	background-color: #fff;
	border-radius: 0;
}

.favorite_btn_wrap.active>.favorite_btn {
	color: #fff;
	border: 1px solid #fc3049;
}

.favorite_btn_wrap>.favorite_btn>i {
	color: #fc3049;
	font-size: 20px;
	font-variation-settings:
		"FILL" 0,
		"wght" 400,
		"GRAD" 0,
		"opsz" 40;
}

.favorite_btn_wrap>.favorite_btn>small {
	font-size: 10px;
	color: #555;
}

.favorite_btn_wrap.active>.favorite_btn>i {
	color: #fc3049;
	font-variation-settings:
		"FILL" 1;
}

.my_position_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.16);
	cursor: pointer;
}

.map_date_picker_button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-top: 4px;
	;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.16);
	cursor: pointer;
}

.map_date_picker_icon {
	font-size: 24px;
	font-variation-settings:
		"FILL" 0,
		"wght" 400,
		"GRAD" 0,
		"opsz" 48;
}

.zoom_wrap {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	margin-top: 20px;
}

.zoom_wrap>div {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 28px;
	font-weight: 400;
	color: #333;
	background-color: #fff;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.16);
	cursor: pointer;
}

.zoom_wrap>div:first-child {
	margin-bottom: 4px;
}

.zoom_wrap>div:first-child::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #eee;
}

/*.my_position_btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 16px;
    left: 16px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.16);
    z-index: 2;
    cursor: pointer;
}*/
.my_position_btn img {
	width: 22px;
	height: 22px;
}

.map_multiple_button_wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 40px;
	margin-top: 4px;
	background-color: #fff;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.16);
	cursor: pointer;
}

.map_multiple_button_wrapper.on .map_btn_selected {
	display: none;
}

.map_multiple_button_wrapper.on .map_button_list {
	display: flex;
	right: 0;
	z-index: 1;
}

.map_button_list {
	display: none;
	width: 120px;
	height: 40px;
}

.map_button_list>button {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.16);
	font-size: 13px;
	font-weight: 400;
	color: #333;
	border-right: 1px solid #eee;
	cursor: pointer;
}

.map_button_list>button:last-of-type {
	border-right: none;
}

.map_multiple_button_wrapper.on button.on {
	color: #fff;
	background-color: #2b80eb;
}

.map_btn_selected.state {
	/* color: #2b80eb;
	border: 1px solid #2b80eb; */
}

.map_type_btn_wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 40px;
	margin-top: 8px;
	background-color: #fff;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.16);
	cursor: pointer;
}

.map_btn_selected {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.16);
	font-size: 13px;
	font-weight: 400;
	color: #333;
	z-index: 1;
	cursor: pointer;
}

.map_type_list {
	display: none;
	/*position: absolute;*/
	width: 120px;
	height: 40px;
}

.map_type_btn_wrap.on .map_btn_selected {
	display: none;
}

.map_type_btn_wrap.on .map_type_list {
	display: flex;
	right: 0;
	z-index: 1;
}

.map_type_list>button {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.16);
	font-size: 13px;
	font-weight: 400;
	color: #333;
	border-right: 1px solid #eee;
	cursor: pointer;
}

.map_type_list>button:last-of-type {
	border-right: none;
}

.map_type_btn_wrap.on button.on {
	color: #fff;
	background-color: #2b80eb;
}

.pin_toggle_btn_wrap {
	margin-top: 4px;
	position: relative;
	width: 40px;
	height: 40px;
	box-shadow: 2px 2px 2px 0 rgb(0 0 0 / 16%);
}

.pin_toggle_btn_wrap>.toggle_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-weight: 400;
	color: #333;
	background-color: #fff;
	border-radius: 0;
}

.pin_toggle_btn_wrap.active>.toggle_btn {
	color: #fff;
	background-color: #2b80eb;
}

.transport_network_toggle_btn_wrap {
	margin-top: 4px;
	position: relative;
	width: 40px;
	height: 40px;
	box-shadow: 2px 2px 2px 0 rgb(0 0 0 / 16%);
}

.transport_network_toggle_btn_wrap.active::before {
	content: "N";
	position: absolute;
	/*display: flex;*/
	display: none;
	align-items: center;
	justify-content: center;
	top: 0;
	right: -4px;
	width: 14px;
	height: 14px;
	font-size: 10px;
	color: #fff;
	line-height: 1;
	background-color: #ff008e;
	border-radius: 50%;
	z-index: 9;
}

.transport_network_toggle_btn_wrap>.toggle_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-weight: 400;
	color: #333;
	background-color: #fff;
	border-radius: 0;
}

.transport_network_toggle_btn_wrap.active>.toggle_btn {
	color: #ff008e;
	border: solid 1px #ff008e;
}

.rebuild_toggle_btn_wrap {
	margin-top: 4px;
	position: relative;
	width: 40px;
	height: 40px;
	box-shadow: 2px 2px 2px 0 rgb(0 0 0 / 16%);
}

.rebuild_toggle_btn_wrap.active::before {
	content: "N";
	position: absolute;
	/* display: flex; */
	display: none;
	align-items: center;
	justify-content: center;
	top: 0;
	right: -4px;
	width: 14px;
	height: 14px;
	font-size: 10px;
	color: #fff;
	line-height: 1;
	background-color: #2f80ed;
	border-radius: 50%;
	z-index: 9;
}

.rebuild_toggle_btn_wrap>.toggle_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-weight: 400;
	color: #333;
	background-color: #fff;
	border-radius: 0;
}

.rebuild_toggle_btn_wrap.active>.toggle_btn {
	color: #2f80ed;
	border: solid 1px #2f80ed;
}

.list_type_btn_wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	height: 40px;
	margin-top: 8px;
	background-color: #fff;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.16);
	cursor: pointer;
}

.list_btn_selected {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 13px;
	font-weight: 400;
	color: #7c56d5;
	background-color: #fff;
	border: 1px solid #7c56d5;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.16);
	z-index: 1;
	cursor: pointer;
}

.list_type_list {
	display: none;
	width: 120px;
	height: 40px;
}

.list_type_btn_wrap.active .list_btn_selected {
	display: none;
}

.list_type_btn_wrap.active .list_type_list {
	display: flex;
	right: 0;
	z-index: 1;
}

.list_type_select_btn_wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.list_type_select_btn_wrap>label {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.16);
	font-size: 13px;
	font-weight: 400;
	color: #333;
	border-right: 1px solid #eee;
	cursor: pointer;
}

.list_type_select_btn_wrap>label:last-of-type {
	border-right: none;
}

.list_type_select_btn_wrap>label>span {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: #364653;
}

.list_type_select_btn_wrap input {
	position: absolute;
	left: -200vw;
}

.list_type_select_btn_wrap input:checked~span {
	color: #fff;
	background-color: #7c56d5;
}

.search_result_item {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	min-width: 60px;
	background-color: #fff;
	font-size: 10px;
	border-radius: 4px;
	box-shadow: 1px 1px 2px #acacac;
	cursor: pointer;
}

.search_result_item.motion {
	margin-top: 0;
	animation: motion 0.4s linear 0s infinite alternate;
}

.search_result_item::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -14px;
	width: 0;
	height: 0;
	border-top: 7px solid #fff;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
	-webkit-filter: drop-shadow(0px 1px 0.5px #acacac);
	filter: drop-shadow(0px 1px 0.5px #acacac);
	overflow: hidden;
}

/*.search_result_item::after {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    bottom: -20px;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: url(../images/icon/pin_tail.png) no-repeat;
}
*/
.content_title {
	width: 100%;
	font-size: 10px;
	text-align: center;
	color: #fff;
	background-color: #333;
	padding: 2px 6px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.search_result_item[list_type="2"] .content_title {
	border-top-left-radius: 0;
}

.search_result_item.apt>.content_title {
	background-color: #005086;
}

.search_result_item.jugeo>.content_title {
	background-color: #318fb5;
}

.search_result_item.office>.content_title {
	background-color: #20b2aa;
}

.search_result_item.land>.content_title {
	background-color: #556b2f;
}

.search_result_item.sold>.content_title {
	background-color: #cd494e;
}

.search_result_item.delay>.content_title {
	background-color: #777;
}

.search_result_item.end>.content_title {
	background-color: #364653;
}

.search_result_left_label_container {
	position: absolute;
	top: 0;
	left: -16px;
	width: 16px;
	min-height: 28px;
}

.search_result_left_label_wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.search_result_gongmae {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 16px;
	height: 17px;
	font-size: 10px;
	color: #fff;
	line-height: 1;
	text-align: center;
	white-space: pre-wrap;
	background-color: #7c56d5;
}

.search_result_gongmae.rent {
	height: 28px;
	background-color: #979ea9;
}

.item_count {
	position: absolute;
	top: -18%;
	min-width: 30px;
	font-size: 10px;
	line-height: 1.7;
	text-align: center;
	color: #f05a28;
	padding: 0 8px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.16);
}

.item_state {
	position: absolute;
	top: -18%;
	min-width: 30px;
	font-size: 10px;
	line-height: 1.7;
	text-align: center;
	color: #364653;
	padding: 0 6px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.16);
}

.content_content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	padding: 0 4px;
}

.content_area {
	color: #777;
	font-size: 10px;
	font-weight: 300;
}

.content_price {
	font-size: 11px;
	font-weight: 500;
	color: #f05a28;
	padding-bottom: 2px;
}

.cluster_bg {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	min-width: 86px;
	padding: 4px 8px;
	background-color: #333;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 2px #acacac;
	cursor: pointer;
}

.cluster_bg::after {
	content: "";
	display: none;
	position: absolute;
	left: 50%;
	bottom: -11px;
	transform: translateX(-50%);
	width: 22px;
	height: 12px;
	background: url(../images/common/cluster_pin.svg) no-repeat;
}

/* 교통망 노선도 관련 스타일 */
.transport_network_line_pin {
	display: block;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	letter-spacing: -0.07em;
	border-radius: 5px;
	padding: 2px 5px;
	border: 2px solid #000;
	background: #f04938;
	text-align: center;
	opacity: 0.9;
}

.transport_network_line_pin>p:last-child {
	font-weight: 400;
	font-size: 11px;
}

.transport_network_station_pin {
	display: block;
	padding: 3px 4px;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: -0.07em;
	border-radius: 5px;
	color: #000;
	border: 2px solid #0a3d86;
	background: #fff;
	text-align: center;
	opacity: 0.9;
}

.require_time_pin {
	color: #fff;
}

.require_time_pin>p:last-child {
	display: block;
	margin: 2px auto 1px;
	padding: 2px 4px;
	font-size: 11px;
	color: #333;
	border: 1px solid #222;
	border-radius: 0 0 3px 3px;
	background: #fff;
}

.mapsearch_list {
	visibility: hidden;
	/* 초기 상태에서 요소는 보이지 않음 */
	opacity: 0;
	/* 요소가 투명 */
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 24px 0 0;
	background-color: rgba(255, 255, 255, 0.7);
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	z-index: 2;
	box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.3);
	transform: translateY(100%);
	/* 화면 아래로 내려놓음 */
	transition: transform 0.2s ease, opacity 0.2s ease, visibility 0s 0.2s;
	/* 애니메이션 부드럽게 */
}

.mapsearch_list.show {
	visibility: visible;
	/* 요소를 보이게 함 */
	opacity: 1;
	/* 요소가 불투명 */
	transform: translateY(0);
	/* 화면에 표시 */
	transition: transform 0.2s ease, opacity 0.2s ease, visibility 0s 0s;
	/* 애니메이션을 완료하는 동안 visibility를 즉시 변경 */
}

.map_list_gesture_bar {
	display: none;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 4px;
	background-color: #999;
	border-radius: 4px;
}

.mapsearch_list .mulgun-list {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 1px 1px 4px #bbb;
}

.mapsearch_list .mulgun-list .mul-list-img-box .mul-img {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.mapsearch_list_container {
	position: relative;
	display: flex;
	height: 100%;
	padding-bottom: 20px;
	overflow: visible;
	z-index: 2;
}

.mapsearch_list_pagination_wrapper {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -35px;
	width: 150px;
	height: 30px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	color: #364653;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 1px 2px 2px #999;
}

.mapsearch_list_pagination {
	text-align: center;
}

.mapsearch_list_arrow_prev,
.mapsearch_list_arrow_next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 30px;
	margin-top: 0;
	z-index: 10;
	cursor: pointer;
	background-size: 8px 14px;
	background-position: center;
	background-repeat: no-repeat;
}

.mapsearch_list_arrow_prev {
	background-image: url(../images/icon/next_left_black.png);
	left: 0;
	right: auto;
}

.mapsearch_list_arrow_next {
	background-image: url(../images/icon/next_right_black.png);
	right: 0;
	left: auto;
}


.map_notification {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 16px;
	background-color: #fff;
	padding: 8px 12px;
	border-radius: 24px;
	box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.16);
	z-index: 2;
}

.map_notification>i {
	font-size: 16px;
	margin-right: 4px;
	color: #777;
	font-variation-settings:
		"FILL" 0,
		"wght" 700,
		"GRAD" 0,
		"opsz" 40;
}

.map_notification>span {
	font-size: 14px;
}

@media screen and (max-width: 1024px) {
	.zoom_wrap {
		display: none;
	}

	.map_list_gesture_bar {
		display: block;
	}
}

@media screen and (max-width: 768px) {

	html,
	body {
		font-size: 14px;
	}

	.map_notification {}

	.map_notification>i {
		font-size: 14px;
	}

	.map_notification>span {
		font-size: 12px;
	}

	.address_wrap {
		padding: 8px 12px;
	}

	.address_wrap>img {
		height: 10px;
		margin-right: 4px;
	}

	.address_text {
		font-size: 12px;
	}

	.mapsearch_list {
		bottom: 0;
		background-color: #fff;
	}

	.cluster_bg {
		min-width: 60px;
		font-size: 12px;
	}

	/* .favorite_btn_wrap,
	.my_position_btn,
	.map_date_picker_button,
	.map_btn_selected,
	.transport_network_toggle_btn_wrap,
	.rebuild_toggle_btn_wrap,
	.zoom_wrap>div,
	.pin_toggle_btn_wrap {
		width: 36px;
		height: 36px;
		font-size: 11px;
	}

	.pin_toggle_btn_wrap>.toggle_btn,
	.rebuild_toggle_btn_wrap>.toggle_btn,
	.transport_network_toggle_btn_wrap>.toggle_btn {
		font-size: 11px;
	} */
}


@keyframes motion {
	0% {
		margin-top: 0px;
	}

	100% {
		margin-top: 10px;
	}
}