@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

body {
   margin: 0;
   padding: 0;
   font-family: 'Noto Sans KR', sans-serif;
   letter-spacing: -1px;   
}

a {
	text-decoration: none;
}
div {
	margin:0; padding:0;
}
ul { 
	margin:0;
	padding:0;
}

li {
	list-style: none;
	margin:0;
	padding:0;
}
 
input[type="radio"] {
  display: none;
} 

input[name="crimeSelected"] {
  display: none;
}

 
/* 템플릿 */
    #menubar {
            width:100%;
            padding-top: 5px;
            height: 45px;
            background-color:#282C3F; 
    }

    #menubar a {
            text-decoration: none;
    }

    #teamname {
            font-size: 0.9em;
            color:#fff;
            margin: 5px 0px 0px 15px;
            font-weight: 500;
            text-align: left;
            float: left;
    }



#footerbar {
            width: 100%;
            height: 70px;
            background-color:#222;
            padding-top:5px;
            float: left;
    }
    
    #credit {
           font-size:0.6em;
            color:#aaaaaa;
            font-weight: 350;
            margin:5px 0px 0px 10px;
            text-align: left; 
             letter-spacing: 0px;
             width:90%; 

    }

    .mabulogo {
           width:70px;
            height:30px;
            float: left;
            margin:5px 0px 0px 10px;
    }


/* 지도 이동 */
  #mapicon {
          width:21px;
          height:30px;
          margin-top:5px;
          margin-right:10px;
          float:right;
          position: relative;
           -webkit-animation: move 3s infinite linear;  
          -moz-animation: move 3s infinite linear;  
          -ms-animation: move 3s infinite linear;
  }

  @-webkit-keyframes move {
  0% {top: 5px;}
  25% {top: 0px;  }
  50% {top: -5px;  }
  75% {top: 0px; }  
  100% {top: 5px;} 
}

@-moz-keyframes move {
  0% {top: 5px;}
  25% {top: 0px;  }
  50% {top: -5px;  }
  75% {top: 0px; }  
  100% {top: 5px;} 
}

@-ms-keyframes move  {
  0% {top: 5px; }
  25% {top: 0px;  }
  50% {top: -5px;  }
  75% {top: 0px; }  
  100% {top: 5px;} 
}


/* 팝업 */
#tomove {
  width: 98%;
  background-color: #fff;
  display: none;
  position: absolute; 
  z-index: 500;
  border:1px solid #5253f9; 
  margin-left: 1%;
    text-align: center;
}

.movemap {
  font-size: 1em;
  color:#666;
  font-weight: 300; 

}

#tomoveClose {
  font-size: 1em;
  color:#666;
  font-weight: 700;

}


 /* 지역 선택 버튼 */
.locbtnBox { 
	width:100%;   
}

.btnbox {
  width:50%;
  float: left;
  position: relative; 
}

.btnbox2 {
  width:100%;
  float: left; 
}


.btnsmall {
  position:absolute;
  z-index: 1001;
  background-color: #fff;
  width:100%; 
}


.loctitle {
	width:90%;
	height: 35px;
	padding:5px 0px 0px 10%; 
	cursor: pointer;
	font-size: 0.9em;
	font-weight: 500;
	color:#fff; 
}

.backA {
  background-color: #5253f9;  
}

.backB {
    background-color: #4249c6;  
}

.locbtn {
	width: 85%;
	height: 30px;
	padding: 7px 0px 0px 15%; 
	cursor: pointer;
	display: block;
        /*float: left;*/
	font-size: 0.9em; 
	font-weight: 500;
	color: #5253f9; 
        border-bottom: 0.5px solid #ddd; 
}   

/* 알림판 */
#nowsay {
  width:95%;
  height:30px;
  float: left;
  padding-left:5%;
  padding-top:10px;
  background-color:#efefef;
}

.explainmap {
  font-size: 0.9em;
  color:#888;
  font-weight: 300;
  margin:0;
}


