#map {
        width: 100%;
        height: 100%;
      }
      .map_conts {
    width: 100%;
    height: calc(100vh - 122px);
    position: relative;
}

.map_gnb {
	/* box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1); */
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	padding: 12px 0;
	z-index: 50;
	display: block;
	transition: 0.2s ease-in-out;
	height: 100%;
	overflow-y: scroll;
}

.map_gnb.on {
	background: #fff;
}

@keyframes fade-in {
	from { opacity:0;
}

to {
	opacity: 1;
}

}
.map_gnb_wrap {
	width: 390px;
	position: relative;
	overflow-y: auto;
	visibility: initial;
	transition: 0.1s ease-in;
	
	position: relative;
    z-index: 51;
    background-color: #FFFFFF;
}

.map_gnb .tit {
	font-size: 1.286rem;
	font-weight: 900;
}
.map_gnb_m_btn {
	display: none;
}
.map_gnb .tab_menu {
	margin-top: 12px;
	margin-bottom: 32px;
}

.map_gnb .tab_menu ul {
	display: flex;
	align-items: center;
}

.map_gnb .tab_menu ul li {
	width: 50%;
	border: 1px solid var(--gn-use-primary-color-1);
}

.map_gnb .tab_menu ul li a {
	color: #5c5c5c;
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 1.143rem;
	font-weight: bold;
}

.map_gnb .tab_menu ul li:first-child {
	border-radius: 4px 0 0 4px;
}

.map_gnb .tab_menu ul li:last-child {
	border-radius: 0 4px 4px 0;
}

.map_gnb .tab_menu ul li.on a {
	background: var(--gn-use-primary-color-1);
	color: #fff;
}

.map_gnb.on .btn_map img {
	transform: rotate(180deg);
}

.map_gnb_wrapbox {
	position: relative;
	height: 100%;
}

/* .map_gnb_wrap {
  animation: fade-in 1s;
  animation-fill-mode: forwards;
} */
.map_gnb.on .map_gnb_wrap {
	/* display: none; */
	visibility: hidden;
	transition: 0.1s ease-in;
	width: 0;
}


.map_gnb .tab_wrap .tab_cont {
	display: none;
}

.map_gnb .tab_wrap .tab_cont:first-child {
	display: block;
}
.map_gnb .tab_wrap .tab_cont .map_gnb_desc {
	display: flex;
	width: calc(100% - 30px);
	/* align-items: center; */
	font-size: 1rem;
	line-height: 1.25em;
}

.map_gnb .tab_wrap .tab_cont .map_gnb_desc .cir_num {
	display: inline-flex;
    background-color: #217A2B;
    width: 18px;
    min-width: 18px;
    height: 18px;
    color: white;
    justify-content: center;
    /* align-items: center; */
    border-radius: 20px;
    font-size: 0.75rem;
    margin-right: 7px;
    /* margin-top: -1px; */
    line-height: 18px;
}

.map_gnb .tab_menu {
	margin-top: 12px;
	margin-bottom: 32px;
}

.map_gnb .tab_menu ul {
	display: flex;
	align-items: center;
}

.map_gnb .tab_menu ul li {
	width: 50%;
	border: 1px solid var(--gn-use-primary-color-1);
}

.map_gnb .tab_menu ul li a {
	color: #5c5c5c;
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 1.143rem;
	font-weight: bold;
}

.map_gnb .tab_menu ul li:first-child {
	border-radius: 4px 0 0 4px;
}

.map_gnb .tab_menu ul li:last-child {
	border-radius: 0 4px 4px 0;
}

.map_gnb .tab_menu ul li.on a {
	background: var(--gn-use-primary-color-1);
	color: #fff;
}

.map_gnb.on .btn_map img {
	transform: rotate(180deg);
}

.map_gnb_wrapbox {
	position: relative;
	height: 100%;
}

/* .map_gnb_wrap {
  animation: fade-in 1s;
  animation-fill-mode: forwards;
} */
.map_gnb.on .map_gnb_wrap {
	/* display: none; */
	visibility: hidden;
	transition: 0.1s ease-in;
	width: 0;
}

.map_gnb .tab_wrap .tab_cont {
	display: none;
}

.map_gnb .tab_wrap .tab_cont:first-child {
	display: block;
}

