.s_contact {
  padding-bottom: 100px;
  margin-top: -60px;
}
@media screen and (max-width: 1900px) {
  .s_contact {
    padding-bottom: 100rem;
    margin-top: -60rem;
  }
}
@media screen and (max-width: 768px) {
  .s_contact {
    padding: 40rem;
    padding-bottom: 120rem;
    margin-top: -20rem;
  }
}
.s_contact::before {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 59px);
  background-color: #F1F6E3;
}
@media screen and (max-width: 1900px) {
  .s_contact::before {
    height: calc(100% - 59rem);
  }
}
@media screen and (max-width: 768px) {
  .s_contact::before {
    height: calc(100% - 20rem);
  }
}
.s_contact .sec-contain .promo-div {
  width: 800px;
  padding: 40px 60px;
  border-radius: 10px;
  border: 3px solid #A4A4A4;
  position: relative;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  .s_contact .sec-contain .promo-div {
    width: 800rem;
    padding: 40rem 60rem;
    border-radius: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s_contact .sec-contain .promo-div {
    width: 100%;
    padding: 40rem;
    margin-top: 100rem;
  }
}
.s_contact .sec-contain .promo-div::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #003A27;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media screen and (max-width: 1900px) {
  .s_contact .sec-contain .promo-div::after {
    width: 50rem;
    height: 50rem;
  }
}
.s_contact .sec-contain .contact-info {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1900px) {
  .s_contact .sec-contain .contact-info {
    margin-top: 70rem;
    gap: 10rem;
  }
}
.s_contact .sec-contain .contact-info p {
  text-align: center;
  line-height: 2.5;
}
.s_contact .sec-contain .contact-info .contact_phone {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 1900px) {
  .s_contact .sec-contain .contact-info .contact_phone {
    gap: 15rem;
  }
}
.s_contact .sec-contain .contact-info .contact_phone svg {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 1900px) {
  .s_contact .sec-contain .contact-info .contact_phone svg {
    width: 48rem;
    height: 48rem;
  }
}
.s_contact .sec-contain .contact-info .contact_phone .number {
  line-height: 1;
  color: #003A27;
  margin-top: -9px;
}
@media screen and (max-width: 1900px) {
  .s_contact .sec-contain .contact-info .contact_phone .number {
    margin-top: -9rem;
  }
}
.s_contact .sec-contain .contact-info .contact_phone:hover svg path[fill="#003A27"] {
  fill: #C4D700;
}
.s_contact .sec-contain .contact-info .contact_phone:hover svg path[stroke="#003A27"] {
  stroke: #C4D700;
}
.s_contact .sec-contain .contact-info .contact_phone:hover .number {
  color: #C4D700;
}

