.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: #4759ca;
}
.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: #4759ca;
  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: #4759ca;
  color: #fff;
}
.default-modal .modal-footer-default .confirm-button:hover {
  background-color: #3947a2;
}
.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(:nth-child(2)) > :first-child {
  border: 1px solid #d7dce5;
  border-radius: 5rem;
  color: #858a93;
  font-weight: 500;
  background-color: #fff;
}
.default-modal .modal-footer-default:has(:nth-child(2)) > :first-child:hover {
  background-color: #f7f8fa;
}