body,
html {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "galano";
}

.mubi_body {
  width: 375px;
  height: 667px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* padding: 0 15px; */
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 0 20px #00000030;
  background: url("../assets/images/bg-topad-sf-w@2x.png") 0 0 / 100% auto
    no-repeat;
}

.mubi_title {
  width: 100%;
  height: 35px;
  gap: 5px;
}

.mubi_title_id {
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
}

.mubi_title_copy {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.mubi_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 40px;
}

.mubi_info_t {
  font-size: 14px;
  color: #ffffff;
}

.mubi_info_amount {
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
}

.mubi_info_amount_unit {
  font-size: 16px;
  font-weight: 400;
}

.mubi_info_rate {
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
}

.mubi_countDown {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mubi_countDown_icon {
  width: 112px;
  height: 112px;
  display: block;
  margin-bottom: 40px;
}

.mubi_countDown_time {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.mubi_countDown_time_main {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}

.mubi_countDown_time_unit {
  font-weight: bold;
  font-size: 12px;
  color: #333333;
  margin: 0 0 2px 1px;
}

.mubi_countDown_success {
  font-weight: 600;
  font-size: 16px;
  color: #4bb543;
  display: none;
}

.mubi_countDown_error {
  font-weight: 600;
  font-size: 16px;
  color: #FF3B30;
  display: none;
}

.icon_hidden {
  display: none;
}

.mubi_countDown_tip {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 0 10px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  margin-top: 13px;
}

.mubi_hide {
  display: none;
}

.mubi_order {
  width: 100%;
  margin-top: 40px;
  background: linear-gradient(180deg, #fee5b8 -16%, #ffffff 18%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  padding: 10px 15px;
  box-sizing: border-box;
  position: relative;
}

.mubi_safe {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
}

.mubi_safe_i {
  width: 15px;
}

.mubi_safe_t {
  font-size: 10px;
  color: #b5b5b5;
}

.mubi_order_title {
  width: 100%;
  text-align: left;
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ececec;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
}

.mubi_order_item {
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}

.mubi_order_item_t {
  font-weight: 400;
  font-size: 14px;
  color: #656565;
}

.mubi_order_item_c {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.mubi_order_item_sp {
  font-weight: 400;
  font-size: 14px;
  color: #dd0000;
}

.mubi_order_item_copy {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  cursor: pointer;
}

.mubi_form {
  display: flex;
  flex-direction: column;
  padding: 15px 15px 35px;
  background: #ffffff;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 0 30px #00000030;
}

.mubi_form_title {
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
  gap: 10px;
}

.mubi_form_title_line {
  flex: 1;
  height: 1px;
  background: #656565;
  opacity: 0.1;
}

.mubi_form_title_t {
  font-weight: 400;
  font-size: 12px;
  color: #333333;
}

.mubi_form_label {
  width: 100%;
  padding: 20px 0 10px;
  box-sizing: border-box;
  text-align: left;
  font-weight: 400;
  font-size: 12px;
  color: #dd0000;
}

.mubi_form_input {
  width: 100%;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
  outline: none;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  animation-name: inru_jello;
  animation-duration: 1s;

  &:focus {
    animation-name: none;
    animation-duration: 1s;
  }
}

.mubi_form_btn {
  width: 315px;
  height: 48px;
  background: #dd0000;
  border-radius: 10px;
  text-align: center;
  line-height: 48px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin-top: 20px;
  cursor: pointer;
  text-transform: uppercase;
  position: absolute;
  bottom: 57px;
  left: 50%;
  transform: translateX(-50%);

  &:active {
    opacity: 0.8;
  }
}

.d-flex {
  display: flex;
}

.d-flex-col {
  display: flex;
  flex-direction: column;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.d-span-0 {
  flex: 0 0 auto;
}

.d-span-1 {
  flex: 1;
}

@media screen and (max-width: 750px) {
  .mubi_body {
    width: 100%;
    height: 100vh;
    position: unset;
    transform: unset;
  }
}

.animate_inru_jello {
  animation-name: inru_jello;
  animation-duration: 1s;
}

@keyframes inru_jello {
  0%,
  100% {
    box-shadow: 0px 0px 0px 0px #ff2020;
  }
  0%,
  11.1%,
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  33.3% {
    -webkit-transform: skewX(3.125deg) skewY(3.125deg);
    transform: skewX(3.125deg) skewY(3.125deg);
  }
  44.4% {
    -webkit-transform: skewX(-1.5625deg) skewY(-1.5625deg);
    transform: skewX(-1.5625deg) skewY(-1.5625deg);
  }
  50% {
    box-shadow: 0px 0px 10px 0px #ff2020;
  }
  55.5% {
    -webkit-transform: skewX(0.78125deg) skewY(0.78125deg);
    transform: skewX(0.78125deg) skewY(0.78125deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.390625deg) skewY(-0.390625deg);
    transform: skewX(-0.390625deg) skewY(-0.390625deg);
  }
  77.7% {
    -webkit-transform: skewX(0.1953125deg) skewY(0.1953125deg);
    transform: skewX(0.1953125deg) skewY(0.1953125deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.09765625deg) skewY(-0.09765625deg);
    transform: skewX(-0.09765625deg) skewY(-0.09765625deg);
  }
}
