header {
    padding: 20px 60px;
}

main{
    padding-top: 98px;
    overflow: hidden;
    background: url(../images/bg-title.svg);
    background-size: 1920px;
    background-repeat: no-repeat;
    background-position: center top;
    height: 100vh;
    position: relative;
}
.wrapper-genplan{
    overflow: hidden;
}
.genplan{
    min-height: calc(100vh - 98px);
    position: relative;
    overflow: auto;
    z-index: 0;
}
.genplan img{
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    max-width: none;
    max-height: 130%;
}

/* buinding-modal */
.buinding-modal{
    position: fixed;
    top: -20px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    display: flex;
    justify-content: center;
    background: rgba(0,0,0,.4);
    z-index: 9999;
    align-items: center;
    /* position: relative; */
}
.buinding-modal.show{
    opacity: 1;
    visibility: visible;
    top: 0;
}
.buinding-modal .buinding-modal-content{
    max-width: 940px;
    width: 90%;
    background: #fff;
    overflow: auto;
    padding-bottom: 60px;
}
.buinding-modal .buinding-modal-content .background{
    position: relative;
}
.buinding-modal .buinding-modal-content .background img{
    display: block;
}
.buinding-modal .image-line{
    position: absolute;
    bottom: -1.5px;
    height: 3px;
    background: #f19e39;
    left: 40px;
    right: 40px;
    z-index: 1;
}
.buinding-modal .image-line:after{
    content: '';
    height: 34px;
    width: 3px;
    background: #f19e39;
    position: absolute;
    left: 0;
    top: -15px;
}
.buinding-modal .image-line:before{
    content: '';
    height: 34px;
    width: 3px;
    background: #f19e39;
    position: absolute;
    right: 0;
    top: -15px;
}
.buinding-modal .buinding-modal-content .background .data-line{
    position: absolute;
    line-height: 40px;
    width: 170px;
    border-radius: 20px;
    background: #f19e39;
    left: calc((100% - 170px)/2);
    bottom: -20px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    z-index: 3;
}
.buinding-modal .buinding-modal-content .background p{
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #212121;
    font-family: "Cormorant Garamond";
    text-transform: uppercase;
    font-weight: 500;
}
.buinding-modal .information{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 30px;
    padding-top: 40px;
}
.buinding-modal .information > div{
    max-width: 390px;
}
.buinding-modal .information > div img{
    max-height: 30vh;
}
.buinding-modal .information p.title{
    font-size: 30px;
    color: #212121;
    font-family: "Cormorant Garamond";
    text-transform: uppercase;
    font-weight: 500;
}
.buinding-modal .information ul{
    padding-left: 0;
    margin-bottom: 30px;
}
.buinding-modal .information ul li{
    line-height: 36px;
    list-style: none;
    padding: 0 20px;
    font-size: 14px;
}
.buinding-modal .information ul li span.title-list{
    width: 190px;
    display: inline-block;
    font-weight: 600;
}
.buinding-modal .information ul li:nth-child(odd){
    background: #EBEBEB;
}
.btn-modal{
    line-height: 50px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 30px;
    background: #f19e39;
    border-radius: 25px;
    letter-spacing: .2em;
}
.btn-modal:hover{
    background: #f19e39;
}
.buinding-modal .close{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.buinding-modal .close svg{
    width: 30px;
    height: 30px;
}
.overflow-fidden{
    overflow: hidden;
}
.other input{
    display: none;
}
.genplan-menu .other input[type="checkbox"] + label{
    padding-left: 0;
    margin: 0 auto 20px;
}
.genplan-menu .other input[type="checkbox"] + label .icon svg{
    transition: .2s;
}
.genplan-menu .other input[type="checkbox"] + label .icon{
    margin-bottom: 7px;
}
.genplan-menu .other input[type="checkbox"]:checked + label .icon svg{
    transform: rotate(180deg);
}
label[for="other-view"]:after,
label[for="other-view"]:before{
    display: none;
}

.other svg,
.other circle,
.other path,
.other mask,
.other p{
    transition: all .3s;
}
.other.second-map circle{
    stroke: #FFE500;
}

.other.second-map mask#path-2-inside-1_560_2654{
    fill: #FFE500;
}

.other.second-map .quarter{
    stroke: #FFE500;
}

.other.second-map .arrow-button{
    fill: #FFE500;
}

.other.second-map p{
    color: #FFE500;
}

@media screen and (max-width: 1600px){
    .buinding-modal{
        align-items: normal;
    }
}

