.news-detail .news-cnt__hd {
  top: -136px;
}

.news-cnt .txt {
  font-weight: 400;
  font-size: 17px;
}

.news-cnt .txt a {
  color: #3fa9f5;
  text-decoration: underline;
}

.form-wrapper {
  margin-top: 60px;
}

.form-wrapper .txt {
  font-size: 15px;
}

.form-wrapper .txt.right {
  text-align: right;
}

.form-wrapper .txt.center {
  text-align: center;
}

.form-wrapper table {
  width: 100%;
}

.form-wrapper table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-wrapper table tr th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  font-weight: 400;
  width: 20%;
  padding: 16px 0;
  font-size: 15px;
}

.form-wrapper table tr th.textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-wrapper table tr td {
  width: 75%;
  padding: 16px 0;
}

.form-wrapper table tr td input {
  width: 100%;
  background-color: #f9f9f9;
  border: none;
  padding: 20px 8px;
  font-size: 15px;
}

.form-wrapper table tr td.namearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-wrapper table tr td.namearea input {
  width: 48%;
}

.form-wrapper table tr td textarea {
  width: 100%;
  background-color: #f9f9f9;
  border: none;
  padding: 8px;
  font-size: 15px;
}

.form-wrapper .submit-wrap {
  margin-top: 60px;
  text-align: center;
}

.form-wrapper .submit-wrap button,
.form-wrapper .submit-wrap input {
  border: none;
  background-color: #16a694;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 3px;
  padding: 10px 40px;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

.form-wrapper .submit-wrap button:hover,
.form-wrapper .submit-wrap input:hover {
  opacity: .7;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (max-width: 767px) {
  .news-detail .news-cnt__hd {
    top: -115px;
    margin: 0 auto;
    max-width: 280px;
  }
  .news-cnt .txt {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .form-wrapper .txt.right {
    text-align: center;
    margin-bottom: 17px;
  }
  .form-wrapper .txt.center {
    margin-top: 20px;
  }
  .form-wrapper table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5px;
  }
  .form-wrapper table tr th {
    width: 100%;
    text-align: left;
    display: block;
    padding: 4px 0;
    font-size: 14px;
  }
  .form-wrapper table tr td {
    width: 100%;
    padding: 4px 0;
    font-size: 14px;
  }
  .form-wrapper table tr td input {
    padding: 16px 6px;
    font-size: 14px;
  }
  .form-wrapper table tr td.namearea {
    display: block;
  }
  .form-wrapper table tr td.namearea input {
    width: 100%;
    margin-bottom: 4px;
  }
  .form-wrapper table tr td .textarea {
    font-size: 14px;
  }
  .form-wrapper .submit-wrap {
    margin-top: 30px;
  }
  .form-wrapper .submit-wrap button,
  .form-wrapper .submit-wrap input {
    font-weight: 800;
    font-size: 18px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    letter-spacing: 3px;
    padding: 10px 0;
    display: block;
    width: 100%;
    letter-spacing: 1px;
  }
}
