.container:has(.townstay__application) {
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}

.height-unset {
  height: unset !important;
}

.townstay__application {
  margin: auto;
  padding: 160px 80px;
}
.townstay__applicationContent {
  margin: auto;
  padding: 53px 0 0;
}
.townstay__applicationContent .form__contentStatus {
  width: 100%;
}
.townstay__applicationContent .form__contentStatus .step-bar {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 50px;
}
.townstay__applicationContent .form__contentStatus .step-bar li {
  flex: 1;
  text-align: center;
  position: relative;
  font-size: 16px;
  color: rgb(82, 68, 57);
  padding-bottom: 18px;
  font-weight: bold;
  letter-spacing: 0.64px;
  line-height: 100%;
}
.townstay__applicationContent .form__contentStatus .step-bar li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid rgb(82, 68, 57);
}
.townstay__applicationContent .form__contentStatus .step-bar li::after {
  content: "";
  position: absolute;
  right: -34px;
  top: 50%;
  opacity: 1;
  background-image: url("../../images/icons/inquiry_arrow_right.png");
  background-repeat: no-repeat;
  width: 9px;
  height: 14px;
  background-size: auto;
  transform: translateY(-50%);
}
.townstay__applicationContent .form__contentStatus .step-bar li:last-child::after {
  content: "";
  display: none;
}
.townstay__applicationContent .form__contentStatus .step-bar .active {
  color: #BA5654 !important;
  opacity: 1;
  font-weight: bold;
}
.townstay__applicationContent .form__contentStatus .step-bar .active:before {
  border-bottom: 2px solid #BA5654 !important;
}
.townstay__applicationContent .form__contentStatus .step-bar .unactive {
  color: rgba(82, 68, 57, 0.25) !important;
  opacity: 1;
  font-weight: bold;
}
.townstay__applicationContent .form__contentStatus .step-bar .unactive:before {
  border-bottom: 2px solid rgba(82, 68, 57, 0.25) !important;
}
.townstay__applicationContent .form__contentForm {
  margin-top: 100px;
}
.townstay__applicationContent .form__contentForm .form__commonTitle h1 {
  width: 326px;
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.64px;
}
.townstay__applicationContent .form__contentForm .form__commonTitle .form-subtitle {
  font-size: 20px;
}
@media (max-width: 576px) {
  .townstay__applicationContent .form__contentForm .form__commonTitle .form-subtitle {
    margin-bottom: 0;
  }
}
.townstay__applicationContent .form__contentForm .form__commonContent {
  width: 100%;
}
.townstay__applicationContent .form__contentForm .form__commonContentItem {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.townstay__applicationContent .form__contentForm .form__commonContentItem .form__commonContentName {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 178px;
  font-weight: 500;
  line-height: 140%;
  vertical-align: middle;
  padding-right: 9px;
}
.townstay__applicationContent .form__contentForm .form__commonContentItem .form__commonContentName .input-name {
  margin: unset;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.64px;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .townstay__applicationContent .form__contentForm .form__commonContentItem .form__commonContentName .input-name {
    line-height: 1;
  }
}
.townstay__applicationContent .form__contentForm .form__commonContentItem .form__commonContentName .input-subname {
  color: #000000;
  margin: unset;
  font-size: 13px;
  letter-spacing: 0.52px;
}
.townstay__applicationContent .form__contentForm .form__commonContentItem .form__commonContentName .required-label {
  margin: unset;
  font-size: 12px;
  color: #BA5654;
}
.townstay__applicationContent .form__contentForm .form__commonContentItem .form__commonContentName .form__commonContentNameRp p {
  line-height: 1.6;
}
@media (max-width: 750px) {
  .townstay__applicationContent .form__contentForm .form__commonContentItem .form__commonContentName .form__commonContentNameRp p {
    line-height: 1;
  }
}
.townstay__applicationContent .form__contentForm .form__commonContentItem .form__commonContentInput {
  flex: 1;
  display: flex;
  align-items: center;
}
.townstay__applicationContent .form__contentForm .form__commonContentItem .form__commonContentInput input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.townstay__applicationContent .form__contentForm .form__commonContentItem .form__commonContentInput input[type=date] {
  position: relative;
  background: #FFFFFF url("../../images/icons/calendar.svg") no-repeat right 17px center;
  background-size: 22px;
}
.townstay__applicationContent .form__contentForm .form__commonContentItem .form__commonContentInput textarea {
  height: 120px;
  width: 100%;
  border: none;
  padding: 20px;
  font-size: 16px;
}
.townstay__applicationContent .form__contentForm .form__commonContentItem .form__commonContentInput input, .townstay__applicationContent .form__contentForm .form__commonContentItem .form__commonContentInput select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 60px;
  padding: 18px 20px;
  border-radius: 4px;
  font-size: 16px;
  color: #828282;
  border: none;
}
.townstay__applicationContent .form__contentForm .form__commonContentItem .form__commonContentInput select {
  position: relative;
  background: #FFFFFF url("../../images/icons/arrow-down.svg") no-repeat right 17px center;
  background-size: 12px;
}
.townstay__applicationContent .form__contentForm .form__commonContentItem .form__commonContentInput select::placeholder {
  color: #828282 !important;
}
.townstay__applicationContent .form__contentForm .form__commonContentItem .form__commonContentInput .auto-age {
  padding: 18px 7px !important;
}
.townstay__applicationContent .form__contentForm .form__commonContentItem .form__commonContentInput .unit {
  white-space: nowrap;
  margin-left: 8px;
  font-size: 16px;
  color: #000000;
}
.townstay__applicationContent .form__contentForm .form__commonContentItem .form__commonContentInput label {
  margin: 0 20px 0 8px;
  font-size: 16px;
  color: #000000;
}
.townstay__applicationContent .form__contentForm .form__commonContentItem .form__commonContentInput .text-radio {
  margin: 0 40px 0 4px;
}
.townstay__applicationContent .form__contentForm .form__commonContentItem .form__commonContentInput .btn-radio {
  appearance: none;
  -webkit-appearance: none;
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 20px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  margin: 0 4px 0 0;
  padding: 0;
}
.townstay__applicationContent .form__contentForm .form__commonContentItem .form__commonContentInput .btn-radio:checked {
  background-color: #BA5654;
  border-color: #BA5654;
}
.townstay__applicationContent .form__contentForm .form__commonContentItem .form__commonContentInput .btn-checkbox {
  width: 20px;
}
.townstay__applicationContent .form__contentForm .form__commonContentItem .form__commonContentInput .form__commonContentInputItem {
  display: flex;
  align-items: center;
  width: 45%;
}
.townstay__applicationContent .form__contentForm .form__commonContentItem .form__commonContentInput .upload-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
  margin: 22px 0 17px;
}
.townstay__applicationContent .form__contentForm .form__commonContentItem .form__commonContentInput:has(.btn-radio) {
  height: 60px;
}
.townstay__applicationContent .form__contentForm .form__commonContent-name {
  padding-right: 9px;
}
.townstay__applicationContent .form__contentForm .form__common {
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  scroll-margin-top: 40px;
}

