@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css");
/**************************************** form 시작*/
.form_wrap .form_cap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 15px;
}
.form_wrap .form_cap p {
  font-size: 0.9375rem;
  font-weight: 500;
}
.form_wrap .form_cap p span {
  color: #2A347A;
}
.form_wrap .input_container {
  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: 1.5fr 8.5fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.form_wrap .input_wrap.radio {
  margin-bottom: 10px;
}
.form_wrap .input_wrap .title {
  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;
  font-size: 1.125rem;
  font-weight: 500;
}
.form_wrap .input_wrap .title span {
  color: #0B6ADE;
}
.form_wrap .input_wrap .title.top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10px;
}
.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;
  font-size: 1.125rem;
  border: 1px solid #8C939B;
  border-radius: 5px;
  background-color: #fff;
}
.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 {
  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 {
  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 {
  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 {
  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 {
  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: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.form_wrap .input_wrap .td .type_tel {
  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_tel input[type=tel] {
  width: 100%;
}
.form_wrap .input_wrap .td .type_tel select {
  max-width: 190px;
  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%;
  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_email input[type=email] {
  width: 100%;
}
.form_wrap .input_wrap .td .type_email select {
  max-width: 190px;
  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: 250px;
  font-size: 1.125rem;
  border: 1px solid #8C939B;
  border-radius: 5px;
}
.form_wrap .input_wrap .td .type_textarea textarea::-webkit-input-placeholder {
  color: #8C939B;
}
.form_wrap .input_wrap .td .type_textarea textarea::-moz-placeholder {
  color: #8C939B;
}
.form_wrap .input_wrap .td .type_textarea textarea:-ms-input-placeholder {
  color: #8C939B;
}
.form_wrap .input_wrap .td .type_textarea textarea::-ms-input-placeholder {
  color: #8C939B;
}
.form_wrap .input_wrap .td .type_textarea textarea::placeholder {
  color: #8C939B;
}
.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%;
}
.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 .attached_wrap {
  width: 100%;
  height: 50px;
  font-size: 1.125rem;
  border: 1px solid #8C939B;
  border-radius: 5px;
  background-color: #fff;
  padding: 0 15px;
}
.form_wrap .input_wrap .td .type_file .file_box .file_wrap .attached_wrap .attached {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  overflow: hidden;
}
.form_wrap .input_wrap .td .type_file .file_box .file_wrap .attached_wrap .attached p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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;
          user-select: none;
  font-weight: 500;
  max-width: 120px;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 2px solid #18253A;
  background-color: #18253A;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.form_wrap .input_wrap .td .type_file .file_box .file_wrap input[type=file] + label:hover {
  background-color: #fff;
  color: #18253A;
}
.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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 50px;
}

.policy_wrap {
  margin-top: 30px;
}
.policy_wrap .type_chk {
  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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.policy_wrap .type_chk .policy_btn {
  color: #333;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: underline;
}

/**************************************** form 끝*/
@media screen and (max-width: 1024px) {
  .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 {
    height: 50px;
    font-size: 1.0625rem;
  }
  .form_wrap .input_wrap .td .type_textarea textarea {
    height: 200px;
    font-size: 1.0625rem;
  }
  .form_wrap .input_wrap .td .type_file .file_box .file_wrap .attached_wrap {
    font-size: 1.0625rem;
  }
  .form_wrap .input_wrap .td .type_file .file_box .file_wrap input[type=file] + label {
    font-size: 1.0625rem;
  }
  .policy_wrap {
    margin-top: 30px;
  }
  .policy_wrap .type_chk {
    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;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .policy_wrap .type_chk .policy_btn {
    color: #333;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .form_wrap .input_wrap {
    grid-template-columns: 1.8fr 8.2fr;
  }
  .form_wrap .input_wrap .title {
    font-size: 1rem;
  }
  .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: 1rem;
    height: 45px;
  }
  .form_wrap .input_wrap .td select {
    height: 45px;
    font-size: 1rem;
  }
  .form_wrap .input_wrap .td .type_textarea textarea {
    font-size: 1rem;
    height: 160px;
  }
  .form_wrap .input_wrap .td .type_file .file_box .file_wrap .attached_wrap {
    height: 45px;
    font-size: 1rem;
  }
  .form_wrap .input_wrap .td .type_file .file_box .file_wrap input[type=file] + label {
    height: 45px;
    font-size: 1rem;
  }
  .policy_wrap {
    margin-top: 20px;
  }
  .policy_wrap .type_chk {
    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;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .policy_wrap .type_chk .policy_btn {
    color: #333;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: underline;
  }
}
@media screen and (max-width: 540px) {
  .form_wrap .input_wrap {
    grid-template-columns: 2fr 8fr;
  }
  .form_wrap .input_wrap .title {
    font-size: 0.9375rem;
  }
  .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: 0.9375rem;
  }
  .form_wrap .input_wrap .td select {
    font-size: 0.9375rem;
  }
  .form_wrap .input_wrap .td .type_textarea textarea {
    font-size: 0.9375rem;
  }
  .form_wrap .input_wrap .td .type_file .file_box .file_wrap .attached_wrap {
    height: 45px;
    font-size: 1rem;
  }
  .form_wrap .input_wrap .td .type_file .file_box .file_wrap input[type=file] + label {
    max-width: 80px;
    width: 100%;
    height: 45px;
    font-size: 1rem;
  }
  .form_btn_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}/*# sourceMappingURL=form.css.map */