/********** 202405 new **********/


.dis_no{
	display:none !important;
}
.dis_fl{
	display:flex !important;
}
.blind {
	overflow: hidden !important;
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	color: transparent !important;
	clip: rect(0px, 0px, 0px, 0px) !important;
}

/********** original css modify **********/
.mapController #webMapClear{
	margin-top: 10px;
}
#webMapClear i {
	background-image: url(../images/map_ui/refresh_ico.svg);
}
#webMapClear:hover i {
	background-image:url(../images/map_ui/refresh_ico_on.svg);
}


/********** left_panel start **********/
.headerWrap{
	display: flex;
	z-index: 10000;
	font-family: "맑은 고딕", "Malgun Gothic", "Dotum", sans-serif;
}

.gnbWrap{
	width: 63px;
	height: 100%;
	box-sizing: border-box;
	border-right: solid 1px #D9D9D9;
	background-color: #fff;
}
h1.logoArea{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 85px;
	padding: 0;
	border-bottom: solid 1px #D9D9D9;
}
.logoLink{
	display: block;
	width: 50px;
	height: 49px;
	background: url(../images/map_ui/logoNew.svg) no-repeat;
	margin: 0 auto;
}

.navWrap{
	position: relative;
}
.navWrap ul li{
	width: 62px;
	height: 68px;
}
button.btn_navbar{
	width: 100%;
	text-align: center;
	padding: 10px 0;
	border-bottom: solid 1px #D9D9D9;
	box-sizing: border-box;
}
span.navbar_icon{
	display: block;
	width: 100%;
	height: 27px;
	text-align: center;
}
span.navbar_text{
	display: block;
	margin-top: 5px;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
/* button.btn_navbar:hover img{
	filter: invert(49%) sepia(28%) saturate(7164%) hue-rotate(189deg) brightness(100%) contrast(92%);
} */
button.btn_navbar:hover span.navbar_text{
	color: #1D90F4;
}

button.btn_navbar.active{
	background-color: #1D90F4;
	border-bottom: 0;
}
button.btn_navbar.active img{
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
button.btn_navbar.active span.navbar_text{
	color: #fff;
}
.bottomBan{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 62px;
	padding: 10px 0 20px 0;
	background-color: #fff;
}
.bottomBan span{
	display: block;
	width: 62px;
	margin-top: 5px;
	font-size: 12px;
}

.contentWrap {
	position: relative;
	display: flex;
	align-items: center;
	/* overflow: hidden; */
	width: 200px;
	height: 100%; /* 높이 고정 또는 필요에 따라 auto/100%로 조절 */
	transition: width 0.5s ease;
}
.content {
	position: relative;
	flex-shrink: 0;
	width: 0;
	height: 100%; /* 핵심: wrapper 기준 100% */
	white-space: nowrap;
	overflow: hidden;
	padding: 10px 0;
	color: #333;
	transition: width 0.5s ease, padding 0.5s ease;
	text-align: center;
	background-color: #F8F9FE;
}
.btn_arr {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	background: #fff;
	cursor: pointer;
	border-radius: 0 8px 8px 0;
	border: solid 1px #D9D9D9;
	border-left: 0;
	z-index: 1;
}
.icon {
	position: relative;
	width: 30px;
	height: 55px;
	display: block;
}
.icon::before {
	position: absolute;
	left: 45%;
	top: 50%;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #5B5B5B;
	border-right: 2px solid #5B5B5B;
	transform: translate(-50%, -50%) rotate(45deg);
}
.contentWrap.open .content {
	width: 290px;
	background-color: #F8F9FE;
	border-right: solid 1px #D9D9D9;
	/* padding: 10px; */
}
.contentWrap.open {
	width: 350px;
}
.contentWrap.open .icon {
	transform: rotate(180deg);
}
.newsArea{
	position: absolute;
	left: 15px;
	bottom: 20px;
	width: 500px;
	padding: 9px 20px;
	background: rgba(24, 79, 169, 0.85);
	border-radius: 10px;
	line-height: 1;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
	transition: 0.5s ease;
	cursor:pointer;
}
.newsArea p{
	display: inline-block;
	width: 100%;
    overflow: hidden;
	line-height: 17px;
}
.newsArea span{
	position: relative;
	color: #FFF600;
	padding: 0 5px 0 23px;
    height: 18px;
    display: inline-block;
}
.newsArea span::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;
	width: 18px;
	height: 16px;
	background: url(../images/map_ui/iconNews.svg) no-repeat;
	transform: translate(-50%, -50%);
}

#newsText {
	color: white;
	padding-left: 0;
}

#newsText::before {
	content: none;
}

.issueBan{
	position: absolute;
	left: 15px;
	top: 16px;
	/*width: 400px;*/
	box-sizing: border-box;
	transition: 0.5s ease;
}
.contentWrap.open .newsArea, .contentWrap.open .issueBan{
	left: 315px;
}

.slider-container {
	position: relative;
	max-width: 100%;
	/* margin: 20px auto; */
	overflow: hidden;
}
.slider-inner {
	overflow: hidden;
	padding: 5px 35px;
	position: relative;
	margin: 0 10px;
}
.category-slider {
	display: flex;
	transition: transform 0.3s ease;
	white-space: nowrap;
}
.category-item {
	flex: 0 0 auto;
	margin: 0 5px;
	/* padding: 10px 16px; */
	background: #BC1758;
	border: solid 1px #BC1758;
	border-radius: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #BC1758;
	cursor: pointer;
	transition: background 0.3s, color 0.3s;
	box-shadow: 0 1px 2px rgba(60,64,67,0.3),0 1px 3px 1px rgba(60,64,67,0.15);
}
.category-item a{
	display: inline-block;
    padding: 10px 16px;
	background-color: #fff;
    border-radius: 8px;
    color: #BC1758;
}
.itemCase01{
	position: relative;
	color: #fff !important;
	background-color: transparent !important;
	padding: 10px 27px 10px 5px !important;
}
.itemCase01::before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 13px;
	height: 13px;
	transform: translate(-50%, -50%);
	background: url(../images/map_ui/iconNew.svg) no-repeat;
}
.arrow {
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255,255,255);
	border-radius: 50%;
	width: 38px;
	height: 38px;
	text-align: center;
	font-size: 24px;
	color: #555;
	cursor: pointer;
	z-index: 10;
	box-shadow: 0 1px 2px rgba(60,64,67,0.3),0 1px 3px 1px rgba(60,64,67,0.15);
}
.arrow.left {
	left: 0px;
}
.arrow.left::before{
	position: absolute;
	left: 15px;
	top: 50%;
	content: '';
	width: 9px;
	height: 9px;
	border-top: 2px solid #5B5B5B;
	border-right: 2px solid #5B5B5B;
	transform: translateY(-50%) rotate(225deg);
}
.arrow.right {
	right: 0px;
}
.arrow.right::before{
	position: absolute;
	right: 15px;
	top: 50%;
	content: '';
	width: 9px;
	height: 9px;
	border-top: 2px solid #5B5B5B;
	border-right: 2px solid #5B5B5B;
	transform: translateY(-50%) rotate(45deg);
}


