/*이미지*/
.img-info-event{
    width: 100%;
    /*height: 1000px;*/
    left: 0%;
    margin: 0;
}

.image-pane.event{
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}

.board-image-event {
    width: 100%;
    object-fit: fill;
}

/*버튼 */

.evnet-btns{
    text-align: center;
}
.event-request-btn{
    margin: auto;
}
.event-request-btn select{
    width: 50%;
    height: 25px;
}
.event-request-btn input{
}
.event-apply-btn{
    margin: 30px auto;
    width: 100%;
}
.event-apply-btn.no-login-btn{
    display: flex;
    justify-content: space-around;
    margin: 30px auto;
    width: 100%;
}
.event-apply-btn.no-login-btn div{
    flex-basis: 30%;
}
.event-apply-btn.no-login-btn div p{
    font-size: 15px;
    color: var(--main-color);
}
.event-apply-btn.no-login-btn button{
    font-size: 20px;
    width: 100%;
    border-radius: 20px;
}
.event-apply-btn button{
    border: none;
    background-color: var(--main-color);
    color: white;
    font-weight: 900;
    width: 50%;
    height: 50px;
    font-size: 23px;
    border-radius: 50px;
}
.event-state{
    width: 70px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    background-color: var(--main-color);
    text-align: center;
    color: white;
}
.event-state.end{
    background-color: gray;
}

.eventList-empty{
    color: gray;
    font-weight: 500;
    text-align: center;
    margin-top: 300px;

}

.eventList-empty>p:first-child{
    font-size: 20px;
}