.site-map {
    width: 443px;
}

.service-sect .title h2 {
    display: none;
}

.album-sect .title span {
    display: none !important;
}

.album-sect .title h2 {
    top: 60% !important;
    font-weight: bold !important;
}

.service-sect .editor {
    text-align: unset !important;
}

.about_layout p {
    text-align: unset !important;
}

@media screen and (max-width: 1000px) {
    .album-sect .title h2 {
        top: 49% !important;
    }
}

/* 20210324 主選單 */

.site-nav .menu li {
    width: 196px;
}

.site-nav .menu>li>a {
    letter-spacing: 0.5px;
    font-size: 15px;
    padding: 4px 2px;
}

@media screen and (max-width: 1250px) {
    .site-nav {
        width: 100%;
        padding: 2px 0;
    }
    .site-title {
        padding: 18px 0 10px;
    }
}

@media screen and (max-width: 1200px) {
    .site-nav .menu>li>a {
        font-size: 15px;
    }
}

@media screen and (max-width: 1000px) {
    .site-title {
        padding: 15px 0;
    }
}

/* end 20210324 主選單 */

/* 20210324 後臺範本 */

.site-info li:last-of-type span {
    display: inline;
}

.editor {
    letter-spacing: 0.2px;
}

.table-about1, .table-about2 {
    padding-left: 200px;
}

.table-tit-name1, .table-tit-name2 {
    width: 150px;
    height: 150px;
    line-height: 150px;
    font-size: 16px;
    padding: 0;
}

@media screen and (max-width: 620px) {
    .table-about1, .table-about2 {
        padding-left: 0;
    }
    .table-tit-name1, .table-tit-name2 {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }
}

/* end 20210324 後臺範本 */