@media screen and (max-width: 1200px){
    main{
        padding-top: 0;
    }
    .genplan{
        min-height: 100vh;
    }
    .buinding-modal .information{
        flex-wrap: wrap;
        padding: 30px 20px 0;
    }
    .buinding-modal .information > div{
        width: 100%;
    }
    .buinding-modal .buinding-modal-content .background p{
        font-size: 27px;
    }
    .buinding-modal{
        padding: 0 60px;
    }
    .buinding-modal .buinding-modal-content{
        max-width: 100%;
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    main{
        padding-top: 0px;
    }
    .leaflet-control-attribution{
        display: none;
    }
    .buinding-modal{
        padding: 0;
    }
    .buinding-modal .buinding-modal-content .background{
        margin-top: 60px;
    }
    .buinding-modal .buinding-modal-content .background p{
        position: relative;
        top: 0;
        margin-bottom: 20px;
    }
    .buinding-modal .information p.title{
        font-size: 30px;
    }
    .buinding-modal .information ul li{
        font-size: 14px;
        padding: 0 15px;
    }
    .buinding-modal .information ul li span.title-list{
        width: 170px;
    }
    header {
        padding: 15px 20px;
    }
    /* .leaflet-control-container .leaflet-top.leaflet-left{
        margin-top: 100px;
    } */
    .buinding-modal .close svg path{
        stroke: #000;
    }
    .buinding-modal .information > div img{
        max-height: max-content;
    }
}

.custom-marker {
    background-color: white;
    border-radius: 50%;
    border: 1px solid black;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.genplan-menu{
    position: absolute;
    right: -200px;
    top: 200px;
    background: #f19e39;
    width: 200px;
    padding: 35px 15px 35px 35px;
    z-index: 2;
    transition: all .2s;
}
.genplan-menu.open{
    right: 0;
}
.genplan-menu hr{
    background: #50B858;
    margin: 0 0 20px;
    height: 1px;
    opacity: .7;
}
.genplan-menu .item{
    margin-bottom: 20px;
}
.genplan-menu input{
    display: none;
}
.genplan-menu input[type="radio"] + label{
    padding-left: 28px;
    font-size: 9px;
    font-weight: 700;
    color: #212121;
    letter-spacing: 0.3em;
    display: block;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.genplan-menu input[type="radio"] + label span{
    color: #1f3528;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0em;
    display: block;
}
.genplan-menu input[type="radio"] + label:before{
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #4BA551;
    position: absolute;
    top: 1px;
    left: 0;
}
.genplan-menu input[type="radio"]:checked + label:after{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFE500;
    position: absolute;
    top: 7px;
    left: 6px;
}

.genplan-menu input[type="checkbox"] + label{
    padding-left: 40px;
    font-size: 9px;
    font-weight: 700;
    color: #212121;
    letter-spacing: 0.3em;
    display: block;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

.genplan-menu input[type="checkbox"] + label:before{
    content: '';
    width: 34px;
    height: 18px;
    border-radius: 20px;
    background: #4BA551;
    position: absolute;
    top: 1px;
    left: 0;
}

.genplan-menu input[type="checkbox"] + label:after{
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f19e39;
    position: absolute;
    top: 4px;
    left: 18px;
    transition: all .3s;
}

.genplan-menu input[type="checkbox"]:checked + label:after{
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FFE500;
    position: absolute;
    top: 4px;
    left: 4px;
}

.other{
    text-align: center;
}
.other p{
    font-size: 9px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .2em;
}
#open{
    cursor: pointer;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #f19e39;
    position: absolute;
    display: flex;
    align-items: center;
    padding-left: 15px;
    left: -30px;
    top: calc((100% - 68px) / 2);
    z-index: 0;
    cursor: pointer;
}
#open svg{
    transition: all .2s;
}
.open #open svg{
    transform: rotate(180deg);
}
.custom-marker{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    font-weight: 500;
    border: 0;
    pointer-events: auto!important;
}
.custom-marker.active{
    background: rgba(90,199,100,.7)
}
.custom-marker.reserve{
    background: rgba(255,161,74,.7)
}
.custom-marker.sold-out{
    background: rgba(254,0,0,.6)
}
.leaflet-control-attribution{
    display: none;
}

.custom-marker-infrastructure{
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-marker-infrastructure span{
    transform: rotate(-45deg);
    font-size: 10px;
    font-weight: 600;
}
.genplan{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1;
    top: 98px;
    height: calc(100% - 98px);
    width: 100%;
}
.genplan.show-map{
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path{
    pointer-events: auto!important;
}
.leaflet-marker-icon{
    user-select: auto!important;
    -webkit-user-drag: auto!important;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{
    touch-action: auto!important;
}

@media screen and (max-width: 767px){
    .genplan{
        top: 0px!important;
        height: 100vh;
    }
    /* .leaflet-top.leaflet-left{
        display: none;
    } */

}
