
#header_head, #moheadside, .search-wrapper {
    display: none;
}

footer .hydrated.-footeer_hydrated {
    display: none;
}
.footer.-bordered {
    border-top: 0px !important;
    padding-bottom: 0px !important;
}
::-webkit-scrollbar {
    display: none;
}
#back-btn {
    display: none;
}




[_maps-wrapper] .maps-wrap {
    width: 100%;
    padding-top: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;

    display: flex;
    flex-direction: column-reverse;
    height: 100dvh;
    user-select: none;
}
@media (min-width:1060px) {
    [_maps-wrapper] .maps-wrap {
        flex-direction: row;
    }
}
@media (min-width:1060px) {
    [_maps-wrapper] .maps-wrap {
        padding-top: 0;
    } 
}
[_maps-wrapper] .maps-wrap #map {
    width: 100%;
    height: 100%;
    position: relative;
}
@media (max-width:1060px) {
    [_maps-wrapper] .maps-wrap #map {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 50px;
        height: calc(100vh - 50px);
    }
}

[_maps-wrapper] .tourmap-header {
    display: flex;
    position: relative;
    z-index: 300;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
}
@media (min-width:1060px) {
    [_maps-wrapper] .tourmap-header {
        height: 100%;
    }
    [_maps-wrapper] .tourmap-header:after {
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        width: 1px;
        background-color: rgb(217, 217, 217);
        content: "";
    }
}


[_maps-wrapper-header] .tourmap-head {

}
[_maps-wrapper-header] .tourmap-head .logo_box {
    display: flex;
    flex: 0 0 auto;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 76px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}
[_maps-wrapper-header] .tourmap-head .logo_box .link_logo {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    font-size: 1px;
    line-height: 1px;
}
[_maps-wrapper-header] .tourmap-head .logo_box .link_logo::before {
    overflow: hidden;
    display: inline-block;
    font-size: 1px;
    line-height: 1px;
    color: transparent;
    vertical-align: top;
    background: url(/pages/header/images/logo.png) no-repeat center / 100%;
    width: 35px;
    height: 35px;
    mask-image: none;
    content: "";
}


[_maps-wrapper-nav].tournav-wrap {
    width: 100%;
    min-height: 1px;
    flex: 1 1 0%;
}
@media (min-width:1060px) {
    [_maps-wrapper-nav].tournav-wrap {
        width: 63px;
    }
}
[_maps-wrapper-nav] .list_navbar {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}
@media (max-width:1060px) {
    [_maps-wrapper-nav] .list_navbar {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 50px;
    }
}
@media (min-width:1060px) {
    [_maps-wrapper-nav] .list_navbar {
        max-width: 390px;
        height: 100%;
    }
}
[_maps-wrapper-nav] .list_navbar .item_navbar {
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width:1060px) {
    [_maps-wrapper-nav] .list_navbar .item_navbar {
        padding: 0;
    }
}
[_maps-wrapper-nav] .list_navbar .btn_navbar {
    display: block;
    position: relative;
    z-index: 10;
    padding: 0;
    color: rgb(51, 51, 51);
    text-align: center;
    width: 62px;
    height: 100%;
}
@media (min-width:1060px) {
    [_maps-wrapper-nav] .list_navbar .btn_navbar {
        padding: 13px 1px 11px 0px;
        height: auto;
    }
}
@media (max-width:1060px) {
    [_maps-wrapper-nav] .list_navbar .btn_navbar.-active {
        color: var(--color-main);
    }
    [_maps-wrapper-nav] .list_navbar .btn_navbar.-active::after {
        content: "";
        position: absolute;
        z-index: -1;
        width: 80%;
        background-color: var(--color-main);
        top: 0;
        height: 1px;
        left: calc(100% - 90%);
        right: 0;
    }
}
@media (min-width:1060px) {
    [_maps-wrapper-nav] .list_navbar .btn_navbar.-active {
        color: rgb(255, 255, 255);
    }
    [_maps-wrapper-nav] .list_navbar .btn_navbar.-active::after {
        position: absolute;
        inset: 0px;
        z-index: -1;
        width: 63px;
        background-color: var(--color-main);
        content: "";
    }
}
[_maps-wrapper-nav] .list_navbar .icon {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    font-size: 1px;
    line-height: 1px;
    width: 100%;
    height: 18px;
    fill: rgb(60, 60, 60);
}
[_maps-wrapper-nav] .list_navbar .icon svg, [_maps-wrapper-nav] .list_navbar .icon img {
    width: 100%;
    height: 100%;
}
[_maps-wrapper-nav] .list_navbar .btn_navbar.-active .icon {
    fill: rgb(255, 255, 255);
}
[_maps-wrapper-nav] .list_navbar .btn_navbar.-active .icon path:not(:first-child) {
    fill: var(--color-main);
}
[_maps-wrapper-nav] .list_navbar .icon .icon_inner {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
}
[_maps-wrapper-nav] .list_navbar .btn_navbar .navbar_text {
    display: block;
    min-height: 13px;
    margin-top: 3px;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.44px;
}








