/* @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 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 2.7rem;
  padding: 2.6rem 1.6rem 2.6rem 15.4rem;
  margin-top: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
  gap: 1.6rem 4.8rem;
}
.biz-type-container .radio-wrap ~ .radio-wrap {
  border-top: 1px solid #DDDDDD;
}
.biz-type-container .label {
  position: absolute;
  top: 50%;
  left: 1.6rem;
  transform: translateY(-50%);
  /* margin-right: 0.8rem; */
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #111111;
}
.biz-type-container .custom-radio {
  /* width: 24.5rem; */
  flex: 1 0 auto;
  max-width: 26rem;
}
.biz-type-container .custom-radio + .custom-radio {
  margin-left: 0;
}
/* .biz-type-container .custom-radio ~ .custom-radio {
  margin-left: 4.8rem;
} */

.radio-wrap.column7 {
  display: flex;
  gap: 1.6rem 4.8rem;
  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;
}
.radio-wrap.column-etc01 {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.radio-wrap.column-etc01 .custom-radio {
  margin-right: 0;
  margin-left: 0;
}
.radio-wrap.column-etc01 .consultation {
  margin: -1.6rem 0 -1.6rem 2.4rem;
  flex: 1;
}

.consultation {
  /* display: flex;
  align-items: center;
  flex-wrap: nowrap; */
  margin: -1.6rem 6.4rem -1.6rem 2.4rem;
}
.consultation .checkbox {
  display: flex;
  align-items: center;
  width: 100%;
}
.consultation label {
  white-space: pre;
}
.consultation .custom-checkbox + .input-text {
  margin-left: 0.8rem;
  width: 100%;
}
.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 {
  padding-left: 2.4rem;
}
.consultation .custom-checkbox .checkbox + label::before {
  width: 2rem;
  height: 2rem;
  border: 0 none;
  margin-right: 0.4rem;
  background-color: transparent;
  background-image: url("/assets/image/sale/ico_checks_consultation.webp");
  background-size: 100% auto;
}
.consultation .custom-checkbox .checkbox:checked + label::after {
  width: 2rem;
  height: 2rem;
  border: 0 none;
  background-color: transparent;
  background-image: url("/assets/image/sale/ico_checks_on_consultation.webp");
  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 .rwd-table {
  table-layout: fixed;
}
.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; */
  font-weight: 600;
}
.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;
  flex: 1 0 auto;
  /* max-width: 26rem; */
  max-width: 30rem;
}
.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;
}

.base-txt{
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #666666;
}

.bl-point::after {
  /* content: "*";
  width: auto;
  height: auto; */
  content: "*" !important;
  width: 0.7rem  !important;
  height: 0.7rem  !important;
  margin: -2.7rem 0 0 0 !important;
  font-size: 2rem;
  color: #DA291C;
  background-color: transparent  !important;
  /* background-color: transparent; */
}

table th>.bl-point:after{
  margin: -0.3rem 0 0 -0.1rem !important;
  font-weight: 400;
}

.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: 1rem 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("/assets/image/sale/icon_alert_valid.webp") 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: #f5f5f5;
}
.customer-box .txt1 {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 4rem;
}
.customer-box .txt2 {
  font-size: 1.8rem;
  line-height: 3rem;
}

.form-app-completed {
  border-top: 1px solid #111111;
  border-bottom: 1px solid #CCCCCC;
  margin-top: 4.8rem;
  padding: 1.4rem 0;
}
.form-app-completed th, .form-app-completed td {
  padding: 1rem 2rem;
  font-size: 1.8rem;
  background-color: transparent;
  border: 0 none;
  /* line-height: 3rem; */
}
.form-app-completed th {
  /* font-weight: 500; */
  font-weight: 600;
  color: #111111;
}
.form-app-completed td {
  color: #444444;
}
.form-app-completed .line th, .form-app-completed .line td {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 2.4rem;
}
.form-app-completed .line + tr th, .form-app-completed .line + tr td {
  padding-top: 2.4rem;
}
.form-app-completed + .btn-area {
  margin-top: 4.8rem;
}
.btn-area + .text-box {
  margin-top: 8rem;
  border: 0;
  background-color: #f5f5f5;
}
.btn-area + div.text-box .sub-title{
  position: relative;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #111111;
  padding-left: 3.2rem;
}
.btn-area + div.text-box .sub-title::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../../image/resort2026/ico_notice.webp")no-repeat center /cover;
}
.btn-bottom-area + div.text-box {
  margin-top: 8rem;
  border: 0;
  background-color: #f5f5f5;
}
.btn-bottom-area + div.text-box .sub-title{
  position: relative;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #111111;
  padding-left: 3.2rem;
}
.btn-bottom-area + div.text-box .sub-title::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../../image/resort2026/ico_notice.webp")no-repeat center /cover;
}
.text-box .text-list{
  margin-top: 1.6rem !important;
}

