.bjonStateListMain-container{
    font-family: 'NanumSquareB', sans-serif;
}
.bjonStateListMain-mainTitle{
    display: block;
}
.nav-menu-header.board-pos-fix.bjonStateListMain-header {
    position: fixed;
    top: 12vh;
    margin-top: 0;
    height: 14vh;
    background-color: #fff;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bjonStateListMain-subTitle {
    width: 60vw;
    display: flex;
    margin-top: 35px;
    justify-content: space-between;
    font-size: 1.4rem;
    font-weight: 400;
}
.bjonStateListMain-subTitle>h2 {
    padding: 0px 8px 0px 8px;
    font-family: "Pretendard-Bold", sans-serif;
}
.on-line{
    /*border-bottom: 5px darkorange solid;*/
    color: var(--main-color);
    font-weight: 800;
    font-family: "Pretendard-Bold", sans-serif;
}

.bjonStateListMain-main{
    background-color:white;
    height: 100%;
    width: 100vw;
}

.bjonStateListMain-main>p{
    padding:100% 0;
    text-align: center;
    font-size: 2.5rem;
    color: #727171;
}
.bjonStateListMain-container{
    margin-bottom: 16vh;
}
.bjonStateListMain-main-container{
    margin-top: 25vh;
    padding-top:1vh;
    /*margin-bottom: 16vh;*/
    margin-bottom: 21vh;
}
.bjonStateListMain-main-container button{
    border : 0;
}
.empty-List{
    padding:100% 0;
    text-align: center;
    font-size: 2.5rem;
    color: #727171;

}

.bjonMyList-contents{
    height: 100%;
    width: 95%;
    background-color: white;
    border-radius: 10px;
    margin: 8px auto;
    padding: 8px 0px;
    position: relative;
    border:2px solid #c7c6c6;
}
.bjonMyList-contents.join-accp{
    border:2px solid var(--main-color);
}
.bjonMyList-contents h1{
    padding-left: 10px;
    margin-right: 10px;
    font-weight: 900;
    line-height: 130%
}
.bjonMyList-contents p{
    padding: 3px 10px;
    font-size: 1.5rem;
}
.bjonMyList-contents-item1{
    justify-items: flex-start;
}
.bjonMyList-contents>.bjonMyList-contents-item1>p{
    background-color: black;
    color: white;
    padding: 5px 5px;
    border-radius: 5px;
    margin: auto 0px auto auto;
    min-width: 43px;
    text-align: center;
}

.bjonMyList-contents>.bjonMyList-contents-item1>p:last-child{
    background-color: white;
    border: 1px solid rgb(69,153,136);
    margin-left: 5px;
    margin-right: 30px;
    margin-bottom: auto;
    color: rgb(69,153,136);
}
.bjonMyList-contents>.bjonMyList-contents-menu-btn-container>p{
    background-color: white;
    border: 1px solid rgb(69,153,136);
    color: rgb(69,153,136);
    padding: 5px 5px;
    border-radius: 5px;
    margin: auto 0px auto auto;
    min-width: 43px;
    text-align: center;
}
.bjonMyList-contents>.bjonMyList-contents-menu-btn-container>p:last-child{
    background-color: red;
    border: 1px solid red;
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: auto;
    color: white;
}
.bjonMyList-contents-menu-btn-cont기ainer .bjonList-rest-count.apply{
    margin-right: 10px;
}
.bjonMyList-contents>div:not(.bjonStateMenu){
    display: flex;
}
.bjonMyList-contents>div>img:not(.bjonStateMenu>img){
    height: 12px;
    margin-left: 10px;
    margin-top: auto;
    margin-bottom: auto;
}
.bjonMyList-contents>div:last-child{
    display: flex;
    justify-content: space-between;
}
.bjonMyList-contents div:last-child{
    color: rgb(253,60,23);
    margin-top: 3px;
    font-size: 1rem;
}
.bjonMyList-contents div:last-child>p:last-child{
    color: var(--main-color);
    font-size: 2rem;
}
.bjoinMyList-menu{
    position: absolute;
    right: 3%;
    top: 10%;
}
.bjoinMyList-menu.aply{
    color: red;
    right: 1%;
    top: 10%;
}
.aplyMenuImg{
    height: 20px;
    border: 1px solid red;
    background-color: red;
    border-radius: 5px;
    padding: 2px;
    height: 16px;
}
.bjonStateMenu{
    display: none;
    width: 100%;
    position: absolute;
    /*left:50%;*/
    top: 20%;
    /*border: 1px solid red;*/
}
.bjonStateMenu>img:not(:first-child){
    position: absolute;
    top: 30%;
    /*width: 4%;*/
    margin: 0px 0px 0px auto;
}
.bjonStateBackImg{
    width: 40%;
    margin: 0px 0px 0px auto;
}
.bjonUpdate{
    right: 33%;
    width: 4%;
}
.bjonApplyClosing{
     right: 20%;
     width: 8%;
}
.bjonDelete{
      right: 12%;
      width: 4%;
}
.bjonClose{
    right: 3%;
    width: 4%;
}
/*.bjonStateMenu p:not(:first-child){*/
/*    border-top: 1px solid black;*/
/*}*/
/*.bjonStateMenu>p{*/
/*    margin: 3px 0px;*/
/*    text-align: center;*/
/*}*/
.regist-detail-page{
    margin-bottom: 10px;
}
