@import url('../css/head_foot.css');
#content {
  width: 1280px;
  padding: 32px 100px;
  margin: 0 auto;
}
#content h2 {
  text-align: center;
  height: 37px;
  font-size: 30px;
  font-family: s;
  font-weight: 600;
  color: #333333;
  line-height: 35px;
  margin-bottom: 20px;
}
#content input,
#content textarea {
  font-family: m;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #666666;
}
#content input::-webkit-input-placeholder,
#content textarea::-webkit-input-placeholder {
  color: #666666;
}
#content input {
  width: 100%;
  height: 56px;
  background: #F5F5F5;
  border-radius: 16px;
  border: none;
  text-indent: 1.4em;
  margin-bottom: 16px;
}
#content textarea {
  width: 100%;
  height: 212px;
  background: #F5F5F5;
  border-radius: 16px;
  border: none;
  padding: 16px 24px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
#content .more {
  width: 100%;
  height: 56px;
  background: #4F21AB;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
#content .more img {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
#content .more span {
  font-size: 20px;
  font-family: s;
  font-weight: 600;
  color: #FFFFFF;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    width: 100%;
    padding: 16px;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    width: 100%;
    padding: 16px;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    width: 100%;
    padding: 16px;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    width: 100%;
    padding: 16px;
  }
}
