@charset "utf-8";

body{
    -ms-overflow-style: none;
}

::-webkit-scrollbar {
    display: none;
}


#ipju_1{
    transition: opacity 0.5s ease;
    /*background-image: url('../../icons/build/파크포레온.PNG') !important;*/
    position: relative;
}

#ipju_1:hover{
    opacity: 1 !important;
    /*background-image:url('../../icons/build/park.png') !important;*/
}



.blackDiv{
    width:calc(100% - 4px);
    /*height: calc(100% - 4px);*/
    height: calc(100% - 2px);
}


.blacktext{
    font-family: 'Pretendard';
    font-weight: 700;
    font-size:20px;
    position: relative;
    line-height: 212px;
    color:white;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height:100%;
}

.bottomdiv{
    height:3vh;
    background-color:white;
    border-top-left-radius: 15px;
    position:absolute;
    right:0;
    bottom:0;
}

.imgheight{
    height:100% !important;
}
.tooltip-inner{
    max-width:550px !important;
    text-align: left !important;
    padding:4px 4px 4px 4px !important;
}
