@charset "UTF-8";

/************************************
기본 폰트 - Noto Sans KR 설정
************************************/
* {
	font-family: 'Noto Sans KR', sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
	width: 100%;
	height: 100%;
	overflow-y:hidden;
}

ul, ol, li {
	list-style: none;
	padding-left: 0px;
	margin: 0px;
}

a, a:link, a:visited, a:hover {
	color: black;
	text-decoration: none;
}

input[type=text]:focus {
	outline: none;
}

input[type=text]::-ms-clear {
	display:none;
}

select {
	-o-appearance: none;
	-webkit-appearance: none;  /* Safari and Chrome */
	-moz-appearance: none;  /* Firefox */
	appearance: none;
}

/************** page **************/
.page-wrapper {
	width: 100%;
	height: 100%;
}

/************** loading **************/
.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	line-height: 100%;
	z-index: 9999;
	display: none;
}

.loading img {
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 10000;
	top: 50%;
	left: 50%;
}

/************** header **************/
.main-header {
	background: linear-gradient(90deg, #002e73, #33578F);
	background-color: #203E7B;
	vertical-align: middle;
	width: 100%;
	position: relative;
}

.title-box {
	display:inline-block;
	width: 460px;
	text-align: center;
	padding: 3px 15px;
	vertical-align: middle;
	height: 65px;
}

.logo-img {
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%;
	object-fit:contain;
}

.map-title {
	display: inline-block;
	font-weight: 600;
	color: #eff0f2;
	vertical-align: middle;
	font-size: 1.1em;
	margin-bottom: 3px;
	margin-left: 10px;
	border-left: 1px solid #b2bdce;
	padding-left: 15px;
}

.message-box {
	position: absolute;
	right: 0;
	display:inline-block;
	text-align: right;
	vertical-align: middle;
	margin: 6px;
	padding: 5px 15px;
	background-color: #fff; 
	opacity: 0.9;
	border-radius: 4px;
}

.map-message {
	font-weight: 600;
	color: #000;
	vertical-align: middle;
	font-size: 0.9em;
}

.map-message:first-child {
	margin-bottom: 3px;
}

/************** content **************/
.main-content {
	background-color: #FFF;
	position: relative;
	width: 100%;
	height: calc(100% - 65px);
}

/************** navigation **************/
.main-nav {
	display:inline-block;
	background-color: #FFF;
	float: left;
	width: 20%;
	height: 100%;
	background-color: #E5EAF1;
	position: absolute;
	left:0;
}

.marker-box {
	width: 100%;
}

.marker-grp {
	display: inline-block;
	background-color: #E5EAF1;
	padding: 5px 3%;
	border-bottom: 2px solid rgba(165, 177, 202, 0.3);
	width: 100%;
}

.marker-wrap {
	width:50%;
	padding: 5px;
	font-size: 15px;
	float: left;
	/* width: 170px; */
}


.marker-wrap img, span {
	vertical-align: middle;
}

.marker-wrap span {
	font-size: 0.8em;
}

.marker-wrap:nth-child(2n-1) {
	padding-left: 15px;
}

.srch-box {
	display:inline-block;
	padding: 10px;
	width: 100%;
}

.srch-box li {
	padding: 5px;
	width: 100%;
}

.srch-box span {
	float: left;
	width: 20%;
	margin: 0 1%;
	padding: 9px 0;
	font-size: 0.8em;
}

.select-box {
	display: inline-block;
	width: 78%;
}

/* IE */
.srch-box select::-ms-expand {
	display: none;
}

.srch-box select {
	width: 100%;
	height: 35px;
	background: url('/img/map/down-arrow.png') calc(100% - 13px) center no-repeat;
	background-size: 10px;
	padding: 3px 30px 3px 10px;
	border-radius: 4px;
	outline: 0 none;
	background-color: #FFF;
	border: 1px solid rgba(121, 121, 175, 0.7); /*	7979AF*/
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
	transition: border-color .3s;
}

.srch-box select option {
	padding: 5px 0;
}

.txt-box {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 35px;
	border-radius: 4px;
	background-color: #FFF;
	border: 1px solid rgba(121, 121, 175, 0.7);
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
	transition: border-color .3s;
}

.srch-hv:hover {
	border-color: #60608c;
}

.srch-hv:focus {
	border-color: #60608c;
}

.txt-box:focus-within {
	border-color: #60608c;
}

.txt-box .srch-txt {
	width: 90%;
	height: 100%;
	padding: 4px 15px;
	border: 0 none;
	font-weight: 500;
	font-size: 13px;
	line-height: 13px;
	background-color: transparent;
	border-radius: 4px;
	outline: 0;
}

.txt-box .srch-btn {
	position: absolute;
	top: 2px;
	right: 10px;
	z-index: 3;
	width: 20px;
	height: 20px;
	margin: 4px 0;
	border: 0 none;
	cursor: pointer;
	background: url('/img/map/search.png') /* calc(100% - 10px) */ center no-repeat;
}

.srch-btn:focus {
	border: none;
	outline: none;
}

.srch-result {
	height: 100%;
	background-color: #FFF;
	display: inline-block;
	width: 100%;
}

.srch-cnt-box {
	height: 40px;
	font-size: 12px;
	padding: 10px 25px;
	text-align: right;
	background:#fff;
	border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.notice {
	font-size: 11px;
	margin-top: 10px;
}

.result-wrap {
	height:calc(100% - 395px);
	background: #fff;
	display:inline;
}

#result-list {
	height: calc(100% - 395px);
	overflow-y: auto;
	background:#fff;
}

.list-item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding: 10px 20px;
	display: block;
	transition: background-color .5s;
	text-decoration: none;
	cursor: pointer;
	background-color: #FFF;
}

