/*-----------------------------------------------------*/
/* Main form control */
/*-----------------------------------------------------*/
.form-control,
.form-control:hover,
.form-control.hover,
.form-control:focus,
.form-control.focus,
.form-control:active,
.form-control.active {
  height: auto;
  font-family: inherit;
  box-shadow: none;
  border: 1px solid #ececec;
  border-radius: 0;
  padding: 5px 15px;
}
/*-----------------------------------------------------*/
/* Contact Us */
/*-----------------------------------------------------*/

.contact-form {
  width:100%;
  background: #fff;
  padding: 10px 25px;
  border-radius: 12px;
  border: 1px solid #e1e1e1;
}
.contact-form .form-control {
  background-color: #fff;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 38px !important;
  color: #0c0c0c;
  font-size: 12px;
  border-radius: 0;
}
.contact-form input:hover,
.contact-form textarea:hover,
.contact-form #contact-submit:hover {
  border-color: #ccc;
}
.contact-form textarea.form-control {
  padding: 10px;
  outline: none;
}
textarea {
  height: 50px !important;
  border: 1px solid #dedede;
  color: #454545;
  line-height:16px;
}

.form-tit {
  font-size:18px;
  color:#9d8470;
  font-weight:600;
}


.contact-form textarea.form-control {
  min-height: 70px;
  height: auto !important;
}


.formmail_agreement p {
  display: flex;
  align-items: center;   /* ¼öÁ÷ °¡¿îµ¥ Á¤·Ä */
  justify-content: flex-end; /* ¿À¸¥ÂÊ Á¤·Ä */
  gap: 6px; /* Ã¼Å©¹Ú½º¿Í ±ÛÀÚ °£°Ý */
  font-size: 12px;
  margin: 0;
}


.formmail_agreement input[type="checkbox"] {
  margin: 0; /* ±âº» ¿©¹é Á¦°Å */
}