.default-modal .modal-dialog-default {
  width: 60rem;
  height: auto;
  box-shadow: 0px 10px 20px 0px rgba(148, 161, 176, 0.25);
  border-radius: 2rem;
  overflow: hidden;
}
.default-modal .modal-header-default {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem;
  padding-bottom: 2rem;
  max-height: 6.6rem;
  background-color: #f9f9fa;
}
.default-modal .modal-header-default .modal-title-default {
  color: #1e2229;
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.06rem;
}
.default-modal .modal-header-default .modal-header-close-button::before {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 2.2rem;
  color: #858a93;
}
.default-modal .modal-body-default {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e2229;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.054rem;
  flex-direction: column;
  padding: 3rem;
  min-height: 20rem;
}
.default-modal .modal-body-default.default-notice {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
.default-modal .modal-body-default.default-notice .icon-notice.default-notice {
  font-size: 5rem;
  color: #009b76;
}
.default-modal .modal-body-default.default-notice .default-notice-modal-title {
  color: #1e2229;
  font-size: 3rem;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.12rem;
}
.default-modal .modal-body-default.default-notice .default-notice-modal-desc {
  color: #94a1b0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.088rem;
}
.default-modal .modal-body-default.default-notice .default-notice-modal-badge {
  color: #009b76;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 150%;
  padding: 0.6rem 2rem;
  border-radius: 5rem;
  background-color: #f9f9fa;
}
.default-modal .modal-footer-default {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  padding-top: 0;
  gap: 1rem;
}
.default-modal .modal-footer-default button,
.default-modal .modal-footer-default a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 5rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.036rem;
}
.default-modal .modal-footer-default button[data-ratio="40"],
.default-modal .modal-footer-default a[data-ratio="40"] {
  width: 40%;
}
.default-modal .modal-footer-default button[data-ratio="50"],
.default-modal .modal-footer-default a[data-ratio="50"] {
  width: 50%;
}
.default-modal .modal-footer-default button[data-ratio="60"],
.default-modal .modal-footer-default a[data-ratio="60"] {
  width: 60%;
}
.default-modal .modal-footer-default button[data-ratio="100"],
.default-modal .modal-footer-default a[data-ratio="100"] {
  width: 100%;
}
.default-modal .modal-footer-default .confirm-button {
  border-radius: 2.5rem;
  background-color: #009b76;
  color: #fff;
}
.default-modal .modal-footer-default .confirm-button:hover {
  background-color: #008565;
}
.default-modal .modal-footer-default .term-button {
  border: 1px solid #d7dce5;
  border-radius: 5rem;
  color: #858a93;
  font-weight: 500;
}
.default-modal .modal-footer-default .term-button:hover {
  background-color: #f7f8fa;
}
.default-modal .modal-footer-default:has(button:nth-of-type(2)) button:first-of-type {
  border: 1px solid #d7dce5;
  border-radius: 5rem;
  color: #858a93;
  font-weight: 500;
  background-color: #fff;
}
.default-modal .modal-footer-default:has(button:nth-of-type(2)) button:first-of-type:hover {
  background-color: #f7f8fa;
}.hidden {
  display: none !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

:focus-visible {
  outline: none;
}

input:focus {
  --tw-ring-color: none !important;
}

::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
}

@media (min-width: 769px) {
  .head-area {
    position: fixed;
    width: 10rem;
    right: 1.6rem;
    bottom: 3%;
    z-index: 992;
    transition: 0.3s;
  }
  .head-area #go-up {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    margin-top: 1rem;
    position: relative;
    margin-bottom: 1rem;
  }
  .head-area #go-up button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    background-color: #fff;
  }
  .head-area #go-up button.action {
    width: 6rem;
    height: 6rem;
    border: 1px solid #9fa4ab;
    border-radius: 50%;
    box-shadow: 0px 2.571px 5.143px rgba(0, 0, 0, 0.15);
    opacity: 1;
  }
  .head-area #go-up button.action::before {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    content: "\f061";
    font-family: "FontAwesome";
    font-size: 2.8rem;
    transition: ease 0.2s;
    transform: rotate(-90deg);
    color: #34373d;
  }
  .head-area.isopen {
    right: 32vw;
  }
}
@media (max-width: 768px) {
  .head-area {
    position: fixed;
    width: 8rem;
    right: 1.6rem;
    bottom: 5%;
    z-index: 99999;
    transition: 0.3s;
  }
  .head-area #go-up {
    width: 5.4rem;
    height: 5.4rem;
    border-radius: 40%;
    opacity: 0.9;
    margin-top: 1rem;
    position: relative;
    margin-bottom: 1rem;
  }
  .head-area #go-up button {
    border: 1px solid #e4e8e8;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    width: 100%;
    height: 100%;
    border-radius: 40%;
    opacity: 0;
  }
  .head-area #go-up button i {
    color: #fff;
    font-size: 2rem;
  }
  .head-area #go-up button.action {
    width: 6rem;
    height: 6rem;
    border: 1px solid #9fa4ab;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    box-shadow: 0px 2.571px 5.143px rgba(0, 0, 0, 0.15);
    opacity: 1;
  }
  .head-area #go-up button.action::before {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    content: "\f061";
    font-family: "FontAwesome";
    font-size: 2.8rem;
    transition: ease 0.2s;
    transform: rotate(-90deg);
    color: #34373d;
  }
  .head-area {
    right: 0;
    bottom: 14%;
  }
}
@media (max-width: 600px) {
  .head-area {
    bottom: 12%;
  }
}