.s_contact {
  padding: 200px 0;
}
@media screen and (max-width: 1900px) {
  .s_contact {
    padding: 200rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s_contact {
    padding: 150rem 40rem;
  }
}
.s_contact .sec-wide {
  background-color: #fff;
  padding: 100px 170px;
  border-radius: 16px;
}
@media screen and (max-width: 1900px) {
  .s_contact .sec-wide {
    padding: 100rem 170rem;
    border-radius: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .s_contact .sec-wide {
    padding: 100rem 40rem;
  }
}
.s_contact .sec-wide h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1.5;
  border-bottom: 2px solid #000;
}

.contact_form {
  margin-top: 75px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .contact_form {
    margin-top: 75rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form {
    margin-top: 55rem;
  }
}
.contact_form .step {
  opacity: 0;
  display: none;
  transition: opacity 0.3s ease-in-out;
}
.contact_form .step.active {
  display: flex;
  flex-direction: column;
  opacity: 1;
  animation: fadeIn 0.8s ease-in-out forwards;
}
.contact_form .step p.f_sm.t-center {
  text-align: center;
  margin: 2% auto;
}
.contact_form .step .c_item {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1900px) {
  .contact_form .step .c_item {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step .c_item {
    flex-direction: column;
  }
}
.contact_form .step .c_item span {
  font-size: 21px;
  line-height: 1;
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 1900px) {
  .contact_form .step .c_item span {
    font-size: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step .c_item span {
    font-size: 24rem;
  }
}
.contact_form .step .c_item span.required {
  background-color: #D64B36;
  color: white;
  padding: 1px 15px;
  border-radius: 999px;
  margin-left: 20px;
  font-weight: 100;
  font-size: 80%;
}
@media screen and (max-width: 1900px) {
  .contact_form .step .c_item span.required {
    padding: 1px 15rem;
    margin-left: 20rem;
  }
}
.contact_form .step .c_item span.alert {
  color: #D64B36;
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 1900px) {
  .contact_form .step .c_item span.alert {
    margin-top: 10rem;
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step .c_item span.alert {
    margin-top: 0;
    margin-left: 5rem;
    font-size: 20rem;
  }
}
.contact_form .step .c_item .c_lbl {
  min-width: 400px;
  display: flex;
}
@media screen and (max-width: 1900px) {
  .contact_form .step .c_item .c_lbl {
    min-width: 400rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step .c_item .c_lbl {
    min-width: 100%;
    margin-bottom: 10px;
  }
}
.contact_form .step .c_item .c_val {
  width: calc(100% - 400px);
}
@media screen and (max-width: 1900px) {
  .contact_form .step .c_item .c_val {
    width: calc(100% - 400rem);
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step .c_item .c_val {
    width: 100%;
  }
}
.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) {
  .contact_form .step .c_item .c_val.val_div {
    gap: 20rem 50rem;
  }
}
.contact_form .step .c_item .c_val.val_div label {
  font-size: 21px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
}
@media screen and (max-width: 1900px) {
  .contact_form .step .c_item .c_val.val_div label {
    font-size: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step .c_item .c_val.val_div label {
    font-size: 24rem;
  }
}
.contact_form .step .c_item.msg {
  align-items: flex-start;
}
.contact_form .step .c_item.msg .c_lbl {
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .contact_form .step .c_item.msg .c_lbl {
    margin-top: 30rem;
  }
}
.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) {
  .contact_form .step .c_item.privacy {
    gap: 10rem;
    margin: 20rem auto;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step .c_item.privacy {
    margin-top: -10rem;
  }
}
.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) {
  .contact_form .step .c_item.privacy label {
    gap: 10rem;
    font-size: 16rem;
  }
}
.contact_form .step .c_item.privacy label a {
  text-decoration: underline;
}
.contact_form .step .c_item.privacy label a:hover {
  color: #ff6666;
}
.contact_form .step input[type=checkbox],
.contact_form .step input[type=radio] {
  width: 20px;
  height: 20px;
  border: 1px solid #777;
  background: #fff;
  border-radius: 999px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: auto;
  margin-right: 5px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 1900px) {
  .contact_form .step input[type=checkbox],
  .contact_form .step input[type=radio] {
    width: 20rem;
    height: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step input[type=checkbox],
  .contact_form .step input[type=radio] {
    margin-right: 3px;
  }
}
.contact_form .step input[type=checkbox]:checked,
.contact_form .step input[type=radio]:checked {
  border-color: #fee101;
}
.contact_form .step input[type=checkbox]:checked::after,
.contact_form .step input[type=radio]:checked::after {
  display: block;
}
.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%);
  background-color: #fee101;
  border-radius: 999px;
  display: none;
}
@media screen and (max-width: 1900px) {
  .contact_form .step input[type=checkbox]::after,
  .contact_form .step input[type=radio]::after {
    width: 10rem;
    height: 10rem;
  }
}
.contact_form .step input[type=text],
.contact_form .step input[type=email],
.contact_form .step input[type=tel],
.contact_form .step textarea {
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  padding: 15px;
  background: #E6E6E6;
  width: 100%;
  transition: border-color 0.3s, background-color 0.3s;
  position: relative;
  outline: none;
  font-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 1900px) {
  .contact_form .step input[type=text],
  .contact_form .step input[type=email],
  .contact_form .step input[type=tel],
  .contact_form .step textarea {
    width: calc(100% - 400rem);
    padding: 15rem;
    font-size: 18rem;
    border-radius: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step input[type=text],
  .contact_form .step input[type=email],
  .contact_form .step input[type=tel],
  .contact_form .step textarea {
    width: 100%;
    margin-top: 20rem;
    font-size: 24rem;
  }
}
.contact_form .step input[type=text]:focus,
.contact_form .step input[type=email]:focus,
.contact_form .step input[type=tel]:focus,
.contact_form .step textarea:focus {
  border-color: #fee101;
  background: #fff;
}
.contact_form .step textarea {
  height: 200px;
  padding: 15px;
  resize: vertical;
}
@media screen and (max-width: 1900px) {
  .contact_form .step textarea {
    height: 200rem;
    padding: 15rem;
  }
}
.contact_form .step .msg .c_lbl {
  flex-direction: column !important;
  align-items: flex-start !important;
}
.contact_form .step .msg .c_lbl .alert {
  color: black;
  margin-top: 15px;
}
@media screen and (max-width: 1900px) {
  .contact_form .step .msg .c_lbl .alert {
    margin-top: 15rem;
  }
}
.contact_form .step.step_confirm .confirm-content {
  width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  .contact_form .step.step_confirm .confirm-content {
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step.step_confirm .confirm-content {
    margin-top: 40rem;
  }
}
.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;
}
.contact_form .step.step_confirm .confirm-content .confirm-item:last-child {
  border-bottom: 2px solid black;
}
@media screen and (max-width: 1900px) {
  .contact_form .step.step_confirm .confirm-content .confirm-item {
    padding: 35rem 5rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step.step_confirm .confirm-content .confirm-item {
    padding: 15rem 5rem;
  }
}
.contact_form .step.step_confirm .confirm-content .confirm-item label {
  min-width: 280px;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 1900px) {
  .contact_form .step.step_confirm .confirm-content .confirm-item label {
    min-width: 280rem;
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step.step_confirm .confirm-content .confirm-item label {
    min-width: 270rem;
    font-size: 20rem;
  }
}
.contact_form .step.step_confirm .confirm-content .confirm-item span {
  width: calc(100% - 280px);
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
  word-wrap: break-word;
}
@media screen and (max-width: 1900px) {
  .contact_form .step.step_confirm .confirm-content .confirm-item span {
    width: calc(100% - 280rem);
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step.step_confirm .confirm-content .confirm-item span {
    width: calc(100% - 270rem);
    font-size: 20rem;
  }
}
.contact_form .step.step_confirm .m_ttl {
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  .contact_form .step.step_confirm .m_ttl {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step.step_confirm .m_ttl {
    margin-top: 75rem;
  }
}
.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) {
  .contact_form .step.step_thanks .thanks-text {
    margin: 100rem auto;
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step.step_thanks .thanks-text {
    margin: 70rem auto;
    margin-top: 50rem;
  }
}
.contact_form .step.step_thanks .m_ttl {
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  .contact_form .step.step_thanks .m_ttl {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step.step_thanks .m_ttl {
    margin-top: 75rem;
  }
}
.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) {
  .contact_form .step .btn-div {
    gap: 50rem;
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step .btn-div {
    gap: 20rem;
    margin-top: 50rem;
    width: 100%;
  }
}
.contact_form .step .btn {
  width: 390px;
  padding: 20px;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 999px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  .contact_form .step .btn {
    padding: 20rem;
    font-size: 24rem;
    width: 390rem;
  }
}
@media screen and (max-width: 768px) {
  .contact_form .step .btn {
    width: 100%;
    height: auto;
    padding: 20rem;
    font-size: 28rem;
  }
}
.contact_form .step .btn:hover {
  background-color: #fee101;
  border: 1px solid #000;
  color: #000;
}
.contact_form .step .btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.contact_form .step .btn.btn-back {
  border: 1px solid #fee101;
  background-color: #fee101;
  color: #000;
}
.contact_form .step .btn.btn-back:hover {
  background-color: #000;
  color: #fee101;
}
.contact_form .step .btn.btn_top {
  border: 1px solid #fee101;
  color: #fee101;
}
.contact_form .step .btn.btn_top:hover {
  background-color: #fee101;
  color: #fff;
}

.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: 200px 0;
  background-color: #fff;
}
@media screen and (max-width: 1900px) {
  #s_s_s1 {
    padding: 200rem 0;
  }
}
@media screen and (max-width: 768px) {
  #s_s_s1 {
    padding: 150rem 40rem;
  }
}
#s_s_s1 .sec-contain .content {
  background-color: #fff;
}
#s_s_s1 .sec-contain .content .privacy_main .section-description {
  font-size: 18px;
}
@media screen and (max-width: 1900px) {
  #s_s_s1 .sec-contain .content .privacy_main .section-description {
    font-size: 18rem;
  }
}
@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: 50px;
  font-size: 28px;
  font-weight: 400;
  border-bottom: 1px solid #A0B3C1;
}
@media screen and (max-width: 1900px) {
  #s_s_s1 .sec-contain .content .privacy_main .section-list .list-item {
    font-size: 28rem;
    margin-top: 50rem;
  }
}
@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;
  word-break: auto-phrase;
}
@media screen and (max-width: 1900px) {
  #s_s_s1 .sec-contain .content .privacy_main .section-list .list-description {
    font-size: 18rem;
    margin-top: 10rem;
  }
}
@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 {
  margin-top: 30px;
}
@media screen and (max-width: 1900px) {
  #s_s_s1 .sec-contain .content .privacy_main .section-list .contact-info {
    margin-top: 30rem;
  }
}
#s_s_s1 .sec-contain .content .privacy_main .section-list .contact-info a {
  text-decoration: underline;
  font-weight: bold;
}
#s_s_s1 .sec-contain .content .privacy_main .section-list .contact-info a:hover {
  color: #fee101;
}
#s_s_s1 .sec-contain .content .privacy_main .section-list .sub-list {
  margin-top: 40px;
}
@media screen and (max-width: 1900px) {
  #s_s_s1 .sec-contain .content .privacy_main .section-list .sub-list {
    margin-top: 40rem;
  }
}
#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 */