.model-box {
    width: 90%;
    background-color: #ffffff;
    border-radius: 8px;
    font-size: 16px;
    padding-top: 20px;
}
.model-box .line {
    padding: 30px 0 0 30px;
}
.model-box .btn-line {
    height: 80px;
    line-height: 80px;
    text-align: center;
}
textarea {
    width: 90%;
    height: 200px;
    padding: 10px;
    border-radius: 5px;
    border: 0.5px solid #1e1e1e;
    box-shadow: 0 0.5px 3px #1e1e1e;
    vertical-align: text-top;
}


