@charset "utf-8";

.lc_wrap {
	text-align : center;
	position : fixed;
	box-shadow: 6px 6px 15px rgba(0,0,0,.5);
	z-index : 10000;
	-webkit-border-radius : 10px 10px 10px 10px;
	border-radius : 10px 10px 10px 10px;
	/*overflow: hidden;*/
}

.lc_wrap .tab {
	height : 40px;
	text-align : center;
	line-height : 40px;
	background-color : transparent;
	color : rgb(255, 255, 255);
	position: relative;
	border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

.lc_wrap .header {
	height : 30px;
	text-align : center;
	line-height : 30px;
	background-color : #058183;
	color : rgb(255, 255, 255);
	position: relative;
	border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
}

.lc_wrap .leftButton {
	position: absolute;
	top: 3px;
	left: 3px;
	text-align: center;
	line-height: 25px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
}

.lc_wrap .leftButton_1 {
	position: absolute;
	top: 5px;
	left: 5px;
	color: #058183;
	background-color: white;
	text-align: center;
	line-height: 20px;
	min-width: 60px;
	padding: 0 8px;
	width: fit-content;
	height: 20px;
	cursor: pointer;
	font-weight: bold;
	border-radius: 3px;
}

.lc_wrap .rightButton {
	position: absolute;
	right: 5px;
	top: 5px;
	color: #058183;
	background-color: white;
	text-align: center;
	line-height: 20px;
	width: 60px;
	height: 20px;
	cursor: pointer;
	display: none;
	font-weight: bold;
	border-radius: 3px;
}

.lc_wrap .rightButton_1 {
	position: absolute;
	right: 5px;
	top: 5px;
	color: #058183;
	background-color: white;
	text-align: center;
	line-height: 20px;
	/*width: 60px;*/
	min-width: 60px;
	width: fit-content;
	padding: 0 8px;
	height: 20px;
	cursor: pointer;
	font-weight: bold;
	border-radius: 3px;
}

.lc_wrap .textButton {
	position: absolute;
	bottom: 0px;
	background-color: #324B42;
	text-align: center;
	line-height: 40px;
	width: 80px;
	height: 40px;
	cursor: pointer;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

.lc_wrap .mapButton {
	position: absolute;
	bottom: 0px;
	background-color: #324B42;
	text-align: center;
	line-height: 40px;
	width: 80px;
	height: 40px;
	cursor: pointer;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
}

.lc_wrap .allButton {
	position: absolute;
	right: 5px;
	top: 35px;
	background-color: #058183;
	color: white;
	text-align: center;
	line-height: 20px;
	/*width: 60px;*/
	min-width: 60px;
	width: fit-content;
	padding: 0 8px;
	height: 20px;
	cursor: pointer;
	display: none;
	border-radius: 3px;
	font-weight: bold;
}

.lc_wrap .zoomInButton {
	position: absolute;
	left: 5px;
	top: 65px;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: none;
	z-index: 9001;
	border-radius: 3px;
	font-size: 20px;
	font-weight: bold;
	border-left: 2px solid #058183;
	border-right: 2px solid #058183;
	border-top: 2px solid #058183;
	border-bottom: 2px solid #058183;
}

.lc_wrap .zoomOutButton {
	position: absolute;
	left: 40px;
	top: 65px;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: none;
	z-index:9001;
	border-radius: 3px;
	font-size: 20px;
	font-weight: bold;
	border-left: 2px solid #058183;
	border-right: 2px solid #058183;
	border-top: 2px solid #058183;
	border-bottom: 2px solid #058183;
}

.lc_wrap .tabSelected {
	background-color: #058183;
}

.lc_wrap .locNameArea {
	float : right;
	width : 100%;
	height : 30px; 
	text-align : left;
	background-color : #FFFFFF;
	box-sizing: border-box;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #058183;
	border-right: 1px solid #058183;
	font-weight: bolder;
}

.lc_wrap .locNameArea .selectedLocation {
	color: #058183;
	box-sizing: border-box;
	padding: 5px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

.lc_wrap .locSelectArea {
	/*float : right;*/
	clear: both;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	width : 100%;
	overflow-y : scroll;
	background-color : white;
	border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	box-sizing: border-box;
	border-left: 1px solid #058183;
	border-right: 1px solid #058183;
	border-bottom: 1px solid #058183;
}

.lc_wrap .locSelectArea .location {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px;
	/*height : 40px;*/
	line-height: 20px;
	/*float : left;*/
	overflow: hidden;
	word-break: break-word;
	background-color : white;
	cursor : pointer;
}

.lc_dim {
	position : fixed;
	left : 0px;
	top : 0px;
	width : 100%;
	height : 100%;
	opacity : .5;
	background-color : black;
	z-index : 9999;
}

.svgMap {
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.locSelectArea div:nth-child(even) {
	border-bottom: 1px solid #CCCCCC;
	box-sizing : border-box;
	font-size: 15px;
}
.locSelectArea div:nth-child(odd) {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	box-sizing : border-box;
	font-size: 15px;
}