.apply-detail-page{
    height: 100px;
    background-color: white;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 10px;
    justify-content: center;
    border: 2px  rgb(83, 174, 161) solid;
    position: relative;
}
.apply-detail-page>div:nth-of-type(1){
    flex-basis: 25%;
    margin: auto 0px;
}
.apply-detail-page>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;

}
.apply-detail-page>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;
}
.apply-detail-page>div:nth-of-type(1)>p{
    text-align: center;
    margin: 7px 0px;
}
.apply-detail-page>div:nth-of-type(2){
    display: flex;
    text-align: center;
    flex-basis: 85%;
    margin: auto;
    /*border-right: 1px  rgb(83, 174, 161) solid;*/
    border-left: 1px  rgb(83, 174, 161) solid;
    height: 100%;
}
.apply-detail-page>div:nth-of-type(2)>div{
    margin: auto auto;
}

.apply-detail-page>div:nth-of-type(2)>div>img{
    width: 40px;
}
.apply-detail-page>div:nth-of-type(2)>div:nth-of-type(1)>img:nth-of-type(2){
    position: absolute;
    top: 8%;
    width: 15px;
    left: 32%;
    background-color: darkorange;
    border-radius: 50%;
}
.apply-detail-page>div:nth-of-type(2)>div:nth-of-type(3)>img:nth-of-type(2){
    position: absolute;
    top: 8%;
    width: 15px;
    left: 62%;
    background-color: white;
    border-radius: 50%;
}
.apply-detail-page>div:nth-of-type(2)>div>p{
    margin: 5px 0px;
}

/*.apply-detail-page>div:nth-of-type(3){*/
/*    flex-basis: 20%;*/
/*}*/
/*.apply-detail-page>div:nth-of-type(3)>div{*/
/*    flex-basis: 10%;*/
/*    text-align: center;*/
/*}*/
/*.apply-detail-page>div:nth-of-type(3)>div{*/
/*    text-align: center;*/
/*    color: rgb(83, 174, 161);*/
/*    line-height: 100px;*/
/*    font-size: 2rem;*/
/*}*/
/*stay 상태*/
.apply-detail-page.stay{
    height: 100px;
    background-color: white;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 10px;
    justify-content: center;
    border: 2px  gainsboro solid;
    position: relative;
}
.apply-detail-page.stay>div:nth-of-type(1){
    flex-basis: 25%;
    margin: auto 0px;
}
.apply-detail-page.stay>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;

}
.apply-detail-page.stay>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;
}
.apply-detail-page.stay>div:nth-of-type(1)>p{
    text-align: center;
    margin: 7px 0px;
}
.apply-detail-page.stay>div:nth-of-type(2){
    display: flex;
    text-align: center;
    flex-basis: 75%;
    margin: auto;
    border-left: 1px  gainsboro solid;
    /*border-right: 1px  gainsboro solid;*/
    height: 100%;
}
.apply-detail-page.stay>div:nth-of-type(2)>div{
    margin: auto auto;
}

.apply-detail-page.stay>div:nth-of-type(2)>div>img{
    width: 40px;
}
.apply-detail-page.stay>div:nth-of-type(2)>div:nth-of-type(1)>img:nth-of-type(2){
    position: absolute;
    top: 8%;
    width: 15px;
    left: 32%;
    background-color: darkorange;
    border-radius: 50%;
}
.apply-detail-page.stay>div:nth-of-type(2)>div:nth-of-type(2)>img:nth-of-type(2){
    position: absolute;
    top: 8%;
    width: 15px;
    left: 62%;
    background-color: white;
    border-radius: 50%;
}
.apply-detail-page.stay>div:nth-of-type(2)>div>img:nth-of-type(2){
    position: absolute;
    top: 8%;
    width: 15px;
    left: 32%;
    background-color: darkorange;
    border-radius: 50%;

}
.apply-detail-page.stay>div:nth-of-type(2)>div>p{
    margin: 5px 0px;
}

/*.apply-detail-page.stay>div:nth-of-type(3){*/
/*    flex-basis: 20%;*/
/*}*/
/*.apply-detail-page.stay>div:nth-of-type(3)>div{*/
/*    flex-basis: 10%;*/
/*    text-align: center;*/
/*}*/
/*.apply-detail-page.stay>div:nth-of-type(3)>div{*/
/*    text-align: center;*/
/*    color: black;*/
/*    line-height: 100px;*/
/*    font-size: 2rem;*/
/*}*/
.stateListApply-contents{
    height: 100%;
    width: 95%;
    background-color: white;
    border-radius: 10px;
    margin: 8px auto;
    padding: 8px 0px;
    border:1px solid #c7c6c6;

}
.stateListApply-contents h1{
    padding-left: 10px;
    margin-right: 10px;
}
.stateListApply-contents p{
    padding: 3px 10px;
}
.stateListApply-contents>div:first-child>p{
    background-color: black;
    color: white;
    padding: 5px 5px;
    border-radius: 5px;
    margin: auto 0px auto auto;
    min-width: 37px;
}

.stateListApply-contents>div:first-child>p:last-child{
    background-color: white;
    border: 1px solid rgb(69,153,136);
    margin-left: 5px;
    margin-right: 12px;
    margin-bottom: 2px;
    color: rgb(69,153,136)
}
.stateListApply-contents>p:last-child{
    margin-left: auto;
    margin-right: 5px;
    color: red;
}
.stateListApply-contents>div{
    display: flex;
}
.stateListApply-contents>div>img{
    height: 12px;
    margin-left: 10px;
    margin-top: auto;
    margin-bottom: auto;
}
.stateListApply-contents>div:last-child{
    display: flex;
    justify-content: space-between;
}
.stateListApply-contents div:last-child{
    color: rgb(253,60,23);
    margin-top: 2px;
    font-size: 1rem;
}
.stateListApply-contents div:last-child>p:last-child{
    font-size: 2rem;
}
.stateListApply-contents-item2>p:last-child{
    margin-left: auto;
    margin-right: 5px;
    color: red;
}

.bjon-Aply-select-joinStFg{
    display: flex;
    justify-content: space-around;
    margin: 20px auto;
    color: #cccccc;
}
.bjon-Aply-select-joinStFg>p{
    font-size: 16px;
    padding-bottom: 5px;
    font-family: "Pretendard-Bold", sans-serif;
}
.bjon-Aply-selected{
    color: black;
    font-weight: bolder;
}

.apply-detail-page.cncl{
    height: 100%;
    background-color: white;
    display: flex;
    margin : 0px 10px;
    padding: 10px 10px;
    border-radius: 10px;
    justify-content: left;
    border: 2px  red solid;
    position: relative;
    color: red;
}

.apply-detail-page.cncl>span:last-child{
    color: black;
    margin-left: 20px;
}