/********** content start **********/
.mainLatest {
	width: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	box-sizing: border-box;
}
.mainLatest .tabsList {
	position: relative;
	width: 100%;
	font-size: 0;
	margin: 0 auto;
}
.mainLatest .tabsList:after {
	content: '';
	clear: both;
	display: block;
}
.mainLatest .tabsList .tabsItem {
	float: left;
	display: block;
	width: 33.333%;
}
.mainLatest .tabsList .tabsItem .title {
	height: 55px;
	position: absolute;
	right: 66.666%;
	top: 0px;
	width: 33.333%;
	background-color: #fff;
}
.mainLatest .tabsList .a2 .title {
	right: 33.333% !important;
}
.mainLatest .tabsList .a3 .title {
	right: 0 !important;
}
.mainLatest .tabsList .tabsItem .title button {
	display: block;
	width: 95px;
	height: inherit;
	color: #A1A1A1;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.mainLatest .tabsList .tabsItem.on > .title > button {
	position: relative;
	color: #1D90F4;
}
.mainLatest .tabsList .tabsItem > .title > button::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: #D9D9D9;
}
.mainLatest .tabsList .tabsItem.on > .title > button::before {
	height: 3px;
	background-color: #1D90F4;
}
.mainLatest .tabsList .tabContent {
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	right: 0;
	width: 100%;
	border-radius:  6px;
	border-top-left-radius: 0;
	font-size: 14px;
	box-sizing: border-box;
	z-index: -1;
}
.mainLatest .tabsItem.on .tabContent {
	display: block;
	z-index: 0;
}
.conTopbox{
	position: relative;
	padding: 30px 0;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.searchArea{
	position: relative;
	margin: 0px 10px;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
	border: solid 1px #1D90F4;
	width: 270px;
	height: 38px;
}
.searchArea input{
	float: left;
	width: 205px;
	height: 18px;
	padding: 10px 10px 10px 15px;
	border: 0 none;
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	background-color: transparent;
	outline: 0;
	color: #333;
}
.searchArea input::placeholder {
	color: #B1B1B1;
}
.searchArea .searchConBtn{
	float: left;
    width: 38px;
    height: 36px;
    border: 0 none;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    cursor: pointer;
    background: #1D90F4 url(../images/map_ui/iconSearch.svg) center no-repeat;
}
.search_resultWrap{
	position: absolute;
	left: 50%;
	top: 78px;
	width: calc(100% - 20px);
	max-height: 200px;
	background-color: #fff;
	box-sizing: border-box;
	transform: translateX(-50%);
	z-index: 1;
	border: 1px solid #ccc;
	border-radius: 0 0 5px 5px;
	text-align: left;
}
.search_resultWrap .tit{
	font-weight: bold;
	color: #1D90F4;
	font-size: 14px;
	margin: 5px 15px;
	box-sizing: border-box;
    display: block;
}
.search_resultWrap ul{
	max-height: 165px;
	padding: 0px 12px 31px 12px;
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: border-box;
	margin: 10px 0 0 0;
}
.search_resultWrap ul::-webkit-scrollbar {
	width: 3px;
}

.search_resultWrap ul::-webkit-scrollbar-track {
	background: #ddd;
}

.search_resultWrap ul::-webkit-scrollbar-thumb {
	background: #666;
	border-radius: 10px;
}
.search_resultWrap ul li {
    position: relative;
    padding: 5px 0 5px 12px;
    border-bottom: 1px dotted #ccc;
}
.search_resultWrap ul li button {
    color: #202020;
    font-size: 13px;
    text-align: left;
}
.search_resultWrap ul li:after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    border: 2px solid #3189d4;
    border-left: 0;
    border-top: 0;
    transform: rotate(-45deg);
}
.search_resultWrap .thematic_search_close {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-color: #1D90F4;
    color: #fff;
    font-size: 13px;
	border-radius: 0 0 5px 5px;
}


.conArea{
	padding: 20px 10px;
    box-sizing: border-box;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
    height: 81vh;
}
.conArea::-webkit-scrollbar {
	width: 3px;
}

.conArea::-webkit-scrollbar-track {
	background: #ddd;
}

.conArea::-webkit-scrollbar-thumb {
	background: #666;
	border-radius: 10px;
}
.modifi_conArea{
	padding: 10px 0px;
	max-height: calc(100vh - 210px) !important;
	height: calc(100vh - 210px) !important;
}
.modifi_conArea > #myMenu{
	display: block;
	position: relative;
	height: 100%;
	background: transparent;
}
.modifi_conArea > #myMenu .myMenu_list_section {
	border-top: 0;
	max-height: calc(100% - 60px);
}
.modifi_conArea > #myMenu .myMenu_list_section::-webkit-scrollbar {
	width: 3px;
}

.modifi_conArea > #myMenu .myMenu_list_section::-webkit-scrollbar-track {
	background: #ddd;
}

.modifi_conArea > #myMenu .myMenu_list_section::-webkit-scrollbar-thumb {
	background: #666;
	border-radius: 10px;
}
.modifi_conArea > #myMenu .menu_txt{
	font-weight: bold;
}
.modifi_conArea > #myMenu .no_list{
	padding: 10px 15px;
	text-align: center;
	color: #2587da;
	font-size: 13px;
	word-break: keep-all;
	font-weight: bold;
	white-space: normal;
	line-height: 18px;
	width: 290px;
	box-sizing: border-box;
}
.depthWrap h2{
	position: relative;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
	margin-bottom: 15px;
}
.depthWrap h2::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 13px;
	background-color: #1D90F4;
}
.depthBox{
	width: 100%;
	background-color: #FFF;
	border-radius: 5px;
	padding: 11px 0px;
	box-sizing: border-box;
	margin-top: 10px;
	border: solid 1px #E4E4E4;
	max-height: 390px;
    overflow-y: auto;
    overflow-x: hidden;
}
.depthBox::-webkit-scrollbar {
	width: 3px;
}

.depthBox::-webkit-scrollbar-track {
	background: #ddd;
}

.depthBox::-webkit-scrollbar-thumb {
	background: #666;
	border-radius: 10px;
}