[_maps-wrapper-btm].tourbtm-wrap {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    background-color: rgb(255, 255, 255);
    flex: 0 0 103px;
}
[_maps-wrapper-btm].tourbtm-wrap .tourbtm-inner {
    position: relative;
    z-index: 2147483646;
    color: #555;
    font-size: 12px;
    letter-spacing: 0 !important;
    line-height: normal !important;
    text-align: left !important;
}
[_maps-wrapper-btm] .tourbtm-list {

}
[_maps-wrapper-btm] .tourbtm-item {
    position: relative;
    width: 100%;
    padding: 0px;
    height: 22px;
    text-align: center;
    float: none !important;
    margin: 15px auto 0px !important;
}
[_maps-wrapper-btm] .tourbtm-item svg, [_maps-wrapper-btm] .tourbtm-item img {
    width: 25px;
}













@media (max-width:1060px) {
    [_maps-view-wrap].tourview-wrap {
        width: 100%;
        height: 100vh;
        top: 0;
        bottom: 0;
        position: absolute;
        overflow-y: hidden;
        margin-top: 150px;
        position: relative;
    }
    [_maps-view-wrap] .tourview-wrapInner {
        width: 100%;
        height: 100%;
        overflow: scroll;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    [_maps-view-wrap] .tourview-back {
        width: 100%;
        height: calc(100% - 150px - 00px);
        background: transparent;
        position: relative;
        z-index: -1;
    }
    [_maps-view-wrap] .tourview-cont {
        width: 100%;
        position: relative;
        z-index: 200;
        background-color: rgb(255 255 255 / 1);
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        overflow: hidden;
    }
    [_maps-view-wrap] .tourview-cont:before {
        content: "";
        position: absolute;
        bottom: -100px;
        left: 0;
        right: 0;
        height: 100px;
        background: #fff;
    }
    [_maps-view-wrap] .tourview-continr {
        padding: 20px;
        min-height: 500px;
    }
    [_maps-view-wrap] .tourview-conthead_wrap {
        width: 100%;
        height: 26px;
    }
    [_maps-view-wrap] .tourview-conthead {
        width: 100%;
        height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgb(255 255 255 / 1);
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        transition: all .4s;
    }
    [_maps-view-wrap] .tourview-conthead.-active {
        position: fixed;
        top: 150px;
        z-index: 200;
    }
    [_maps-view-wrap] .tourview-conthead .tourview-conthead_inner {
        width: 40px;
        height: 4px;
        border-radius: 50px;
        background-color: rgb(232 232 232 / 1);
    }

    
    [_maps-view-wrap] .viewBox-sidetog {
        display: none;
    }
}
@media (min-width:1060px) {
    [_maps-view-wrap].tourview-wrap {
        position: absolute;
        left: 63px;
        top: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 100;
        width: 350px;
        transition: all .3s;
        transform: translate(-100%, 0%);
    }
    [_maps-view-wrap].tourview-wrap.-active {
        transform: translate(0%, 0%);
    }
    [_maps-view-wrap] .tourview-wrapInner {
        width: 100%;
        height: 100%;
        overflow: scroll;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        background-color: rgb(255 255 255 / 1);
    }
    [_maps-view-wrap] .tourview-cont {
        width: 100%;
        background-color: rgb(255 255 255 / 1);
        padding: 20px;
        padding-top: 82px;
    }
    [_maps-view-wrap] .tourview-conthead_wrap {
        display: none;
    }

    
    [_maps-view-wrap] .viewBox-sidetog {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        box-shadow: 0 0 0 1px transparent, 0 0 0 4px transparent, 3px 0px 4px rgba(0 0 0 / 18%);
        top: 50%;
        right: -25px;
        width: 25px;
        height: 50px;
        z-index: -1;
        border-radius: 0 10px 10px 0;
        transition: all .4s;

        background: #fff url(/pages/header/images/icon--arrow-right.svg) no-repeat center / 80%;
    }
    [_maps-view-wrap].-active .viewBox-sidetog {
        background: #fff url(/pages/header/images/icon--arrow-left.svg) no-repeat center / 80%;
    }

    /* [_maps-view-wrap].tourview-wrap.-active .tourdetail-wrap.-active .viewBox-sidetog {
        position: absolute;
        top: 25px;
        right: 10px;
        z-index: 120;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        background: url(/pages/header/images/icon--close.svg) no-repeat center / 60%;
        box-shadow: none;
    } */
    [_maps-view-wrap].tourview-wrap.-active .tourdetail-wrap.-active .viewBox-sidetog {
        display: none;
    }
}



@media (max-width:1060px) {
    [_maps-view-wrap] .wrapInner-head {
        position: fixed;
        top: 20px;
        left: 20px;
        right: 20px;
        z-index: 100;
    }
    [_maps-view-wrap] .wrapInner-search_wrap {
        position: relative;
    }
    [_maps-view-wrap] .wrapInner-search_box {
        position: relative;
        z-index: 110;
        height: 42px;
        padding-left: 45px;
        border: 2px solid var(--color-back);
        background-color: #fff;
        border-radius: 8px;
    }

}
@media (min-width:1060px) {
    [_maps-view-wrap] .wrapInner-head {
        position: absolute;
        top: 0px;
        left: 0px;
        display: block;
        z-index: 100;
        width: 100%;
        padding: 20px 25px;
        background-color: #fff;
    }

    [_maps-view-wrap] .wrapInner-search_wrap {
        position: relative;
    }
    [_maps-view-wrap] .wrapInner-search_box {
        position: relative;
        z-index: 110;
        height: 42px;
        padding-left: 45px;
        border: 2px solid var(--color-main);
        border-radius: 5px;
        overflow: hidden;
    }
}

[_maps-view-wrap] .wrapInner-button_search {
    overflow: hidden;
    display: inline-block;
    font-size: 1px;
    line-height: 1px;
    color: transparent;
    vertical-align: top;
    width: 25px;
    height: 24px;
    mask-image: none;
    position: absolute;
    top: 8px;
    left: 15px;
    background: url(/pages/header/images/icon--search.svg) no-repeat center / 100%;
}
[_maps-view-wrap] .wrapInner-btn_clear {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    width: 40px;
    background: rgb(255, 255, 255);
    border-radius: 0px 5px 5px 0px;
    font-size: 1px;
    line-height: 1px;
    background: url(/pages/header/images/icon--close.svg) no-repeat center / 50%;
}
[_maps-view-wrap] .wrapInner-btn_clear::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 1px;
    height: 20px;
    margin: auto;
    background: rgb(236, 240, 242);
    content: "";
}
[_maps-view-wrap] .wrapInner-input_box {
    position: relative;
    z-index: 0;
    padding-right: 40px;
}
[_maps-view-wrap] .wrapInner-label_search {
    display: block;
    width: 100%;
    font-size: 16px;
    height: 39px;
    letter-spacing: -0.2px;
    outline: none;
    position: absolute;
    inset: 0px;
    z-index: -1;
    color: rgb(156, 156, 156);
    line-height: 40px;
    font-weight: normal;
}
[_maps-view-wrap] .wrapInner-input_search {
    display: block;
    width: 100%;
    font-size: 16px;
    height: 39px;
    letter-spacing: -0.2px;
    outline: none;
    position: relative;
    color: rgb(0, 0, 0);
    font-weight: bold;
    outline: 0;
    border: 0;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 13px;
}






