.page-tit {
    color: #2B2B2B;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    margin-top:100px;
}

.join-type-wrap {
    display:flex;
    align-items: center;
    margin-top:70px;
}
.join-type-wrap .btn-user-ty {
    width: 164px;
    height: 53px;
    border-radius: 10px;
    background: #E5F0E5;
    border:none;
    color: #7B8F7B;
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    line-height: normal;
    margin-left:10px;
    cursor: pointer;
}
.join-type-wrap .btn-user-ty.on {
    width: 164px;
    height: 53px;
    border-radius: 10px;
    background: #50C350;
    border:none;
    color: #FFF;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.page-default-wd {
    width:620px;
    text-align: left;
}

.page-default-wd-02 {
    width:500px;
}

.join-tbl {
    border-collapse: collapse;
    width: 100%;
}
.join-tbl th {
    width:140px;
    color: #2A2A2A;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
    padding-bottom:27px;
}
.join-tbl td {
    padding-bottom:27px;
}
.join-tbl td > .input-st-01 {
    width: 482px;
    height: 45px;
    border-radius: 10px;
    background: #EFEFEF;
    border:none;
    color: #2A2A2A;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.6px;
    padding:0 20px;
}
.join-tbl td > .input-st-02 {
    width: 220px;
    height: 45px;
    border-radius: 10px;
    background: #EFEFEF;
    border:none;
    color: #2A2A2A;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.6px;
    padding:0 20px;
}
.join-tbl td > .input-st-03 {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: #EFEFEF;
    border:none;
    color: #2A2A2A;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.6px;
    padding:0 18px;
}

.dotdotdot {
    color: #515151;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 13px;
    margin-left: 5px;
}

.split-line {
    width:707px;
    background: #DCDCDC;
    height:1px;
    margin:60px 0;
}

.btn-sub-action {
    width: 115px;
    height: 45px;
    border-radius: 10px;
    background: #50C350;
    border:none;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.3px;
    margin-left:12px;
}

.btn-all-allow {
    display:flex;
    align-items: center;
    justify-content: center;
    width: 500px;
    height: 45px;
    border-radius: 10px;
    background: #EFEFEF;
    border:none;
    color: #AFAFAF;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
    margin-top:72px;
    margin-bottom:25px;
}
.btn-all-allow.on {
    border-radius: 10px;
    border: 1px solid #50C350;
    background: #F5FFF5;
    color: #50C350;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
}

.policy-container {
    display:flex;
    flex-direction: column;
}
.policy-container .policy-item-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:7px;
}
.policy-container .policy-item-wrap .tit-wrap {
    display:flex;
    align-items: center;
}
.policy-container .policy-item-wrap input {
    width: 25px;
    height:25px;
}
.policy-container .policy-item-wrap label {
    color: #2A2A2A;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.3px;
    margin-left:8px;
    cursor: pointer;
}
.policy-container .policy-item-wrap button {
    width: 70px;
    height: 21px;
    border-radius: 5px;
    background: #AFAFAF;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.22px;
    border:none;
    cursor: pointer;
}

.btn-join {
    width: 619px;
    height: 73px;
    border-radius: 10px;
    background: #398239;
    color: #FFF;
    text-align: center;
    font-size: 23px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.46px;
    border:none;
    margin-top:80px;
    margin-bottom:150px;
}

.field-help {
    margin-top:10px;
    margin-left:10px;
    font-size:16px;
    color:#888;
}

.birth-input-wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.birth-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.birth-helps {
    display: flex;
    gap: 10px;
}

.field-help-num {
    margin-left: 6px;
    font-size: 16px;
    color: #666;
}

.point-help {
    margin-left: 90px;  /* 두 번째 설명 텍스트의 위치 조정 */
}

.input-st-02 {
    width: 220px;
    height: 45px;
    border-radius: 10px;
    background: #EFEFEF;
    border:none;
    color: #2A2A2A;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.6px;
    padding:0 20px;
}

.input-st-03 {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background: #EFEFEF;
    border:none;
    color: #2A2A2A;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.6px;
    padding:0 18px;
}