#content {
  padding: 16px 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#content .cont_r {
  width: 1154px;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  border: 1px solid #E5E5E5;
}
#content .cont_r h3 {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #000000;
  margin-bottom: 4px;
}
#content .cont_r input {
  width: 664px;
  height: 52px;
  background: #f4f4f4;
  margin-bottom: 16px;
  font-size: 16px;
  font-family: r;
  font-weight: 500;
  color: #999;
  text-indent: 1em;
  border: none;
}
#content .cont_r input::-webkit-input-placeholder {
  color: #999;
}
#content .cont_r textarea {
  width: 100%;
  height: 227px;
  background: #F3F3F3;
  margin-bottom: 16px;
  font-size: 16px;
  font-family: r;
  font-weight: 500;
  color: #999;
  text-indent: 1em;
  border: none;
  padding: 16px 0;
}
#content .cont_r textarea::-webkit-input-placeholder {
  color: #999;
}
#content .cont_r .d-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#content .cont_r .d-btm .db-l {
  font-size: 12px;
  font-family: r;
  font-weight: 600;
  color: #999999;
}
#content .cont_r .d-btm .db-l a {
  color: #01465A;
}
#content .cont_r .d-btm button {
  width: 320px;
  height: 52px;
  background: #01465A;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-family: b;
  font-weight: 600;
  color: #FFFFFF;
  cursor: pointer;
}
