.condition .condition-text.edit {
  width: 90%;
  display: inline-block;  
}

.condition .condition-text .condition-input {
  width: 100%;
  height: 100%;
}

.condition .btn-area.edit {
  display: inline-block;
  width: 15%;
}

.condition .btn-area.edit .edit-confirm-btn {
  width: 30px;
  height: 100%;
  font-size: 13px;
  border-radius: 0px;
}
.condition .btn-area.edit .edit-cancel-btn {
  width: 30px;
  height: 100%;
  font-size: 13px;
  border-radius: 0px;
}