.bjon-select-cclist{
    display: flex;
    justify-content: flex-start;
    margin: 50px 0px;
}
.bjon-select-cclist>p{
    font-size: 2.5rem;
    font-weight: bolder;
    margin-left: 20px;
    flex-basis: 60%;
}
.bjon-select-cclist>button{
    border: none;
    background-color: rgb(69,153,137);
    color: white;
    padding: 5px 6px;
}

.bjon-select-Area>div{
    display: flex;
    justify-content: space-around;
    margin: 20px 0px;
}
.bjon-select-Area>div>p{
    /*flex-basis: 40%;*/
    font-size: 2.5rem;
    font-weight: bolder;
}
.bjon-select-Area{
    display: flex;
    flex-wrap: wrap;
}
.bjon-select-Area button{
    border: none;
    width: 30%;
    background-color: var(--joinMain-color);
    color: white;
    margin: 10px 2px;
    padding: 10px;
    border-radius: 10px;
}
.bjon-select-btn{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.bjon-select-btn>button{
    border:none;
    width: 50%;
    height: 50px;
    color: white;
}
.bjon-select-btn>button:nth-of-type(1){
    background-color: #606060;
}
.bjon-select-btn>button:nth-of-type(2){
    background-color: rgb(69,153,137);
}

.bjon-select-container{
    overflow: auto;
}
