@charset "UTF-8";
/*2020-09-04 [신예리] 개방형지도 버튼 추가 START*/
.mapInfo {
	width: 120px;
	background: white;
	height: 35px;
	left: 20px;
	position: absolute;
	top: 20px;
	border-radius: 40px;
	display: inline-block;
	border: 1px solid #EFF3F6;
	color: #596070;
	letter-spacing: -1.8px;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: 700;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	outline: none;
	text-align: center;
	z-index: 9;
}

.mapInfo:hover, .mapInfo.on {
	color: white;
	background: #1586d6; /*2020-09-22 [신예리] on 상태 일때 컬러 변경*/
}

/** 2020-08-13 [곽제욱] 범례 display:none 처리 */
.info.sop-control {
	display: none;
}

.card {
	height: 100%;
}

.card .card-body {
	height: 83%;
}

.txt_over {
	position: absolute;
	max-width: 300px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.chart_none {
	position: relative;
	top: 25%;
	/* 	left: 35%; */
	text-align: center;
}

.map_none {
	position: absolute;
	width: 572px;
	height: 600px;
	top: 100px;
	z-index: 9999; /* 수정 배천규 221214 */
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
}

.map_none img {
	margin-top: 270px;
	/* 	background: white; */
	z-index: 99;
}

[class^='moreSubMenu'] {
	text-align: center;
	color: white;
/* 수정 배천규 221214 */
	padding-bottom:8px;
	font-weight: 500;
	line-height: 20px;
	cursor: pointer;
	font-size: 14px;
/* 수정 배천규 221214 */
}

[class^='moreSubMenu']:hover {
	color: yellow;
}

.subCurrent {
	color: yellow;
	font-weight:600; /* 수정 배천규 221214 */
}

/* 전체선택 차트 호버 이벤트 */
.hover_chart:hover {
	border: 3px solid #E24F4F;
	border-radius: 5px;
}

.main_shortcuts_img:hover {
	opacity: 0.5 !important;
}
.tuto_close_btn {
	padding: 10px 60px;
	border-radius: 35px;
	background-color: #bb902f;
	bottom: 30px;
	position: absolute;
	left: 80%;
	right: 0;
	margin-left: auto;
	font-size: 16px;
	font-weight: 600;
	margin-right: auto;
	color: white;
	width: 165px;
	margin-left: auto;
}

.tuto_close_btn:hover {
	background-color: #1a1e6f;
}

/* #newlyDashTuto img { */
/* 	width: 100%; */
/* } */

#newlyDashTuto {
	background: url(/images/administStats/renew/newlyGuide.png);
	position: fixed;
	top: 0;
	left: 0;
	background-size: cover;
	z-index: 9999999;
	width: 100%;
	height: auto;
	min-height: 100%;
	min-width: 1024px;
	position: fixed;
	background-repeat: round;
}
#houseDashTuto {
	background: url(/images/administStats/renew/newlyGuide.png);
	position: fixed;
	top: 0;
	left: 0;
	background-size: cover;
	z-index: 9999999;
	width: 100%;
	height: auto;
	min-height: 100%;
	min-width: 1024px;
	position: fixed;
	background-repeat: round;
}
#middlDashTuto {
	background: url(/images/administStats/renew/newlyGuide.png);
	position: fixed;
	top: 0;
	left: 0;
	background-size: cover;
	z-index: 9999999;
	width: 100%;
	height: auto;
	min-height: 100%;
	min-width: 1024px;
	position: fixed;
	background-repeat: round;
}
#retunDashTuto {
	background: url(/images/administStats/renew/newlyGuide.png);
	position: fixed;
	top: 0;
	left: 0;
	background-size: cover;
	z-index: 9999999;
	width: 100%;
	height: auto;
	min-height: 100%;
	min-width: 1024px;
	position: fixed;
	background-repeat: round;
}
#more1DashTuto {
	/* background: url(/images/administStats/renew/more1.jpg); */
	background: url(/images/administStats/guide/more1DashGuide.png);
	position: fixed;
	top: 0;
	left: 0;
	background-size: cover;
	z-index: 9999999;
	width: 100%;
	height: auto;
	min-height: 100%;
	min-width: 1024px;
	position: fixed;
	background-repeat: round;
}
#more2DashTuto {
	background: url(/images/administStats/guide/more2DashGuide.png);
	position: fixed;
	top: 0;
	left: 0;
	background-size: cover;
	z-index: 9999999;
	width: 100%;
	height: auto;
	min-height: 100%;
	min-width: 1024px;
	position: fixed;
	background-repeat: round;
}
#more3DashTuto {
	background: url(/images/administStats/guide/more3DashGuide.png);
	position: fixed;
	top: 0;
	left: 0;
	background-size: cover;
	z-index: 9999999;
	width: 100%;
	height: auto;
	min-height: 100%;
	min-width: 1024px;
	position: fixed;
	background-repeat: round;
}
