iframe {
    display: block;       /* iframes are inline by default */
    background: #000;
    border: none;         /* Reset default border */
    height: 100vh;        /* Viewport-relative units */
    width: 100vw;
    /*width: 1440px;*/
    /*height: 959px;*/
}

#switch-map {
    /*width: 1440px;*/
    /*height: 959px;*/
        height: 100vh;        /* Viewport-relative units */
        width: 100%;
    margin: 0 auto;
    position: relative;
}

#switch-map img.image-map {
    height: 100vh;        /* Viewport-relative units */
    width: 100%;
    display: block;
}

.icon-market {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 4px;
    z-index: 2
}

.icon-market .line {
    border: 0.5px solid #FFFFFF;
    height: 40px;
    width: 1px;
    margin: 0 auto
}
.icon-market .dot {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 4px;
    margin: 0 auto;
}

.icon-market .text {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 12px 8px 35px;
    position: static;
    border-radius: 16px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
    color: #fff;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.icon-market .text span {
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
}

.icon-market .text.icon-restaurant {
    background: rgba(24, 25, 31, 0.8) url("../image/map/icon-restaurant.png") 5px 5px no-repeat;
}

.icon-market .text.icon-anchor {
    background: rgba(24, 25, 31, 0.8) url("../image/map/icon-anchor.png") 5px 5px no-repeat;
}

.icon-market .text.icon-drink {
    background: rgba(24, 25, 31, 0.8) url("../image/map/icon-drink.png") 5px 5px no-repeat;
}

.icon-market .text.icon-funfair {
    background: rgba(24, 25, 31, 0.8) url("../image/map/icon-funfair.png") 5px 5px no-repeat;
}

.icon-market .text.icon-camera {
    background: rgba(24, 25, 31, 0.8) url("../image/map/icon-camera.png") 5px 5px no-repeat;
}

.switch-map {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 2;
    display: flex;
}

.switch-map img:hover {
    cursor: pointer;
}

.switch-day-night div { margin: 0 auto; }
.switch-day-night span { display: inline-block; }
.switch-day-night span:hover img { cursor: pointer; }

.switch-day-night .day {
    background: rgba(24, 25, 31, 0.6);
    border-radius: 8px;
    color: #fff;
}

.select-map-icon {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 2;
    display: flex;
    background: #FFFFFF;
    /* Gray 5 */

    border: 1px solid #EEEFF4;
    box-sizing: border-box;
    /* Shadow 1 */

    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
.select-map-icon ul li {
    list-style: none;
    padding: 10px 15px 10px 40px;
    border-bottom: 1px solid #EEEFF4;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
}

.select-map-icon ul li i {
    width: 16px;
    height: 16px;
    float: right;
    margin-left: 20px;
    background: url(../image/map/check-off.png) left center no-repeat;
}

.select-map-icon ul li:hover {
    cursor: pointer;
    color: #20A5B9;
}
.select-map-icon ul li.active {
    color: #20A5B9;
}
.select-map-icon ul li:hover i, .select-map-icon ul li.active i {
    background: url(../image/map/check-on.png) left center no-repeat;
}

.select-map-icon ul li.icon-all {
    background: url("../image/map/icon-all.png") 5px 5px no-repeat;
}

.select-map-icon ul li.icon-restaurant {
    background: url("../image/map/icon-restaurant.png") 5px 5px no-repeat;
}

.select-map-icon ul li.icon-funfair {
    background: url("../image/map/icon-funfair.png") 5px 5px no-repeat;
}

.select-map-icon ul li.icon-camera {
    background: url("../image/map/icon-camera.png") 5px 5px no-repeat;
}

.select-map-icon ul li.icon-anchor {
    background: url("../image/map/icon-anchor.png") 5px 5px no-repeat;
}

.select-map-icon ul li.icon-drink {
    background: url("../image/map/icon-drink.png") 5px 5px no-repeat;
}

.select-map-icon ul li:last-child {
    border-bottom: none;
}