.depthBox li{
	position: relative;
}
.depthTxt, .btnTog .btnInfo{
	display: inline-block;
}
.depthTxt{
	width: 202px;
	margin: 7px 0 7px 10px;
}
.depthTxt input{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.depthTxt label {
	position: relative;
	display: block;
	color: #333;
	font-size: 13px;
	text-align: left;
	word-break: break-all;
	padding-left: 22px;
	font-weight: bold;
	white-space: normal;
}
.depthTxt label::before {
	position: absolute;
	left: 0;
	content: "";
	display: block;
	overflow: hidden;
	width: 14px;
	height: 14px;
	border: 1px solid #989898;
	border-radius: 2px;
	background: #fff;
}
.depthTxt input:checked + label::before {
	border-color: #1D90F4;
	opacity: 1;
	background: #1D90F4 url(../images/map_ui/iconCheck.svg) center no-repeat;
}

.btnTogCase{
	position: absolute !important;
    right: 10px;
    top: 7px;
}
.btnTog{
	position: relative;
	width: 15px;
	height: 15px;
}
.btnTog::before{
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 2px solid #464646;
	border-right: 2px solid #464646;
	left: 50%;
	top: 43%;
	transform-origin: 50% 50%;
	transform: translate(-50%, -50%) rotate(135deg);
}
.btnTog.active::before{
	transform-origin: 50% 50%;
	left: 50%;
	top: 65%;
	transform: translate(-50%, -40%) rotate(315deg);
}
.depth03{
	display: none;
	background-color: #F9F9F9;
	border-top: solid 1px #E4E4E3;
	border-bottom: solid 1px #E4E4E3;
	padding: 9px 0px 0px 32px;
	box-sizing: border-box;
}
.depth03 li{
	margin-bottom: 9px;
}
.depth03 li.variWt{
	width: calc(100% - 10px);
}
.depth03 ul > li > .btnInfo{
	top: 2px;
}
.btnInfo{
	position: absolute;
	width: 15px;
	height: 15px;
	right: 10px;
	top: 7px;
}
.btnInfo::before{
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/map_ui/iconInfo.svg) center no-repeat;
}
.btnInfo.active::before{
	background: url(../images/map_ui/iconInfo_on.svg) center no-repeat;
}
.popInfo{
	display: none;
}
.popInfo.active{
	display: block;
	position: absolute;
	left: 290px;
	top: 203px;
	width: 240px;
	/*height: 315px;*/
	border: solid 1px #D9D9D9;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	z-index: 2;
}
.popHeader{
	position: relative;
	padding: 10px 14px;
	box-sizing: border-box;
}
.popTit{
	color: #333;
	font-size: 13px;
	font-weight: bold;
}
.infoClose{
	position: absolute;
	right: 15px;
	top: 50%;
	width: 16px !important;
	height: 16px;
	transform: translateY(-50%);
}
.infoClose::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 12px;
	height: 2px;
	background-color: #464646;
}
.infoClose::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 12px;
	height: 2px;
	background-color: #464646;
}
.popNavi{
	position: relative;
    padding: 9px 14px 9px 35px;
    box-sizing: border-box;
    background-color: #1D90F4;
    color: #fff;
    font-size: 12px;
    line-height: 17px;
}
.popNavi::before{
	content: '';
	position: absolute;
	left: 15px;
	top: 9px;
	width: 15px;
	height: 16px;
	background: url(../images/map_ui/iconHome.svg) center no-repeat;
}
.popCon{
	position: relative;
	padding: 10px;
	box-sizing: border-box;
	max-height: 340px;
	min-height: 100px;
	overflow-y: auto;
}
.popCon::-webkit-scrollbar {
	width: 3px;
}

.popCon::-webkit-scrollbar-track {
	background: #ddd;
}

.popCon::-webkit-scrollbar-thumb {
	background: #666;
	border-radius: 10px;
}
.popCon pre, .popCon pre *{
	word-break: break-all;
	white-space: break-spaces;
	font-size: 12px;
}
.popCon li{
	position: relative;
	font-size: 12px;
	font-weight: bold;
	color: #444;
	padding-left: 15px;
	box-sizing: border-box;
	margin-bottom: 8px;
}
.popCon li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border: solid 2px #1D90F4;
	border-radius: 50px;
}

.tbl_pop{
    width: 100%;
    position: relative;
	border-top: solid 1px #000;
	margin-top: 15px;
}
.tbl_pop caption{
    position: absolute;
    width:0px;
    height: 0px;
    overflow: hidden;
}
.tbl_pop thead th{
    background-color: #ccc;
    text-align: center;
}
.tbl_pop thead th:not(:last-child){
    border-right: 1px solid #fff;
}
.tbl_pop th{
	white-space: nowrap;
}
.tbl_pop tbody{
	border: solid 1px #E5E5E5;
}
.tbl_pop tbody tr{
	border-bottom: solid 1px #E5E5E5;
}
.tbl_pop th, .tbl_pop td{
    height: 25px;
    vertical-align: middle;
    padding: 1px 10px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5em;
}
.tbl_pop th{
    background-color: #F8F8F8;
	color: #444;
}
.tbl_pop td{
	color: #848484;
}
.tbl_pop th:not(:last-child), .tbl_pop td:not(:last-child){
    border-right: 1px solid #E5E5E5;
}
thead.thead-hidden{
    position: absolute;
    width:0;
    height: 0;
    overflow: hidden;
}
thead.thead-hidden ~ tbody th{
    background-color: #F8F8F8;
}
thead.thead-hidden ~ tbody tr:last-child td, thead.thead-hidden ~ tbody tr:last-child th{
    border-bottom: 0px;
}
.tbl_pop a{
	position: relative;
	color: #848484;
	padding-right: 20px;
}
.tbl_pop a::after{
	content: '';
    position: absolute;
    right: 0;
    top: 2px;
    width: 12px;
    height: 12px;
    background: url(../images/map_ui/iconSnew.svg) center no-repeat;
}
.tbl_pop a.hide-link{
	cursor: default;
}
.tbl_pop a.hide-link::after{
	display: none;
}


.depthTxtSub{
	display: inline-block;
}
.depthTxtSub{
	width: 202px;
}
.depthTxtSub input{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.depthTxtSub label {
	position: relative;
    display: block;
    color: #666;
    font-size: 12px;
    text-align: left;
    word-break: break-all;
    padding-left: 17px;
    font-weight: bold;
}
.depthTxtSub label::before {
	position: absolute;
	left: 0;
	top: 2px;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #9D9D9D;
	border-radius: 50px;
	background: #fff;
}
.depthTxtSub input:checked + label::before {
	border-color: #E20B58;
	opacity: 1;
}
.depthTxtSub input:checked + label::after {
	position: absolute;
	left: 4px;
    top: 6px;
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50px;
	background: #E20B58;
}

.thematicWrap{
	position: relative;
	/*max-height: 225px;*/
    margin-top: 20px;
    width: 100%;
    background-color: #FFF;
    border-radius: 5px;
    /* padding: 0px 0px 11px 0px; */
    box-sizing: border-box;
    border: solid 1px #E4E4E4;
	overflow: hidden;
    /* overflow-y: auto;
    overflow-x: hidden; */
}
.thematicWrap::-webkit-scrollbar {
	width: 3px;
}

.thematicWrap::-webkit-scrollbar-track {
	background: #ddd;
}

.thematicWrap::-webkit-scrollbar-thumb {
	background: #666;
	border-radius: 10px;
}
.thematicWrap h2{
	position: relative;
	width: 100%;
	background-color: #43425D;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	box-sizing: border-box;
}
.thematicWrap h2 span{
	font-size: 11px;
}
.tmtBox{
	padding: 3px 0;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    /*max-height: 185px;*/
}
.tmtBox::-webkit-scrollbar {
	width: 3px;
}

.tmtBox::-webkit-scrollbar-track {
	background: #ddd;
}

.tmtBox::-webkit-scrollbar-thumb {
	background: #666;
	border-radius: 10px;
}
.tmtBox li{
	margin: 9px 15px;
	display: block;
}
.tmtTit, .tmtclose, .tmtcTog{
	display: inline-block;
}
.tmtTit{
	font-size: 13px;
    color: #333;
    font-weight: bold;
    width: 180px;
	cursor: pointer;
	white-space: normal;
}
.tmtclose{
	position: relative;
	width: 11px;
	height: 11px;
	margin: 4px 10px;
    vertical-align: top;
}
.tmtclose::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 12px;
	height: 2px;
	background-color: #464646;
}
.tmtclose::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 12px;
	height: 2px;
	background-color: #464646;
}
.tmtcTog{
	position: relative;
	width: 25px;
	height: 19px;
    vertical-align: top;
}
.tmtcTog::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 11px;
	border-radius: 50px;
	background-color: #D9D9D9;
}
.tmtcTog::after{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	border-radius: 50px;
	background-color: #BDBDBD;
	transition: 0.2s ease;
}
.tmtcTog.on::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 11px;
	border-radius: 50px;
	background-color: #90C6F2;
}
.tmtcTog.on::after{
	content: '';
	position: absolute;
	left: 9px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	border-radius: 50px;
	background-color: #2C98F0;
}

