.topheader{
    background: linear-gradient(135deg,rgb(0,29,133) 66%,rgb(191,0,57) 100%);
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    max-width: 100%;
    color: white;
    display: flex;
}
.thr{
    font-size: 22px;
    font-weight: 400;
    display: flex;
    min-width: fit-content;
    
}
.thl{
    font-size: 14px;
    font-weight: 200;
    width: -webkit-fill-available;
    text-align: right;
    
}
button.menubtn {
    background: none;
    border: none;
    font-size: 15px;
    padding: 7px 10px;
    color: white;
    font-weight: 200;
    cursor:pointer;
}
#image {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: -1;
    }
#image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#cont {
    padding : 10px;
}
body {
    font-family: 'Noto Sans KR', sans-serif;
}

