._CJCon{
    padding: 60px 0 120px 0;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    font-size: 0;
}
._CJCon ._tlt{
    color: #212529;
    font-size: 28px;
    height: 34px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 28px;
}
._CJCon ._con{
    width: 620px;
    margin: 0 auto;
    text-align: center;
}
.__CJTbl{
    width: 100%;
    border-spacing: 0;
}
.__CJTbl tr th{
    width: 110px;
    height: 62px;
    line-height: 62px;
    vertical-align: top;
}
.__CJTbl tr th div{
    text-align: left;
    margin-bottom: 24px;
}
.__CJTbl tr td{
    width: 400px;
    line-height: 62px;
    text-align: left;
    vertical-align: top;
    font-size: 0;
}
.__CJTbl tr td div{
    display: inline-block;
    width: 100%;
    margin-bottom: 24px;
}
.__CJTbl tr td._CjTd1 div{
    margin-bottom: 0;
    vertical-align: top;
}
.__CJTbl tr td div._CjSbDv{
    width: calc(100% - 114px);
}
.__CJTbl tr td div._CjSbBd{
    padding-left: 10px;
    display: inline-block;
    width: 114px;
    font-size: 0;
}
input.__CJInp{
    width: 100%;
    border-radius: 10px;
    border: 1px solid #CFD5D9;
    background: #FFF;
    height: 62px;
    line-height: 62px;
    padding: 16px 24px;
}
input.__CJInp:read-only{
    background: #F5F5F5;
}
.__CJTbl tr td._appd div._CjSbBd button.__CJChBtn,
.__CJTbl tr td:not(._appd) div._CjSbBd button.__CJApdBtn{
    display: none;
}
button.__CJChBtn{
    width: 104px;
    height: 62px;
    border: 0;
    border-radius: 10px;
    background: #6756D0;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
button.__CJApdBtn{
    width: 104px;
    height: 62px;
    border: 1px solid #6756D0;
    border-radius: 10px;
    background: #F3F3F3;
    color: #6756D0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    cursor: auto;
}

.__CJTbl tr td div.__CJNtc{
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 24px;
    color: #E84444;
    font-weight: 400;
}
.__CJTbl tr td div._rdoDiv{
    width: auto;
    margin-right: 24px;
    margin-bottom: 0;
    vertical-align: middle;
}
.__CJTbl tr td div._rdoDiv:last-child{
    margin-right: 0;
}
.__CJTbl tr td div._chDiv{
    text-align: center;
}
.__CJTbl tr td div._chDiv div{
    display: inline-block;
    width: auto;
    height: 24px;
    line-height: 24px;
    vertical-align: text-bottom;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}
.__CJTbl tr td div._chDiv div a{
    color: #2196F3;
    text-decoration-line: underline;
}


._CJFtDiv{
    text-align: center;
}
._CJFtDiv button.__CJSbmBtn{
    border: 0;
    border-radius: 6px;
    background: #6756D0;
    width: 360px;
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
}






/*Moble*/
@media screen and (max-width:768px){
    ._CJCon {
        width: 100%;
        padding: 50px 10px 100px 10px;
    }
    ._CJCon ._con{
        width: 100%;
    }
    .__CJTbl tr th {
        width: 90px;
        height: 62px;
        line-height: 62px;
    }
    .__CJTbl tr th div {
        font-size: 14px;
    }
    .__CJTbl tr td:nth-child(2) {
        width: calc(100% - 204px);
    }
    ._CJFtDiv {
        width: 100%;
    }
    .__CJTbl tr td div._rdoDiv {
        margin-right: 15px;
    }
}
/*Tablet*/
@media screen and (min-width: 768px) and (max-width:1024px){
    ._CJCon {
        width: 100%;
        padding: 50px 20px 100px 20px;
    }
    ._CJCon ._con{
        width: 100%;
    }
    .__CJTbl tr th {
        width: 90px;
        height: 62px;
        line-height: 62px;
    }
    .__CJTbl tr th div {
        font-size: 14px;
    }
    .__CJTbl tr td:nth-child(2) {
        width: calc(100% - 204px);
    }
    ._CJFtDiv {
        width: 100%;
    }
    .__CJTbl tr td div._rdoDiv {
        margin-right: 15px;
    }
}