.imgimg{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    max-width: 1920px;
}
.form-apply-wrap{
    width: 600px;
    margin: 80px auto;
    text-align: center;
}
.form-apply-wrap h1{
    margin-bottom: 30px;
}
.step-list{
    margin-top: 30px;
}
.step-list .step-item{
    background: #f8f6f1;
    color: #b9b8b4;
    float: left;
    width: calc(( 100% - 6px ) /4 );
    margin-right: 2px;
    height: 46px;
    opacity: .5;
}
.step-list .step-item:last-child{
    margin-right: 0;
}
.step-list .step-active{
    background: #ce4e4e;
    color: #fff;
    opacity: 1;
}
.step-list .step-item h5{
    font-size: 15px;
    font-weight: 400;
    line-height: 46px;
}
.form-apply-con{
    margin: 50px auto 80px;
    border-top: 2px solid #ce4e4e;
    padding-top: 35px;
}
.form-basic{
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
    margin-bottom: 35px;
}
.form-apply-con h4{
    font-size: 22px;
    margin-bottom: 35px;
}
.form-01-list{
    text-align: center;
}
.form-01-item{
    /*float: left;*/
    display: inline-block;
    width: calc(( 100% - 60px ) / 2 );
    height: 160px;
    margin-right: 10px;
    padding: 40px 30px;
    border: 1px solid #ce4e4e;
    border-radius: 10px;
    cursor: pointer;
    vertical-align: top;
}
.form-01-item:nth-child(2n){
    margin-right: 0;
}
.form-01-item:nth-child(n+3){
    margin-top: 10px;
    margin-right: 10px;
}
.form-01-item h6{
    font-size: 20px;
    padding: 0 20px 10px;
    margin-bottom: 10px;
    color: #7f4a24;
    display: inline-block;
    border-bottom: 1px solid #e0bea3;
}
.form-01-item p{
    font-size: 14px;
    font-weight: 300;
    word-break: keep-all;
}
.form-01-item:hover{
    background: #7f4a24;
    transition-duration: .5s;
}
.form-01-item:hover > *{
    color: #fff;
}
.btns-bottom{
    margin-top: 35px;
}
.btns-bottom button{
    border: 1px solid #eee;
    background: #fff;
    color: #898989;
    padding: 8px 35px;
    font-size: 14px;
    border-radius: 5px;

}
.btns-bottom .bb-danger{
    background: #413D3C;
    border:1px solid #413D3C;
    color: #fff;
}
.btns-bottom .bb-modify{
    background: #007473;
    border:1px solid #007473;
    color: #fff;
}
.btns-bottom .bb-next{
    background: #ce4e4e;
    border:1px solid #ce4e4e;
    color: #fff;
}
.form-table table{
    width: 100%;
}
.form-table table tr{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.form-table table tr th{
    width: 25%;
    text-align: left;
    padding-left: 25px;
    line-height: 60px;
}
.form-table table tr td{
    width: 75%;
    text-align: left;
}
.form-table table tr td input{
    padding: 10px 15px;
    margin: 15px 0;
    font-size: 14px;
    border: 0;
    background: #fafafa;
}
.form-table table tr #filezone input{
    padding: 10px 15px;
    margin: 3px 0;
    background: #fafafa;
}
.radio-td input[type='radio'] {
    -webkit-appearance:none;
    width:30px;
    height:30px;
    border:1px solid #dddddd;
    border-radius:50%;
    outline:none;
    background:#fff;
    position: relative;
    vertical-align: middle;
    margin-right: 5px;
}
input[type='radio']:before {
    content:'';
    display:block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius:50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
}
input[type='radio']:checked{
    border-color: #ce4e4e;
}
input[type='radio']:checked:before {
    background:#7f4a24!important;
}
.radio-td label{
    display: inline-block;
    margin: 0 auto;
}
.input-mid{
    width: 70%;
}
.td-address th{
    vertical-align: top;
    line-height: 70px;
}
.td-address .input-short{
    width: 20%;
}
.td-address div{
    padding: 9px 15px;
    display: inline-block;
    border: 1px solid #ce4e4e;
    color: #ce4e4e;
    cursor: pointer;
    font-size: 14px;
}
.td-address .input-long{
    width: calc( 100% - 25px );
    margin-top: 0;
}
.form-agree{
    border: 1px solid #eee;
    margin: 30px auto;
    padding: 30px 25px;
    text-align: left;
}
.form-agree input{
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}
.form-agree h6{
    line-height: 30px;
}
.form-agree p{
    font-size: 14px;
    margin-top: 10px;
    word-break: keep-all;
}
.form-agree p span{
    display: block;
}
.form-table tr td select{
    padding: 10px 15px;
    margin: 15px 0;
    font-size: 14px;
    border: 1px solid #eee;
    width: 35%;
}
.form-table table .td-file{
    border-bottom: 0;
}
.form-table table .td-file-unite{
    border-top: 0;
    font-size: 14px;
    padding: 0 25px 15px;
}
.form-table table .td-file-unite div.clearfix{
    margin: 0 25px 60px;
    padding: 20px;
    border: 1px solid #eee;
    color: #676767;
    font-size: 14px;
    position: relative;
}

