.content {
    min-height: calc(100vh - 45px);
    z-index: 99;
}

.footer {
    width: 100%;
    position: relative;
    height: 45px;
    background-color: #fff;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: '微軟正黑體', sans-serif;
}

.footer>div {
    display: inline-block;
    margin: 0px;
}

.info_logo div {
    display: inline-block;
    margin: auto 0;
}

.info_logo .kiss img {
    width: 69px;
    height: 18.5px;
    margin-top: 3px;
    margin-right: 10px;
    margin-left: 30px;
}

.info_logo .tbmc img {
    width: 100px;
    height: 13.5px;
    margin-right: 10px;
}

.footer .information {
    font-size: xx-small;
    margin: 0 10px;
}

/* 
.info-btn {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    height: 22px;
    color: #fff;
    line-height: 1;
    border-radius: 50px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.2);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
} */

.footer .info {
    margin-left: 15px;
}

.footer .guide {
    margin-right: 10px;
}

@media (min-width: 1024px) {
    /* .info-btn {
        padding: 3px 10px 0px 10px;
        font-size: 15px;
    }

    .info_btn.info {
        width: 120px;
    } */

    .info_btn.discript {
        width: 150px;
    }

    .info {
        right: 10px;
        top: 14px;
    }
}

@media only screen and (max-width: 1023px) {
    .footer {
        flex-direction: column;
    }

    /* .info-btn {
        padding: 3px 10px 0px 10px;
        font-size: 15px;
    }

    .info_btn.info {
        width: 80px;
    } */

    .info_btn.discript {
        width: 100px;
    }

    .info {
        right: 0;
        top: 40px;
    }

    .info_logo {
        margin: 0;
        padding: 0;
    }

    /* .information {
        display: none !important;
    } */
}