.btn-area .btn {
  margin: 0 0.4rem;
  /* height: 5.6rem; */
  /* min-width: 22.6rem; */
  /* 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;
} */

.agree-terms-box .inner-box>.agree-content + p {
  margin-top: 2.4rem !important;
  color: #444444;
}

@media (max-width: 767px) {
  /* .content {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  } */
  .responsive-tit-area {
    margin-top: 4rem;
  }
  .responsive-tit-area .base-txt.txt-req {
    font-size: 1.2rem;
    line-height: 2rem;
    /* text-align: left; */
  }
  .bl-point::after{
    font-size: 1.6rem;
    margin: -1.6rem 0 0 0 !important;
  }
  table th>.bl-point:after{
    margin:-0.1rem 0 0 -0.1rem !important
  }
  .agree-check-list li:last-child{
    padding: 4rem 0 1.6rem 0;
  }
  .agree-check-list li .btn-icon.ico-arrow:after{
    top: 2.8rem;
  }
  /* .tb-responsive.view-type {
    padding-top: 0;
  } */
  .tb-responsive.view-type .rwd-table {
    padding: 0;
  }
  /* .tb-responsive.view-type .rwd-table tr {
    padding: 1.2rem 0;
    border-bottom: 1px solid #DDDDDD;
  } */
  .tb-responsive.view-type .rwd-table th, .tb-responsive.view-type .rwd-table td {
    /* padding: 0; */
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 1.2rem;
    border-bottom: 0 none;
    height: auto;
  }
  .tb-responsive.view-type .rwd-table th {
    /* margin-bottom: 1.2rem; */
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  /* .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;
    padding-top: 2.4rem;
  }
  .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(2, 1fr);
    gap: 0.8rem;
  }
  .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;
  }
  .radio-wrap.column-etc01 {
    gap: 0;
  }
  .radio-wrap.column-etc01 .custom-radio{
    flex-direction: column;
    align-items: flex-start;
  }
  .radio-wrap.column-etc01 .custom-radio + .custom-radio {
    margin-top: 1rem;
  }
  .tb-responsive.form-type .consultation {
    flex-wrap: wrap;
    width: 100%;
    margin: 0.8rem 0 0;
  }
  .tb-responsive.form-type .consultation .checkbox {
    position: relative;
    padding-bottom: 0;
    width: auto;
    flex-wrap: wrap;
  }
  .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-child(2) {
    /* width: 70%; */
    width: calc(100vw - 12.8rem);
  }
  .tb-responsive.form-type .consultation .checkbox .custom-checkbox:nth-child(3) {
    margin-right: 0.8rem;
    margin-top: 2.2rem;
  }
  .tb-responsive.form-type .consultation .checkbox .custom-checkbox:nth-child(3) + .input-text {
    margin-left: 0;
    margin-top: 1rem;
    /* width: 80%; */
    width: calc(100vw - 10rem);
  }
  /* .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 {
    position:relative;
    top: 0;
    left: 0;
    transform: none;
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .biz-type-container .radio-wrap {
    display: block;
    min-height: auto;
    padding: 0 0 1.2rem 0;
  }
  .biz-type-container .radio-wrap:last-child {
    padding-bottom: 0;
  }
  .biz-type-container .radio-wrap + .radio-wrap {
    /* padding: 2.4rem 0 3.2rem; */
    border-top: 0;
  }
  .biz-type-container .radio-wrap:last-child {
    padding-bottom: 0;
  }
  .biz-type-container .custom-radio ~ .custom-radio {
    margin-top: 0.8rem;
    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;
    display: flex;
    align-items: center;;
  }
  .customer-box {
    padding: 2.4rem 1.7rem;
    /* margin: 0 1.6rem 3.2rem; */
    margin: 4rem 2rem 0 2rem;
  }
  .customer-box .txt1 {
    font-size: 2rem;
    line-height: 3.2rem;
  }
  .customer-box .txt2 {
    margin-top: 0.8rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
    word-break: keep-all;
  }
  .tb-responsive.form-type{
    padding: 0;
  }
  .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; */
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .tb-responsive.view-type.form-app-completed tr th {
    width: 9rem;
  }
  .tb-responsive.view-type.form-app-completed tr td {
    flex: 1 0 calc(100% - 9rem);
    padding-left: 2.4rem;
  }
  .tb-responsive.view-type.form-app-completed tr th, .tb-responsive.view-type.form-app-completed tr td {
    /* padding-top: 2.4rem; */
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .tb-responsive.view-type.form-app-completed tr.line {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 1.4rem;
  }
  .tb-responsive.view-type.form-app-completed tr.line + tr {
    padding-top: 1.4rem;
  }
  /* .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;
    flex-direction: column;
  }
  .tb-responsive.view-type.form-app-completed + .btn-area .btn {
    min-width: auto;
    margin: 0;
  }
  .tb-responsive.view-type.form-app-completed + .btn-area .btn-default {
    /* width: 14rem; */
    margin-bottom: 1.2rem;
  }
  .tb-responsive.view-type.form-app-completed + .btn-area .btn-confirm {
    flex: 1;
  }
  .form-app-completed + .btn-area{
    margin-top: 4rem;
  }
  .btn-area + .text-box {
    margin-top: 4.8rem;
  }
  .btn-area + div.text-box .sub-title{
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .btn-area + div.text-box .sub-title::before{
    top: 0;
  }
  .btn-bottom-area + div.text-box{
    margin-top: 4.8rem;
  }
  .btn-bottom-area + div.text-box .sub-title{
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .btn-bottom-area + div.text-box .sub-title::before{
    top: 0;
  }
  .text-box .text-list > li:before{
    top: 1rem;
  }
  .agree-terms-box .inner-box>.agree-content + p {
    margin-top: 1.6rem !important;
}
}/*# sourceMappingURL=ask.css.map */