.container.border-list-body{
    font-family: "Pretendard-Medium", 'NanumBarunpenB', sans-serif;
    font-weight: 400;
    width: 100%;
    height: 100%;
    z-index: 99;
    margin-top:calc(constant(safe-area-inset-top) + 17vh);
    margin-top:calc(env(safe-area-inset-top) + 17vh);
    padding-bottom: 14vh;
    /*margin-bottom: 10vh;*/
}
.nav-menu-header.board-pos-fix{
    position: fixed;
    top:calc(constant(safe-area-inset-top) + 7vh);
    top:calc(env(safe-area-inset-top) + 7vh);
    margin-top: 0;
    height: 10vh;
    background-color: #fff;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-menu-header.board-pos-fix button{
    width: 50px;
    height: 50px;
    border: none;
    padding-left: 10px;
    background-color: transparent;
}
.nav-menu-header.board-pos-fix button img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    left: 0;
}
.board-list{
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}
.list-all-board{
    display: flex;
    flex-direction: column;
}
.ks-gird-dt{
    font-size: 0.9em;
    margin: 7px 0 0 0;
    color: #919191;
}
.circle_red{
    width: 10px;
    height: 10px;
    display: flex;
    border-radius: 100%;
    background-color: red;
    margin: 5px 10px 10px 10px;
    position: absolute;
}
.circle{
    width: 10px;
    height: 10px;
    display: flex;
    border-radius: 100%;
    background-color: black;
    margin: 30px 10px 10px 10px;
    position: absolute;
}
.circle_red_prps{
    width: 10px;
    height: 10px;
    display: flex;
    border-radius: 100%;
    background-color: red;
    margin: 30px 10px 10px 10px;
    position: absolute;
}
.text-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding :10px 0;
    font-size: 2rem;
    margin: 5px 10px 5px 15px;
}
.ks-grid-items{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    border-bottom: 1px solid #999;
    /*padding :10px 0;*/
    font-size: 2rem;
    margin: 5px 10px 5px 10px;
}
.ks-grid-items.eventList{
    isplay: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #999;
    padding: 35px 0;
    font-size: 2rem;
    margin: 5px 20px;
}

