@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@500;600;700&display=swap");
.biz-type-container {
  margin: -1.6rem;
}
.biz-type-container .radio-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 2.7rem;
  padding: 1.6rem;
  margin-top: 0;
  margin-bottom: 0;
}
.biz-type-container .radio-wrap ~ .radio-wrap {
  border-top: 1px solid #DDDDDD;
}
.biz-type-container .label {
  width: 13rem;
  margin-right: 0.8rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: #685230;
}
.biz-type-container .custom-radio {
  width: 24.5rem;
}
.biz-type-container .custom-radio ~ .custom-radio {
  margin-left: 4.8rem;
}

.radio-wrap.column7 {
  display: flex;
  gap: 1.6rem 1rem;
  flex-wrap: wrap;
  align-items: center;
}
.radio-wrap.column7 .custom-radio {
  min-width: 12.8rem;
  margin-right: 1rem;
  margin-left: 0;
  margin: 0;
}
.radio-wrap.column7 .custom-radio:nth-child(7n+7) {
  min-width: auto;
}

.consultation {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: -1.6rem 6.4rem -1.6rem 2.4rem;
}
.consultation label {
  white-space: pre;
}
.consultation .custom-checkbox + .input-text {
  margin-left: 1rem;
}
.consultation .checkbox.etc {
  display: flex;
  align-items: center;
  flex: 1;
}
.consultation .checkbox.etc .custom-checkbox {
  padding-right: 0;
  margin-left: 1.6rem;
  margin-right: 0;
}
.consultation .checkbox.etc .custom-checkbox + .input-text {
  margin-left: 1rem;
}
.consultation .checkbox.etc .input-text {
  flex: 1;
  width: 32.6rem;
}
.consultation .custom-checkbox .checkbox {
  padding-right: 0;
}
.consultation .custom-checkbox .checkbox + label::before {
  width: 2rem;
  height: 2rem;
  border: 0 none;
  background-color: transparent;
  background-image: url("/static/image/sale/ico_checks_consultation.png");
  background-size: 100% auto;
}
.consultation .custom-checkbox .checkbox:checked + label::before {
  width: 2rem;
  height: 2rem;
  border: 0 none;
  background-color: transparent;
  background-image: url("/static/image/sale/ico_checks_on_consultation.png");
  background-size: 100% auto;
}
.consultation .custom-checkbox ~ .custom-checkbox {
  margin-left: 1.6rem;
}

.tb-responsive.form-type {
  border-top: 2px solid #111111;
  border-bottom: 0 none;
}
.tb-responsive.form-type th,
.tb-responsive.form-type td {
  border-bottom: 1px solid #DDDDDD;
  padding: 1.6rem;
  color: #111111;
  height: 8rem;
}
.tb-responsive.form-type th {
  font-weight: 700;
}
.tb-responsive.form-type tbody th {
  background-color: transparent;
}
.tb-responsive.form-type tbody tr:first-child td .radio-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 4rem;
}
.tb-responsive.form-type tbody tr:first-child td .radio-wrap .custom-radio {
  margin-right: 0;
  margin-left: 0;
}
.tb-responsive.form-type tbody td .radio-wrap {
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}
.tb-responsive.form-type tbody td .biz-type-container .radio-wrap {
  margin-top: 0;
  margin-bottom: 0;
}

.bl-point::after {
  content: "*";
  width: auto;
  height: auto;
  color: #DA291C;
  background-color: transparent;
}

.input-text,
.txtbox textarea {
  border-radius: 0.4rem;
}
.input-text::-webkit-input-placeholder, .txtbox textarea::-webkit-input-placeholder {
  color: #888888;
}
.input-text::-moz-placeholder, .txtbox textarea::-moz-placeholder {
  color: #888888;
}
.input-text::placeholder,
.txtbox textarea::placeholder {
  color: #888888;
}

.input-text {
  height: 4.8rem;
  border-color: #CCCCCC;
}

.txtbox textarea {
  min-height: 18rem;
  padding: 1.2rem 1.6rem;
  border-color: #CCCCCC;
  font-size: 1.6rem;
  color: #111111;
}

.input-text.w260 {
  width: 26rem;
}

.input-text.w400 {
  width: 40rem;
}

.form-type .valid {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: #D73F3F;
}
.form-type .valid::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: url("/static/image/sale/icon_alert_valid.png") no-repeat 0 0;
  background-size: 100% auto;
}