@media screen and (max-height: 900px) {
	.conArea {
		overflow-y: auto;
		max-height: calc(100vh - 150px);
	}
}


/********** 검색결과 **********/
.rollWRap{
	margin-bottom: 10px;
    transition: 0.3s ease;
    background: #fff;
    border: solid 1px #D2D2D2;
    border-radius: 5px;
}
.titBox {
	position: relative;
	display: flex;
    box-sizing: border-box;
	width: 100%;
	padding: 10px 15px;
	background-color: #F3F5FF;
	border-radius: 5px;
}
.titBox.active {
	background-color: #1D90F4;
	border:solid 1px #1D90F4;
}
.depthTxt02, .circleTog{
	display: inline-block;
}
.titBox .depthTxt02{
	color: #333;
	font-size: 13px;
	font-weight: bold;
	width: 205px;
}
.titBox.active .depthTxt02{
	color: #fff;
}
.titBox.active .depthTxt02 span{
	color: #FFF600;
}
.titBox .circleTog{
	position: relative;
	width: 20px;
	height: 20px;
	background-color: #1D90F4;
	border-radius: 50px;
	margin-left: 12px;
}
.titBox.active .circleTog{
	background-color: #fff;
}
.circleTog::before{
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	left: 50%;
	top: 50%;
	transform-origin: 50% 50%;
	transform: translate(-50%, -50%) rotate(135deg);
	transition: 0.3s ease;
}
.titBox.active .circleTog::before{
	border-top: 2px solid #2587DA;
	border-right: 2px solid #2587DA;
}
.titBox.active .circleTog::before{
	transform-origin: 50% 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(315deg);
}
.rollCon{
	display: none;
	transition: width 0.3s ease;
	/*max-height: 550px;*/
	overflow-y: auto;
	overflow-x: hidden;
}
.rollCon ul{
	padding: 0px 10px;
}
.rollCon li{
	margin: 10px 0;
    display: block;
}
.rollCon::-webkit-scrollbar {
	width: 3px;
}

.rollCon::-webkit-scrollbar-track {
	background: #ddd;
}