.map_menu ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: calc((100% - 276px) / 3);
  row-gap: 10px;
}

.map_menu li {
	width: 69px;
}

.map_menu li a {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.map_menu li a span {
	display: block;
	text-align: center; 
	height: 36px;
	font-size: 1.2rem;
	font-weight: bold;
}

.map_menu li .icon_box {
	width: 80px;
	height: 80px;
	background: #f5f5f5;
    /* background: var(--gn-use-primary-color-2); */
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    border: 1px solid var(--gn-use-color-7);
}

.map_menu li .icon_box svg {
	width: 26px;
	opacity: 0.45;
}
.map_menu li .icon_box img {
	width: 50px;
	display: block;
}

.map_menu li.on .icon_box {
	background: var(--gn-use-primary-color-1);
}

.map_menu li.on .icon_box img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.map_gnb_m_box {
	height: 100%;
}

.map_gnb_m {
	height: 100%;
}

.map_gnb_m_btn {
	display: none;
}

.map_gnb_wrap::-webkit-scrollbar {
	width: 6px;
}

.map_gnb_wrap::-webkit-scrollbar-thumb {
	background-color: #c4c6c8;
	border-radius: 10px;
	background-clip: padding-box;
}

.map_gnb_wrap::-webkit-scrollbar-track {
	background-color: #e9ecef;
	border-radius: 10px;
}

.map_gnb .check_list {
	margin-top: 20px;
}
.map_gnb .check_list .code_id_01 {
	display: none;
}

.map_gnb .check_list label {
	display: flex;
	align-items: center;
	column-gap: 8px;
}

.map_gnb .check_list label span {
	display: block;
	font-size: 1rem;
}

.map_gnb .check_list li+li {
	margin-top: 14px;
}

.map_check01 {
	border-top: 1px solid var(--gn-use-color-5);
	padding-top: 20px;
}

.map_check01 .check_list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 7.5px;
	row-gap: 5px;
	/*justify-content: space-between;*/
}

.map_check01 .check_list ul li {
	width: calc(33.3333% - 5px);
	border: 1px solid #cccccc;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 0;
}

.map_check01 .check_list ul li label {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 5px;
}

.map_check01 .check_list ul li:first-child {
	width: 100%;
}

.map_check01 .check_list ul li input[type="checkbox"] {
	display: none;
}

.map_check01 .check_list ul li input[type="checkbox"]:checked+label {
	background-color: var(--gn-use-primary-color-1);
}

.map_check01 .check_list ul li input[type="checkbox"]:checked+label span {
	color: var(--gn-use-color-white);
}

.map_tab_form {
	padding: 0 20px;
}

.map_tab_form .top_group {
	display: flex;
	justify-content: space-between;
	margin-bottom: 52px;
}

.map_tab_form select {
	width: 262px;
	height: 41px;
	font-size: 14px;
}

.map_tab_form .btn_sub {
	width: 78px;
}
.map_gnb .check_list02 {
	margin-bottom: 30px;
}
.map_gnb .map_tab_form .check_list02 label {
	display: flex;
	align-items: center;
	column-gap: 10px;
	background: #f2f2f2;
	border-radius: 8px;
	padding: 0 20px;
	height: 52px;
}

.map_gnb .check_list02 label > span {
	/* font-size: 1.125rem; */
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 28px);
}
.map_gnb .check_list02 label > span > span:nth-child(2) {
	width: 100px;
}
.map_gnb .check_list02 label span.loc_sub_name {
	font-size: 1rem;
}

.map_gnb .check_list02 li+li {
	margin-top: 16px;
}

.map_gnb .check_list02 li.on label {
	background: var(--gn-use-primary-color-2);
}

.map_gnb_tit {
	display: none;
}

.map_check01 .top_flex button {
	display: none;
}

.map_wrap {
	width: 100%;
	height: 100%;
	position: relative;
}

.map_wrap #map {
	width: 100%;
	height: 100%;
	/* height: calc(100% - 261px); */
}

.map_gnb .map_result {
	width: calc(100% - 390px);
	margin-left: 0;
	bottom: 0;
	right: 0;
}

.map_gnb.on .map_result {
	width: 100%;
	right: 0;
	bottom: 0;

	/* width: calc(100% - 390px);
	margin-left: 390px; 
	height: 260px; */
}

