@charset "utf-8";
.form-box {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.form-box.applylist{
    padding: 0 24px;
    margin: 0 auto 32px;
}
.form-box.applylist .control-box .static-control{
    color: #878787;
}
.login-out {
    margin: 20px 0 0;
    text-align: center;
}
.fb-login {
    margin-bottom: 5px;
}
.check-agree-box {
    background: #fafafa;
    border-width: 1px 0;
    padding: 15px;
    clear: both;
    margin: 40px 0 0;
    font-size: 15px;
}
.check-agree strong,
.check-agree a {
    color: #A99899;
    transition: all .5s ease;
}
.check-agree a{
    font-weight: bold;
    text-decoration: underline;
}
.check-agree a:hover {
    color: #BA7F5F;
    text-decoration: underline;
}
/*----- result_table -----*/
.result{
    font-size: 20px;
    margin: 16px 0 16px;
}
.result_table{
    display:block;
}
.result_table .result_title.row{
    display: flex;
    background: url('../../images/common/bg2.jpg');
    margin-bottom: 24px;
    border-radius: 60px;
}
.result_table .result_title.row .col{
    color: #4C4C5D;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}
.result_table .col{
    width: 108px;
    padding: 16px 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.result_table .col.case{
    width: calc(100% - (108*7px));
    text-align: left;
    flex-grow: 1;
    justify-content: flex-start;
    padding: 16px 24px;
}
.result_table .result_content.row{
    position: relative;
    display: flex;
}
.result_table .result_content.row .col{
    color: #868686;
    position: relative;
    font-size: 18px;
}
.result_table .result_content.row .col .title{
    display: none;
}

.result_table .result_content.row+.result_content.row{
    border-top: 1px solid #dcdcdc;
}
.result_table .result_content.row:hover{
 
}
.result_table .result_content.row .col.cancel a{
    color: #D6D6D6;
    transition: all .5s ease;
    line-height: 0;
}
.result_table .result_content.row .col.cancel a:hover{
    color: #2C2C3F;
}
@media screen and (max-width: 1000px) {
    .result_table .result_title.row{
        display: none;
    }
    .result_table .result_content.row{
        flex-direction: column;
        margin-bottom: 32px;
        /* border-width: 1px; */
    }
    .result_table .result_content.row:hover{
        background: inherit;
    }
    .result_table .result_content.row:nth-child(odd){
        background: inherit;
    }
    .result_table .result_content.row .col:nth-child(odd){
        /* background: #eceff1; */
    }
    .result_table .result_content.row .col{
        width: 100%;
        min-height: 64px;
        padding: 0;
        line-height: inherit;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        padding: 16px 24px 16px calc(24px + 112px);
    }
    .result_table .result_content.row{
        border:1px solid #dcdcdc;
        border-radius:24px;
        overflow:hidden;
    }
    .result_table .result_content.row+.result_content.row {
        
    }
    .result_table .result_content.row .col+.col{
        border-top:1px solid #dcdcdc
    }
    .result_table .result_content.row .col .title{
        display: block;
        background: url('../../images/common/bg2.jpg');
        width: 116px;
        height: 100%;
        color: #4C4C5D;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        padding: 16px 16px;
        text-align: center;
        box-sizing: border-box;
        min-height: 64px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 1;
    }
    .result_table .result_content.row .col .pdf.ic{
        display: block;
    }
}
/*----- result_table -----*/
/* --------- rwd ---------*/
@media screen and (max-width: 1280px) {
    .result_table .col.case{
        
    }
}
@media screen and (max-width: 1000px) {
    .login-out {
        margin-top: 0;
    }
    .check-agree-box {
        margin: 20px 0 0;
    }
    .btn.back,
    .btn.pure {
        margin-bottom: 0;
    }
} 