.form__personal {
  margin-bottom: 40px;
}

.upload-box {
  display: inline-block;
}
.upload-box label {
  font-weight: 400;
  font-size: 13px !important;
  line-height: 100%;
  letter-spacing: 0.52px;
  text-align: center;
}

.upload-box input[type=file] {
  display: none;
}

.btn-action-form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 30px;
  border: solid 1px #a18d7b;
  background-color: #a18d7b;
  font-size: 13px;
  color: white;
  border-radius: 20px;
  margin: 9px 12px;
  cursor: pointer;
}

.form-note {
  color: #000000;
  font-size: 13px;
}
.form-note a {
  color: #000000;
}

.form__content-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 80px 0;
  padding: 28px 0;
  background-color: #FFFFFF;
}
.form__content-footer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  text-align: center;
  vertical-align: middle;
  margin: unset;
}
.form__content-footer p a {
  color: #000000;
}

.form__contentRedirect {
  display: flex;
  justify-content: center;
}
.form__contentRedirect button {
  font-size: 16px;
  margin: unset;
  background-color: unset;
  border-radius: 30px;
  width: 320px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.radio-name {
  white-space: nowrap;
}

.link-note {
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.policy-area {
  padding: 28px;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000000;
  font-size: 16px;
  margin-bottom: 80px;
  letter-spacing: 0.64px;
  line-height: 180%;
}
.policy-area p {
  margin: 0;
}
.policy-area a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #000000;
}

@media (max-width: 768px) {
  .townstay__application {
    padding: 116px 22px 120px !important;
  }
  .townstay__applicationContent {
    padding-top: 47px !important;
  }
  .form__commonContentNameRp {
    display: flex;
    gap: 5px;
    align-items: baseline;
  }
  .form__contentForm {
    margin-top: 80px !important;
  }
  .form__contentForm .form__common {
    display: flex;
    flex-direction: column;
    margin-bottom: 72px !important;
  }
  .form__contentForm .form__commonTitle {
    display: flex;
    align-items: baseline;
    width: 100% !important;
    margin-bottom: 36px;
    line-height: 1;
  }
  .form__contentForm .form__commonTitle h1 {
    font-size: 28px !important;
    width: unset !important;
    margin-bottom: 0;
  }
  .form__contentForm .form__commonContent {
    width: 100% !important;
  }
  .form__contentForm .form__commonContentItem {
    display: flex;
    flex-direction: column;
    align-items: unset !important;
    margin-bottom: 28px !important;
  }
  .form__contentForm .form__commonContentItem .d-block-mb {
    display: block !important;
  }
  .form__contentForm .form__commonContentItem .d-block-mb div {
    margin-top: 24px;
  }
  .form__contentForm .form__commonContentItem .form__commonContentName {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 0 !important;
  }
  .form__contentForm .form__commonContentItem .input-month-year {
    display: flex;
  }
  .form__contentForm .form__commonContentItem .input-month-year .form__commonContentInputItem {
    display: flex;
    width: 100% !important;
    justify-content: space-between;
  }
  .form__contentForm .form__commonContentItem .form__commonContentInput {
    color: #000000;
  }
  .form__contentForm .form__commonContentItem .form__commonContentInput .upload-text {
    margin: 0 0 12px !important;
    line-height: 1.6 !important;
  }
  .form__contentForm .form__commonContentItem .form__commonContentInput {
    min-height: 60px;
  }
  .form__contentForm .form__commonContentItem .form__commonContentInputAction {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .form__contentForm .form__commonContentItem .form__commonContentInputAction .upload-box .btn-action-form {
    margin: 0 !important;
  }
  .input-name br {
    display: none;
  }
  .form__personal {
    display: flex;
    flex-direction: column;
    margin-bottom: 0 !important;
  }
  .form__personal .form__commonTitle h1 {
    margin: unset;
    font-size: 28px;
  }
  .form__personal .form__commonContentItem {
    margin-bottom: 0 !important;
  }
  .form__personal .form__commonContentItem .form__commonContentName {
    margin-bottom: 8px !important;
  }
  .policy-area {
    background-color: #FFFFFF;
    padding: 22px;
    margin-bottom: 26px;
  }
  .policy-area p {
    margin: 0;
  }
  .form__contentRedirect .btn-action-form {
    width: 331px;
    height: 60px;
  }
  .btn-action-form {
    width: 200px;
    height: 38px;
    margin: 12px 0 0 0;
  }
  .hidden-mobile-application {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .hidden-desktop-application {
    display: none !important;
  }
  .form__wrapper {
    display: flex;
    align-items: flex-start;
    position: relative;
  }
  .form__contentForm {
    position: relative !important;
  }
  .form__stickyColumn {
    width: 326px;
    flex-shrink: 0;
    padding-top: 100px;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
  }
  .form__stickyScroll {
    position: relative;
    transition: all 0.3s;
    z-index: 100;
    margin-bottom: 40px;
  }
  .form__stickyScroll h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 140%;
    letter-spacing: 0.64px;
  }
  .form__stickyScroll p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.4px;
  }
  .form__stickyScroll.fixed {
    position: fixed;
    top: 80px;
    width: 326px;
  }
  .form__stickyScroll.near-footer {
    position: absolute;
    bottom: 0;
    top: auto;
  }
}

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