.list-item.selected {
	background-color: rgb(240, 248, 255);
}

.list-item:hover {
	background-color: rgb(240, 248, 255);
}

.list-item p {
	color: #3e3e3e;
	font-size: 14px;
}

.list-item p:nth-child(2n+1) {
	margin-top: 5px;
}

.result-title {
	margin-bottom: 10px;
	overflow: hidden;
	vertical-align: middle;
}

.result-title .title {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.result-title .title {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.result-title .btn-regist {
	border: 1px solid #203E7B;
	padding: 5px 10px;
	border-radius: 4px;
	font-weight: 600;
	margin-right: 5px;
	float: right;
	cursor: pointer;
	background: #FFF;
	background-color: #203E7B;
	color: #FFF;
	transition: background-color .3s;
}

.result-title .btn-regist:hover {
	background-color: #0C445E;
}

.list-item .srch-txt {
	display: table;
}

.list-item .blue {
	color: blue;
	display: table-cell;
	font-weight: bold;
}

/************** map&roadview **************/
#map-container {
	float: right;
	width: 80%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

#map-wrap {
	width: 100%;
	height: 100%;
}

#map-container.view_roadview #map {
	width: 300px;
	height: 300px;
	top: 3px;
	left: 3px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
}

#map {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
}

#roadview {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1;
}

#roadview-ctrl {
	position: absolute;
	top: 5px;
	left: 3px;
	width: 42px;
	height: 42px;
	z-index: 2;
	cursor: pointer;
	background: url(https://t1.daumcdn.net/localimg/localimages/07/2018/pc/common/img_search.png) 0 -450px no-repeat;
}

#roadview-ctrl.active {
	background-position: 0 -350px;
}

#menu-btn {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 38px;
	height: 38px;
	z-index: 2;
	cursor: pointer;
	background: #fff url(/img/map/menu.png)no-repeat 50%;
	border-radius: 5px;
	background-size: 40%;
	box-shadow: 0px 2px 2px 0 rgb(0 0 0 / 15%);
	border: 1px solid #d1cfc8;
}

.srch-btn{
	position: absolute;
	width: 20px;
	height: 20px;
	margin: 4px 0;
	border: 0 none;
	cursor: pointer;
	background: url('/img/map/search.png') center no-repeat;
}

.close-box{
	width: 100%;
    /* position: relative; */
    padding: 20px 0;
    display: inline-block;
    background: #d2d8e5;
}

.close-box .srch-btn{	
    right: 50px;
	top: 6px;
	display:none;
}

.menu-close {
    position: absolute;
    top: 12px;
    right: 15px;
    padding: 10px;
    display: inline-block;
    border: none;
    background: url('/img/map/close.png') no-repeat;
    cursor: pointer;
}


/************** customoverlay_sect_no **************/
.sectno-ovrly {
	position: relative;
	font-size: 9px;
	/* font-weight: bold; */
}

.sectno-ovrly.red {
	border: 2px solid red;
	border-radius: 4px;
	padding: 0 1px;
}

/************** customoverlay_info **************/
.info-ovrly {
	position: absolute;
	left: -38px;
	bottom: 21px;
	width: 250px;
	height: 101px;
	margin-left: -89px;
	text-align: left;
	overflow: hidden;
	line-height: 1.5;
	z-index: 100;
}

.info-ovrly .info {
	width: 250px;
	height: 90px;
	border-radius: 4px;
	border-bottom: 2px solid #ccc;
	border-right: 1px solid #ccc;
	overflow: hidden;
	background: #fff;
	box-shadow: 2px 3px 3px 2px rgba(136, 136, 136, 0.2);
	border: solid 1px rgba(136, 136, 136, 0.4);
	cursor: default;
}

.info .title {
	margin: 7px 10px 5px 10px;
}

.info .title .t-h {
	display: inline-block;
	vertical-align: bottom;
}

.info .title .stat {
	margin-bottom: 2px;
	font-size: 14px;
}

.info .title .edit {
	width: 20px;
	height: 20px;
	background: url('/img/map/edit.png') no-repeat 55% 49%;
	background-size: 68%;
	margin-bottom: 2px;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #000;
}

.info .title .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #888;
	width: 9px;
	height: 9px;
	background: url('/img/map/close.png') center no-repeat;
}

.info .close:hover {
	cursor: pointer;
}

.info .addr-wrap {
	position: relative;
	padding: 0 10px;
	width: 100%;
	overflow: hidden;
}

.addr-wrap p {
	font-size: 11px;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.info:after {
	content: '';
	position: absolute;
	margin-left: -12px;
	left: 50%;
	bottom: 0;
	width: 22px;
	height: 12px;
	background: url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png')
}

/************** customoverlay_info **************/
.addr-ovrly {
	z-index: 99;
	background-color: #FFF;
	border: 1px solid #b6bbae;
	border-radius: 8px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
    padding: 4px 10px;
}

.addr-ovrly .addr {
	font-size: 12px;
}

