@import url('../css/reset.css');
body {
  background: #fff;
}
#content .cont {
  width: 100%;
  padding: 16px 20px;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #E5E5E5;
}
#content .cont h3 {
  font-size: 16px;
  font-family: B;
  font-weight: bold;
  color: #000000;
  line-height: 28px;
  margin-bottom: 4px;
}
#content .cont input {
  display: block;
  width: 664px;
  height: 50px;
  border: 1px dashed #999;
  margin-bottom: 10px;
  background: #f4f4f4;
  text-indent: 1em;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #999999;
}
#content .cont textarea {
  width: 100%;
  height: 227px;
  border: 1px dashed #999;
  margin-bottom: 10px;
  background: #f4f4f4;
  text-indent: 1em;
  font-size: 14px;
  font-family: r;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
#content .cont .btm_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont .btm_box p {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 24px;
}
#content .cont .btm_box button {
  width: 320px;
  height: 50px;
  background: #F4F4F4;
  border-radius: 8px 8px 8px 8px;
  border: none;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #999999;
}
