.dp-dealer {
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
    color: #4d4d4d;
    max-width: 1080px;
    margin: 0 auto;
    padding: 20px 12px 0;
    line-height: 1.6
}

.dp-dealer .dp-filters {
    display: flex;
    justify-content: center;
    gap: 26px;
    flex-wrap: wrap;
    margin: 12px 0 128px
}

.dp-dealer .dp-filters a {
    color: #727272;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.2px;
    padding: 4px 2px;
    transition: color .2s
}

.dp-dealer .dp-filters a.is-active {
    color: #d6c034
}

.dp-dealer .dp-branches {
    display: flex;
    flex-direction: column;
    gap: 38px
}

.dp-region-group {
    display: none
}

.dp-region-group.is-active {
    display: block
}

.dp-dealer .dp-city-block {
    display: block
}

.dp-city__title {
    font-size: 20px;
    font-weight: 700;
    color: #444;
    margin: 8px 0 16px
}

.dp-city__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 26px 22px;
    align-items: stretch
}

.dp-branch {
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 68px
}

.dp-branch:after {
    content: "";
    position: absolute;
    bottom: 32px;
    left: 0;
    width: 100%;
    max-width: 375px;
    border-bottom: 1px solid #727272
}

.dp-branch__title {
    font-size: 19px;
    margin: 0 0 32px;
    color: #4f4f4f;
    font-weight: 400;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    text-align: left;
    flex-shrink: 0
}

.dp-branch__content {
    font-size: 17.5px;
    line-height: 1.65;
    color: #5a5b5e;
    font-weight: 500;
    flex-grow: 1
}

.dp-branch__content .dp-hours {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin: 0
}

.dp-branch__content .dp-hours.first-hours {
    margin-top: 30px;
    margin-bottom: 0
}

.dp-branch__content .dp-phone {
    display: block;
    margin-bottom: 30px
}

.dp-map-panel {
    margin-top: 30px;
    margin-bottom: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 0;
    padding-right: 0
}

.dp-map-panel__title {
    font-weight: 700;
    margin-bottom: 10px;
    color: #444;
    font-size: 14px;
    padding-left: max(12px, calc((100vw - 1080px) / 2));
    padding-right: max(12px, calc((100vw - 1080px) / 2))
}

.dp-map-panel__frame {
    width: 100%;
    height: 619px;
    background: #f4f4f4
}

.dp-map-panel__frame iframe {
    border: 0;
    width: 100%;
    height: 100%
}

@media(max-width:768px) {
    .dp-dealer {
        padding: 16px
    }

    .dp-dealer .dp-filters {
        gap: 16px;
        margin-bottom: 24px
    }

    .dp-city__grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr))
    }
}