.bjonApply-container-main{
    /*margin-bottom: 16vh;*/
    margin-bottom: 21vh;
}
.bjonApply-container{
    margin-top: 24vh;
    height: 100%;
    /*font-family: 'EliceDigitalBaeum' ,sans-serif;*/
    font-family: 'NanumSquareB', sans-serif;
}
.bjonApply-title{
    color: var(--main-color);
    font-weight: bolder;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.bjonApply-container form div{
    margin: 10px 0px;
}

.bjonApply-info-register, .bjonApply-input-dataContainer{
    margin:0px 10px;
}
.bjonApply-info-register{
    margin-top: 40px;
}
.bjonApply-info-register>form>div>span:nth-of-type(1){
    font-size: 2rem;
    color: #9a9a9a;
}
.bjonApply-container input:not([type=radio],[type=checkbox]){
    width: 100px;

}
.bjonApply-container label{
    font-weight: bolder;
    font-size: 15px;
    display: inline-block;
    width: 80px;
}
.bjonApply-container textarea{
    width: 100%;
    height: 60px;
    margin-top:10px;
}

.bjonApply-regist-buttons{
    text-align: center;
    position: sticky;
    bottom: 2%;
    background-color: white;
    height: 40px;
}
.bjonApply-regist-buttons button{
    /*margin: 0;*/
    width: 100%;
    height: 100%;
    color: white;
    font-weight: bolder;
    /*border-radius: 6px;*/
    border: none;
    background-color: var(--joinMain-color);
}
.bjonApply-input-dataContainer div{
    display: flex;
}
.bjonApply-input-dataContainer div:not([class='bjonApply-input-pay']){
    margin: 20px 0px;
}
.input-box{
    height: 30px;
    border-radius: 20px;
    margin:0px 5px;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}
.register-data{
    width: 100%;
    color: #9a9a9a;
    border:2px solid #9a9a9a;
}
.club-date{
    width: 100px;
    color: red;
    border:2px solid red;
}

.bjonApply-input-pay{
    height: 40px;
    font-weight: bolder;
    font-size: 2rem;
    /*text-align: center;*/
    /*line-height: 50px;*/
    align-items: center;
    padding: 0px 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 2px #9a9a9a solid;
}

.bjonApply-input-pay>p{
    color: var(--main-color);
    word-spacing : 10px;
}
.bjonApply-input-pay span:last-child{
    margin-left: auto;
    font-size: 1rem;
}

#bjonApply-input-pay-hidden{
    font-weight: bolder;
    border: #9a9a9a 2px solid;
    display: block;
    padding: 10px 20px;
    font-size: 2rem;
    border-radius: 10px;
    word-spacing : 10px;
}
#bjonApply-input-pay-hidden{
    margin-top:0px;
}
#bjonApply-input-pay-hidden p{
    margin: 5px 0px;
}
.bjonApply-input-clubData{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    justify-items: center;

}
.bjonApply-input-clubData p:nth-child(odd){
    flex-basis: 80%;
    font-size: 2rem;
}
.bjonApply-input-clubData p:nth-child(even){
    flex-basis: 20%;
    font-size: 1.4rem;
}
.bjonApply-input-clubData p:nth-child(2){
    background-color: black;
    color: white;
    border-radius: 5px;

}
.bjonApply-input-clubData p:first-child{
    font-weight: bolder;
    font-size: 16px;
    margin-bottom: 10px;
}
.bjonApply-input-clubData p:nth-child(even){
    text-align: center;
    padding-top:6px;
}
.bjonApply-input-clubData p:last-child{
    color: red;
}
.bjonApply-input-dataContainer-formTitle{
    font-size: 14px;
    margin-bottom: 10px;
}
.bjonApply-input-Register{
    justify-content: space-around;
}
.bjonApply-input-clubDate :last-child{
    color: red;
    align-content: center;
    font-size: 14px;
    margin:auto 0px
}
.bjonApply-applier-inputInfo-container{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.bjonApply-applier-inputInfo{
    width: 25%;
    text-align: center;
    margin: 0px 10px;
}
.bjonApply-applier-inputInfo-container.none{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}
.bjonApply-applier-inputInfo-container.none>.bjonApply-applier-inputInfo{
    width: 40%;
    text-align: center;
    margin: 0px 5px;
}
.bjonApply-applier-inputInfo-container.none>.bjonApply-applier-inputInfo select{
    width: 70%;
}
.bjonApply-applier-inputInfo-container.none>.bjonApply-applier-inputInfo input{
    width: 70%;
    box-sizing: border-box;
}

.bjonApply-applier-inputInfo select{
    width: 100%;
}
.bjonApply-applier-inputInfo img{
    height: 90px;
}
.bjonApply-applier-inputInfo input[type=number]{
    width: 93%;
}
.bjonApply-notice{
    margin:10px;
}
.bjonApply-notice p{
    font-size: 12px;
    font-weight:700;
    margin: 10px 0px;
}
.cpleYn-check{
    margin: 0px 3px;
    border: 1px solid var(--joinMain-color);
    background-color: white;
    border-radius: 10px;
    width: 68px;
    font-size: 1.7rem;

}
.cpleYn-check.select{
    color: white;
    background-color: var(--joinMain-color);
}
