@charset "UTF-8";
/**************************************** form 시작*/
.form_wrap {
  width: 100%;
  margin: 0 auto;
}
.form_wrap .form_title {
  width: 100%;
  font-size: 1.875rem;
  font-weight: 500;
  font-family: "esamanru";
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid #222222;
}
.form_wrap .input_container {
  width: 100%;
  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: 10px;
}
.form_wrap .input_wrap {
  display: grid;
  grid-template-columns: 2fr 8fr;
}
.form_wrap .input_wrap .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  font-family: "esamanru";
}
.form_wrap .input_wrap .title span {
  color: #030BB6;
}
.form_wrap .input_wrap .td {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_wrap .input_wrap .td input[type=text],
.form_wrap .input_wrap .td input[type=tel],
.form_wrap .input_wrap .td input[type=email],
.form_wrap .input_wrap .td input[type=password] {
  height: 50px;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
}
.form_wrap .input_wrap .td input[type=text]::-webkit-input-placeholder, .form_wrap .input_wrap .td input[type=tel]::-webkit-input-placeholder, .form_wrap .input_wrap .td input[type=email]::-webkit-input-placeholder, .form_wrap .input_wrap .td input[type=password]::-webkit-input-placeholder {
  font-size: 1.0625rem;
  color: #aaa;
}
.form_wrap .input_wrap .td input[type=text]::-moz-placeholder, .form_wrap .input_wrap .td input[type=tel]::-moz-placeholder, .form_wrap .input_wrap .td input[type=email]::-moz-placeholder, .form_wrap .input_wrap .td input[type=password]::-moz-placeholder {
  font-size: 1.0625rem;
  color: #aaa;
}
.form_wrap .input_wrap .td input[type=text]:-ms-input-placeholder, .form_wrap .input_wrap .td input[type=tel]:-ms-input-placeholder, .form_wrap .input_wrap .td input[type=email]:-ms-input-placeholder, .form_wrap .input_wrap .td input[type=password]:-ms-input-placeholder {
  font-size: 1.0625rem;
  color: #aaa;
}
.form_wrap .input_wrap .td input[type=text]::-ms-input-placeholder, .form_wrap .input_wrap .td input[type=tel]::-ms-input-placeholder, .form_wrap .input_wrap .td input[type=email]::-ms-input-placeholder, .form_wrap .input_wrap .td input[type=password]::-ms-input-placeholder {
  font-size: 1.0625rem;
  color: #aaa;
}
.form_wrap .input_wrap .td input[type=text]::placeholder,
.form_wrap .input_wrap .td input[type=tel]::placeholder,
.form_wrap .input_wrap .td input[type=email]::placeholder,
.form_wrap .input_wrap .td input[type=password]::placeholder {
  font-size: 1.0625rem;
  color: #aaa;
}
.form_wrap .input_wrap .td select {
  height: 55px;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  font-size: 1.125rem;
}
.form_wrap .input_wrap .td select:invalid {
  color: #aaa;
}
.form_wrap .input_wrap .td select:valid {
  color: #111;
}
.form_wrap .input_wrap .td select option {
  color: #111;
}
.form_wrap .input_wrap .td select option[value=""][disabled] {
  display: none;
}
.form_wrap .input_wrap .td .type_text {
  width: 100%;
}
.form_wrap .input_wrap .td .type_text input[type=text] {
  width: 100%;
}
.form_wrap .input_wrap .td .type_search {
  position: relative;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #E6E6E6;
}
.form_wrap .input_wrap .td .type_search input[type=text] {
  width: 100%;
  border: 0;
}
.form_wrap .input_wrap .td .type_search .clear {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.form_wrap .input_wrap .td .type_search .clear i {
  font-size: 30px;
  font-weight: bold;
  color: #2A347A;
}
.form_wrap .input_wrap .td .type_date {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.form_wrap .input_wrap .td .type_date select {
  max-width: 190px;
  width: 100%;
}
.form_wrap .input_wrap .td .type_radio {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
}
.form_wrap .input_wrap .td .type_radio input[type=radio] + label {
  font-size: 1.125rem;
  opacity: 1;
}
.form_wrap .input_wrap .td .type_tel {
  width: 100%;
}
.form_wrap .input_wrap .td .type_tel input[type=tel] {
  width: 100%;
}
.form_wrap .input_wrap .td .type_class {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.form_wrap .input_wrap .td .type_class .text_wrap {
  max-width: 190px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  padding-right: 15px;
}
.form_wrap .input_wrap .td .type_class .text_wrap input[type=text] {
  max-width: 80px;
  border: 0;
}
.form_wrap .input_wrap .td .type_class .text_wrap .cap {
  font-size: 1.125rem;
}
.form_wrap .input_wrap .td .type_select {
  width: 100%;
}
.form_wrap .input_wrap .td .type_select select {
  max-width: 190px;
  width: 100%;
}
.form_wrap .input_wrap .td .type_email {
  width: 100%;
}
.form_wrap .input_wrap .td .type_email input[type=email] {
  width: 100%;
}
.form_wrap .input_wrap .td .type_time {
  width: 100%;
}
.form_wrap .input_wrap .td .type_time select {
  max-width: 275px;
  width: 100%;
}
.form_wrap .input_wrap .td .type_password {
  width: 100%;
}
.form_wrap .input_wrap .td .type_password input[type=password] {
  max-width: 605px;
  width: 100%;
}
.form_wrap .input_wrap .td .type_textarea {
  width: 100%;
}
.form_wrap .input_wrap .td .type_textarea textarea {
  width: 100%;
  height: 260px;
  font-size: 1.125rem;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
}
.form_wrap .input_wrap .td .type_textarea textarea::-webkit-input-placeholder {
  color: #aaa;
}
.form_wrap .input_wrap .td .type_textarea textarea::-moz-placeholder {
  color: #aaa;
}
.form_wrap .input_wrap .td .type_textarea textarea:-ms-input-placeholder {
  color: #aaa;
}
.form_wrap .input_wrap .td .type_textarea textarea::-ms-input-placeholder {
  color: #aaa;
}
.form_wrap .input_wrap .td .type_textarea textarea::placeholder {
  color: #aaa;
}
.form_wrap .input_wrap .td .type_addr {
  width: 100%;
  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: 10px;
}
.form_wrap .input_wrap .td .type_addr .post_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.form_wrap .input_wrap .td .type_addr .post_wrap button {
  max-width: 150px;
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  background-color: #2A347A;
}
.form_wrap .input_wrap .td .type_addr .addr_detail {
  width: 100%;
}
.form_wrap .input_wrap .td .type_addr .addr_detail input {
  width: 100%;
}
.form_wrap .input_wrap .td .type_file {
  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: 10px;
  width: 100%;
}
.form_wrap .input_wrap .td .type_file .file_box {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.form_wrap .input_wrap .td .type_file .file_box .file_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.form_wrap .input_wrap .td .type_file .file_box .file_wrap > input[type=text] {
  width: 100%;
}
.form_wrap .input_wrap .td .type_file .file_box .file_wrap input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.form_wrap .input_wrap .td .type_file .file_box .file_wrap input[type=file] + label {
  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;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 1.125rem;
  font-weight: 500;
  max-width: 120px;
  width: 100%;
  height: 55px;
  border-radius: 5px;
  border: 2px solid #111111;
  text-align: center;
}
.form_wrap .input_wrap .td .type_file .file_box .file_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.form_wrap .input_wrap .td .type_file .file_box .file_btn_wrap button i {
  font-size: 30px;
  font-weight: bold;
}
.form_wrap .input_wrap .td .type_file .file_box .file_btn_wrap button.minus.disabled {
  color: #ccc;
}

.form_btn_wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.form_btn_wrap button {
  width: 160px;
  height: 60px;
  background-color: #222;
  border-radius: 200px;
  color: #fff;
  font-family: "esamanru";
  font-size: 1.0625rem;
  font-weight: 500;
  text-align: center;
}

.policy_wrap {
  margin-top: 50px;
}
.policy_wrap .policy_title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.policy_wrap .policy_title .title {
  font-weight: 300;
  font-family: "esamanru";
  padding-left: 20px;
}
.policy_wrap .policy_con_wrap {
  width: 100%;
  height: 100px;
  overflow-y: auto;
  background: #F8F8F8;
  padding: 20px;
}
.policy_wrap .policy_con_wrap .policy_con {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #AAAAAA;
  font-size: 0.875rem;
}
.policy_wrap .policy_con_wrap .policy_con p {
  color: #AAAAAA;
}
.policy_wrap .type_chk .chk input[type=checkbox] + label::before {
  border-radius: 3px;
}

/**************************************** form 끝*/
@media screen and (max-width: 1240px) {
  .form_wrap .input_wrap {
    grid-template-columns: 2fr 8fr;
  }
}
@media screen and (max-width: 1024px) {
  .form_wrap .form_title {
    font-size: 1.625rem;
  }
  .form_wrap .input_wrap {
    grid-template-columns: 2.5fr 7.5fr;
  }
  .form_btn_wrap button {
    width: 140px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .form_wrap .input_wrap .title {
    font-size: 1.0625rem;
  }
  .form_wrap .input_wrap .td input[type=text],
.form_wrap .input_wrap .td input[type=tel],
.form_wrap .input_wrap .td input[type=email],
.form_wrap .input_wrap .td input[type=password] {
    font-size: 1.0625rem;
  }
  .form_wrap .input_wrap .td select {
    font-size: 1.0625rem;
  }
  .form_wrap .input_wrap .td .type_date {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .form_wrap .input_wrap .td .type_radio {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .form_wrap .input_wrap .td .type_radio input[type=radio] + label {
    font-size: 1.0625rem;
  }
  .form_wrap .input_wrap .td .type_class {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .form_wrap .input_wrap .td .type_class .text_wrap .cap {
    font-size: 1.0625rem;
  }
  .form_wrap .input_wrap .td .type_textarea textarea {
    height: 220px;
    font-size: 1.0625rem;
  }
  .form_wrap .input_wrap .td .type_file .file_box {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .form_wrap .input_wrap .td .type_file .file_box .file_wrap input[type=file] + label {
    font-size: 1.0625rem;
  }
  .policy_wrap .policy_cap {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 540px) {
  .form_wrap .form_title {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
  .form_wrap .input_wrap {
    grid-template-columns: 2.6fr 7.4fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .form_wrap .input_wrap .title {
    font-size: 0.875rem;
  }
  .form_wrap .input_wrap .td input[type=text],
.form_wrap .input_wrap .td input[type=tel],
.form_wrap .input_wrap .td input[type=email],
.form_wrap .input_wrap .td input[type=password] {
    height: 35px;
    font-size: 0.9375rem;
  }
  .form_wrap .input_wrap .td input[type=text]::-webkit-input-placeholder, .form_wrap .input_wrap .td input[type=tel]::-webkit-input-placeholder, .form_wrap .input_wrap .td input[type=email]::-webkit-input-placeholder, .form_wrap .input_wrap .td input[type=password]::-webkit-input-placeholder {
    font-size: 0.9375rem;
  }
  .form_wrap .input_wrap .td input[type=text]::-moz-placeholder, .form_wrap .input_wrap .td input[type=tel]::-moz-placeholder, .form_wrap .input_wrap .td input[type=email]::-moz-placeholder, .form_wrap .input_wrap .td input[type=password]::-moz-placeholder {
    font-size: 0.9375rem;
  }
  .form_wrap .input_wrap .td input[type=text]:-ms-input-placeholder, .form_wrap .input_wrap .td input[type=tel]:-ms-input-placeholder, .form_wrap .input_wrap .td input[type=email]:-ms-input-placeholder, .form_wrap .input_wrap .td input[type=password]:-ms-input-placeholder {
    font-size: 0.9375rem;
  }
  .form_wrap .input_wrap .td input[type=text]::-ms-input-placeholder, .form_wrap .input_wrap .td input[type=tel]::-ms-input-placeholder, .form_wrap .input_wrap .td input[type=email]::-ms-input-placeholder, .form_wrap .input_wrap .td input[type=password]::-ms-input-placeholder {
    font-size: 0.9375rem;
  }
  .form_wrap .input_wrap .td input[type=text]::placeholder,
.form_wrap .input_wrap .td input[type=tel]::placeholder,
.form_wrap .input_wrap .td input[type=email]::placeholder,
.form_wrap .input_wrap .td input[type=password]::placeholder {
    font-size: 0.9375rem;
  }
  .form_wrap .input_wrap .td select {
    height: 35px;
    font-size: 0.9375rem;
  }
  .form_wrap .input_wrap .td .type_search .clear {
    right: 10px;
  }
  .form_wrap .input_wrap .td .type_search .clear i {
    font-size: 20px;
  }
  .form_wrap .input_wrap .td .type_date {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .form_wrap .input_wrap .td .type_radio {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .form_wrap .input_wrap .td .type_radio input[type=radio] + label {
    font-size: 0.9375rem;
  }
  .form_wrap .input_wrap .td .type_tel {
    -webkit-column-gap: 3px;
       -moz-column-gap: 3px;
            column-gap: 3px;
  }
  .form_wrap .input_wrap .td .type_class {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .form_wrap .input_wrap .td .type_class .text_wrap {
    padding-right: 10px;
  }
  .form_wrap .input_wrap .td .type_class .text_wrap input[type=text] {
    max-width: 65px;
  }
  .form_wrap .input_wrap .td .type_class .text_wrap .cap {
    font-size: 0.9375rem;
  }
  .form_wrap .input_wrap .td .type_select select {
    max-width: none;
    width: 100%;
  }
  .form_wrap .input_wrap .td .type_textarea textarea {
    height: 160px;
    font-size: 0.9375rem;
  }
  .form_wrap .input_wrap .td .type_file .file_box {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .form_wrap .input_wrap .td .type_file .file_box .file_wrap input[type=file] + label {
    max-width: 60px;
    height: 35px;
    font-size: 0.9375rem;
    border: 1px solid #111111;
  }
  .form_wrap .input_wrap .td .type_file .file_box .file_btn_wrap {
    -webkit-column-gap: 3px;
       -moz-column-gap: 3px;
            column-gap: 3px;
  }
  .form_wrap .input_wrap .td .type_file .file_box .file_btn_wrap button i {
    font-size: 20px;
    font-weight: bold;
  }
  .form_wrap .input_wrap .td .type_file .file_box .file_btn_wrap button.minus.disabled {
    color: #ccc;
  }
  .form_btn_wrap button {
    width: 120px;
    height: 45px;
  }
  .policy_wrap {
    margin-top: 30px;
  }
  .policy_wrap .policy_title .title {
    padding-left: 0;
    font-size: 0.875rem;
  }
  .policy_wrap .policy_cap {
    font-size: 0.9375rem;
    margin-bottom: 10px;
  }
  .policy_wrap .policy_con_wrap {
    height: 100px;
    padding: 20px 10px;
  }
  .policy_wrap .policy_con_wrap .policy_con {
    font-size: 0.875rem;
  }
}/*# sourceMappingURL=form.css.map */