@charset "UTF-8";
.form-table {
  --padding: 1rem;
  padding-top: 3rem;
  font-weight: 400;
  font-size: 1.3rem;
  color: var(--gray2);
  line-height: 1.385;
}
.form-table table {
  width: 100%;
  border: 0.1rem solid var(--gray3);
}
.form-table th, .form-table td {
  border-bottom: 0.1rem solid var(--gray3);
}
.form-table td {
  height: 4.5rem;
  padding: calc(var(--padding) / 2) var(--padding);
}
.form-table input:not([type=checkbox], [type=radio]) {
  width: 0%;
  min-width: 100%;
}
.form-table input:not([type=checkbox], [type=radio])[type=text] {
  height: 100%;
}
.form-table textarea {
  overflow-y: scroll;
  width: 0;
  min-width: 100%;
  height: 8.769em;
  border: 0 none;
  background: transparent;
  resize: none;
  outline: none;
}
.form-table input,
.form-table textarea {
  font-size: 1.3rem;
}
.form-table select {
  width: 100%;
  height: 100%;
  border: 0 none;
  padding-right: 18%;
  font-size: 1em;
  background: transparent url("../../image/common/icon/icon__arrow--bottom.svg") no-repeat right center/1.077em; /* 사용자 정의 화살표 이미지 경로 */
  -webkit-appearance: none; /* Safari, Chrome, Edge 등 웹킷 기반 브라우저용 */
  -moz-appearance: none; /* Firefox 브라우저용 */
  appearance: none; /* 일반적인 브라우저용 */
}
.form-table hr {
  margin: 3rem 0;
  border: 0.1rem solid var(--gray);
}
.form-table__ttl {
  width: 100px;
  font-size: 1.4rem;
  color: var(--gray2);
  background: var(--gray);
}
.form-table__sub-ttl {
  width: 20.312%;
  font-weight: 400;
  font-size: 1.3rem;
  color: var(--gray2);
}
.form-table__ttl, .form-table__sub-ttl:not([for=i-sms]) {
  border-right: 0.1rem solid var(--gray3);
}

@media (min-width: 1024px) {
  .form-table {
    --padding: 2rem;
    font-size: 1.4rem;
  }
  .form-table__ttl {
    font-size: 1.6rem;
  }
  .form-table__sub-ttl,
  .form-table input,
  .form-table textarea {
    font-size: 1.4rem;
  }
  .form-table td {
    height: 4.8rem;
  }
  .form-table hr {
    display: none;
  }
}
.sms {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.sms label {
  width: initial;
}

@media (min-width: 1024px) {
  .sms {
    flex-direction: row;
  }
  .sms label {
    margin-right: auto;
  }
}
.consent {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.bullet {
  display: flex;
  line-height: 1.538;
}
.bullet::before {
  display: inline-block;
  margin-right: 0.308em;
  content: "·";
}

.btn__wrap,
.is-divider {
  margin-top: 6rem;
}

.tab {
  --line-color: var(--gray3);
}
.tab-list {
  display: flex;
  background: var(--gray);
}
.tab-list__item {
  flex: 1;
  padding: 1.143em 0.571em;
  border-bottom: 0.1rem solid var(--point-color);
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--gray2);
}
.tab [role=tab][aria-selected=true] {
  border: 0.1rem solid currentColor;
  border-bottom: none;
  color: var(--point-color);
  background: #fff;
}
.tab [role=tabpanel].is-hidden {
  display: none;
}
@media (min-width: 1024px) {
  .tab-list__item {
    padding: 1.15em;
    font-size: 2rem;
  }
}
.instructions {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
}
.instructions__guide dt,
.instructions__guide dd {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.385;
}
.instructions__guide dt {
  padding-bottom: 1rem;
}
.instructions__input {
  display: flex;
  align-items: center;
}
.instructions__input dt,
.instructions__input dd {
  font-weight: 500;
  font-size: 1.3rem;
}
.instructions__input dt {
  margin-right: auto;
}

@media (min-width: 1024px) {
  .instructions {
    flex-direction: row;
    margin-top: 0;
    padding: var(--padding);
    border: 0.1rem solid var(--gray3);
    border-top: 0 none;
  }
  .instructions__guide {
    margin-right: auto;
  }
  .instructions__guide dt,
  .instructions__guide dd {
    font-size: 1.4rem;
  }
  .instructions__input {
    align-items: center;
    gap: 1rem;
  }
  .instructions__input dt,
  .instructions__input dd {
    font-size: 1.4rem;
  }
}
.links dt,
.links dd {
  font-weight: 400;
  font-size: 1.3rem;
  color: var(--gray2);
  line-height: 1.538;
}
.links dt {
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .links {
    padding-top: 3rem;
  }
  .links dt {
    padding-bottom: 1.25em;
    font-size: 1.6rem;
  }
  .links dd {
    font-size: 1.4rem;
    line-height: 1.714;
  }
}
.btn {
  margin-top: 5rem;
}

@media (min-width: 1024px) {
  .btn {
    width: 20rem;
  }
}

/*# sourceMappingURL=inquiry.css.map */
