form{
    width: 100%;
    border: none;
    display: block;
}
.t-table2{
    border-collapse: collapse;
    width: 100%;
}
.w-100{
    width: 100%;
    height: 30px;
    border: 1px solid #eee;
}
th{
    text-align: center;
    background-color: #eee;
    padding: 10px 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
td{
    padding: 10px 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    outline: none;
    box-sizing: border-box;
}

.filebox input{
    border: none;
}
.textarea{
    min-height: 250px;
}

.free_write_wrap{
    margin: 50px auto;
}
.free_write_wrap>p{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.btn-wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}
.list_btn{
    padding: 8px 15px;
    background-color: #eee;
    border:1px solid #ccc;
    box-sizing: border-box;
}
.success_btn{
    padding: 8px 15px;
    border: none;
    background-color: #23674e;
    color: #fff;
    font-size: 1.2rem;
}

@media screen and (max-width:550px) {
    .list_btn{
        width: 15%;
        padding: 8px 0;
        text-align: center;
    }
    .success_btn{
        width: 80%;
    }
    th{
        padding: 0px 10px;
    }

}
@media screen and (max-width:375px) {

}



/* filebox */
.filebox p{
    font-size: 15px;
    color: #555;
}