.map_gnb .map_result.off {
	bottom: 10px;
	right: 10px;
}

.map_gnb.on .map_result.off {
	width: fit-content;
	bottom: 10px;
	right: 10px;
}

/* 지도 검색 결과 */
.map_result {
	width: 100%;
	background: #fff;
	/* box-shadow: 0px 6px 15px var(--box-shadow);*/
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 30;
	border-radius: 12px;
	padding: 32px 20px 20px;
}

.map_result.off {
	/* bottom: 70px;
    right: 10px; */
	
}

.map_result .tit {
	font-size: 1.286rem;
	font-weight: bold;
}

.result_table_wrap {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	min-width: fit-content;
	max-width: 100%;
	border-top: 2px solid var(--gn-use-primary-color-1);
	border-left: 1px solid var(--primary-color-3);
	/* border-right: 1px solid var(--primary-color-3); */
}

.result_table_box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-right: 1px solid var(--primary-color-3);
	border-bottom: 1px solid var(--primary-color-3);
	/* width: 145px; */
	/* min-width: 70px; */
}
.result_table_box.loc_sub_list_01 {
	width: calc(100% / 11);
} 
.result_table_box.loc_sub_list_02 {
	width: calc(100% / 7);
} 

.result_table {
	overflow-x: auto;
}

.result_table_wrap .result_table_box:first-child, 
.result_table_wrap .result_table_box:nth-child(2), 
.result_table_wrap .result_table_box:nth-child(3), 
.result_table_wrap .result_table_box:nth-child(4), 
.result_table_wrap .result_table_box:nth-child(5), 
.result_table_wrap .result_table_box:nth-child(6), 
.result_table_wrap .result_table_box:nth-child(7), 
.result_table_wrap .result_table_box:nth-child(8), 
.result_table_wrap .result_table_box:nth-child(9), 
.result_table_wrap .result_table_box:nth-child(10), 
.result_table_wrap .result_table_box:nth-child(11) {
	/* border-top: 2px solid var(--gn-use-primary-color-1); */
}

.result_table_wrap .result_table_box:last-child, 
.result_table_wrap .result_table_box:nth-child(11) {
	/* border-right: 1px solid var(--primary-color-3); */
}



.result_table_box+.result_table_box {
	/* border-left: 1px solid var(--primary-color-3); */
	/* border-right: 1px solid var(--primary-color-3); */
}
.result_table_wrap .result_table_box:first-child {
	/* border-left: 1px solid var(--primary-color-3); */
}

.result_table_box .th {
	background: var(--primary-color-4);
	width: 100%;
	line-height: 42px;
	text-align: center;
	font-size: 1rem;
	font-weight: bold;
}

.result_table_box .td {
	line-height: 42px;
	font-size: 1rem;
	width: 100%;
	text-align: center;
}

.result_table::-webkit-scrollbar {
	height: 8px;
}

.result_table::-webkit-scrollbar-thumb {
	background-color: #c4c6c8;
	border-radius: 10px;
	background-clip: padding-box;
}

.result_table::-webkit-scrollbar-track {
	background-color: #e9ecef;
	border-radius: 10px;
}

.map_result .top_group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.map_result .top_group .tit {
	width: calc(100% - 140px);
	flex-wrap: wrap;
	  display: flex;
	  align-items: center;
}


.map_result .top_group .pe_sale {
	width: 200px;
	font-size: 1.125rem;
	display: none;
}

.map_result .top_group .pe_sale.on {
	display: block;
}

.map_result .top_group .pe_sale label {
	display: flex;
	align-items: center;
}

.map_result .top_group .pe_sale label input {
	margin-right: 5px;
}

.map_result .top_group .btn_result button {
	display: block;
	width: 20px;
}

.map_result .top_group .btn_result button img {
	display: block;
	width: 100%;
}

.map_result.off .top_group .btn_result button img {
	transform: rotate(180deg);
}

.map_result.off .top_group {
	margin-bottom: 0;
}

.map_result.off .top_group .tit {
	display: none;
}

.map_result.off .top_group .pe_sale {
	display: none;
}

.map_result.off .result_table {
	display: none;
}

.map_result.off {
	padding: 0;
	width: fit-content;
}

.map_result.off .btn_result {
	padding: 20px;
}