#quick_reserve_modal1 {
  font-family: "Pretendard";
}

#quick_reserve_modal1 {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(34, 34, 34, 0.55);
  z-index: 700;
  /* border: solid 2px #f5f5f5;  */
  box-sizing: border-box;
  overflow-y: auto;
}

#quick_reserve_modal1 .submit_alarm {
  padding: 30px 49.27px 23.92px 46.19px;
  border-radius: 20px;
}

#quick_reserve_modal1 .submit_alarm > :first-child {
  height: 100px;
}

#quick_reserve_modal1 .title {
  font-weight: bold;
  font-size: 29px;
}

#quick_reserve_modal1 .submit_alarm_span2 {
  margin-bottom: 16.64px;
}

#quick_reserve_modal1 .close_btn2 {
  border: none;
}

.callWrap .callWrapinner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f6f6f6;
  font-size: 20px;
  color: #727272;
  font-weight: 400;
  height: 57px;
  padding: 0 48.73px 0 49.81px;
}

.callwrap img {
  width: 27px;
  height: 27px;
}

.call {
  display: flex;
  align-items: center;
  gap: 19px;
  color: #727272;
}

.submit_alarm_btn_wrap {
  justify-content: space-between;
  margin-top: 19.76px;
}

.submit_alarm .desktop2 {
  display: flex;
}

.submit_alarm .mobile2 {
  display: none;
}

.send_btn {
  background-color: #00a8e7;
  color: #ffffff;
  font-size: 21px;
  font-weight: 900;
  width: 212px;
  height: 63px;
  border-radius: 10px;
  border: none;
}

.close_send_btn {
  background-color: #ffffff;
  color: #000000;
  font-size: 21px;
  font-weight: 700;
  border: 1px solid #c5c5c58a;
  width: 212px;
  height: 63px;
  border-radius: 10px;
}

.submit_alarm_span2 div span .tint {
  color: #00a8e7;
}

@media screen and (max-width: 767px) {
  #quick_reserve_modal1 .title {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.22px;
    margin-bottom: 0;
  }

  #quick_reserve_modal1 .submit_alarm > :first-child {
    height: 40px;
  }

  #quick_reserve_modal1 .submit_alarm {
    width: 249px;
    padding: 24px 0 0 0;
    border-radius: 19.041px;
  }

  #quick_reserve_modal1 .submit_alarm_span2 {
    font-size: 12px;
    padding-top: 13px;
    margin-bottom: 0;
  }

  #quick_reserve_modal1 .submit_alarm_span2 div :first-child {
    text-align: start;
  }

  .callWrap {
    padding: 0 9px;
  }

  .callWrap .callWrapinner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #ffffff;
    font-size: 12.5px;
    color: #242424;
    font-weight: 400;
    height: 30px;
    padding: 0 21px 11px;

    border-bottom: 1px solid #c5c5c5;
  }

  .call {
    gap: 10px;
  }

  .call img {
    width: 18px;
    height: 18px;
  }

  .quick_reserve_modal1 .submit_alarm .submit_alarm_btn_wrap {
    width: 100%;
  }

  .submit_alarm .desktop2 {
    display: none;
  }

  .submit_alarm .mobile2 {
    display: flex;
  }

  .close_send_btn {
    background-color: #EDEDED;
    height: 46px;
    width: 50%;
    font-size: 13.5px;
    font-weight: 900;
    border-radius: 0px 0px 0px 20px;
    border: none;
  }

  .close_send_btn > span {
    font-size: 13.3px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #797979;
  }

  .send_btn {
    height: 46px;
    width: 50%;
    font-size: 13.5px;
    font-weight: 900;
    border-radius: 0px 0px 20px 0px;
  }

  .submit_alarm_span2 span {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
  }

  .submit_alarm_span2 span.tint {
    font-weight: 600;
  }

  .submit_alarm_btn_wrap {
    justify-content: space-between;
    margin-top: 13px;
  }
}
