@charset "UTF-8";
/**************************************** 문의하기 시작*/
.inq__table {
  width: 100%;
  border-top: 2px solid #111;
  border-bottom: 2px solid #e6e6e6;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.inq__tr {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 4fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inq__tr .th {
  font-size: 1.25rem;
  font-weight: 500;
}
.inq__tr .th span {
  color: #ffd800;
}
.inq__tr .td select {
  width: 100%;
  height: 55px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  font-size: 1.25rem;
  background-image: url(/img/select_arrow.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 50px;
  padding: 0 20px;
}
.inq__tr .td input[type=text],
.inq__tr .td input[type=email] {
  width: 100%;
  height: 55px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 1.25rem;
}
.inq__tr .td textarea {
  width: 100%;
  height: 180px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  font-size: 1.25rem;
  padding: 20px;
}

.inq__policy_wrap {
  width: 100%;
  height: 150px;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inq__policy_wrap .policy {
  font-size: 1.0625rem;
  font-weight: 300;
  color: #aaaaaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
}

.inq__chk_wrap {
  margin-top: 25px;
  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;
}

.inq_btn_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.inq_btn_wrap button {
  max-width: 300px;
  width: 100%;
  height: 65px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 800;
  border: 3px solid #222;
  border-radius: 5px;
}

/**************************************** 문의하기 끝*//*# sourceMappingURL=sub04.css.map */