.email-group .input-group {
  display: flex;
  align-items: center;
}
.email-group .input-group.input-lg .input-group-add.txt {
  width: auto;
}

.btn-primary {
  background-color: #243D68;
}

.btn-xlg.btn-primary {
  font-weight: 500;
}

.btn-primary.btn-xlg {
  height: 5.6rem;
  line-height: 5.6rem;
}

.btn-bottom-area .btn-xlg {
  min-width: 22rem;
}

.btn-bottom-area + .text-box {
  margin-top: 5.6rem;
}

.text-box {
  min-height: auto;
  background-color: #F9F9F9;
}

.agree-terms-box.scroll .inner-box {
  padding: 2.4rem;
  color: #111111;
}

.customer-box {
  padding: 4.8rem;
  color: #111111;
  background-color: #FDFAF6;
}
.customer-box .txt1 {
  font-weight: 700;
  font-size: 32px;
}
.customer-box .txt2 {
  font-size: 18px;
}

.form-app-completed {
  border-top: 1px solid #111111;
  border-bottom: 1px solid #CCCCCC;
  margin-top: 4.8rem;
}
.form-app-completed th, .form-app-completed td {
  padding: 2rem 1.6rem;
  font-size: 1.8rem;
  background-color: transparent;
  border: 0 none;
  line-height: 1.5;
}
.form-app-completed th {
  font-weight: 500;
  color: #111111;
}
.form-app-completed td {
  color: #444444;
}
.form-app-completed .line th, .form-app-completed .line td {
  border-bottom: 1px solid #CCCCCC;
}
.form-app-completed + .btn-area {
  margin-top: 4.8rem;
  margin-bottom: 5.6rem;
}

.btn-area .btn {
  height: 5.6rem;
  min-width: 22.6rem;
  margin: 0 0.4rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 5.6rem;
}

.btn-default {
  border: 1px solid #888888;
  color: #111111;
}

.btn-confirm {
  color: #FFFFFF;
  background-color: #243D68;
}

