#mapid {
    width: 100%;
    height: 100%;
    /* height: 520px; */
    opacity: 0;
    transition: opacity 1.5s;
    position: absolute;
}

.start-map-btu {
    cursor: pointer;
    /* position: absolute; */
    width: 100%;
    z-index: 1200;
    background-color: #fff;
    transition: opacity 0.8s;
}

.start-map-btu-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1201;
    /* background-color: rgba(0, 0, 0, 0.6); */
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s;
}
.start-map-btu-hover::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.29);
    filter: blur(20px);
    z-index: -1;
    /* debug用的紅色背景 */
}

.start-map-btu-hover:hover {
    opacity: 1;
}

.starting-map {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1201;
    pointer-events: none;
    opacity: 0;
    transition: opacity 1s;
}

.starting-map>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.custom-map-right-btn {
    width: 43px;
    height: 43px;
    background: rgba(22, 38, 74, 1);
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    border-radius: 6px;
    z-index: 999;
    pointer-events: auto !important;
}

.hover-bar {
    height: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    display: none;
}

.hover-bar>div {
    background: #C4C4C4;
    width: 60px;
    height: 8px;
    margin: 1rem 0;
    border-radius: 8px;
}
.hover-bar::after{}
.hover-bar::before{}

.custom-map-right-btn-icon {
    position: absolute;
    left: 0%;
    right: 26.32%;
    top: 0%;
    bottom: 26.32%;
    border: 4px solid #fff;
    height: 24px;
    width: 24px;
    left: 8px;
    top: 6px;
    border-radius: 30px;
}
.custom-map-right-btn-icon::before {
    content: " ";
    position: absolute;
    left: 76.16%;
    top: 111.16%;
    transform: rotate(45deg);
    border-radius: 12px;
    width: 16px;
    height: 6px;
    background-color: #fff;
}



.search-cancel {
    display: none !important;
}

#droptest {
    position: fixed;
    width: 100%;
    height: 300px;
    top: 0;
    background-color: rgb(123 123 123);
    z-index: 1009;
}

#dialog {
    position: absolute;
    background-color: rgb(255 255 255);
    right: 0;
    bottom: 0;
    transform: translate(0%, 110%);
    width: 405px;
    max-height: 100%;
    overflow: auto;
    padding: 0rem 0.5rem 1.5rem 0.5rem;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 10%);
    z-index: 1999;
    transition: transform .5s;
}

.custom-ui-cotnet1-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 70%;
    overflow: hidden;
    border-radius: 5px;
}
.custom-ui-cotnet1-img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.can-drop {
    transform: translate(-50%, -50%);
    /* transition: transform .5s */
}

.custom-ui-googlepage {
    /* height: 31%; */
}

#custom-ui-cotnet-phone {
    /* height: 67%; */
    /* overflow: auto; */
}

#custom-ui-cotnet-phone::-webkit-scrollbar {
    /*滾動條整體樣式*/
    width: 4px;
    /*高寬分別對應橫豎滾動條的尺寸*/
    height: 1px;
}

#custom-ui-cotnet-phone::-webkit-scrollbar-thumb {
    /*滾動條裡面小方塊*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

#custom-ui-cotnet-phone::-webkit-scrollbar-track {
    /*滾動條裡面軌道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.custom-ui-btu-google {
    background-color: rgb(132 195 195);
    border-color: rgb(132 195 195);
    color: rgb(255 255 255) !important;
}
.custom-ui-cover {
    padding-right: 2em;
    padding-left: 2em;
    margin: 1.5rem 0;
}

.custom-tel {
    padding: 1rem 2rem;
}

.custom-tel-title {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: 0.1em;
    color: #1B2D58;
}

.custom-tel-content {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: #9B9B9A;
}

.custom-web {
    padding: 1rem 2rem;
}

.custom-web-title {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: 0.1em;
    color: #1B2D58;
}
.custom-web-content {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: #9B9B9A;
}

.office-name {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
    letter-spacing: 0.1em;
    color: #1B2D58;
}

.adder-name {
    font-family: Noto Sans TC;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: #9B9B9A;
}

.custom-ui-cotnet1_1-1 {
    display: none;
}

.custom-ui-cotnet1_1 {
    margin: 1rem 0;

}

.custom-ui-cotnet1 {
    padding: 0 2rem;
    margin: 1rem 0;
}

.ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5;
    /* box-shadow: 0px 2px 6px rgb(0 0 0 / 32%); */
}
.custom-ui-hr {
    margin-top: 0.5rem;
}

.custom-ui-bar {
    margin: 1rem 1rem;
}

#custom-btu-close {
    /* background-color: rgb(241 241 241);
    color: rgb(121 121 121);
    font-weight: 100;
    border: unset;
    border-radius: 999em;
    height: 30px;
    width: 30px; */
}

#custom-btu-close>img {
    max-width: 100%;
}

.ui-widget-header {
    border: unset;
    background: unset;
}
.map-block{
    display: flex;
}
.mapid-cover {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    /*padding-bottom: 35%;*/
    max-width: 1180px;
    margin: 0 auto 5% auto;
}

.map-title {
    text-align: center;
    color: #1B2D58;
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #1B2D58;
}
.map-title div{
    max-width: 18px; 
    margin-right: 11px;
    margin-top: -7px;
}
.map-title div img{
    width: 100%;
}
.map-title h3{
    margin: 0;
    padding-bottom: 8px;
    font-size: 26px;
}
.map-list-block{
    width: 100%;
    max-width: 277px;
    margin-left: 23px;
}
.map-list-option1,.map-list-option2,.map-list-option3,.map-list-option4,
.map-list-option5,.map-list-option6,.map-list-option7,.map-list-option8,
.map-list-option9,.map-list-option10,.map-list-option11,.map-list-option12{
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #4C5364;
    cursor: pointer;
    line-height: 23px;
}
.map-list-option1:hover,.map-list-option2:hover,.map-list-option3:hover,.map-list-option4:hover,
.map-list-option5:hover,.map-list-option6:hover,.map-list-option7:hover,.map-list-option8:hover,
.map-list-option9:hover,.map-list-option10:hover,.map-list-option11:hover,.map-list-option12:hover{
    opacity: 0.7;
}
#mapid {
    width: 100%;
    height: 70vh;
    /* height: 520px; */
    opacity: 0;
    /*transition: opacity 1.5s;*/
    position: relative;
}
.map-point1{
    z-index: 999;
    position: absolute;
    top: 43%;
    left: 54%;
    margin: 0 auto;
    display: none;
}
@media (max-width: 800px){
    .map-block{
        display: block;
    }
    .map-list-block{
        max-width: inherit;
        margin:0;
    }
    #mapid{
        width: 100%;
    }
    .map-list-option1, .map-list-option2, .map-list-option3, .map-list-option4,
    .map-list-option5, .map-list-option6, .map-list-option7, .map-list-option8,
    .map-list-option9, .map-list-option10, .map-list-option11,.map-list-option12{
        display: inline-block;
        width: 49%;
    }
}
@media (max-width: 576px) {
    .mapid-cover {
        position: relative;
        width: 100%;
        height: 100vh;
        /*display: none;*/
        padding-bottom: 0;
    }
    .test001 {
        transition: top .5s,
            transform .5s !important;
    }

    #dialog {
        position: fixed;
        top: 100%;
        left: 50%;
        /* height: 100vh; */
        max-height: none;
        transform: translate(-50%, 0%);
        width: 100%;
        overflow: hidden;
        /* transition: top 0s; */
        height: max-content;
    }
    .hover-bar{
        display: block;
    }
}
