/* 字體 */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");

/*copyright*/

.copyright {
    width: 100%;
    height: auto;
    line-height: 6vw;
    position: relative;
    color: #595757;
    text-align: center;
    font-family: 'Noto Serif TC', serif;
    letter-spacing: 0.1vw;
    font-size: 2.7vw;
    border-top: 0.5px solid #727171;
    z-index: 9;
    background-color: #edeae6;
    padding: 5vw 0;
}

.copyright a {
    color: #595757;
    display: inline-block;
}

.copyright-txt {
    width: 100%;
    transform: scale(0.8);
}