@media (max-width:1060px) {
    .wrapInner-tab {
        left: 0;
        right: 0;
        top: 67px;
        position: fixed;
        z-index: 10;
    }
}
@media (min-width:1060px) {
    .wrapInner-tab {
        width: calc(100vw - 543px);
        position: absolute;
        left: 390px;
        top: 25px;
    }
}
.wrapInner-tabList {
    white-space: nowrap;
}
@media (max-width:1060px) {
    .wrapInner-tabList {
        overflow-x: scroll;
        padding: 10px 20px;
        display: flex;
        gap: 10px;
    }
    .wrapInner-tabList.overflow-list {
        display: none;
    }
}
.wrapInner-tabItem {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.wrapInner-tabItem input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border: 0;
}
.wrapInner-tabItem label {
    display: flex;
    height: 30px;
    padding: 0px 10px 0px 10px;
    border-radius: 19px;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid rgb(255, 255, 255);
    outline: none;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    position: relative;
    cursor: pointer;
}
@media (min-width:1060px) {
    .wrapInner-tabItem label {
        height: 38px;
        padding: 0px 13px 0px 10px;
    }
}
.wrapInner-tabItem [type=checkbox]:checked ~ label {
    border: 1px solid var(--color-mainsub);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
}
.wrapInner-tabItem label span {
    margin: 2px 0px 0px 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.12px;
    color: #555;
}
.wrapInner-tabItem:hover label span {
    color: #444;
}
.wrapInner-tabItem [type=checkbox]:checked ~ label span {
    color: var(--color-mainsub);
}



