footer {
    margin: 0;
    background: #111422;
    font-family: "微軟正黑體", "Malgun Gothic", Dotum, Tahoma, sans-serif;
    letter-spacing: normal;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #cfcfcf;
    padding: 2% 0;
    position: relative;
    z-index: 3;
}

@media only screen and (max-width:768px) {
    footer {
        padding: 20px;
        flex-wrap: wrap
    }
}

footer .contain {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 32px
}

@media only screen and (max-width:768px) {
    footer .contain {
        flex-wrap: wrap
    }
}

footer .contain .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 32px
}

@media only screen and (max-width:768px) {
    footer .contain .copyright {
        padding: 8px 30px 8px
    }
}

footer .contain .copyright span {
    color: #fff;
    line-height: 1.5;
    font-size: 14px
}

@media only screen and (max-width:430px) {
    footer .contain .copyright span {
        font-size: 12px
    }
}

footer .contain .textWrap {
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width:768px) {
    footer .contain .textWrap img {
        width: 12vw
    }
}

footer .contain .textWrap span {
    margin-left: 15px;
    line-height: 1.5;
    font-size: 14px;
    color: #fff
}

@media only screen and (max-width:430px) {
    footer .contain .textWrap span {
        font-size: 12px
    }
}