.rollCon::-webkit-scrollbar-thumb {
	background: #666;
	border-radius: 10px;
}
.dis_bl{
	display:block;
}
.listBox{
	position: relative;
	border: solid 1px #C4C4C4;
	border-radius: 5px;
	background-color: #fff;
	width: 100%;
	display: block;
	padding: 8px;
	box-sizing: border-box;
	min-height: 50px;
}
.listBox:hover{
	border: solid 1px #2587DA;
}
.iconLoca{
	float: left;
    overflow: hidden;
    background: url(../images/map_ui/iconLoca.svg) center no-repeat;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    padding-top: 5px;
}
.placeTxt{
	display: block;
	margin: 0px 0 0;
	padding: 0 0 0 40px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.05em;
	color: #111;
	white-space: normal;
    width: 180px;
}
.placeNavi{
	display: block;
	margin: 3px 0 0;
	padding: 0 0 0 40px;
	font-style: normal;
	font-size: 12px;
    color: #7E7E7E;
	white-space: normal;
    width: 180px;
}
.addArea{
	display: block;
    margin: 10px 0 0;
    font-size: 12px;
}
.addcase01{
	display: block;
	padding: 0 0 0 43px;
	line-height: 1.4;
	font-size: 12px;
}
.addcase01 .tit{
	display: inline-block;
	width: 38px;
	margin: 0 0 0 -43px;
	font-size: 10px;
	letter-spacing: -0.05em;
	color: #fff;
	line-height: 1.8;
	text-align: center;
	border-radius: 4px;
	background: #2cb084;
}
.addcase02{
	display: block;
	margin: 6px 0 0;
	padding: 0 0 0 43px;
	line-height: 1.4;
	font-size: 12px;
}
.addArea .tit{
	display: inline-block;
	width: 38px !important;
	margin: 0 0 0 -43px;
	font-size: 10px;
	letter-spacing: -0.05em;
	color: #fff;
	line-height: 1.8;
	text-align: center;
	border-radius: 4px;
	vertical-align: top;
}
.addcase02 .tit {
    background: #939393;
}
.addcase01 span, .addcase02 span{
	white-space: normal;
    width: 185px;
    display: inline-block;
}
.modify_loca .addcase01 span, .modify_loca .addcase02 span{
	white-space: normal;
	width: 147px;
	display: inline-block;
}
.pagingWrap {
	text-align: center;
	border-top: 1px solid #e7e7e7;
	padding: 10px 0;
	border-radius: 0 0 5px 5px;
}
.pagingWrap > a, .pageBold{
	display: inline-block;
	width: 23px;
	height: 23px;
	box-sizing: border-box;
	border: 1px solid #D9D9D9;
	background: #fff;
	border-radius: 5px;
	vertical-align: middle;
    color: #878787;
	margin-right: 2px;
}
.btnPrev, .btnNext {
	position: relative;
	text-align: center;
}
.btnPrev::before, .btnNext::before{
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	left: 60%;
	top: 50%;
	transform-origin: 50% 50%;
	transform: translate(-50%, -50%) rotate(225deg);
}
.btnNext::before{
	left: 40%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.pageBtn {
	position: relative;
	align-content: center;
}
.pageBold {
	display: inline-block;
	width: 23px;
	height: 23px;
	vertical-align: middle;
	color: #fff;
	background-color: #2587da;
	border-radius: 5px;
	border: 1px solid #2587da;
}
.modify_loca{
	margin: 0 0 0 40px !important;
}
.modify_loca .addcase01{
	margin-top: 6px;
}
.modify_conTopbox{
	padding: 20px 0;
}
.bookmark{
	padding:0 20px;
	background:#fff;
}
.bookmark p{
	padding:0 0 15px 0;
	line-height:18px;
	text-align:center;
	color:#777;
	font-size:13px;
	word-break:keep-all;
	white-space: normal;
    font-weight: bold;
    line-height: 19px;
	width: 250px;
}
.bookmark p:last-child{
	padding:15px 0 0 0;
	border-top:1px solid #e7e7e7;
}
.bookmark strong{
	color:#0085FF;
}

/* .dimd{
	display:block;
	content:'';
	width:100vw;
	height:102vh;
	background:rgba(0,0,0,0.5);
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:-1;
}
.dimd.on{
	z-index:9999;
} */

/* @media screen and (max-height: 950px) {
	.thematicWrap {
		padding-bottom: 50px;
	}
} */


/********** localInfo start **********/
.localInfo{
	z-index: 200;
	position: absolute;
	top: 20px;
	left: 50%;
	height: 40px;
	transform: translateX(-50%);
	background-color: #fff;
	transition: right .3s;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	padding: 0 10px;
	box-sizing: border-box;
	font-family: "맑은 고딕", "Malgun Gothic", "Dotum", sans-serif;
}
div.array:nth-child(1){
	padding-left: 20px;
	background: url(../images/map_ui/icon_local.svg) 0px 8px no-repeat;
}
.array{
	position: relative;
	display: inline-block !important;
}
.array::after{
	content: '';
	position: absolute;
	width: 1px;
	height: 10px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #B4B4B4;
}
div.array:last-child::after{
	width: 0;
}
.array .weather-info{
	box-shadow: none;
	padding: 8px 0px 8px 50px;
}
.array .top_txt > div {
    font-size: 12px;
}

.selectBox{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding: 0 10px 0 9px;
	border: 0;
	background-color: #fff;
	margin-right: 10px;
	color: #333;
}

@media screen and (max-width:1450px) {
	.localInfo{
		left: auto !important;
		right: 150px;
		transform: none!important;
	}
}

@media screen and (max-width:1024px) {
	.localInfo{
		display: none;
	}
}


/********** legendAdd start **********/
.legendAdd{
	width: 300px;
	right: 60px !important;
}
.legendAdd .zoomer_label{
	float: right;
}
.legendWrap {
	position: relative;
	float: right;
    margin-right: 10px;
    display: none;
}
.legendWrap.active{
    display: none;
}
.legendWrap .legendTxt {
	padding:12px;
	background: rgba(24, 79, 169, 0.85);
	border-radius:10px;
	line-height:1;
	color:#fff;
	font-size:13px;
	font-weight:400;
	letter-spacing:0;
	white-space:nowrap;
	cursor: pointer;
}
.legendWrap.active .legendTxt {
	background:rgba(255,255,255);
	color:#333333;
}
.legendWrap .legendPop{
	display: none;
}
.legendWrap.active .legendPop{
	font-family: "맑은 고딕", "Malgun Gothic", "Dotum", sans-serif;
	display: block;
	position: absolute;
	left: 0;
	bottom: 47px;
	width: 235px;
	min-height: 200px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.legendWrap.active .legendPop .legend-empty-text{
	margin-top: 10px;
	font-size: .9em;
}
.legendCon{
	position: relative;
	padding: 0px 10px;
	max-height: 220px;
    overflow-y: auto;
}
.legendCon::-webkit-scrollbar {
	width: 3px;
}

.legendCon::-webkit-scrollbar-track {
	background: #ddd;
}

.legendCon::-webkit-scrollbar-thumb {
	background: #666;
	border-radius: 10px;
}
.legendCon .depthTxt02{
	width: 170px;
}
.legendCon .circleTog{
	margin-left: 0;
}
.legendCon .rollWRap{
	margin-bottom: 5px;
}
.legendCon .titBox{
	padding: 7px 10px;
}
.legendCon .rollCon{
	/*max-height: 90px;*/
}
.legendCon .rollCon li{
	margin: 5px 0;
}
/* .legendCon .img-list {
	width:100%;
	box-sizing:border-box;
	overflow:hidden;
	text-align:center;
} */
.legendCon .img-list li {
	min-width: 45%;
    display: inline-block;
	padding:4px 2px 0 2px;
	text-align:center;
	vertical-align:middle;
}
.legendCon .imgLegendCase{
	width: 100% !important;
}
/* .legendCon .img-list li .img_box {
	display:flex;
	align-items:center;
} */
/* .legendCon .img-list li img {
	max-width:18px;
} */
.legendCon .img-list li .color-ldg {
	width:18px;
	height:18px;
}
/* .legendCon .img-list li .lgd_name {
	padding-left:3px;
	text-align:left;
	font-size:11px;
	line-height:1;
} */
.legendCon .img-list {
	width:100%;
	box-sizing:border-box;
	overflow:hidden;
	text-align:left;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}
/* .legendCon .img-list li {
	padding:4px 2px 0 2px;
	text-align:center;
	vertical-align:middle;
} */
.legendCon .img-list li .img_box {
	display:flex;
	align-items:center;
}
.legendCon .img-list li .img_circle {
	display: flex;
	align-items: center;
	border-radius: 100px;
	width: 18px;
	height: 18px;
}
.legendCon .img-list li img {
	max-width:18px;
}
.legendCon .img-list li .color-ldg {
	width:18px;
	height:18px;
}
.legendCon .img-list li .lgd_name {
	padding-left:3px;
	text-align:left;
	font-size:11px;
	line-height:1;
}

.legendCon .category-list {
	width:100%;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	padding: 10px;
}
.legendCon .category-list li {
	position:relative;
	display:flex;
	padding:4px;
	box-sizing:border-box;
	text-align:center;
	font-size:10px;
	flex:50%;-ms-flex:50%;
	word-break:keep-all;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	margin: 0;
}
.mapController .zoomer .zoomer_label {
	background: rgba(24, 79, 169, 0.85);
}


/********** DataListWrap start **********/
.DataListWrap{
	position: absolute;
	right: 0;
	display: flex;
	align-items: center;
	/* overflow: hidden; */
	width: 0px;
	height: 100%;
	transition: width 0.5s ease;
	z-index: 10000;
	font-family: "맑은 고딕", "Malgun Gothic", "Dotum", sans-serif;
}
.DataListWrap.open {
	width: 290px;
}
.DataListWrap .DLcontent {
	position: relative;
	flex-shrink: 0;
	width: 0;
	height: 100%; /* 핵심: wrapper 기준 100% */
	white-space: nowrap;
	overflow: hidden;
	padding: 10px 0;
	color: #333;
	transition: width 0.5s ease, padding 0.5s ease;
	text-align: center;
	background-color: #F8F9FE;
}
.DataListWrap.open .DLcontent {
	width: 290px;
	background-color: #F8F9FE;
	border-left: solid 1px #D9D9D9;
	/* padding: 10px; */
}
.DataListWrap .DLbtn_arr {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	background: #fff;
	cursor: pointer;
	border-radius: 8px 0 0 8px;
	border: solid 1px #D9D9D9;
	border-right: 0;
	z-index: 1;
	position: absolute;
	left: -31px;
}
.DLicon{
	position: relative;
    width: 30px;
    height: 55px;
    display: block;
}
.DLicon::before {
	position: absolute;
	left: 45%;
	top: 50%;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #5B5B5B;
	border-right: 2px solid #5B5B5B;
	transform: translate(-50%, -50%) rotate(225deg);
}
.DataListWrap.open .DLicon::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.DLWrap{
	padding: 10px 10px;
	box-sizing: border-box;
	text-align: left;
	overflow-y: auto;
    max-height: calc(100vh - 50px);
	overflow-x: hidden;
}
.DLWrap::-webkit-scrollbar {
	width: 3px;
}

.DLWrap::-webkit-scrollbar-track {
	background: #ddd;
}

.DLWrap::-webkit-scrollbar-thumb {
	background: #666;
	border-radius: 10px;
}
.DLcontent h2{
	position: relative;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	/*margin-bottom: 15px;*/

	padding: 15px 10px;
	/*padding-bottom: 5px;*/
	margin-left: 20px;
	box-sizing: border-box;
	text-align: left;
}
.DLWrap{
	border-top: 1px solid #cdcdcd;
}
.DLcontent h2::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 13px;
	background-color: #1D90F4;
}
.DLWrap .placeTxt, .DLWrap .placeNavi{
	padding: 0;
}
.DLWrap .placeTxt{
	font-size: 13px;
}
.DLWrap .rollCon ul{
	/*max-height: 700px;*/
    overflow-y: auto;
	overflow-x: hidden;
}
.DLWrap .rollCon ul::-webkit-scrollbar {
	width: 3px;
}
.DLWrap .rollCon ul::-webkit-scrollbar-track {
	background: #ddd;
}
.DLWrap .rollCon ul::-webkit-scrollbar-thumb {
	background: #666;
	border-radius: 10px;
}


/********** popup start **********/
#popup_wrap, #popup_wrap02 {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: 0;
	margin: 0 !important;
	z-index: 10000 !important;
	max-width: 400px;
	width: 90%;
	background-color: #fff;
	display: none;
	border-radius: 10px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
#mask {
	width:100%;
	height:100%;
	position:fixed;
	background:rgba(0,0,0,0.7) repeat;
	top:0;
	left:0;
	z-index:999;
	display:none;
}
.popHeaderArea{
	position: relative;
	padding: 12px 10px;
	background-color: #1D90F4;
	border-radius: 5px 5px 0 0;
}
.popTitle, #popup_close{
	display: inline-block;
}
.popTitle, #popup_close02{
	display: inline-block;
}
.popTitle{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #fff;
}
#popup_close, #popup_close02{
	position: absolute;
	right: 0;
	top: 10px;
	width: 14px;
	height: 14px;
	margin: 4px 10px;
}
#popup_close::before, #popup_close02::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 14px;
	height: 2px;
	background-color: #fff;
}
#popup_close::after, #popup_close02::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 14px;
	height: 2px;
	background-color: #fff;
}