/* pc-over */
@media (max-width:1060px) {
    .wrapInner-tabList_more {
        display: none;
    }
}
@media (min-width:1060px) {
    .wrapInner-tabList {
        display: flex;
        gap: 10px;
    }
    .wrapInner-tabList_more {
        position: absolute;
        top: 0;
        right: -48px;
        width: 38px;
        height: 38px;
        border-radius: 50px;
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px;
        display: none;
    }
    .wrapInner-tab.show-overflow .wrapInner-tabList_more {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .wrapInner-tabList_more svg {
        width: 50%;
    }
    .wrapInner-tabList_more span {
        font-size: 8px;
    }
    .wrapInner-tabList.overflow-list {
        position: absolute;
        top: 38px;
        right: -48px;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 4px 0px;
        overflow: hidden;
        display: flex;
        width: 120px;
        margin: 8px -1px -1px 0px;
        border-radius: 0;
        background-color: rgb(255, 255, 255);
        flex-wrap: wrap;
        width: 240px;
        gap: 0;
        display: none;
    }
    .wrapInner-tabList.overflow-list.-active {
        display: flex;
    }
    .wrapInner-tabList.overflow-list .wrapInner-tabItem {
        width: 50%;
        border-bottom: 1px solid #eee;
    }
    .wrapInner-tabList.overflow-list .wrapInner-tabItem label {
        border-radius: 0;
        box-shadow: none;
        width: 100%;
    }
    .wrapInner-tabList.overflow-list .wrapInner-tabItem:nth-child(odd) {
        border-right: 1px solid #eee;
    }
}
/* pc-over */















@media (max-width:1060px) {
    .tourdetail-wrap {
        width: 100%;
        height: 100%;
        /* overflow: scroll; */
        position: absolute;
        top: 0;
        transition: all .1s;
        transform: translate(0%, 100%);
        opacity: 0;
    }
    .tourdetail-wrap.-active {
        z-index: 200;
        opacity: 1;
        transform: translate(0%, 0%);
    }
    .tourdetail-back {
        display: none;
    }
    .tourdetail-wrap.-active .tourdetail-back {
        display: block;
        width: 100%;
        height: calc(100% - 150px - 00px);
        background: transparent;
        position: relative;
        z-index: -1;
    }
    .tourdetail-continr {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 200;
        background-color: rgb(255 255 255 / 1);
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        overflow: hidden;
        overflow: scroll;
    }
    .tourdetail-close {
        position: fixed;
        top: 10px;
        right: 10px;
        border-radius: 8px;
        width: 28px;
        height: 28px;
        background: #00000070 url(/pages/header/images/icon--close-w.svg)no-repeat center / 80%;
        z-index: 210;
    }
}
@media (min-width:1060px) {
    .tourdetail-wrap {
        position: absolute;
        z-index: -1;
        top: 80px;
        bottom: 40px;
        left: 370px;
        width: 330px;
        background: #fff;
        border-radius: 15px;
        transition: all .3s;
        transform: translate(calc(-100% - 20px), 0%);
        
        
    }
    .tourdetail-wrap.-active {
        transform: translate(0%, 0%);
    }
    .tourdetail-continr {
        width: 100%;
        height: 100%;
        /* overflow-y: scroll; */
        border-radius: 15px;
    }
    .tourdetail-close {
        display: none;
    }
}
.tourdetail-continrInner {
    width: 100%;
    height: 100%;
    padding-top: 50px;
    overflow: hidden;
}
.tourdetail-continrInner iframe {
    width: 100%;
    height: 100%;
    outline: none;
    border: 0;
}


/* .tourdetail-continr iframe {
    width: 100%;
    height: 100%;
    border: none;
    overflow: auto;
    pointer-events: auto;
} */
[_detail-content-head] .detailInHead-wrap {
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 210;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background-clip: padding-box;
    background: rgba(var(--gray100), 0);
    border-color: rgba(0, 0, 0, 0);
    box-shadow: none;
}
[_detail-content-head] .detailInHead-wrap {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background-clip: padding-box;
}
[_detail-content-head] .detailInHead-wrap.-active {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background-clip: padding-box;
}
[_detail-content-head] .detailInHead-back {
    position: relative;
    width: 44px;
    height: 50px;
    transition: all .4s;
    background: url(/pages/header/images/icon--arrow-left-w.svg) no-repeat center / 50%;
}
[_detail-content-head] .detailInHead-wrap .detailInHead-back {
    background: url(/pages/header/images/icon--arrow-left.svg) no-repeat center / 50%;
}
[_detail-content-head] .detailInHead-wrap.-active .detailInHead-back {
    background: url(/pages/header/images/icon--arrow-left.svg) no-repeat center / 50%;
}
[_detail-content-head] .detailInHead-title {
    white-space: nowrap;
    flex: 1;
    position: relative;
    z-index: 10;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;

    padding-right: 50px;
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    transition: all .4s;
    opacity: 0;
}
[_detail-content-head] .detailInHead-wrap.-active .detailInHead-title {
    opacity: 1;
}
[_detail-content-head] .detailInHead-wrap .detailInHead-title {
    opacity: 1;
}
[_detail-content-head] .detailInHead-close {
    position: relative;
    width: 44px;
    height: 50px;
    transition: all .4s;
    background: url(/pages/header/images/icon--close-w.svg) no-repeat center / 50%;
}
[_detail-content-head] .detailInHead-wrap .detailInHead-close {
    background: url(/pages/header/images/icon--close.svg) no-repeat center / 50%;
}
[_detail-content-head] .detailInHead-wrap.-active .detailInHead-close {
    background: url(/pages/header/images/icon--close.svg) no-repeat center / 50%;
}











































[_map-list-items] .mapslist-list {

}
[_map-list-items] .mapslist-item {
    position: relative;
}
[_map-list-items] .mapslist-item .mapslist-badges {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 1;
}
[_map-list-items] .mapslist-item .mapslist-badges span {
    height: 23px;
    padding: 0 15px 0 10px;
    background: var(--color-main);
    border-radius: 3px 0 20px 0;
    color: #ffffff;
    line-height: 19px;
    font-weight: 600;
    font-size: 10px;
}
[_map-list-items] .mapslist-item +.mapslist-item {
    margin-top: 30px;
}
[_map-list-items] .mapslist-image_area {
    position: relative;
    height: 180px;
    background: rgb(244, 244, 244);
}
[_map-list-items] .mapslist-image_area .mapslist-image {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
}
[_map-list-items] .mapslist-image_area .mapslist-image img {
    position: relative;
    width: auto;
    width: 100%;
    height: 100%;
    vertical-align: top;
    transition: all .4s;
    object-fit: cover;
    left: 50%;
    transition: transform 0.23s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translateX(-50%) scale(1);
}
[_map-list-items] .mapslist-image_area .mapslist-image:after {
    position: absolute;
    inset: 0px;
    z-index: 10;
    border: 1px solid rgba(114, 117, 118, 0.1);
    border-radius: 3px;
    content: "";
}
[_map-list-items] .mapslist-text_area {
    position: relative;
    padding-top: 16px;
    cursor: pointer;
}
[_map-list-items] .mapslist-text_area .mapslist-header_text {
    padding-right: 23px;
}
[_map-list-items] .mapslist-header_text .name_text {
    margin-right: 6px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
    color: var(--color-subsub);
}
[_map-list-items] .mapslist-header_text .sub_text {
    margin-right: 8px;
    font-size: 14px;
    letter-spacing: -0.3px;
    color: rgb(143, 143, 143);
}
[_map-list-items] .mapslist-text_area .desc_text {
    overflow: hidden;
    margin-top: 8px;
    font-size: 13px;
    color: rgb(66, 66, 66);
    white-space: nowrap;
    text-overflow: ellipsis;
}
[_map-list-items] .mapslist-text_area .info_list {
    margin-top: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
[_map-list-items] .mapslist-text_area .info_item {
    font-size: 15px;
    line-height: 19px;
    color: rgb(36, 36, 36);
}
[_map-list-items] .mapslist-text_area .info_list .term, .info_list .desc {
    display: inline;
}














.heading-search {
    position: relative;
}
.tourview-continr .heading {
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding: 0;
    background: rgb(255, 255, 255);
    box-sizing: border-box;
    font-size: 10px;
}
.tourview-continr .heading:after {
    position: absolute;
    left: 70px;
    right: 0;
    top: 8px;
    height: 1px;
    background: rgb(219, 222, 224);
    content: "";
}
.tourview-continr .heading-heading {
    margin: 10px 0;
    padding: 0px;
    font-size: 15px;
    font-weight: 800;
    color: rgb(18, 18, 18);
    letter-spacing: -0.72px;
}
.heading-heading-tag_value {
    font-size: 12px;
    font-weight: 400;
    color: #555;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.heading-filterbtn {
    position: absolute;
    z-index: 10;
    top: -3px;
    right: 0;
    padding: 4px 20px 4px 5px;
    border-radius: 6px;
    font-size: 14px;
    color: #555;
    background: url(/pages/header/images/icon--arrow-down.svg) no-repeat center right / 20px;
}
.heading-filterbtn[aria-expanded="true"] {
    background: url(/pages/header/images/icon--arrow-up.svg) no-repeat center right / 20px;
}
.heading-filterbtn_point {
    color: var(--color-subsub);
    font-weight: bold;
}
.heading-filtertab {
    position: relative;
    padding: 20px;
    background: rgb(243, 247, 248);
    margin-bottom: 25px;
    display: none;
}
.heading-filtertab.-active {
    display: block;
}
.heading-filtertab_option_area {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 0;
}
.heading-filtertab_option_area input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 0;
    margin: 0;
}
.heading-filtertab_optionoption {
    display: inline-block;
    vertical-align: top;
    height: 36px;
    padding: 0px 13px;
    margin-right: 6px;
    font-size: 14px;
    line-height: 37px;
    color: rgb(102, 102, 102);
    letter-spacing: -0.5px;
    border-radius: 18px;
    background: rgb(254, 255, 254);
}
input:checked + .heading-filtertab_optionoption {
    background: rgb(83, 123, 246);
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px 0px;
}






.cluster-balloon {
    /* background: rgba(0, 128, 255, 0.8);
    color: #fff;
    border-radius: 25px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2); */
    position: absolute;
    z-index: 1;
    margin-top: -12px;
    margin-left: -16px;
    text-align: center;
}
.cluster-balloon .cluster-balloon_place_num {
    display: inline-block;
    position: relative;
    width: -moz-max-content;
    width: max-content;
    z-index: 1;
    padding: 2px 10px 0;
    border: 1px solid #4669bb;
    border-radius: 17px;
    background: #395fb8;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}
.cluster-balloon.-sido .cluster-balloon_place_num {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    box-shadow: 0 0 10px #0000001a;
}
.cluster-balloon .cluster-balloon_place_region {
    display: inline-block;
    position: absolute;
    width: -moz-max-content;
    width: max-content;
    padding: 1px 10px 0 16px;
    margin: 4px -10px 5px -15px;
    border: 1px solid #4669bb;
    border-radius: 11px;
    background: #587bcf;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    vertical-align: 1px;
    pointer-events: none;
    box-shadow: 0 0 10px #0000001a;
}





[_place-load-wrap].placeload-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .1);
    z-index: 100;
}
[_place-load-wrap] .placeload-Inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
[_place-load-wrap] .placeload-Inner_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
[_place-load-wrap] .placeload-Inner_spn {
    display: block;
    width: 30px;
    height: 30px;
}
[_place-load-wrap] .placeload-Inner_spn svg {
    width: 100%;
    height: 100%;
    color: rgb(87 187 235 / .3);
}



















