/* �⺻ �ؽ�Ʈ ��Ÿ�� */
.formmail_txt {
}

/* �׸�ĭ ��Ÿ�� */
.formmail_title_bgcolor {
  width: 20%;
}
/* �Է�ĭ ��Ÿ�� */
.formmail_cell_bgcolor {
  width: 80%;
}

.table_05 {
  width: 100%;
}
.table_05 td {
  padding: 10px;
  /*border-bottom: 1px solid #302f30;*/
}

.table_05 td input {
  width: 96%;
  height: 25px;
  background: #fdfbef;
  padding: 0 2%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 0;
}
.table_05 input[type="text"] {
  width: 90%;
}

.table_05 input[name="mobile_no1"],
.table_05 input[name="mobile_no2"],
.table_05 input[name="mobile_no3"],
.table_05 input[name="address_post1"],
.table_05 input[name="phone_no1"],
.table_05 input[name="phone_no2"],
.table_05 input[name="phone_no3"] {
  width: 50px;
}
.table_05 input[name="name"] {
  width: 50%;
}

.table_05 input[type="checkbox"] {
  height: 12px;
  width: 12px;
}

.table_05 textarea {
  width: 100%;
  background: #fdfbef;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 0;
  padding: 5px;
}
.table_05 textarea.formmail_textarea_style {
  max-width: 600px;
}

#contactform-us-button {
  width: 190px;
  height: 43px;
  border: 2px #c2ab5b solid;
  padding: 0 20px;
  line-height: 30px;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "NotoSansKR";
  background: url(/img/btn_check.png) 140px center no-repeat;
  font-size: 15px;
  border-radius: 5px;
  text-align: left;
  color: #c2ab5b;
  margin-top: 20px;
}
#contactform-us-button:hover {
  background: #c2ab5b url(/img/btn_check.png) 140px center no-repeat;
  border: 0px;
  color: #fff;
  border: 2px #c2ab5b solid;
}
.form-table tr {
  border-bottom: 1px solid #302f30;
}
