
/*신청중일떄*/
.regist-detail-select-btn{
    margin:8px 15px;
}
.regist-detail-page-00190002{
    height: 100px;
    background-color: white;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 10px;
    /*justify-content: center;*/
    border: 1px gainsboro solid;

}
.aplyinfo{
    flex-basis: 25%;
    margin: auto 0px;
}
.aplyinfo>p:first-child{
    color: rgb(253,60,23);
    border: 1px  rgb(253,60,23) solid;
    border-radius: 10px;
    margin: 0px 10px;
    padding: 3px 0px;

}
.aplyinfo>p:last-child{
    background-color: black;
    color: white;
    border: 1px black solid;
    border-radius: 6px;
    margin: 0px 15px;
    padding: 5px 0px;
}
.aplyinfo>p{
    text-align: center;
    margin: 7px 0px;
}
.regist-detail-page-00190002>.aplylist{
    display: flex;
    text-align: center;
    flex-basis: 65%;
    margin: auto;
    border-right: 1px gainsboro solid;
    border-left: 1px gainsboro solid;
    height: 100%;
}
.aplylist>div{
    margin: auto auto;
}

.aplylist>div>p{
    margin: 5px 0px;
}

.aply-select-btn{
    flex-basis: 15%;
}
.aply-select-btn>div{
    height: 50%;
    text-align: center;
}
.regist-detail-page-00190002>div:nth-of-type(3)>div:first-child{
    background-color: rgb(69,153,136);
    border-top-right-radius: 10px;
    width: 50px;
}
.regist-detail-page-00190002>div:nth-of-type(3)>div:last-child{
    background-color: rgb(253,86,40);
    border-bottom-right-radius: 10px;
    width: 50px;
}
.regist-detail-page-00190002>div:nth-of-type(3)>div:first-child>img{
    height: 40%;
    margin-top: 15px;
}
.regist-detail-page-00190002>div:nth-of-type(3)>div:last-child>img{
    height: 40%;
    margin-top: 15px;
}
/*승인일떄*/
.regist-detail-page-00190003{
    height: 100px;
    background-color: white;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 10px;
    justify-content: center;
    border: 1px rgb(69,153,136) solid;
    /*    여기*/
}
.aplyinfo{
    flex-basis: 25%;
    margin: auto 0px;
}
.aplyinfo>p:first-child{
    color: rgb(253,60,23);
    border: 1px  rgb(253,60,23) solid;
    border-radius: 10px;
    margin: 0px 10px;
    padding: 3px 0px;

}
.aplyinfo>p:last-child{
    background-color: black;
    color: white;
    border: 1px black solid;
    border-radius: 6px;
    margin: 0px 15px;
    padding: 5px 0px;
}
.aplyinfo>p{
    text-align: center;
    margin: 7px 0px;
}
.regist-detail-page-00190003>.aplylist{
    display: flex;
    text-align: center;
    flex-basis: 65%;
    margin: auto;
    border-right: 1px rgb(69,153,136) solid;
    border-left: 1px rgb(69,153,136) solid;
    /*여기*/
    height: 100%;
}
.regist-detail-page-00190003>div:nth-of-type(2)>div{
    margin: auto auto;
}

.regist-detail-page-00190003>div:nth-of-type(2)>div>img{
    width: 45px;
}
.regist-detail-page-00190003>div:nth-of-type(2)>div>p{
    margin: 5px 0px;
}

