#content {
  width: 1280px;
  padding: 18px 30px;
  margin: 0 auto;
}
#content .cont {
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  opacity: 1;
  border: 1px solid #e8e8e8;
  padding: 28px;
}
#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: none;
  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: none;
  margin-bottom: 10px;
  background: #f4f4f4;
  text-indent: 1em;
  font-size: 14px;
  font-family: R;
  font-weight: 400;
  color: #999999;
  padding: 16px 0;
  box-sizing: border-box;
}
#content .cont .btm_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#content .cont .btm_box p {
  font-size: 12px;
  font-family: R;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}
#content .cont .btm_box p a {
  color: #00A2FF;
}
#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;
  cursor: pointer;
}
#content .cont .btm_box button:hover {
  background: #00A2FF;
  color: #fff;
}