@media (max-width: 1279px) {
  .content {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .responsive-tit-area {
    margin-top: 0;
  }
  .responsive-tit-area .base-txt.txt-req {
    font-size: 1.4rem;
    text-align: left;
  }
  .tb-responsive.view-type {
    padding-top: 0;
  }
  .tb-responsive.view-type .rwd-table tr {
    padding: 2.4rem 0;
    border-bottom: 1px solid #DDDDDD;
  }
  .tb-responsive.view-type .rwd-table th, .tb-responsive.view-type .rwd-table td {
    padding: 0;
    border-bottom: 0 none;
    height: auto;
  }
  .tb-responsive.view-type .rwd-table th {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
  }
  .tb-responsive.view-type .rwd-table th + .form-group {
    margin-top: -0.8rem;
  }
  .tb-responsive.view-type .rwd-table td .title {
    display: none;
  }
  .tb-responsive.view-type .rwd-table tbody th {
    position: static;
  }
  .tb-responsive.view-type .rwd-table tbody td .radio-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }
  .tb-responsive.view-type .rwd-table tbody td .biz-type-container .custom-radio {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .tb-responsive.view-type .rwd-table tbody td .biz-type-container .custom-radio:last-child {
    margin-bottom: 0;
  }
  .tb-responsive.form-type .radio-wrap.column7 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem 1rem;
  }
  .tb-responsive.form-type .radio-wrap.column7.membership {
    display: block;
  }
  .tb-responsive.form-type .radio-wrap.column7.membership .custom-radio {
    display: block;
  }
  .tb-responsive.form-type .radio-wrap.column7.membership .custom-radio + .custom-radio {
    margin-top: 1.6rem;
  }
  .tb-responsive.form-type .radio-wrap.column7 .custom-radio {
    min-width: 0;
    margin: 0;
  }
  .tb-responsive.form-type .radio-wrap.column7:has(input[name=userMembershipType]) {
    display: block;
  }
  .tb-responsive.form-type .radio-wrap.column7:has(input[name=userMembershipType]) .custom-radio {
    display: block;
  }
  .tb-responsive.form-type .radio-wrap.column7:has(input[name=userMembershipType]) .custom-radio + .custom-radio {
    margin-top: 1.6rem;
  }
  .tb-responsive.form-type .radio-wrap .custom-radio + .custom-radio {
    margin-left: 0;
  }
  .tb-responsive.form-type .consultation {
    flex-wrap: wrap;
    width: 100%;
    margin: 1.6rem 0 0;
  }
  .tb-responsive.form-type .consultation .checkbox {
    position: relative;
    padding-bottom: 4rem;
    width: 100%;
  }
  .tb-responsive.form-type .consultation .checkbox .custom-checkbox {
    display: inline-flex;
    align-self: flex-start;
    margin-right: 1.8rem;
    margin-left: 0;
    font-size: 1.6rem;
  }
  .tb-responsive.form-type .consultation .checkbox .custom-checkbox:nth-last-of-type(1) {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .tb-responsive.form-type .consultation .checkbox .custom-checkbox:nth-last-of-type(1) + .input-text {
    position: absolute;
    bottom: 0;
    left: 7rem;
    width: calc(100% - 7rem);
    margin-left: 0;
  }
  .tb-responsive.form-type .consultation .checkbox.etc {
    margin-top: 1.6rem;
    margin-bottom: 3.2rem;
  }
  .tb-responsive.form-type .consultation .checkbox.etc .custom-checkbox {
    min-width: 0;
  }
  .tb-responsive.form-type .consultation .checkbox.etc .custom-checkbox + .input-text {
    width: 10rem;
  }
  .biz-type-container {
    margin: 0;
  }
  .biz-type-container .label {
    margin-bottom: 1.6rem;
    font-size: 1.6rem;
  }
  .biz-type-container .radio-wrap {
    display: block;
    min-height: auto;
    padding: 0 0 3.2rem;
  }
  .biz-type-container .radio-wrap + .radio-wrap {
    padding: 2.4rem 0 3.2rem;
  }
  .biz-type-container .radio-wrap:last-child {
    padding-bottom: 0;
  }
  .biz-type-container .custom-radio ~ .custom-radio {
    margin-top: 1.6rem;
    margin-left: 0;
  }
  .checkbox-group .consultation {
    margin: 0;
  }
  .input-group.input-lg .input-text {
    width: 100%;
  }
  .agree-check-list li {
    background-color: transparent;
  }
  .btn-bottom-area > .btn-xlg:only-child {
    display: inline-flex;
    float: none;
    width: auto;
    padding: 0 1.6rem;
  }
  .form-type .valid {
    font-size: 1.2rem;
  }
  .customer-box {
    padding: 2.4rem 1.7rem;
    margin: 0 1.6rem 3.2rem;
  }
  .customer-box .txt1 {
    font-size: 2rem;
  }
  .customer-box .txt2 {
    margin-top: 0.8rem;
    font-size: 1.6rem;
    word-break: keep-all;
  }
  .tb-responsive.view-type.form-app-completed {
    padding-bottom: 2.4rem;
    margin-top: 3.2rem;
  }
  .tb-responsive.view-type.form-app-completed th, .tb-responsive.view-type.form-app-completed td {
    width: auto;
    float: none;
    margin-bottom: 0 !important;
    font-size: 1.6rem;
    word-break: keep-all;
  }
  .tb-responsive.view-type.form-app-completed tr {
    display: grid;
    grid-template-columns: 9rem 1fr;
    gap: 0 2.4rem;
    padding: 0;
    border-bottom: 0 none;
  }
  .tb-responsive.view-type.form-app-completed tr th, .tb-responsive.view-type.form-app-completed tr td {
    padding-top: 2.4rem;
  }
  .tb-responsive.view-type.form-app-completed tr.line {
    border-bottom: 1px solid #DDDDDD;
  }
  .tb-responsive.view-type.form-app-completed tr.line th, .tb-responsive.view-type.form-app-completed tr.line td {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .tb-responsive.view-type.form-app-completed td .td-txt {
    width: 100%;
  }
  .tb-responsive.view-type.form-app-completed + .btn-area .center {
    display: flex;
  }
  .tb-responsive.view-type.form-app-completed + .btn-area .btn {
    min-width: auto;
  }
  .tb-responsive.view-type.form-app-completed + .btn-area .btn-default {
    width: 14rem;
  }
  .tb-responsive.view-type.form-app-completed + .btn-area .btn-confirm {
    flex: 1;
  }
}/*# sourceMappingURL=ask.css.map */