.regist-detail-page-00190003>div:nth-of-type(3){
    flex-basis: 20%;
}
.regist-detail-page-00190003>div:nth-of-type(3)>div:first-child{
    height: 70px;
    text-align: center;
}
.regist-detail-page-00190003>div:nth-of-type(3)>div:last-child{
    height: 30px;
    text-align: center;
}
.aply-select-accp>div:first-child>.accp{
    color: rgb(69,153,136);
    font-size: 2rem;
    line-height: 70px;
}
.aply-select-accp>div:last-child>.accp-cancel{
    color: white;
    background-color: red;
    height: 15px;
    /*width: 80%;*/
    margin: auto;
    font-size: 1rem;
    line-height: 15px;
    border-radius: 5px;
}
/*거절일때*/
.regist-detail-page-00190004{
    height: 100px;
    background-color: white;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 10px;
    justify-content: center;
    border: 1px red solid;
}
.regist-detail-page-00190004>div:nth-of-type(1){
    flex-basis: 25%;
    margin: auto 0px;
}
.regist-detail-page-00190004>div:nth-of-type(1)>p:first-child{
    color: rgb(253,60,23);
    border: 1px  rgb(253,60,23) solid;
    border-radius: 10px;
    margin: 0px 10px;
    padding: 3px 0px;

}
.regist-detail-page-00190004>div:nth-of-type(1)>p:last-child{
    background-color: black;
    color: white;
    border: 1px black solid;
    border-radius: 6px;
    margin: 0px 15px;
    padding: 5px 0px;
}
.regist-detail-page-00190004>div:nth-of-type(1)>p{
    text-align: center;
    margin: 7px 0px;
}
.regist-detail-page-00190004>div:nth-of-type(2){
    display: flex;
    text-align: center;
    flex-basis: 65%;
    margin: auto;
    border-right: 1px red solid;
    border-left: 1px red solid;
    height: 100%;
}
.regist-detail-page-00190004>div:nth-of-type(2)>div{
    margin: auto auto;
}

.regist-detail-page-00190004>div:nth-of-type(2)>div>img{
    width: 45px;
}
.regist-detail-page-00190004>div:nth-of-type(2)>div>p{
    margin: 5px 0px;
}

.regist-detail-page-00190004>div:nth-of-type(3){
    flex-basis: 20%;
}
.regist-detail-page-00190004>div:nth-of-type(3)>div{
    height: 75px;
    text-align: center;
}
.regist-detail-page-00190004>div:nth-of-type(3)>p{
    color: red;
    font-size: 2rem;
    text-align: center;
    line-height: 100px;
}
/*승인 취소일때*/
.regist-detail-page-00190005{
    height: 100px;
    background-color: white;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 10px;
    justify-content: center;
    border: 1px red solid;
}
.regist-detail-page-00190005>div:nth-of-type(1){
    flex-basis: 25%;
    margin: auto 0px;
}
.regist-detail-page-00190005>div:nth-of-type(1)>p:first-child{
    color: rgb(253,60,23);
    border: 1px  rgb(253,60,23) solid;
    border-radius: 10px;
    margin: 0px 10px;
    padding: 3px 0px;

}
.regist-detail-page-00190005>div:nth-of-type(1)>p:last-child{
    background-color: black;
    color: white;
    border: 1px black solid;
    border-radius: 6px;
    margin: 0px 15px;
    padding: 5px 0px;
}
.regist-detail-page-00190005>div:nth-of-type(1)>p{
    text-align: center;
    margin: 7px 0px;
}
.regist-detail-page-00190005>div:nth-of-type(2){
    display: flex;
    text-align: center;
    flex-basis: 65%;
    margin: auto;
    border-right: 1px red solid;
    border-left: 1px red solid;
    height: 100%;
}
.regist-detail-page-00190005>div:nth-of-type(2)>div{
    margin: auto auto;
}

.regist-detail-page-00190005>div:nth-of-type(2)>div>img{
    width: 45px;
}
.regist-detail-page-00190005>div:nth-of-type(2)>div>p{
    margin: 5px 0px;
}

.regist-detail-page-00190005>div:nth-of-type(3){
    flex-basis: 20%;
}
.regist-detail-page-00190005>div:nth-of-type(3)>div{
    height: 75px;
    text-align: center;
}
.regist-detail-page-00190005>div:nth-of-type(3)>p{
    color: red;
    font-size: 2rem;
    text-align: center;
    line-height: 100px;
}

.cnclResn-input {
    height: 30px;
    width: 70%;

}
.bjonStateRegist-content{
    margin-bottom: 10px;
}
.bjonMyList-count{
    /*background-color: rgb(45,103,151);*/
    background-color: var(--joinMain-color);
    color: white;
    margin-left: auto;
    margin-right: 30px;
    width: 100px;
    border-radius: 5px;
    height: 15px;
    line-height: 15px;
    text-align: center;
}
.bjonMyList-count.none{
    background-color: gray;
    color:white;
}




