.c-recruitment_detail {
  padding-bottom: 60px; }
  .c-recruitment_detail .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    border-bottom: 1px solid #E3DDBB; }
    .c-recruitment_detail .head a {
      color: #212121;
      font-size: 16px; }
    .c-recruitment_detail .head .back a {
      display: flex;
      align-items: center; }
      .c-recruitment_detail .head .back a svg {
        margin-right: 10px; }
    .c-recruitment_detail .head .share {
      display: flex;
      align-items: center; }
      .c-recruitment_detail .head .share span {
        display: flex;
        align-items: center; }
        .c-recruitment_detail .head .share span svg {
          margin-left: 30px; }
      .c-recruitment_detail .head .share a {
        margin-left: 20px; }
  .c-recruitment_detail .c-title_module {
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    margin: 60px 0px 25px;
    text-transform: uppercase; }
  .c-recruitment_detail blockquote {
    margin-left: 15px;
    font-style: italic;
    font-size: 16px;
    color: #777777; }
  .c-recruitment_detail .description {
    font-size: 15px;
    line-height: 20px;
    padding-top: 15px;
    margin-bottom: 30px; }
    .c-recruitment_detail .description h2, .c-recruitment_detail .description h3 {
      line-height: 22px; }
    .c-recruitment_detail .description img {
      max-width: 100%;
      height: auto !important; }
    .c-recruitment_detail .description ul {
      margin-left: 20px;
      list-style: inherit;
      list-style-type: disc; }
    .c-recruitment_detail .description ol {
      list-style-type: decimal;
      margin-left: 20px; }
    .c-recruitment_detail .description a {
      color: #1976bd; }
      .c-recruitment_detail .description a:hover {
        font-weight: bold;
        text-decoration: underline; }
  .c-recruitment_detail .form-area {
    margin-top: 30px; }
    .c-recruitment_detail .form-area h2 {
      margin-bottom: 20px;
      font-family: t-black, Arial;
      font-size: 24px;
      text-transform: uppercase; }
    .c-recruitment_detail .form-area p {
      margin-bottom: 10px; }
    .c-recruitment_detail .form-area form {
      display: flex;
      align-items: center; }
    .c-recruitment_detail .form-area .g-control_upload {
      display: flex;
      flex-wrap: nowrap;
      max-width: 600px;
      width: 100%;
      margin-right: 20px;
      position: relative;
      padding: 2px;
      border: 2px solid #212121; }
    .c-recruitment_detail .form-area .namefileupload {
      height: 40px;
      font-size: 15px;
      line-height: 30px;
      padding: 5px 170px 5px 12px;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1;
      display: -webkit-box;
      -webkit-box-orient: vertical; }
    .c-recruitment_detail .form-area .file_upload {
      display: none; }
    .c-recruitment_detail .form-area .c-btn {
      display: inline-block;
      font-size: 16px;
      color: #ffffff;
      text-align: center;
      padding: 10px 20px;
      background: #212121;
      -webkit-transition: ease-in 300ms;
      -moz-transition: ease-in 300ms;
      -ms-transition: ease-in 300ms;
      -o-transition: ease-in 300ms;
      transition: ease-in 300ms; }
      .c-recruitment_detail .form-area .c-btn:hover {
        background: #444444;
        text-decoration: none; }
    .c-recruitment_detail .form-area .upload_click {
      font-size: 14px;
      text-align: center;
      color: #f6f3e4;
      text-transform: uppercase;
      cursor: pointer;
      position: absolute;
      right: 2px; }
    .c-recruitment_detail .form-area .c-btn_submit {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 48px;
      font-family: t-black, Arial;
      background: #212121;
      color: #f6f3e4;
      text-transform: uppercase; }
      .c-recruitment_detail .form-area .c-btn_submit svg {
        margin-left: 10px; }
      .c-recruitment_detail .form-area .c-btn_submit:hover {
        opacity: 0.9; }
    @media (min-width: 1200px) {
      .c-recruitment_detail .form-area .label_error {
        margin: 0 0 0 20px; } }

@media (max-width: 768px) {
  .c-recruitment_detail .head {
    flex-wrap: wrap;
    height: 80px; }
    .c-recruitment_detail .head .back {
      width: 100%; }

  .c-recruitment_detail .c-title_module {
    font-size: 18px;
    margin: 20px 0 20px;
    line-height: normal; }

  table, thead, tbody, th, td, tr {
    display: block; }

  td {
    display: flex;
    align-items: center;
    width: 100% !important; }

  .c-recruitment_detail .container {
    padding: 0; }

  .c-recruitment_detail .form-area h2 {
    font-size: 18px; }

  .c-recruitment_detail .form-area form {
    flex-wrap: wrap; }

  .c-recruitment_detail .form-area .g-control_upload {
    margin-right: 0;
    margin-bottom: 10px;
    max-width: 100%; } }

/*# sourceMappingURL=detail.css.map */