/* 로딩 */
#loader
  { 
  vertical-align: middle;
  position: absolute;
  margin: 10px auto;
  text-align: left;
  z-index: 999; 
  left: 25%;
  top: 250px;
  background-color: #fff;
  padding:5%;
  display:  none;
}

#loader2 {
    vertical-align: middle;
  position: absolute;
  margin: 10px auto;
  text-align: left;
  z-index: 999; 
  left: 30%;  
  background-color: rgba(255,255,255,0.3);
  padding:5%;

}

.loader7 {
  width: 60px;
  height: 60px;
  margin: 20px 10px 0px 10px;
}

.loader7:before,
.loader7:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #5253f9;
}
.loader7:before {
  animation: loader7 2s linear infinite 0s;
}
.loader7:after {
  animation: loader7 2s linear infinite 1s;
}


@keyframes loader7 {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}

    .loadertext {
      font-size: 0.9em;
      line-height: 1em;
      font-weight: 700;
      color:#5253f9;
}

/* 타이틀 */
#titlebox {
  width: 80%;
  height: 30vh;
  padding: 0% 10%;

}

.title {
  font-size:2em;
  font-weight: 700;
  color:#222;
    text-align: center;
}

.explaintext {
    font-size: 0.9em;
  font-weight: 300;
  color:#666;
}
/* 지도 */
#map { 
	width: 100%;  
        height: 100vw;
}


.textlabels { 
   font-size: 0.5em;
   color:#333; 
   text-align: center; 
   font-weight: 300;
}


 /* 팝업 스타일 */
 .tablesay {
  font-size: 1.1em;
  color:#222;
  font-weight: 700;
  margin:0; 
}

.tableLocation {
  font-size: 1.3em;
  color:#222;
  font-weight: 700;
  margin:0; 
}

table#popup {
  border-top: 2px solid #222;
  border-collapse:collapse;

}

table#popup tr {
    border-bottom: 1px solid #aaa;
}

table#popup td {
  padding: 5px 8px 5px 3px;
  text-align: left;
}

table#popup td.tabletitle {
  font-size: 1.1em;
  color:#555; 
}

table#popup td.tabledata {
  font-size: 1.1em;
  color:#222;
  font-weight: 700; 
}



/* 광역시 지도 */
.svgcontainer { 
  float: left; 
  width:46%;
  height:240px; 
  margin:5px 2%;   
  background-color: #fff;
}
 
.svgmap { 
  float: left;
  fill: #333; 
}

.maptitle {
  font-size: 1.2em;
  font-weight: 300;
  color:#333;
  text-align: center;
}



/* 툴팁 */
#datatooltip {
  width: 60%;
  height: 370px;
  padding: 10px 19%; 
  background-color:  #fff;
  border:1px solid #5253f9; 
  display: none;
  position: absolute; 
  left:0;
  top:200px;
  margin-left: 1%;


} 

 #datatooltip  .tablesay {
  font-size: 0.9em;
  color:#555;
  font-weight: 300;
  margin:0; 
}

#datatooltip  .tableLocation {
  font-size: 1.1em;
  color:#222;
  font-weight: 700;
  margin:0; 
}

#datatooltip  table#popup {
  border-top: 2px solid #222;
  border-collapse:collapse;
  width:100%;
}

#datatooltip  table#popup tr {
    border-bottom: 1px solid #aaa;

}

#datatooltip  table#popup td {
  padding: 5px 30px 5px 3px;
  text-align: left;
}

#datatooltip  table#popup td.tabletitle {
  font-size: 0.8em;
  color:#555; 
}

#datatooltip  table#popup td.tabledata {
  font-size: 0.8em;
  color:#222;
  font-weight: 700; 
}

.closeme {
  width: 40%;
  height:30px;
  margin: 10px auto;
  border: 1px solid #5253f9;
  text-align: center;
  display: block;
  font-size: 1em;
    color:#5253f9;
    font-weight: 700;  
      border-radius: 20px;
}
 
.closeme p {
  margin:0px;
}