/*  footer­¶§À   */
.wbFooter {
    background: var(--Grey-Scale-30, #E0E0E0);
    padding: 24px 10%;
}

.apFooter {
    background: var(--Grey-Scale-30, #E0E0E0);
    padding: 24px;
}

.f-ft-addr {
    text-align: right;
}

.apf-ft-addr {
    margin-top: 10px;
    text-align: center;
    font-size: 1.3rem;
}
/*  footer­¶§À   */
.social-icon {
    display: inline-flex;
    align-items: end;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #0866FF;
    color: #fff;
    text-decoration: none;
    transition: background 0.2s;
}

a.social-icon i {
    font-size: 20px;
    color: #fff;
}

    a.social-icon i:hover, a.social-icon i:visited, a.social-icon:hover {
        color: #fff;
    }

a.social-icon:hover {
    background-color: #3B5998;
}
/* ¬d¬Ý§ó¦h«ö¶s */
.more-btn, a.more-btn, a.more-btn:visited {
    display: block;
    width: 140px;
    margin: 35px auto 0;
    background: transparent;
    transition: background 0.2s;
    padding: 10px 16px 10px 24px;
    align-items: center;
    border-radius: 8px;
    border: 2px solid var(--Grey-Scale-90, #212121);
    color: var(--Grey-Scale-90, #212121);
    text-align: center;
    font-family: "Noto Sans TC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.9px;
    cursor: pointer;
}

    .more-btn:hover, a.more-btn:hover {
        color: #F0800E;
        border-color: #F0800E;
    }

.dvPageView {
    display: flex;
    align-items: baseline;
    justify-content: left;
    /*height: 42px;*/
}
