.interview-contents_container h2, .infographics-contents_container h2 {
  font-size: 20px;
  font-weight: bold;
  color: #FCB527;
}
.interview-contents_container h3, .infographics-contents_container h3 {
  font-size: 18px;
  font-weight: bold;
}
.interview-contents_container p, .infographics-contents_container p {
  font-size: 16px;
  padding-bottom: 10px;
}
.contact-form_area {
  max-width: 780px;
  margin: 0 auto;
}

.contact-top_wrap {
  margin-bottom: 50px;
}

.contact-input_wrap {
  justify-content: flex-start;
  align-items: start;
  flex-wrap: wrap;
  gap: 32px;
  row-gap: 10px;
}

.contact-input_head {
  width: 160px;
  font-size: 16px;
  font-weight: bold;
}

.contact-input {
  margin-bottom: 24px;
}
.contact-input input {
  width: 400px;
  height: 38px;
  padding: 8px;
  background-color: #fff3e1;
  font-size: 14px;
  border: none;
  border-radius: 4px;
}
.contact-input textarea {
  width: 500px;
  height: 240px;
  padding: 8px;
  background-color: #fff3e1;
  font-size: 14px;
  resize: none;
  border: none;
  border-radius: 4px;
}

.submit-area {
  width: 180px;
  margin: 0 auto 0;
  text-align: center;
}
.submit-area input {
  width: 180px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  background-color: #FCB527;
  color: #fff;
  border-radius: 45px;
  border: none;
  cursor: pointer;
  transition: 0.4s;
}

span.required, span.option {
  padding: 0 6px;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  border-radius: 6px;
  margin-left: 10px;
}

span.required {
  background-color: #ff2b2b;
}

span.option {
  background-color: #848484;
}

@media screen and (max-width: 780px) {
  .interview-contents_container h2, .infographics-contents_container h2 {
    font-size: 20px;
    font-weight: bold;
    color: #FCB527;
  }
  .interview-contents_container h3, .infographics-contents_container h3 {
    font-size: 18px;
    font-weight: bold;
  }
  .interview-contents_container p, .infographics-contents_container p {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .contact-form_area {
    max-width: 780px;
    margin: 0 auto;
  }
  .contact-input_wrap {
    gap: 10px;
  }
  .contact-input_head {
    width: 100%;
    font-size: 16px;
  }
  .contact-input {
    margin-bottom: 24px;
    width: 100%;
  }
  .contact-input input {
    width: 80%;
    height: 38px;
  }
  .contact-input textarea {
    width: 100%;
    height: 220px;
  }
  .submit-area {
    width: 180px;
    margin: 0 auto 0;
    text-align: center;
  }
  .submit-area input {
    width: 180px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    background-color: #FCB527;
    color: #fff;
    border-radius: 45px;
    border: none;
    cursor: pointer;
    transition: 0.4s;
  }
}


h2.interview-top_message {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.interview-contents_text h2 {
  font-size: 18px;
  margin-top: 24px;
}
.interview-contents_text p {
  font-size: 16px;
  margin-top: 16px;
}
p.interview-stuff_number {
  font-size: 3vw;
}

.interview-Interview_img {
  width: 100%;
}
.interview-Interview_img img {
  width: 100%;
}
p.about-message {
  font-size: 7.8vw;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-position: under;
}
.privacy-text a {
  text-decoration: underline;
  font-size: 16px;
  color: #1684d7;
}