.img-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}

.img-modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80%;
}

.img-close {
  position: absolute;
  top: 30px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}



























[_images-modal] .imagemodal-wrap {
    display: none;
    position: fixed;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    z-index: 5000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.85);
}
[_images-modal] .imagemodal-wrapinner {
    position: relative;
    width: 100%;
    height: auto;
    height: calc(100% - 80px);
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width:1060px) {
    [_images-modal] .imagemodal-wrapinner {
        width: 500px;
        height: auto;
        max-height: 600px;
    }
}
[_images-modal] .imagemodal-img {
    max-width: 100%;
    max-height: 100%;
}
[_images-modal] .imagemodal-wrap .imagemodal-button {
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer; */
}
[_images-modal] .imagemodal-ctrl {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 4;
}
[_images-modal] .imagemodal-ctrl__button {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 30px !important;
    height: 65px !important;
    border: 0;
    border-radius: 0 50px 50px 0;
    background-color: #00000080;
    box-shadow: 0 0 8px #fff3;
    font-size: 0 !important;
    color: transparent !important;
    cursor: pointer;
    overflow: hidden;
}
[_images-modal] .imagemodal-ctrl__button:after {
    display: block;
    width: 25px;
    height: 30px;
    content: "";
    background: url(/pages/header/images/icon-mris-arrow.svg) no-repeat center center;
    background-size: 30px;
}
[_images-modal] .imagemodal-ctrl__button.ctrl__button-prev {
    left: 0;
    transform: translateY(-50%);
}
[_images-modal] .imagemodal-ctrl__button.ctrl__button-next {
    left: auto;
    right: 0;
    transform: rotate(180deg) translateY(50%);
}
[_images-modal] .imagemodal-wrap .image-close {
    position: fixed;
    top: 10px;
    right: 10px;
    background: url(/pages/header/images/icon--close-w.svg) no-repeat center / 30px;
    width: 30px;
    height: 30px;
}