.form-table table .td-file-unite .btns-files{
    position: absolute;
    border: 0;
    right: 35px;
    bottom: 15px;
}
.form-table table .td-file-unite .btns-files div{
    padding: 5px 16px;
    font-size: 14px;
    display: inline-block;
}
.add-file{
    border: 1px solid #7f4a24;
    color: #7f4a24;
    cursor: pointer;
}
.upload-file{
    border: 1px solid #ce4e4e;
    background: #ce4e4e;
    color: #fff;
}
#filezone li a {
    padding: 10px 15px;
    margin: 3px 0;
    display: inline-block;
}
#filezone li img{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 10px;
}

@media screen and (max-width:768px){
    .form-apply-wrap{
        width: 100%;
        margin: 40px auto;
        padding: 0 10px;
    }
    .step-list .step-item {
        height: 38px;
    }
    .step-list .step-item h5{
        font-size: 13px;
        line-height: 38px;
    }
    .step-list .step-item h5 span{
        display: none;
    }
    .form-apply-con {
        margin: 30px auto 50px;
        padding-top: 30px;
    }
    .form-apply-con h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .form-01-item {
        width: calc(( 100% - 45px ) / 2 );
        height: 140px;
        margin-right: 10px;
        padding: 20px 10px;
        border-radius: 10px;
    }
    .form-01-item h6 {
        font-size: 18px;
    }
    .form-01-item p {
        font-size: 12px;
    }
    .form-basic {
        padding-bottom: 30px;
    }
    .form-table table tr th {
        padding-left: 5px;
        font-size: 14px;
        line-height: 20px;
        word-break: keep-all;
    }
    .form-table table tr td input {
        width: calc( 100% - 5px );
        padding: 10px 15px;
        margin: 10px 0;
    }
    .form-table table .td-address th{
        line-height: 60px;
    }
    .form-table table .td-address .input-short {
        width: 40%;
    }
    .td-address .input-long {
        width: calc( 100% - 5px );
    }
    .form-agree {
        margin: 20px auto;
        padding: 10px 15px;
    }
    .form-agree p {
        margin-top: 5px;
    }
    .form-agree p span{
        font-size: 12px;
        line-height: 20px;
    }
    .form-table table .td-period input{
        width: 46%;
    }
    .form-table table tr input.me-1{
        width: 80%;
    }
    .form-table table .td-file td{
        font-size: 14px;
        line-height: 20px;
        padding: 10px 0;
    }
    .form-table table .td-file-unite div.clearfix {
        margin: 0 5px 60px;
        padding: 10px;
    }
    .form-table table .td-file-unite .btns-files {
        left: 50%;
        width: 233px;
        transform: translateX(-50%);
    }
}
.my-3{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.board_list table{
    width: 100%;
    border-top: 2px solid #333;
    text-align: center;
}
.board_list table th,
.board_list table td{
    border-right: 1px solid #f4f4f4;
    padding: 8px;
}