html.gk-poi-list-map-view-popup-open, body.gk-poi-list-map-view-popup-open {
    overflow: hidden !important;
}

html[dir] .gohk-poilist.container {
    padding: 0;
    margin: 0;
    max-width: none;
}

html[dir] .gohk-poilist.container .parsys-wrapper {
    padding: 30px;
}

html[dir] .gk-poi-list-container {
    margin: 0 auto;
}

html[dir] .gk-poi-list-container .poi-list-header {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

html[dir] .gk-poi-list-container .poi-list-header .poi-list-title-section {
    margin-bottom: 25px;
}

html[dir] .gk-poi-list-container .poi-list-header .poi-list-title-section .poi-list-title {
    font-family: "elza-text", "Open Sans", arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    margin-top: 4px;
}

html[dir] body.zh-TW .gk-poi-list-container .poi-list-header .poi-list-title-section .poi-list-title {
    font-family: "source-han-sans-traditional","Microsoft JHei TC Blod", "Open Sans", arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.08em;
}

html[dir] body.zh-CN .gk-poi-list-container .poi-list-header .poi-list-title-section .poi-list-title {
    font-family: "source-han-sans-simplified-c","Microsoft JHei TC Blod", "Open Sans", arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0.08em;
}

html[dir] .gk-poi-list-container .poi-list-header .view-switch-section {
    margin-bottom: 25px;
}

html[dir] .gk-poi-list-container .poi-list-header .view-switch-section .view-type-switch-container {
    display: -webkit-flex;
    display: flex;
    padding: 6px 9px;
    border-radius: 50px;
}

html[dir] .gk-poi-list-container .poi-list-header .view-switch-section .view-type-switch-container .view-btn {
    display: -webkit-flex;
    display: flex;
    border-radius: 30px;
    padding: 0 16px;
    cursor: pointer;
    text-decoration: none;
}

html[dir] .gk-poi-list-container .poi-list-header .view-switch-section .view-type-switch-container .view-btn .view-btn-ico {
    display: -webkit-flex;
    display: flex;
    width: 26px;
    align-items: center;
    margin-left: 4px;
    margin-right: 4px;
}

html[dir] .gk-poi-list-container .poi-list-header .view-switch-section .view-type-switch-container .view-btn .view-btn-ico svg {
    width: 100%;
}

html[dir] .gk-poi-list-container .poi-list-header .view-switch-section .view-type-switch-container .view-btn .view-btn-text {
    font-family: "elza-text", "Open Sans", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 43px;
    white-space: nowrap;
    height: 40px;
    margin-left: 4px;
    margin-right: 4px;
}

html[dir] body.zh-TW .gk-poi-list-container .poi-list-header .view-switch-section .view-type-switch-container .view-btn .view-btn-text {
    font-family: "Microsoft JHei TC Regular", "Open Sans", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.08em;
}

html[dir] body.zh-CN .gk-poi-list-container .poi-list-header .view-switch-section .view-type-switch-container .view-btn .view-btn-text {
    font-family: "Microsoft JHei TC Regular", "Open Sans", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.08em;
}

html[dir] .gk-poi-list-container .poi-list-body .list-view-container .list-view {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

html[dir] .gk-poi-list-container .poi-list-body .list-view-container .list-view .other-cmp-wrapper {
    width: 100%;
    margin-bottom: 25px;
}

html[dir] .gk-poi-list-container .poi-list-body .list-view-container .list-view .poi-wrapper {
    width: 32.14%;
}

html[dir] .gk-poi-list-container .poi-list-body .list-view-container .list-view .poi-wrapper:not(:nth-of-type(3n+3)) {
    margin-right: 1.79%;
}

html[dir=rtl] .gk-poi-list-container .poi-list-body .list-view-container .list-view .poi-wrapper:not(:nth-of-type(3n+3)) {
    margin-right: 0;
    margin-left: 1.79%;
}

html[dir] .gk-poi-list-container .poi-list-body .list-view-container .list-view .poi-wrapper:nth-of-type(n+4) {
    margin-top: 64px;
}

html[dir] .gk-poi-list-map-view-container {
    position: fixed;
    z-index: -20000;
    top: -100000px;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background-color: #FFF;
}

html[dir] .gk-poi-list-map-view-container .view-type-switch-container {
    position: absolute;
    z-index: 500;
    display: -webkit-flex;
    display: flex;
    padding: 6px 9px;
    border-radius: 50px;
    top: 80px;
    right: 160px;
}

html[dir=rtl] .gk-poi-list-map-view-container .view-type-switch-container {
    right: auto;
    left: 160px;
}

html[dir] .gk-poi-list-map-view-container .view-type-switch-container .view-btn {
    display: -webkit-flex;
    display: flex;
    border-radius: 30px;
    padding: 0 16px;
    cursor: pointer;
    text-decoration: none;
}

html[dir] .gk-poi-list-map-view-container .view-type-switch-container .view-btn .view-btn-ico {
    display: -webkit-flex;
    display: flex;
    width: 26px;
    align-items: center;
    margin-left: 4px;
    margin-right: 4px;
}

html[dir] .gk-poi-list-map-view-container .view-type-switch-container .view-btn .view-btn-ico svg {
    width: 100%;
}

html[dir] .gk-poi-list-map-view-container .view-type-switch-container .view-btn .view-btn-text {
    font-family: "elza-text", "Open Sans", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 43px;
    height: 40px;
    margin-left: 4px;
    margin-right: 4px;
}

html[dir] body.zh-CN .gk-poi-list-map-view-container .view-type-switch-container .view-btn .view-btn-text {
    font-family: "Microsoft JHei TC Regular", "Open Sans", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.08em;
}

html[dir] body.zh-TW .gk-poi-list-map-view-container .view-type-switch-container .view-btn .view-btn-text {
    font-family: "Microsoft JHei TC Regular", "Open Sans", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 0.08em;
}

html[dir] .gk-poi-list-map-view-container .map-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

html[dir] .gk-poi-list-map-view-container .zoom-btn-container {
    position: absolute;
    z-index: 500;
    width: 31px;
    height: 66px;
    right: 160px;
    bottom: 140px;
}

html[dir=rtl] .gk-poi-list-map-view-container .zoom-btn-container {
    left: 160px;
    right: auto;
}

html[dir] .gk-poi-list-map-view-container .zoom-btn-container .svg-wrapper {
    position: absolute;
    z-index: 1;
    width: 31px;
    height: 66px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

html[dir] .gk-poi-list-map-view-container .zoom-btn-container .svg-wrapper > svg {
    width: 100%;
    height: 100%;
}

html[dir] .gk-poi-list-map-view-container .zoom-btn-container .zoom-in-btn,
html[dir] .gk-poi-list-map-view-container .zoom-btn-container .zoom-out-btn {
    position: absolute;
    z-index: 2;
    height: 33px;
    width: 31px;
    cursor: pointer;
    left: 0;
    right: 0;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

html[dir] .gk-poi-list-map-view-container .zoom-btn-container .zoom-in-btn {
    top: 0;
}

html[dir] .gk-poi-list-map-view-container .zoom-btn-container .zoom-out-btn {
    top: 33px;
}

html[dir] .gk-poi-list-map-view-container .poi-info-win {
    visibility: hidden;
    position: absolute;
    z-index: 499;
    width: 269px;
    border-radius: 12px;
    padding-top: 9px;
}

html[dir] .gk-poi-list-map-view-container .poi-info-win .poi-info-win-close-btn {
    position: absolute;
    z-index: 2;
    width: 25px;
    height: 25px;
    cursor: pointer;
    right: 0;
    top: 0;
}

html[dir=rtl] .gk-poi-list-map-view-container .poi-info-win .poi-info-win-close-btn {
    left: 0;
    right: auto;
}

html[dir] .gk-poi-list-map-view-container .poi-info-win .poi-info-win-body .photo-wrapper {
    box-sizing: content-box;
    padding: 0px 9px;
}

html[dir] .gk-poi-list-map-view-container .poi-info-win .poi-info-win-body .photo-wrapper img {
    display: block;
    width: 100%;
    border-radius: 12px;
}

html[dir] .gk-poi-list-map-view-container .poi-info-win .poi-info-win-body .poi-info-content {
    padding: 16px 18px 8px 18px;
}

html[dir] .gk-poi-list-map-view-container .poi-info-win .poi-info-win-body .poi-info-content .poi-title-wrapper {
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 12px;
}

html[dir] .gk-poi-list-map-view-container .poi-info-win .poi-info-win-body .poi-info-content .poi-title-wrapper .poi-title {
    width: calc(100% - 30px - 10px);
    padding: 8px 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    min-height: 45px;
    box-sizing: border-box;
}

html[dir] .gk-poi-list-map-view-container .poi-info-win .poi-info-win-body .poi-info-content .poi-title-wrapper .poi-title.no-gtm-btn {
    width: 100%;
}

html[dir] .gk-poi-list-map-view-container .poi-info-win .poi-info-win-body .poi-info-content .poi-title-wrapper .poi-title .poi-title-inner {
    font-family: "elza-text", "Open Sans", arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
}

html[dir] body.zh-CN .gk-poi-list-map-view-container .poi-info-win .poi-info-win-body .poi-info-content .poi-title-wrapper .poi-title .poi-title-inner {
    font-family: "source-han-sans-simplified-c","Microsoft JHei TC Blod", "Open Sans", arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.08em;
}

html[dir] body.zh-TW .gk-poi-list-map-view-container .poi-info-win .poi-info-win-body .poi-info-content .poi-title-wrapper .poi-title .poi-title-inner {
    font-family: "source-han-sans-traditional","Microsoft JHei TC Blod", "Open Sans", arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.08em;
}

html[dir] .gk-poi-list-map-view-container .poi-info-win .poi-info-win-body .poi-info-content .poi-title-wrapper .poi-gtm-btn-wrapper {
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}

html[dir] .gk-poi-list-map-view-container .poi-info-win .poi-info-win-body .poi-info-content .poi-title-wrapper .poi-gtm-btn-wrapper .poi-gtm-btn {
    display: block;
    text-decoration: none;
    width: 30px;
    min-height: 30px;
    cursor: pointer;
}

html[dir] .gk-poi-list-map-view-container .poi-info-win .poi-info-win-body .poi-info-content .poi-title-wrapper .poi-gtm-btn-wrapper .poi-gtm-btn > svg {
    width: 100%;
}

html[dir] .gk-poi-list-map-view-container .poi-info-win .poi-info-win-body .poi-info-content .poi-desc-wrapper {
    margin-bottom: 12px;
    max-height: 96px;
    position: relative;
}

html[dir] .poi-info-win .mCSB_scrollTools_vertical {
    right: -20px;
}

html[dir=rtl] .poi-info-win .mCSB_scrollTools_vertical {
    left: -20px;
    right: auto;
}

html[dir] .mCSB_scrollTools .mCSB_draggerRail {
    width: 3px;
    background: rgba(55, 129, 92, 0.15);
    border-radius: 20px;
}

html[dir] .poi-info-win .mCSB_dragger_bar {
    width: 3px;
    border-radius: 20px;
}

html[dir] .gk-poi-list-map-view-container .poi-info-win .poi-info-win-body .poi-info-content .poi-desc-wrapper .gohk-desc,
html[dir] .gk-poi-list-map-view-container .poi-info-win .poi-info-win-body .poi-info-content .poi-desc-wrapper .gohk-desc * {
    font-family: "elza-text", "Open Sans", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
}

html[dir] .gk-poi-list-map-view-container .poi-info-win .poi-info-win-body .poi-info-content .poi-desc-wrapper .gohk-desc a {
    text-decoration: underline;
}

html[dir] body.zh-CN .gk-poi-list-map-view-container .poi-info-win .poi-info-win-body .poi-info-content .poi-desc-wrapper .gohk-desc,
html[dir] body.zh-CN .gk-poi-list-map-view-container .poi-info-win .poi-info-win-body .poi-info-content .poi-desc-wrapper .gohk-desc * {
    font-family: "Microsoft JHei TC Regular", "Open Sans", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
}

html[dir] body.zh-TW .gk-poi-list-map-view-container .poi-info-win .poi-info-win-body .poi-info-content .poi-desc-wrapper .gohk-desc,
html[dir] body.zh-TW .gk-poi-list-map-view-container .poi-info-win .poi-info-win-body .poi-info-content .poi-desc-wrapper .gohk-desc * {
    font-family: "Microsoft JHei TC Regular", "Open Sans", arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
}

html[dir] .gk-poi-list-map-view-container .poi-info-win .poi-info-win-next-stop-btn {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    min-height: 36px;
    justify-content: center;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    cursor: pointer;
    padding-top: 9px;
    text-decoration: none;
}

html[dir] .gk-poi-list-map-view-container .poi-info-win .poi-info-win-next-stop-btn .poi-info-win-next-stop-btn-text {
    font-family: "elza-text", "Open Sans", arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    width: calc(100% - 36px);
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
}

html[dir] body.zh-CN .gk-poi-list-map-view-container .poi-info-win .poi-info-win-next-stop-btn .poi-info-win-next-stop-btn-text {
    font-family: "Microsoft JHei TC Regular", "Open Sans", arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.08em;
}

html[dir] body.zh-TW .gk-poi-list-map-view-container .poi-info-win .poi-info-win-next-stop-btn .poi-info-win-next-stop-btn-text {
    font-family: "Microsoft JHei TC Regular", "Open Sans", arial, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 1024px) {
    html[dir] .gk-poi-list-container .poi-list-body .list-view-container .list-view .poi-wrapper:not(:nth-of-type(3n+3)) {
        margin-right: 0;
    }

    html[dir=rtl] .gk-poi-list-container .poi-list-body .list-view-container .list-view .poi-wrapper:not(:nth-of-type(3n+3)) {
        margin-right: 0;
        margin-left: 0;
    }

    html[dir] .gk-poi-list-container .poi-list-body .list-view-container .list-view {
        justify-content: space-between;
    }

    html[dir] .gk-poi-list-container .poi-list-body .list-view-container .list-view .poi-wrapper {
        width: 48%;
    }

    html[dir] .gk-poi-list-container .poi-list-body .list-view-container .list-view .poi-wrapper:nth-of-type(n+3) {
        margin-top: 64px;
    }

    html[dir] .gk-poi-list-map-view-container .view-type-switch-container {
        top: 70px;
        right: 80px;
    }

    html[dir=rtl] .gk-poi-list-map-view-container .view-type-switch-container {
        right: auto;
        left: 80px;
    }

    html[dir] .gk-poi-list-map-view-container .zoom-btn-container {
        right: 80px;
        bottom: 70px;
    }

    html[dir=rtl] .gk-poi-list-map-view-container .zoom-btn-container {
        left: 80px;
        right: auto;
    }
}

@media screen and (max-width: 768px) {
    html[dir] .gk-poi-list-container .poi-list-header {
        margin-bottom: 15px;
    }

    html[dir] .gk-poi-list-container .poi-list-header .poi-list-title-section {
        margin-bottom: 15px;
    }

    html[dir] .gk-poi-list-container .poi-list-header .view-switch-section {
        margin-bottom: 15px;
    }

    html[dir] .gk-poi-list-container .poi-list-header .poi-list-title-section .poi-list-title {
       font-size: 20px;
       margin-top: 12px;
    }

    html[dir] body.zh-CN .gk-poi-list-container .poi-list-header .poi-list-title-section .poi-list-title,
    html[dir] body.zh-TW .gk-poi-list-container .poi-list-header .poi-list-title-section .poi-list-title {
       font-size: 24px;
    }

    html[dir] .gk-poi-list-container .poi-list-header .view-switch-section .view-type-switch-container {
        padding: 4px 5px;
    }

    html[dir] .gk-poi-list-container .poi-list-header .view-switch-section .view-type-switch-container .view-btn {
        padding: 0 12px;
    }

    html[dir] .gk-poi-list-container .poi-list-header .view-switch-section .view-type-switch-container .view-btn .view-btn-ico {
        width: 20px;
        margin-left: 4px;
        margin-right: 4px;
    }

    html[dir] .gk-poi-list-container .poi-list-header .view-switch-section .view-type-switch-container .view-btn .view-btn-text {
        font-size: 15px;
        margin-left: 4px;
        margin-right: 4px;
    }

    html[dir] body.zh-CN .gk-poi-list-container .poi-list-header .view-switch-section .view-type-switch-container .view-btn .view-btn-text,
    html[dir] body.zh-TW .gk-poi-list-container .poi-list-header .view-switch-section .view-type-switch-container .view-btn .view-btn-text {
        font-size: 15px;
    }

    html[dir] .gk-poi-list-container .poi-list-body .list-view-container .list-view .other-cmp-wrapper {
        margin-bottom: 15px;
    }

    html[dir] .gk-poi-list-container .poi-list-body .list-view-container .list-view .poi-wrapper {
        width: 100%;
    }

    html[dir] .gk-poi-list-container .poi-list-body .list-view-container .list-view .poi-wrapper:nth-of-type(n+2) {
        margin-top: 45px;
    }

    html[dir] .gk-poi-list-map-view-container .view-type-switch-container {
        padding: 4px 5px;
        top: 26px;
        right: 24px;
    }

    html[dir=rtl] .gk-poi-list-map-view-container .view-type-switch-container {
        right: auto;
        left: 24px;
    }

    html[dir] .gk-poi-list-map-view-container .view-type-switch-container .view-btn {
        padding: 0 12px;
    }

    html[dir] .gk-poi-list-map-view-container .view-type-switch-container .view-btn .view-btn-ico {
        width: 20px;
        margin-left: 4px;
        margin-right: 4px;
    }

    html[dir] .gk-poi-list-map-view-container .view-type-switch-container .view-btn .view-btn-text {
        font-size: 15px;
        margin-left: 4px;
        margin-right: 4px;
    }

    html[dir] body.zh-TW .gk-poi-list-map-view-container .view-type-switch-container .view-btn .view-btn-text,
    html[dir] body.zh-CN .gk-poi-list-map-view-container .view-type-switch-container .view-btn .view-btn-text {
        font-size: 15px;
    }

    html[dir] .gk-poi-list-map-view-container .zoom-btn-container {
        right: 25px;
        bottom: 55px;
    }

    html[dir=rtl] .gk-poi-list-map-view-container .zoom-btn-container {
        left: 25px;
        right: auto;
    }

    html[dir] .gk-poi-list-map-view-container .poi-info-win .poi-info-win-body .poi-info-content .poi-desc-wrapper {
        max-height: 80px;
    }
}