/********** tooltipWrap start **********/
.tooltipWrap{
	position: relative;
	width: 285px;
	height: 150px;
	padding: 10px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	margin-top: 500px;
}
.toolTit p, .toolClose{
	display: inline-block;
}
.toolClose{
	position: relative;
	width: 11px;
	height: 11px;
	margin: 4px 10px;
}
.toolClose::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 12px;
	height: 2px;
	background-color: #464646;
}
.toolClose::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 12px;
	height: 2px;
	background-color: #464646;
}
.toolCon{
	position: relative;
}




.popTapwrap {
	width: 300px;
	position: relative;
	border: 1px solid #ccc;
	padding-top: 75px;
	overflow: hidden;
	background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.popTapheader{
	position: absolute;
	top: 9px;
	left: 0px;
	overflow: hidden;
	display: flex;
	padding: 0 0 5px 10px;
	width: 100%;
	box-sizing: border-box;
	border-bottom: solid 1px #E4E4E4;
}
.popTapheader p{
	font-size: 13px;
	font-weight: bold;
	color: #333;
	width: calc(100% - 35px);
	padding-left: 10px;
}
.popTapheader p::before{
	content: '';
	position: absolute;
	left: 10px;
	top: 7px;
	transform: translateY(-50%);
	width: 3px;
	height: 12px;
	background-color: #1D90F4;
}
.popTapclose{
	position: relative;
	width: 15px;
	height: 15px;
}
.popTapclose::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 12px;
	height: 2px;
	background-color: #464646;
}
.popTapclose::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 12px;
	height: 2px;
	background-color: #464646;
}
.popArrbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: 30px;
	pointer-events: none;
}
.popPrev, .popNext {
	position: absolute;
	top: 0px;
	width: 30px;
	height: 30px;
	background: #fff;
	pointer-events: all;
	z-index: 2;
	cursor: pointer;
	border-radius: 5px;
}
.popPrev {
	left: 0;
}
.popPrev::before {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #5B5B5B;
	border-right: 2px solid #5B5B5B;
	transform: translate(-50%, -50%) rotate(225deg);
}
.popNext {
	right: 0;
}
.popNext::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #5B5B5B;
	border-right: 2px solid #5B5B5B;
	transform: translate(-50%, -50%) rotate(45deg);
}
.popTaptitles {
	position: absolute;
	top: 40px;
	left: 35px;
	width: calc(100% - 70px);
	overflow: hidden;
	height: 30px;
}
.popTaptitles ul {
	display: flex;
	transition: transform 0.3s ease;
	padding: 0;
	margin: 0;
	user-select: none;
	cursor: grab;
}
.popTaptitles li {
	width: auto;
	margin-right: 7px;
	flex-shrink: 0;
}
.popTaptitle {
	width: 100%;
	height: 30px;
	font-size: 12px;
	cursor: pointer;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	line-height: 30px;
	padding: 0 8px;
}
.popTaptitle.active {
	background-color: #1D90F4;
	color: #fff;
	/* font-weight: bold; */
	border: solid 1px #1D90F4;
}
.popTapcon {
	display: none;
	padding: 0 10px;
	font-size: 13px;
	overflow: hidden;
}
.popTapcon.active {
	display: block;
}
#tabContents{
	max-height: 140px;
	min-height: 140px;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px 0;
}
#tabContents::-webkit-scrollbar {
	width: 3px;
}
#tabContents::-webkit-scrollbar-track {
	background: #ddd;
}
#tabContents::-webkit-scrollbar-thumb {
	background: #666;
	border-radius: 10px;
}
.popTapcon table {
	margin-top: 0;
}
.btnAsk{
	padding: 5px 10px;
	font-size: 12px;
	background-color: #43425D;
	text-align: center;
	float: right;
	margin: 10px 0 0 0;
	color: #fff;
	border-radius: 3px;
}


/****************************** mobile start ******************************/
.mapSearch{
	display: none;
}
@media screen and (max-width:1024px) {
	.headerWrap{
		display: none;
	}
}
@media screen and (max-width:1024px) {
	.DataListWrap{
		display: none;
	}
}
.mobileWrap{
	display: none;

}
@media screen and (max-width:1024px) {
	.mobileWrap{
		display: block;
		/* position: relative; */
		width: 100%;
		height: 100%;
		font-family: "맑은 고딕", "Malgun Gothic", "Dotum", sans-serif;
	}
    .legendWrap.active {
        display: block;
    }
}

