 

body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	letter-spacing: -1px;  
}


a {
	text-decoration: none;
}

ul { 
	margin:0;
	padding:0;
}

li {
	list-style: none;
	margin:0;
	padding:0;
}

input[type="radio"] {
	display: none;
} 


/* ============================================================================== 템플릿 */

header {
	margin:0;
	padding:0;
}

/* 템플릿 */
    #menubar {
            width: 96%; 
            height: 35px;
            padding: 5px 2% 0px 2%; 
             /* IE10+ */ 
	background-image: -ms-linear-gradient(right, #00C8DA 0%, #7DB9FF 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(right, #00C8DA 0%, #7DB9FF 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(right, #00C8DA 0%, #7DB9FF 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #00C8DA), color-stop(100, #7DB9FF));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(right, #00C8DA 0%, #7DB9FF 100%);

	/* W3C Markup */ 
	background-image: linear-gradient(to left, #00C8DA 0%, #7DB9FF 100%);
    }

#menubar a {
            text-decoration: none;
}

#menubar .menubarLeft {
	width : 25%;
	height: 35px; 
	float: left;
}

#menubar .menubarRight {
	width: 50%;
	padding-top: 2px;
	height: 33px; 
	float: left; 
}
 

    #teamname {
            font-size: 0.9em;
            color:#fff; 
            font-weight: 600;
            text-align: left;
            float: left;
            margin:0;
    }

 

    .mabulogo {
            width : 58px;
            height : 25px;
            float: left;
            margin: 2px 0px 0px 10px;
    }

  
    
   #footerbar {
            width: 90%;
            height: 100px;
            padding: 20px 5%;
            background-color:#222; 
            float: left;
    }
    
    #fteamname {
   	font-size:0.9em;
            color:#fff;
            font-weight: 500;
            margin:5px 0px 0px 10px;
            text-align: left; 
             letter-spacing: 0px;
             width:90%; 
    }

    .credit {
           font-size:0.6em;
            color:#ccc;
            font-weight: 300;
            margin:5px 0px 0px 10px;
            text-align: left; 
             letter-spacing: 0px;
             width:90%; 

    }
 
 #menubar .socialbox {
 	width: 25%;
 	height: 35px; 
 	float: left;
 	 display: block;
 }

  #menubar .social {
 	width: 30px;
 	height: 30px; 
 	float: left;
 	cursor: pointer;
 }
 

 /* ============================================================================== 지도 */

#container {
	width: 100%;
	height: 85vh;
	float: left; 
}

#map {
	width: 100%;
	height: 75vh; 
	float: left; 
}

 #timelinebox {
 	width: 100%;
 	height: 10vh;  
 	z-index: 999; 
 	background-color: #fff;
 }


.st0{fill:#FFFFFF;}

.leaflet-marker-icon{
	background-color: transparent;
	border: none;
	width: 25px;
	height: 25px; 
}

.leaflet-marker-icon .dustMarker .pin{ 
	fill: #333; 
}
 
 .leaflet-marker-icon .dustMarker .pincolor{ 
	fill: #fff; 
}
/* ========= 선택 버튼  */
 
 .btnbox {
 	width: 100%;
 	height: 40px; 
 	top: 40px;
 	left:0;
 	position: absolute;
 	z-index: 999;
 	background-color: #313942;
 } 
.btnbox  .minibox { 
	width: 50%;
	height: 40px; 
	float: left;
	border: none;
}

 label.btn  {
 	width: 40%;
 	cursor: pointer;
	  display: inline-block; 
	  float: left;
	 height: 20px;
	  outline: none; 
	  vertical-align: baseline;
	  background-color:#313942;
	  color: #aaa;
	  margin: 0em auto;
	  padding: 10px 5% 10px;
	  text-transform: none;
	  text-shadow: none;
	  font-weight: 300;
	  line-height: 1em;
	  font-style: normal;
	  font-size: 0.9em;
	  text-align: center;
	  text-decoration: none; 
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
	  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
	  will-change: '';
	  -webkit-tap-highlight-color: transparent;
 }

/* label.leftbtn {
	border-radius: 20px 0px 0px 20px;
}

label.rightbtn {
	border-radius: 0px 20px 20px 0px;
} */

input[name=markerbtn]:checked+label.dustbtn {
	background-color: #00C8DA;
	color: #fff;
	font-weight: 500;
	animation: colorchange 0.5s;
}

input[name=fillbtn]:checked+label.whatgood {
	background-color: #00C8DA;
	color: #fff;
	font-weight: 500;
	animation: colorchange 0.5s;
} 

@keyframes colorchange {
	0% { background-color: #313942; }
	100% { background-color: #00C8DA; }
}

 /* ========= 마커 색상값  */
 .colorProgression {
 	display: none;
 }


/* ========= 슬라이더  */

 
.timemini {
	width: 140px;
	height: 25px;
	position: absolute;
	top: -30px;
	left: 5%;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	padding-top: 5px;
}



#myRange {
	width: 86%;
	height: 15px;
	margin: 5px auto;
}
  
.slider-labels {
	width: 92%;
	height: 40px;
	margin:0 auto; 
	font-size: 0.8em;
	font-weight: 500;
	list-style: none;
}

.slider-labels li {
	width: 45%;
	color: #88949e;
	display: inline;
	float: left;
	cursor: pointer;
	display: none;
	margin-top: 5px;
}

 .slider-labels li:nth-child(1) { 
	margin-left: -3px;
	display: inline; 
	text-align: left;
} 


 .slider-labels li:nth-child(27) {  
	display: inline;  
	text-align: right;
}



 .slider-labels li:nth-last-child(1) {
	position: absolute;
	margin-left: 0;
	width: 50%;
	margin-right: -3px;
} 



/* ============================================================================== 대쉬보드  */

#dashboard {
	width: 96%;
	padding: 3vh 2% 0vh 2%;
	height: 72vh;
	background-color: rgba(255,255,255,0.9); 
	position: absolute;
	left: 0;
	z-index: 999;
	display: none;

} 

.graph {
	width: 100%;
	height: 180px;
}


	.labelExplainBox {
		margin-top: 10px;
	}

	

.colorLabel2 {
	width:100%;
	height: 100px;
	padding: 0px 0px; 
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
}
 
 
.colorLabel2 tr td:nth-child(1) {
	width:15%;
}

.colorLabel2 tr td:nth-child(2) {
	width:15%;
}

.colorLabel2 tr td:nth-child(3) {
	width: 70%;
}

	.labeltext2 {
		font-size: 0.8em;
		font-weight: 500;
		text-align: left; 
		margin: 0;
	}

	.labelExplain {
		font-size: 0.7em;
		font-weight: 300;
	}

/* ========= 텍스트 */

#thisMarker {
	font-size: 1.2em;
	font-weight: 700;
	color:#222;
}

.explainMarker {
	font-size: 0.9em;
	font-weight: 400;
	color: #888;
}

.scoreText { 
	font-size: 2em;
	font-weight: 700;
	text-align: center;
	color:#e3120b;
}




/* =========== 창 닫기 */
#closeBoard {
	width: 90px;
	height: 40px;
	background-color: #313942;
	position: absolute;
	left: 40%;
	top: -40px;
	border-radius: 80px 80px 0px 0px;
}

#closeBoard svg {
	width: 25px;
	height: 25px;
	margin: 10px 32px;
}
.closebutton {
	
	fill: #fff;
}