@charset "utf-8";

/*................................................................*/
@media screen and (min-width:769px) {
/*................................................................*/

/*::::::::::::::::*/
div.dmapbox div.frame{
    position: absolute;left: 0;top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
div.dmapbox div.frame div.map{
    position: absolute;left: 0;top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
    cursor: move;
}
div.dmapbox div.frame div.map div.overlay{
    position: absolute;left: 0;top: 0;
    width: 100%;
    height: 100%;
}
div.dmapbox div.frame div.map div.overlay div.layer{
    display: none;
    position: absolute;left: 0;top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
    background-color: rgba(255,255,255,0.4);
}
div.dmapbox div.frame div.map div.overlay div.layer.n1{
    background-color: rgba(0,0,0,0);
}
div.dmapbox div.frame div.map div.overlay div.layer.on{
    display: block;
}

/*::::::::::::::::*/
div.dmapcontrol{
    position: absolute;right: 0;bottom: 0;
    width: 42px;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 8px rgba(2,30,67,0.8);
}
div.dmapcontrol div.inbox{
    width: 34px;
    height: 76px;
    margin: 0 auto 0 auto;
}
div.dmapcontrol label{
    display: block;
    position: relative;
    width: 34px;
    height: 34px;
    background-image: linear-gradient(90deg, rgba(30,78,133,1),rgba(2,30,67,1));
    margin: 4px 0 0 0;
    opacity: 1;
}
div.dmapcontrol label.sleep{
    background-image: linear-gradient(90deg, rgba(160,160,160,1),rgba(206,206,206,1));
    cursor: default;
}
div.dmapcontrol label:not(.sleep):hover{
    opacity: 0.7;
}
div.dmapcontrol label i.mark{
    position: absolute;left: 4px;top: 4px;
    width: 26px;
    height: 26px;
}
div.dmapcontrol label i.mark>svg{
    stroke: rgba(255,255,255,1);
    stroke-width: 3;
}
div.dmapcontrol label.zoomin{
}
div.dmapcontrol label.zoomout{
}

/*................................................................*/
} @media screen and (max-width:768px) {
/*................................................................*/

/*::::::::::::::::*/
div.dmapbox div.frame{
    position: absolute;left: 0;top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
div.dmapbox div.frame div.map{
    position: absolute;left: 0;top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
}
div.dmapbox div.frame div.map div.overlay{
    position: absolute;left: 0;top: 0;
    width: 100%;
    height: 100%;
}
div.dmapbox div.frame div.map div.overlay div.layer{
    display: none;
    position: absolute;left: 0;top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;background-position: 0 0;background-size: 100% auto;
    background-color: rgba(255,255,255,0.4);
}
div.dmapbox div.frame div.map div.overlay div.layer.n1{
    background-color: rgba(0,0,0,0);
}
div.dmapbox div.frame div.map div.overlay div.layer.on{
    display: block;
}

/*::::::::::::::::*/
div.dmapcontrol{
    position: absolute;right: 0;bottom: 0;
    width: 10vw;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 0 2vw rgba(2,30,67,0.8);
}
div.dmapcontrol div.inbox{
    width: 8vw;
    height: 18vw;
    margin: 0 auto 0 auto;
}
div.dmapcontrol label{
    display: block;
    position: relative;
    width: 8vw;
    height: 8vw;
    background-image: linear-gradient(90deg, rgba(30,78,133,1),rgba(2,30,67,1));
    margin: 1vw 0 0 0;
}
div.dmapcontrol label.sleep{
    background-image: linear-gradient(90deg, rgba(160,160,160,1),rgba(206,206,206,1));
    cursor: default;
}
div.dmapcontrol label i.mark{
    position: absolute;left: 1vw;top: 1vw;
    width: 6vw;
    height: 6vw;
}
div.dmapcontrol label i.mark>svg{
    stroke: rgba(255,255,255,1);
    stroke-width: 3;
}
div.dmapcontrol label.zoomin{
}
div.dmapcontrol label.zoomout{
}

/*................................................................*/
}  /* end of media query */
/*................................................................*/
