body{margin:0;padding:0;}






/* title Start */
svg {
  max-width: 100% !important;
  height: 532px;
  width:100%;
  display: block;
  background:#f0f0f0;
}



.enabled {
  cursor: pointer;
}
.description {
  pointer-events: none;
  position: absolute;
  font-size: 18px;
  text-align: center;
  background: white;
  padding: 10px 15px;
  z-index: 5;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  color: #21669e;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #eee;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.description.active {
  display: block;
}
.description:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}
.Km{display:none;}
.open{display:block;}
path{fill:#fff;stroke:#A5C7DF;stroke-width:1;stroke-miterlimit:10; }

#korea path{stroke-width:.5;}
.Cor1{fill:#dce6ef}/* 0 ~ 20 */
.Cor2{fill:#94b3cd}/* 20 ~ 40 */
.Cor3{fill:#4c82ac}/* 40 ~ 60 */
.Cor4{fill:#004174}/* 60 ~ 80 */
.Cor5{fill:#002643}/* 80 ~ 100 */