/********** moPanel start **********/
.moPanel{
	position: absolute;
    top: 110px;
    left: 10px;
    right: 10px;
    background: #fff;
    border-radius: 12px 12px 0 0;
    z-index: 3;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transition: top 0.3s;
}
/*.moPanel .sns {position:fixed;top:101px;right:10px;}*/
.moPanel .sns .app_share_btn i {background-image:url(../images/map_ui/share_ico.svg);}
.moPanel .sns > button {
    width:30px;height:30px;padding:3px;box-shadow:0 8px 10px rgba(0,0,0,0.15);
    border-radius: 10px;
}
.moPanel .sns > button i {width:18px;height:18px;}
.mobileMapClear i {
	background-image:url(../images/map_ui/refresh_ico.svg);
}
.mobileMapClear .btn-tooltip span{
	position:absolute;
	width:1px;
	height:1px;
	overflow:hidden;
	clip:rect(1px, 1px, 1px, 1px);
	clip-path:inset(50%);
	z-index:-1;
}

/********** moHeader start **********/
.moHeader{
	position: relative;
	margin: 10px 10px 0 10px;
	width: calc(100% - 20px);
	height: 50px;
}
.moSearch{
	position: relative;
	padding: 8px 10px 8px 0;
	display: inline-block;
	width: calc(100% - 65px);
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
	box-sizing: border-box;
}
.moH1{
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 34px;
}
.moH1 .logoLink{
	background-size: 35px;
}
.moSearchBox{
	display: flex;
	margin-left: 55px;
	border: solid 1px #1D90F4;
    border-radius: 5px;
    overflow: hidden;
}
.moSearchBox select{
	width: 85px;
	height: 32px;
    border: none;
}
.mosearchArea{
	width: calc(100% - 85px);
	height: 32px;
	line-height: 35px;
	border: none;
}
.mosearchArea input{
	padding: 7px 10px 7px 15px;
	border: none;
	width: calc(100% - 34px);
	box-sizing: border-box;
	float: left;
}
.mosearchArea button{
	float: left;
	width: 34px;
	height: 32px;
	border: 0 none;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
	background: #1D90F4 url(../images/map_ui/iconSearch.svg) center no-repeat;
}
.search_resultWrap_mo {
	display: none;
}
.search_resultWrap_mo {
	position: absolute;
	left: 55px;
	top: 55px;
	width: calc(100% - 65px);
	max-height: 200px;
	background-color: #fff;
	box-sizing: border-box;
	z-index: 1;
	border: 1px solid #ccc;
	border-radius: 0 0 5px 5px;
	text-align: left;
}
.search_resultWrap_mo .tit{
	font-weight: bold;
	color: #1D90F4;
	font-size: 14px;
	margin: 5px 15px;
	box-sizing: border-box;
	display: block;
}
.search_resultWrap_mo ul{
	max-height: 165px;
	padding: 0px 12px 31px 12px;
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: border-box;
	margin: 10px 0 0 0;
}
.search_resultWrap_mo ul::-webkit-scrollbar {
	width: 3px;
}

.search_resultWrap_mo ul::-webkit-scrollbar-track {
	background: #ddd;
}

.search_resultWrap_mo ul::-webkit-scrollbar-thumb {
	background: #666;
	border-radius: 10px;
}
.search_resultWrap_mo ul li {
	position: relative;
	padding: 5px 0 5px 12px;
	border-bottom: 1px dotted #ccc;
}
.search_resultWrap_mo ul li button {
	color: #202020;
	font-size: 13px;
	text-align: left;
}
.search_resultWrap_mo ul li:after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 5px;
	height: 5px;
	border: 2px solid #3189d4;
	border-left: 0;
	border-top: 0;
	transform: rotate(-45deg);
}
.search_resultWrap_mo .thematic_search_close_mo {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	background-color: #1D90F4;
	color: #fff;
	font-size: 13px;
	border-radius: 0 0 5px 5px;
}

.moBtnbm{
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-left: 10px !important;
	background-color: #1D90F4;
	border-radius: 5px;
	vertical-align: top;
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
}
.moBtnbm span{
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	display: block;
	padding-top: 30px;
	position: relative;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
}
.moBtnbm span::before{
	content: '';
    position: absolute;
    width: 21px;
    height: 23px;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/map_ui/iconBm.svg) no-repeat;
}

/********** moNewsbox start **********/
.moNewsbox {
	position: relative;
	width: 100%;
	height: 35px;
	background-color: rgba(29, 144, 244, 0.85);
	margin-top: 10px;
	padding: 0 15px;
	box-sizing: border-box;
	overflow: hidden;
}

.moNewsbox p {
	color: #fff;
	line-height: 35px;
	font-weight: bold;
	font-size: 13px;
	width: calc(100% - 80px);
	overflow: hidden;
	height: 35px;
}

.moNewsbox p span {
	position: relative;
	color: #FFF600;
	font-weight: bolder;
	padding-right: 7px;
	margin-right: 7px;
}

.moNewsbox p span::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 10px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
}

.moNewsbox > .newsBk > button,
.moNewsbox > .newsWt > button {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #FFF600;
	color: #3A84D9;
	padding: 3px 10px;
	font-size: 11.5px;
	font-weight: bold;
	border-radius: 5px;
	border: none;
	z-index: 10;
}

.newsWt {
	display: none;
	padding-left: 30px;
    background: url(../images/map_ui/icon_local_on.svg) 0px 6px no-repeat;
	background-size: 23px;
}

.newsWt ul {
	width: calc(100% - 35px);
    display: flex;
    overflow-x: auto;
}

.newsWt li {
	line-height: 35px;
    padding: 0;
    margin: 0px 3px;
}

.newsWt li > button {
	color: #fff;
	font-weight: bold;
	border: solid 1px #fff;
	border-radius: 50px;
	height: 20px;
	padding: 11px 10px;
	line-height: 0px;
	font-size: 12px;
    white-space: nowrap;
}
.newsWt li > button.moWt01{
	background-color: #CCAA00;
}
.newsWt li > button.moWt02{
	background-color: #348421;
}
.newsWt li > button.moWt03{
	background-color: #026AE4;
}
.newsWt li > button.moWt04{
	background-color: #1F219D;
}
.newsWt li > button.moWt05{
	background-color: #9200E4;
}
.newsWt li > button.moWt06{
	background-color: #BF0000;
}
.newsWt > button {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #FFF600;
	border: none;
}

.newsWt > button::before,
.newsWt > button::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 12px;
	height: 2px;
	background-color: #3A84D9;
}

.newsWt > button::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* Slick overrides */
.slick-track {
	display: flex !important;
}

.slick-slide {
	flex-shrink: 0;
	padding: 0 5px;
	margin: 0 10px;
}

/********** moWeather start **********/
.moWeather{
	bottom: auto !important;
	top: 120px;
}

/********** moGnbwrap start **********/
.moGnbwrap {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1001;
}
.moGnbwrap > .legendWrap {
	float: left;
    margin: 0 0 10px 10px;
}
.moGnbwrap > .legendWrap > .legendTxt {
	padding: 12px 7px;
}
.moGnbwrap > .legendWrap .legendPop {
	height: 220px;
}
.moGnbwrap > .legendWrap .legendPop .legendCon {
	max-height: 170px;
}

/* 메뉴는 닫힌 상태에서만 숨김 */
.moGnbwrap.closed .moGnbBox {
    display: none;
}

/* 열린 상태에서는 항상 보임 */
.moGnbwrap .moGnbBox {
    display: block;
}

