@charset "utf-8";

.mapWrapper {
  position:relative;
  width: 292px;
  height: 245px;
  margin: 0 auto;
}

/* map center */
.mapWrapper .mapCenter{
    position: absolute;
    z-index: 90;
    top: 105px;
    left: 50.2%;
    cursor: pointer;
}
.mapWrapper .mapCenter .centerBtnBg {
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 96;
    width : 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 1);
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
}
.mapWrapper .mapCenter .withLoading{
  opacity: 1;
 }
.mapWrapper .mapCenter .withLoading img{
    margin: -14px 0 0 -14px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.mapWrapper .mapCenter .withAnimeStart img{
    margin: -7px 0 0 -3px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.mapWrapper .mapCenter .withAnimeReplay img{
    margin: -11px 0 0 -11px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.mapWrapper .mapCenter .mapNowTime {
    z-index: 100;
    position: absolute;
    top: -75px;
    left: 20px;
    background-color: #fff;
    padding: 5px;
    border:2px solid #0583ff;
    min-width: 70px;
    font-size: 12px;
    line-height: 1.4;
    display:none;

    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* map bottom */
.mapWrapper .mapBottom{
    position: relative;
    z-index: 95;
    top: 137px;
    opacity: 0;
}
.mapWrapper .mapBottom .alertText{
    z-index: 100;
    font-weight: bold;
    font-size: 11px;
    color: #0065e3;
    background-color: #fff;
    padding: 3px;
    margin:15px 3px 0 0;

    position: absolute;
    right: 16%;

    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.mapWrapper .mapBottom .alertText:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 8px;
    right: -8px;
    background: url("../images/map/rain_alert_ballon_arr.png") no-repeat;
    background-size: 8px auto;
}


.mapWrapper .mapBottom img{
    position: absolute;
    right:1%;
}

.mapWrapper .mapCanvas {
    width: 292px;
    height: 200px;
    margin: 0 auto;
    position: relative;
}

.mapWrapper .mapFooter{
    width: 268px;
    margin: 20px auto 0;
}