#pano_leisure {
    background-color: #BBB5A9;
    padding-bottom: 50px;
}

#pano_leisure .leisure_gallery_main {
    position: relative;
    width: 100%;
    height: 100%;
}

#pano_leisure .leisure_gallery_thumblist_wrapper .slick-slide{
    margin: 0 5px;
    position: relative;
}

#pano_leisure .leisure_gallery_thumblist_wrapper .slick-slide:not(.slick-current):after{content: '';width: 100%;height: 100%;position: absolute;background-color: #FFF;z-index: 5;left: 0;top: 0;opacity: 0.7;}

#pano_leisure .leisure_gallery_thumblist_wrapper .slick-list {
    margin: 0 -5px;
}

#pano_leisure .slick-slide div.leisure_gallery_img {
    /* padding-bottom: 45%; */
    background-size: 100% auto;
    display: block;
    position: relative;
}

.leisure_gallery_img .photo_remarks_m {
    display: none;
}

.leisure_gallery_main .title_remarks {
    left: 70px;
    width: calc(100% - 150px);
    display: flex;
    justify-content: space-between;
    align-items: end;
    bottom: 50px;
}

.leisure_gallery_main .title_remarks .photo_title {
    margin-bottom: 0;
    margin-right: 30px;
}

.leisure_gallery_main .title_remarks .photo_title sup{
    font-size: 13px;
}

.leisure_gallery_img img {
    width: 100%;
}


#pano_leisure .leisure_gallery_thumblist_wrapper .slick-slide div.leisure_gallery_img{
    /* height: 70px; */
    /* padding-bottom: 0; */
    /* padding-bottom: 50%; */
}


#pano_leisure .title_wrapper {
    margin-bottom: 10px;
}

#pano_leisure .desc_thumb_wrapper {
    position: relative;
    display: block;
    padding: 15px 20px 15px 70px;
    font-size: 0;
}

#pano_leisure .desc_wrapper {
    width: 57.5%;
    display: inline-block;
    vertical-align: middle;
    /* text-align: justify; */
}

#pano_leisure .leisure_gallery_thumblist_wrapper {
    width: 42%;
    margin-left: 0;
    display: inline-block;
    align-items: center;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    padding-left: 5%;
}

#pano_leisure .leisure_gallery_thumblist_wrapper:after {
    content: '';
    width: 20%;
    background-image: url('./../images/gradient_leisure.svg');
    height: 100%;
    background-repeat: repeat-y;
    background-size: cover;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
}

#pano_leisure .leisure_gallery_thumblist_wrapper .slick-prev{
    left: -6%;
}

#pano_leisure .leisure_gallery_thumblist_wrapper .slick-next:before, #pano_leisure .leisure_gallery_thumblist_wrapper .slick-prev:before{
    width: 12px;
    height: 20px;
    background-position: center;
    background-size: 100%;
}

#pano_leisure .pretitle {
    color: #FFF;
    font-size: 18px;
}

#pano_leisure .title {
    font-size: 24px;
    color: #FFF;
}

html[lang=en]#pano_leisure .title {
    font-size: 22px;
}

#pano_leisure .desc {
    font-size: 15px;
    line-height: 1.5em;
    /* color: #777777; */
    text-align: justify;
}

html[lang=en] #pano_leisure .desc {
      font-size: 14px;
}

/* .photo_disclaimer {
    bottom: 0;
    position: absolute;
    width: 100%;
}
 */
.photo_disclaimer .inner_wrapper {
    z-index: 5;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-color: #BBB5A990; */
    overflow: hidden;
    width: 100%;
    height: 50px;
    transition: .5s ease;
}

.photo_disclaimer .details {
    opacity: 0;
}

.photo_disclaimer.active .details {
    opacity: 1;
    display: block;
    position: relative;
    text-align: left;
    height: 100%;
}

.photo_disclaimer.active .inner_wrapper {
    height: auto;
    /* max-height: 150px; */
    /* bottom: 0; */
    /* transition: .5s ease; */
    background-color: #BBB5A999;
}

.photo_disclaimer.active .inner_wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    /* background-color: #BBB5A9; */
    opacity: 0.9;
    display: block;
    width: 100%;
    height: 100%;
}

.photo_disclaimer .inner_wrapper {
    position: relative;
    /* padding: 40px 10px 20px; */
    /* height: auto; */
}

.photo_disclaimer.active .inner_wrapper {
    padding-bottom: 40px;
}

.gallery_block .photo_disclaimer .inner_wrapper {
    padding: 30px 10px 10px;
}

.gallery_block .photo_disclaimer .btn_expand {
    right: 35px;
    top: 5px;
}

@media (max-width: 1280px) {
    #pano_leisure .desc_thumb_wrapper {
        padding-left: 70px;
    }
}

@media (max-width: 768px) {

    #pano_leisure {
        background-color: #FFFFFF;
    }
    
    #pano_leisure .slick-slide div.leisure_gallery_img {
        /* padding-bottom: 56.25%; */
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    #pano_leisure .desc_thumb_wrapper {
        display: flex;
        flex-direction: column;
        padding-left: 20px;
    }
    
    #pano_leisure .desc_wrapper {
        width: 100%;
        order: 2;
    }
    
    #pano_leisure .leisure_gallery_thumblist_wrapper {
        width: 100%;
        order: 1;
        margin-bottom: 30px;
        padding-left: 0;
    }

    #pano_leisure .photo_title {
        text-align: left;
        margin-right: 0;
        margin-bottom: 10px;
        width: 100%;
        color: #BBB5A9;
        text-shadow: none;
    }

    .leisure_gallery_img .photo_remarks_m {
        font-size: 9px;
        font-family: 'NotoSansTC Regular', 'Avenir Roman', sans-serif;
        color: #FFF;
        text-align: left;
        text-shadow: 0px 2px 8px #000000;
        position: absolute;
        bottom: 10px;
        padding: 0 10px;
        display: block;
    }
    
    .leisure_gallery_main .title_remarks{
        left: 0;
        padding: 0 20px;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
        position: relative;
        bottom: initial;
        text-shadow: none;
    }

    .leisure_gallery_main .title_remarks .photo_remarks {
        display: none;
    }

    .photo_disclaimer .inner_wrapper {
        height: 30px;
        margin: auto;
    }

    html[lang=en] #pano_leisure .title {
        font-size: 20px;
        color: #BBB5A9;
    }

    #pano_leisure .title {
        font-size: 22px;
    }
}