@import url("https://fontsapi.zeoseven.com/309/main/result.css");
@import url("https://fontsapi.zeoseven.com/256/main/result.css");

body {
    font-family: "Huiwen-mincho", "KingHwaOldSong";
    font-weight: normal;
}

.copyright-footer {
    position: fixed;
    text-align: center;
    bottom: 0px;
    height: 30px;
}

.title-stick {
    position: sticky;
    top: 10px;
    padding: 10px 0;
    background-color: #f8f9fa;
}

.fa {
    font-size: 8px;
}

.superlong {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}