    .gm-style-iw-d,
    .gm-style-iw {
        min-height: 180px;
        overflow: hidden !important;
    }

    .gm-style-iw div {
        overflow: hidden !important;
    }

    .gm-style-iw .facilitiesinfo {
        height: 250px;
    }

    .gm-style-iw .facilitiesinfo .facilityName {
        padding: 5px;
        overflow: hidden !important;
        font-weight: bold;
        font-size: unset;
    }

    .gm-style-iw .swiper-container {
        width: 277px;
        height: 120px;
    }

    .gm-style-iw .swiper-container .swiper-wrapper {
        width: 262px;
        height: 104px;
    }

    .gm-style-iw .swiper-container .swiper-wrapper .swiper-slide {
        height: 104px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

    #copy_notice {
        transition: opacity 1s, visibility 1s;
        opacity: 0;
        visibility: hidden;
    }

    #copy_notice.is-show {
        opacity: 1;
        visibility: visible;
    }

    #copy_notice {
        z-index: 999;
        height: 30px;
        margin: auto;
        background-color: rgba(0, 0, 0, 0.514);
        color: #FFF;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        border-radius: 8px;
        line-height: 30px;
    }