.booking-form,
.contact_form {
  margin-top: 75px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .booking-form,
  .contact_form {
    margin-top: 75rem;
  }
}
@media screen and (max-width: 768px) {
  .booking-form,
  .contact_form {
    margin-top: 55rem;
  }
}
.booking-form .step,
.contact_form .step {
  opacity: 0;
  display: none;
  transition: opacity 0.3s ease-in-out;
}
.booking-form .step.active,
.contact_form .step.active {
  display: flex;
  flex-direction: column;
  opacity: 1;
  animation: fadeIn 0.8s ease-in-out forwards;
}
.booking-form .step p.f_sm.t-center,
.contact_form .step p.f_sm.t-center {
  text-align: center;
  margin: 2% auto;
}
.booking-form .step .c_item,
.contact_form .step .c_item {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1900px) {
  .booking-form .step .c_item,
  .contact_form .step .c_item {
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .booking-form .step .c_item,
  .contact_form .step .c_item {
    flex-direction: column;
    margin-bottom: 60rem;
  }
}
.booking-form .step .c_item span,
.contact_form .step .c_item span {
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1900px) {
  .booking-form .step .c_item span,
  .contact_form .step .c_item span {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .booking-form .step .c_item span,
  .contact_form .step .c_item span {
    font-size: 20rem;
  }
}
.booking-form .step .c_item span.required,
.contact_form .step .c_item span.required {
  background-color: #FF1919;
  color: white;
  padding: 5px 10px;
  margin-left: 20px;
  font-weight: 100;
  font-size: 80%;
}
@media screen and (max-width: 1900px) {
  .booking-form .step .c_item span.required,
  .contact_form .step .c_item span.required {
    padding: 5rem 10rem;
    margin-left: 20rem;
  }
}
.booking-form .step .c_item span.alert,
.contact_form .step .c_item span.alert {
  color: #FF1919;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 1900px) {
  .booking-form .step .c_item span.alert,
  .contact_form .step .c_item span.alert {
    margin-top: 10rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .booking-form .step .c_item span.alert,
  .contact_form .step .c_item span.alert {
    margin-top: 0;
    margin-left: 5rem;
    font-size: 18rem;
  }
}
.booking-form .step .c_item .c_lbl,
.contact_form .step .c_item .c_lbl {
  width: 50%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .booking-form .step .c_item .c_lbl,
  .contact_form .step .c_item .c_lbl {
    margin-bottom: 10px;
    width: 100%;
  }
}
.booking-form .step .c_item .c_val,
.contact_form .step .c_item .c_val {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .booking-form .step .c_item .c_val,
  .contact_form .step .c_item .c_val {
    width: 100%;
  }
}
.booking-form .step .c_item .c_val.val_div,
.contact_form .step .c_item .c_val.val_div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1900px) {
  .booking-form .step .c_item .c_val.val_div,
  .contact_form .step .c_item .c_val.val_div {
    gap: 20rem 50rem;
  }
}
@media screen and (max-width: 768px) {
  .booking-form .step .c_item .c_val.val_div,
  .contact_form .step .c_item .c_val.val_div {
    margin-top: 20rem;
  }
}
.booking-form .step .c_item .c_val.val_div label,
.contact_form .step .c_item .c_val.val_div label {
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1900px) {
  .booking-form .step .c_item .c_val.val_div label,
  .contact_form .step .c_item .c_val.val_div label {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .booking-form .step .c_item .c_val.val_div label,
  .contact_form .step .c_item .c_val.val_div label {
    font-size: 20rem;
  }
}
.booking-form .step .c_item.msg,
.contact_form .step .c_item.msg {
  align-items: flex-start;
}
.booking-form .step .c_item.msg .c_lbl,
.contact_form .step .c_item.msg .c_lbl {
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .booking-form .step .c_item.msg .c_lbl,
  .contact_form .step .c_item.msg .c_lbl {
    margin-top: 30rem;
  }
}
.booking-form .step .c_item.privacy,
.contact_form .step .c_item.privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 20px auto;
}
@media screen and (max-width: 1900px) {
  .booking-form .step .c_item.privacy,
  .contact_form .step .c_item.privacy {
    gap: 10rem;
    margin: 20rem auto;
  }
}
@media screen and (max-width: 768px) {
  .booking-form .step .c_item.privacy,
  .contact_form .step .c_item.privacy {
    margin-top: -10rem;
  }
}
.booking-form .step .c_item.privacy label,
.contact_form .step .c_item.privacy label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1900px) {
  .booking-form .step .c_item.privacy label,
  .contact_form .step .c_item.privacy label {
    gap: 10rem;
    font-size: 16rem;
  }
}
.booking-form .step .c_item.privacy label a,
.contact_form .step .c_item.privacy label a {
  text-decoration: underline;
}
.booking-form .step .c_item.privacy label a:hover,
.contact_form .step .c_item.privacy label a:hover {
  color: #C4D700;
}
.booking-form .step input[type=checkbox],
.booking-form .step input[type=radio],
.contact_form .step input[type=checkbox],
.contact_form .step input[type=radio] {
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  border: 1px solid #161616;
  background: #fff;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: auto;
  margin-left: 0;
  margin-right: 5px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 1900px) {
  .booking-form .step input[type=checkbox],
  .booking-form .step input[type=radio],
  .contact_form .step input[type=checkbox],
  .contact_form .step input[type=radio] {
    width: 20rem;
    height: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .booking-form .step input[type=checkbox],
  .booking-form .step input[type=radio],
  .contact_form .step input[type=checkbox],
  .contact_form .step input[type=radio] {
    margin-right: 3px;
  }
}
.booking-form .step input[type=checkbox]:checked,
.booking-form .step input[type=radio]:checked,
.contact_form .step input[type=checkbox]:checked,
.contact_form .step input[type=radio]:checked {
  border-color: #003A27;
}
.booking-form .step input[type=checkbox]:checked::after,
.booking-form .step input[type=radio]:checked::after,
.contact_form .step input[type=checkbox]:checked::after,
.contact_form .step input[type=radio]:checked::after {
  display: block;
}
.booking-form .step input[type=checkbox]::after,
.booking-form .step input[type=radio]::after,
.contact_form .step input[type=checkbox]::after,
.contact_form .step input[type=radio]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  background-color: #003A27;
  display: none;
}
@media screen and (max-width: 1900px) {
  .booking-form .step input[type=checkbox]::after,
  .booking-form .step input[type=radio]::after,
  .contact_form .step input[type=checkbox]::after,
  .contact_form .step input[type=radio]::after {
    width: 10rem;
    height: 10rem;
  }
}
.booking-form .step input[type=text],
.booking-form .step input[type=date],
.booking-form .step input[type=email],
.booking-form .step input[type=tel],
.booking-form .step textarea,
.contact_form .step input[type=text],
.contact_form .step input[type=date],
.contact_form .step input[type=email],
.contact_form .step input[type=tel],
.contact_form .step textarea {
  border: 1px solid #fff;
  padding: 15px;
  background: #fff;
  width: 100%;
  transition: border-color 0.3s, background-color 0.3s;
  position: relative;
  outline: none;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 1900px) {
  .booking-form .step input[type=text],
  .booking-form .step input[type=date],
  .booking-form .step input[type=email],
  .booking-form .step input[type=tel],
  .booking-form .step textarea,
  .contact_form .step input[type=text],
  .contact_form .step input[type=date],
  .contact_form .step input[type=email],
  .contact_form .step input[type=tel],
  .contact_form .step textarea {
    width: 100%;
    padding: 15rem;
    font-size: 16rem;
    border-radius: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .booking-form .step input[type=text],
  .booking-form .step input[type=date],
  .booking-form .step input[type=email],
  .booking-form .step input[type=tel],
  .booking-form .step textarea,
  .contact_form .step input[type=text],
  .contact_form .step input[type=date],
  .contact_form .step input[type=email],
  .contact_form .step input[type=tel],
  .contact_form .step textarea {
    width: 100%;
    margin-top: 20rem;
    font-size: 20rem;
  }
}
.booking-form .step input[type=text]:focus,
.booking-form .step input[type=date]:focus,
.booking-form .step input[type=email]:focus,
.booking-form .step input[type=tel]:focus,
.booking-form .step textarea:focus,
.contact_form .step input[type=text]:focus,
.contact_form .step input[type=date]:focus,
.contact_form .step input[type=email]:focus,
.contact_form .step input[type=tel]:focus,
.contact_form .step textarea:focus {
  border-color: #003A27;
  background: #fff;
}
.booking-form .step textarea,
.contact_form .step textarea {
  height: 200px;
  padding: 15px;
  resize: vertical;
}
@media screen and (max-width: 1900px) {
  .booking-form .step textarea,
  .contact_form .step textarea {
    height: 200rem;
    padding: 15rem;
  }
}
.booking-form .step .msg .c_lbl,
.contact_form .step .msg .c_lbl {
  flex-direction: column !important;
  align-items: flex-start !important;
}
.booking-form .step .msg .c_lbl .alert,
.contact_form .step .msg .c_lbl .alert {
  color: black;
  margin-top: 15px;
}
@media screen and (max-width: 1900px) {
  .booking-form .step .msg .c_lbl .alert,
  .contact_form .step .msg .c_lbl .alert {
    margin-top: 15rem;
  }
}
.booking-form .step.step_confirm .confirm-content,
.contact_form .step.step_confirm .confirm-content {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .booking-form .step.step_confirm .confirm-content,
  .contact_form .step.step_confirm .confirm-content {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .booking-form .step.step_confirm .confirm-content,
  .contact_form .step.step_confirm .confirm-content {
    margin-top: 40rem;
  }
}
.booking-form .step.step_confirm .confirm-content .confirm-item,
.contact_form .step.step_confirm .confirm-content .confirm-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 35px 5px;
  border-top: 2px solid black;
}
.booking-form .step.step_confirm .confirm-content .confirm-item:last-child,
.contact_form .step.step_confirm .confirm-content .confirm-item:last-child {
  border-bottom: 2px solid black;
}
@media screen and (max-width: 1900px) {
  .booking-form .step.step_confirm .confirm-content .confirm-item,
  .contact_form .step.step_confirm .confirm-content .confirm-item {
    padding: 35rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  .booking-form .step.step_confirm .confirm-content .confirm-item,
  .contact_form .step.step_confirm .confirm-content .confirm-item {
    padding: 15rem 5rem;
  }
}
.booking-form .step.step_confirm .confirm-content .confirm-item label,
.contact_form .step.step_confirm .confirm-content .confirm-item label {
  min-width: 280px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 1900px) {
  .booking-form .step.step_confirm .confirm-content .confirm-item label,
  .contact_form .step.step_confirm .confirm-content .confirm-item label {
    min-width: 280rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .booking-form .step.step_confirm .confirm-content .confirm-item label,
  .contact_form .step.step_confirm .confirm-content .confirm-item label {
    min-width: 270rem;
    font-size: 20rem;
  }
}
.booking-form .step.step_confirm .confirm-content .confirm-item span,
.contact_form .step.step_confirm .confirm-content .confirm-item span {
  width: calc(100% - 280px);
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
}
@media screen and (max-width: 1900px) {
  .booking-form .step.step_confirm .confirm-content .confirm-item span,
  .contact_form .step.step_confirm .confirm-content .confirm-item span {
    width: calc(100% - 280rem);
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .booking-form .step.step_confirm .confirm-content .confirm-item span,
  .contact_form .step.step_confirm .confirm-content .confirm-item span {
    width: calc(100% - 270rem);
    font-size: 20rem;
  }
}
.booking-form .step.step_confirm .m_ttl,
.contact_form .step.step_confirm .m_ttl {
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  .booking-form .step.step_confirm .m_ttl,
  .contact_form .step.step_confirm .m_ttl {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .booking-form .step.step_confirm .m_ttl,
  .contact_form .step.step_confirm .m_ttl {
    margin-top: 75rem;
  }
}
.booking-form .step.step_thanks .thanks-text,
.contact_form .step.step_thanks .thanks-text {
  margin: 100px auto;
  margin-top: 70px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .booking-form .step.step_thanks .thanks-text,
  .contact_form .step.step_thanks .thanks-text {
    margin: 100rem auto;
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .booking-form .step.step_thanks .thanks-text,
  .contact_form .step.step_thanks .thanks-text {
    margin: 70rem auto;
    margin-top: 50rem;
  }
}
.booking-form .step.step_thanks .m_ttl,
.contact_form .step.step_thanks .m_ttl {
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  .booking-form .step.step_thanks .m_ttl,
  .contact_form .step.step_thanks .m_ttl {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .booking-form .step.step_thanks .m_ttl,
  .contact_form .step.step_thanks .m_ttl {
    margin-top: 75rem;
  }
}
.booking-form .step .btn-div,
.contact_form .step .btn-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin: auto;
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  .booking-form .step .btn-div,
  .contact_form .step .btn-div {
    gap: 50rem;
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .booking-form .step .btn-div,
  .contact_form .step .btn-div {
    gap: 20rem;
    margin-top: 50rem;
    width: 100%;
  }
}
.booking-form .step .btn,
.contact_form .step .btn {
  border: none;
  cursor: pointer;
}
.booking-form .step .btn:disabled,
.contact_form .step .btn:disabled {
  cursor: not-allowed;
}

.booking-form {
  position: fixed;
  z-index: 1000;
  bottom: 50px;
  right: 25px;
  background-color: #fff;
  border: 2px solid #C4D700;
  border-radius: 10px;
  width: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1900px) {
  .booking-form {
    bottom: 50rem;
    right: 25rem;
    border-radius: 10rem;
    width: 420rem;
  }
}
.booking-form.is_open {
  display: block;
}
.booking-form .book-header {
  background-color: #C4D700;
  padding: 15px 0;
}
@media screen and (max-width: 1900px) {
  .booking-form .book-header {
    padding: 15rem 0;
  }
}
.booking-form .book-header p {
  text-align: center;
}
.booking-form .book-header h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.booking-form .book-header h3 img {
  width: 36px;
}
@media screen and (max-width: 1900px) {
  .booking-form .book-header h3 img {
    width: 35rem;
  }
}
.booking-form .book-header h3 span {
  color: #fff;
}
.booking-form .step {
  padding: 25px;
}
@media screen and (max-width: 1900px) {
  .booking-form .step {
    padding: 25rem;
  }
}
.booking-form .step .c_item {
  margin-bottom: 15px;
}
@media screen and (max-width: 1900px) {
  .booking-form .step .c_item {
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .booking-form .step .c_item {
    margin-bottom: 15rem;
  }
}
.booking-form .step .c_item .c_lbl {
  width: 100px;
  display: flex;
}
@media screen and (max-width: 1900px) {
  .booking-form .step .c_item .c_lbl {
    width: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .booking-form .step .c_item .c_lbl {
    width: 100%;
    margin-bottom: 10rem;
  }
}
.booking-form .step .c_item .c_val {
  width: calc(100% - 100px);
}
@media screen and (max-width: 1900px) {
  .booking-form .step .c_item .c_val {
    width: calc(100% - 100rem);
  }
}
@media screen and (max-width: 768px) {
  .booking-form .step .c_item .c_val {
    width: 100%;
    margin-top: 0;
  }
}
.booking-form .step .c_item .c_val.val_div {
  gap: 8px 15px;
}
@media screen and (max-width: 1900px) {
  .booking-form .step .c_item .c_val.val_div {
    gap: 8rem 15rem;
  }
}
.booking-form .step .c_item.privacy {
  margin: 10px auto;
}
@media screen and (max-width: 1900px) {
  .booking-form .step .c_item.privacy {
    margin: 10rem auto;
  }
}
.booking-form .step .c_item.privacy label {
  line-height: 1.5;
  width: 100%;
  justify-content: center;
}
.booking-form .step .c_item.privacy label span {
  font-size: 14px;
}
@media screen and (max-width: 1900px) {
  .booking-form .step .c_item.privacy label span {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .booking-form .step .c_item.privacy label span {
    font-size: 16rem;
  }
}
.booking-form .step input[type=radio] {
  border-radius: 999px;
  border: 1px solid #000;
}
.booking-form .step input[type=text],
.booking-form .step input[type=date],
.booking-form .step input[type=email],
.booking-form .step input[type=tel] {
  border-radius: 8px;
  border: 1px solid #000;
  padding: 10px;
}
@media screen and (max-width: 1900px) {
  .booking-form .step input[type=text],
  .booking-form .step input[type=date],
  .booking-form .step input[type=email],
  .booking-form .step input[type=tel] {
    border-radius: 8rem;
    padding: 10rem;
  }
}
.booking-form .step .btn-div {
  margin-top: 15px;
  flex-direction: column;
}
@media screen and (max-width: 1900px) {
  .booking-form .step .btn-div {
    margin-top: 15rem;
  }
}
.booking-form .step .btn-div .btn {
  width: 200px;
}
@media screen and (max-width: 1900px) {
  .booking-form .step .btn-div .btn {
    width: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .booking-form .step .btn-div .btn {
    width: 60%;
    height: 60rem;
  }
}
.booking-form .step .btn-div .btn svg {
  width: 30px;
  height: 24px;
}
@media screen and (max-width: 1900px) {
  .booking-form .step .btn-div .btn svg {
    width: 30rem;
    height: 24rem;
  }
}
.booking-form .step.step_confirm .confirm-content .confirm-item {
  padding: 12px 0;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1900px) {
  .booking-form .step.step_confirm .confirm-content .confirm-item {
    padding: 12rem 0;
  }
}
.booking-form .step.step_confirm .confirm-content .confirm-item label {
  min-width: 130px;
}
@media screen and (max-width: 1900px) {
  .booking-form .step.step_confirm .confirm-content .confirm-item label {
    min-width: 130rem;
  }
}
@media screen and (max-width: 768px) {
  .booking-form .step.step_confirm .confirm-content .confirm-item label {
    min-width: 150rem;
  }
}
.booking-form .step.step_confirm .confirm-content .confirm-item span {
  width: calc(100% - 130px);
}
@media screen and (max-width: 1900px) {
  .booking-form .step.step_confirm .confirm-content .confirm-item span {
    width: calc(100% - 130rem);
  }
}
@media screen and (max-width: 768px) {
  .booking-form .step.step_confirm .confirm-content .confirm-item span {
    width: calc(100% - 150rem);
  }
}

.error-message {
  position: absolute;
  z-index: 10;
  bottom: -10px;
  right: 0;
  font-size: 14px;
  color: red;
}
@media screen and (max-width: 1900px) {
  .error-message {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .error-message {
    font-size: 18rem;
  }
}

.error-container {
  margin-top: 5px;
}

.c_item {
  position: relative;
}

#s_s_s1 {
  padding-bottom: 100px;
  margin-top: -60px;
}
@media screen and (max-width: 1900px) {
  #s_s_s1 {
    padding-bottom: 100rem;
    margin-top: -60rem;
  }
}
@media screen and (max-width: 768px) {
  #s_s_s1 {
    padding: 40rem;
    padding-bottom: 120rem;
    margin-top: -20rem;
  }
}
#s_s_s1::before {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 59px);
  background-color: #E7F2EF;
}
@media screen and (max-width: 1900px) {
  #s_s_s1::before {
    height: calc(100% - 59rem);
  }
}
@media screen and (max-width: 768px) {
  #s_s_s1::before {
    height: calc(100% - 20rem);
  }
}
#s_s_s1 .sec-contain .content .privacy-main .section-description {
  padding: 0 30px;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 1900px) {
  #s_s_s1 .sec-contain .content .privacy-main .section-description {
    font-size: 18rem;
    padding: 0 30rem;
  }
}
@media screen and (max-width: 768px) {
  #s_s_s1 .sec-contain .content .privacy-main .section-description {
    font-size: 24rem;
  }
}
#s_s_s1 .sec-contain .content .privacy-main .section-list .list-item {
  margin-top: 80px;
  font-size: 28px;
  font-weight: 400;
  border-bottom: 1px solid #A4A4A4;
  padding: 0 30px 10px;
}
@media screen and (max-width: 1900px) {
  #s_s_s1 .sec-contain .content .privacy-main .section-list .list-item {
    font-size: 28rem;
    margin-top: 80rem;
    padding: 0 30rem 10rem;
  }
}
@media screen and (max-width: 768px) {
  #s_s_s1 .sec-contain .content .privacy-main .section-list .list-item {
    font-size: 32rem;
  }
}
#s_s_s1 .sec-contain .content .privacy-main .section-list .list-description {
  margin-top: 10px;
  font-size: 18px;
  line-height: 2;
  word-break: auto-phrase;
  padding: 0 30px;
}
@media screen and (max-width: 1900px) {
  #s_s_s1 .sec-contain .content .privacy-main .section-list .list-description {
    font-size: 18rem;
    margin-top: 10rem;
    padding: 0 30rem;
  }
}
@media screen and (max-width: 768px) {
  #s_s_s1 .sec-contain .content .privacy-main .section-list .list-description {
    font-size: 24rem;
  }
}
#s_s_s1 .sec-contain .content .privacy-main .section-list .contact-info {
  padding: 0 30px;
}
@media screen and (max-width: 1900px) {
  #s_s_s1 .sec-contain .content .privacy-main .section-list .contact-info {
    padding: 0 30rem;
  }
}
#s_s_s1 .sec-contain .content .privacy-main .section-list .contact-info p {
  line-height: 2;
}
#s_s_s1 .sec-contain .content .privacy-main .section-list .sub-list {
  margin-top: 40px;
  padding: 0 30px;
}
@media screen and (max-width: 1900px) {
  #s_s_s1 .sec-contain .content .privacy-main .section-list .sub-list {
    margin-top: 40rem;
    padding: 0 30rem;
  }
}
#s_s_s1 .sec-contain .content .privacy-main .section-list .sub-list .sub-list-item {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 1900px) {
  #s_s_s1 .sec-contain .content .privacy-main .section-list .sub-list .sub-list-item {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  #s_s_s1 .sec-contain .content .privacy-main .section-list .sub-list .sub-list-item {
    font-size: 24rem;
  }
}/*# sourceMappingURL=contact.css.map */