/* 닫힌 상태에서는 내부 요소 클릭 불가 (슬라이드만 가능) */
.moGnbwrap.closed .moGnbBox * {
    pointer-events: none;
}

/* 회색바(::before)는 항상 보이도록 유지 */
.moGnb_1depth {
    position: relative;
    z-index: 10;
}



.moSelectlist {
	display: flex;
	align-items: center;
	width: calc(100% - 20px);
	background-color: #43425D;
	border-radius: 10px 10px 0 0;
	padding: 7px 10px;
	overflow: hidden;
	margin: 0 auto;
	min-height: 38px;
	box-sizing: border-box;
}

.moSelectlist > p {
	flex-shrink: 0;
	color: white;
	font-weight: bold;
	font-size: 13px;
	margin-right: 10px;
	white-space: nowrap;
}

.moSelectedSlider {
	display: flex;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	scroll-padding: 10px;
	gap: 10px;
	flex: 1;
	cursor: grab;
}

.moSelectedSlider:active {
	cursor: grabbing;
}

.moSelectedSlider::-webkit-scrollbar {
	display: none;
}

.moSelectedSlider li {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	background-color: #69688D;
	border-radius: 50px;
	padding: 4px 10px;
	color: white;
	scroll-snap-align: start;
	white-space: nowrap;
	transition: background 0.3s;
}

.moSelectedSlider li button {
	color: white;
	background: none;
	font-size: 12px;
	margin: 0 3px;
	border: none;
	cursor: pointer;
}

.btnDel {
	position: relative;
	width: 13px;
	height: 13px;
}
.btnDel::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 12px;
	height: 2px;
	background-color: #fff;
}
.btnDel::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 12px;
	height: 2px;
	background-color: #fff;
}
.moGnb_1depth ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.moGnb_1depth ul li {
	width: 12.5%;
}
.moGnbBox button {
	padding: 6px 10px;
	margin: 5px 0;
	border: none;
	border-radius: 5px;
}
.moGnb_2depth{
	position: relative;
}
.moGnb_2depth::before{
	content: '';
	position: absolute;
	width: calc(100% - 15px);
	height: 1px;
	background-color: #BDBDBD;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.moGnb_2depth, .moGnb_3depth {
	display: none;
	background: #F2F1F7;
}
.moGnb_2depth {
	padding: 7px 0 3px 0;
}
.moGnb_2depth li{
	margin: 0;
}
.moGnb_2depth button{
	background-color: #8E8E8E;
	font-size: 12px;
	color: #fff;
}
.moGnb_2depth button.active{
	background-color: #234D92;
}
.moGnb_3depth li{
	position: relative;
	padding: 0;
	margin: 0 0 9px 0;
}
.moGnb_3depth li::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 12px;
	background-color: #C8C8C8;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.moGnb_3depth li:last-child::after {
	display: none;
}
.moGnb_3depth button{
	padding: 3px 10px;
	margin: 0;
	font-size: 12px;
	color: #7D7D7D;
}
.moGnb_3depth button.active{
	font-weight: bold;
	color: #333;
}
.dimmed {
	display: none;
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1000;
}
.slick-track {
	display: flex !important;
}
.moIssuewrap {
	background: #fff;
    padding: 10px 5px;
    box-shadow: 0px -5px 10px -3px rgba(0, 0, 0, 0.15);
    position: relative;
    box-sizing: border-box;
}
.moIssuewrap li{
	margin: 0 10px 0 0;
	padding: 0;
	border-radius: 5px;
    overflow: hidden;
}
.moIssuewrap li.category-item a {
	border-radius: 0;
	padding: 5px 16px;
}
.moIssuewrap li.category-item a.itemCase01 {
	padding: 5px 27px 5px 5px !important;
}

.safe-no-result{
	display: block;
	text-align: center;
	padding: 5px;
}
.safe-max-150{
	max-width: 150px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}



@media screen and (max-width:1024px) {
	.moGnb_1depth{
		position: relative;
		padding: 20px 0 6px 0;
		box-sizing: border-box;
		background: #F2F1F7;
	}
	.moGnb_1depth::before{
		content: '';
		position: absolute;
		width: 50px;
		height: 5px;
		border-radius: 50px;
		background-color: #D0CFD9;
		top: 8px;
		left: 50%;
		transform: translateX(-50%);
	}
	.moGnb_1depth ul li {
		position: relative;
		padding: 0 5px;
		box-sizing: border-box;
	}
	.moGnb_1depth ul li::after{
		content: '';
		position: absolute;
		width: 1px;
		height: 12px;
		background-color: #C8C8C8;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.moGnb_1depth ul li:nth-child(8)::after{
		display: none;
	}
	button.btn_navbar {
		box-sizing: border-box;
		padding: 5px !important;
	}
}

@media screen and (max-width:600px) {
	.moGnb_1depth ul li{
		width: 25%;
		text-align: center;
	}
	.moGnb_1depth ul li:nth-child(4)::after{
		display: none;
	}
	button.btn_navbar {
		padding: 3px !important;
		width: 70px;
		margin: 5px 0 0 0;
	}
	span.navbar_text {
		margin-top: 3px;
	}
	span.navbar_icon > img {
		margin-top: 2px;
	}
}

/*
  	******* 치안 범례  *******
 */
.legendCon .rollCon .gradient-legend {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
}
.legendCon .rollCon .gradient-legend .legend-bar {
	width: 160px;
	height: 16px;
	/*border-radius: 8px;*/
	/*border: 1px solid rgba(0,0,0,0.1);*/
	background: linear-gradient(to right, #FADADD 0%, #C0392B 100%);
}
.legendCon .rollCon  .gradient-legend .legend-labels {
	width: 160px;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	color: #333;
}
.legendCon .rollCon .gradient-legend .legend-labels::before {
	content: "→";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	color: #555;
	font-size: 13px;
}


/*
  	******* 왼쪽 범례 영역 *******
 */
.tmtSubInfo {
	margin-top: 6px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 4px 6px;
}

.tmtSubInfo .ui {
	background: #fff;
	padding: 4px 4px;
	margin: 0;
}

.tmtSubInfo ul.category-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0px;
	margin: 0;
	padding: 0;
}

.tmtSubInfo .img-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
	margin: 0;
	padding: 0;
}

.tmtSubInfo ul.category-list li {
	list-style: none;
	font-size: 11px;
	font-weight: 600;
	color: #000;
	padding: 4px 0;
	text-align: center;
	box-sizing: border-box;
	height: 26px;
	line-height: 1.2;
	margin: 0;
}

.tmtSubInfo .li.imgLegend {
	list-style: none;
	display: flex;
	align-items: center;
	gap: 4px;
}

.tmtSubInfo .img_circle {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	flex-shrink: 0;
}

.tmtSubInfo .img_box img {
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

.tmtSubInfo .lgd_name {
	font-size: 11px;
	color: #333;
}

.tmtSubInfo .gradient-legend {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
}

.tmtSubInfo .legend-bar {
	width: 100%;
	height: 10px;
	background: linear-gradient(to right, #FADADD 0%, #C0392B 100%);
}

.tmtSubInfo .legend-labels {
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-size: 11px;
	color: #555;
}

.legend-icon {
	height: 30px;
	margin-right: 4px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}




