/* ===========================================================
빠른예약   
quick_menu.css
   - quick_menu.php (빠른예약 모달 / 안내 모달 / 완료 모달 / 모바일 하단바) 전용 스타일
   - style.css 내 quick_menu 구간(약 1342~3101줄)에서 복사함
   - style.css 원본은 그대로 두었으며, 이 파일은 아직 어떤 페이지에도 link 되어 있지 않음
   - 사용하려면 style.css 보다 "뒤"에 <link> 로 연결할 것 (순서 중요)
   - 주의: #newFloat 등 quick_menu 와 무관한 규칙은 제외함
   =========================================================== */

/* quick_menu */

.modal_inner_form {
  position: relative;
}

.form_div1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 69px;
}

.close_btn1_desktop {
  position: absolute;
  display: block;
  top: 33px;
  right: 26.57px;
  border: none;
  cursor: pointer;
  background: transparent;
  padding: 0;
  width: auto;
}

.policy_underline {
  color: #989898;
  text-decoration: underline;
}

.close_btn1_mobile {
  position: absolute;
  display: none;
  top: 21.03px;
  right: 15.94px;
  border: none;
  cursor: pointer;
  background: transparent;
  padding: 0;
  width: auto;
}

.off,
.on {
  /*   display: flex;
  justify-content: center;
  align-items: center; */
}

.submit_alarm_span_red {
  color: #f82c2c;
}

.submit_alarm {
  position: absolute;
  width: 100%;
  max-width: 514px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  z-index: 700;
  background-color: white;
  font-weight: 600;
  box-sizing: border-box;
}

.submit_alarm > :first-child {
  /* height: 68px;  */
}

.submit_alarm > :first-child > div {
  /* height: 100%;  */
  position: relative;
}

.submit_alarm > :first-child > div > span {
  color: #1a1a1a;
  font-family: "Pretendard";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
}

#quick_reserve,
#quick_reserve_modal {
  font-family: "Pretendard";
}

/* scroll hidden */
#quick_reserve {
  background: #ebfffe;
  background-image: none;
  border: none;
  border-top: 5px solid #000;
  box-shadow: none;
  display: none;
  position: fixed;
  right: 31px;
  top: 42px;
  bottom: 50px;
  width: 423px;
  height: auto;
  z-index: 10000;
  transform: none;
  box-sizing: border-box;
  overflow-y: auto;
  -ms-overflow-style: none;
  border-radius: 2rem;
  max-width: 423px;
}

#quick_reserve::-webkit-scrollbar {
  display: none;
}

#quick_reserve_modal {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(84, 84, 86, 0.8);
  z-index: 700;
  /* border: solid 2px #f5f5f5;  */
  box-sizing: border-box;
  overflow-y: auto;
}

#quick_reserve_modal > :first-child {
  position: relative;
  width: 100%;
  height: 100%;
}

.select_below_div {
  position: relative;
  width: 100%;
  height: 54px;
  border-radius: 3px;
}

.form_css {
  position: relative;
}

.form_css > div {
  padding: 0 28px;
}

.form_css > :first-child {
  margin: 20.95px 0 0;
}

.form_css > :first-child > :first-child {
  width: 100%;
  padding-bottom: 27px;
}

.form_row {
  width: 100%;
  height: 55.6px;
  box-sizing: border-box;
  /* margin-bottom: 13px; */
}

.form_row2 {
  margin-top: 11.12px;
}

.form_row:nth-child(2) {
  margin-bottom: 13px;
}

.form_row > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  border: solid 1px #afafaf;
  border-radius: 4.634px;
}

.form_row > div > div {
  color: #474747;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 103px;
  font-family: "Noto Sans KR";
  box-sizing: border-box;
  padding: 0 22px 0 21px;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form_row > input::placeholder {
  font-size: 12px;
}

.form_row > div input {
  height: 100%;
  border: none;
  padding: 0;
  color: #474747;
  font-family: "Noto Sans" !important;
  padding-left: 22px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  box-sizing: border-box;
}

.form_row > div > input::placeholder {
  font-size: 13px;
}

.tit {
  /* height: 64px;  */
  flex-shrink: 0;
  font-family: "S-Core Dream";
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -2.5px;
}

.tit > :first-child {
  color: #00bfb5;
}

.tit > :last-child {
  color: #000;
}

.tit2 > span {
  color: #000;
  font-family: "S-Core Dream";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.1px;
}

.tit2 {
  display: flex;
  align-items: center;
}

.tit2::before {
  content: ""; /* 가상 선택자 필수 속성 */
  display: inline-block;
  width: 6px; /* 점의 너비 */
  height: 6px; /* 점의 높이 */
  background-color: #00bfb5; /* 오렌지색 점 */
  border-radius: 50%; /* 원형으로 만들기 */
  margin-right: 12px; /* 점과 글자 사이 간격 */
}

/* .tit2 > :first-child {
  color: #fff;
} */

/* 달력 전반  */
.flatpickr-calendar {
  width: 100% !important;
  /* max-height: 344px !important; */
  min-width: 100%;
  line-height: 24px; /* 월 이동 버튼   */
  font-size: 1rem;
}

.flatpickr-rContainer {
  width: 100%;
}

span.flatpickr-day.flatpickr-disabled {
  border-right-color: transparent;
}

/* 연도, 월 */
.flatpickr-months {
  font-family: "Pretendard" !important;
  height: 40px;
  font-size: 0.8rem;
}

.flatpickr-monthDropdown-months {
  font-family: "Noto Sans KR" !important;
}

/* .flatpickr-months {
  height: 44px;
}

.flatpickr-months .flatpickr-month {
  height: 44px;
} */

.flatpickr-month {
  height: 100%;
}

/* 요일 태그 */
.flatpickr-weekdays {
  height: 25px !important;
}

.flatpickr-weekdaycontainer {
  display: flex;
  height: 100%;
  align-items: center;
}

/* 달력 하단 */
.dayContainer {
  /* min-height: 275px;
    max-height: 275px; */
  max-width: none;
  min-width: 100% !important;
  box-sizing: border-box;
}

.flatpickr-days {
  min-width: 100% !important;
  /* height: 275px; */
}

.flatpickr-day {
  height: 48px !important;
  line-height: 48px !important;
}

/* 희망 시간 */
#time-select {
  display: grid;
  grid-template-columns: repeat(4, 86.80508px);
  grid-template-rows: repeat(auto-fit, 40.37445px);
  grid-column-gap: 7.44px;
  grid-row-gap: 13.45px;
  font-family: "Noto Sans KR";
}

#time-select div {
  text-align: center;
  border-radius: 3.028px;
  padding: 12px 22.8px 11.37px 23px;
  color: #aaa;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #f0f0f0;
  font-size: 15.231px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.523px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40.37445px;
  box-sizing: border-box;
}

.agree_tag {
  margin: 25.26px 0 16.53px 0;
}

#agree_tag_img {
  cursor: pointer;
}

.submit_btn {
  border: none;
  background: transparent;
}

.submit_btn_div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25.32px 0 51.44px;
}

.submit_btn_div > .submit_btn > .submit_btn_img {
  width: 100%;
  height: 78px !important;
}

/* .icon-close:before {
  scale: 160%;
  opacity: 0.3;
} */

#selected-date {
  width: 100%;
  border: 1px solid #ddd;
  font-size: 1rem;
  padding: 0.5rem;
}

.select_below_icon {
  position: absolute;
  top: 23px;
  right: 20px;
  z-index: 300;
}

.numInputWrapper {
  padding-left: 2ch;
}

.select_option {
  color: #692c00 !important;
  font-weight: 500;
}

.flatpickr-current-month {
  font-size: 130%;
}

.submit_alarm_span .title,
.submit_alarm_span .title span,
.guide_title span {
  color: #242424;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
}

.submit_alarm_span .title .tint,
.guide_title .tint {
  font-weight: 700;
}

.submit_alarm_span span {
  text-align: center;
  font-family: "Noto Sans KR";
  color: #242424;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.541px; /* 139.689% */
  letter-spacing: -0.38px;
}

.submit_alarm_span2 span,
.guide_sub_title span {
  color: #242424;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.51px;
}

.submit_alarm_span2 > div {
  margin: 0 26px 0;
  background-color: #f4f4f4;
  border-radius: 5px;
  display: flex;
  padding: 15px 0 15px 63px;
  align-items: center;
  text-align: center;
  gap: 18px;
}

.tint_red {
  color: #e10004 !important;
  font-weight: 700 !important;
}

.submit_alarm_span_detail {
  text-align: start;
}

.submit_alarm_span {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-top: 38px;
}

.alert_icon {
  width: 32px;
  height: 32px;
}

.submit_alarm_span > :first-child {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24.18px;
  color: #242424;
  gap: 19.77px;
}

.submit_alarm_span > :first-child > div:last-child {
  width: 100%;
  /* height: 19.77px; */
}

.form_css > div > div > h4 {
  margin-bottom: 9.78px;
  /* height: 30px; */
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.1px;
  font-family: "S-Core Dream";
}

#footer_select_text {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #a7a7a7;
}

#procedure-select {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
  /* padding: 0 0 0 17px;  */
  /* background-color: #FFF;  */
  color: #aaa;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  font-family: Noto Sans KR !important;
  border: none;
  box-sizing: border-box;
}


.hope_div_text > div > h4 {
  font-family: "S-Core Dream";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.1px;
  margin-bottom: 10.63px;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  top: 0 !important;
  height: 40px !important; /* 헤더(.flatpickr-months) 높이와 동일 */
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.flatpickr-prev-month {
  left: 12px !important;
}

.flatpickr-next-month {
  right: 12px !important;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

/* 화살표: 평소 연하게 → 호버 시 진하게 */
.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
  fill: #bdbdbd !important;
  stroke: #bdbdbd !important;
  stroke-width: 0.4px;
  transition: fill 0.15s, stroke 0.15s;
}

.flatpickr-prev-month:hover svg path,
.flatpickr-next-month:hover svg path {
  fill: #000 !important;
  stroke: #000 !important;
  stroke-width: 0.6px;
}

.qr_desktop {
  display: block;
}

.qr_mobile {
  display: none;
}

.qr_mobile_flex {
  display: none;
}

.all_check_icon {
  cursor: pointer;
  display: grid;
  grid-template-columns: 25.337px 1fr;
  align-items: center;
  margin-bottom: 6px;
  gap: 12px;
  height: 36px;
}

.all_check_icon > span {
  color: #c5c5d4;
  font-family: "Noto Sans KR";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.check_icon {
  cursor: pointer;
  display: grid;
  grid-template-columns: 25.337px 1fr;
  align-items: center;
  gap: 12px;
  height: 38px;
}

.check_icon > span {
  color: #989898;
  font-size: 13.902px;
  font-style: normal;
  font-weight: 300;
  line-height: 38px; /* 253.333% */
  letter-spacing: -0.15px;
  font-family: "Noto Sans KR";
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.check_icon > span > span:last-child {
  padding-right: 10px;
}

#click_time_tag {
  display: none;
  padding: 30px 0 0px 0;
}

#click_time_tag > :first-child {
  width: fit-content;
  /* height: 31px;  */
  margin-bottom: 13px;
}

#click_time_tag > :first-child > span {
  font-family: "Noto Sans KR";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.1px;
}

.flatpickr-monthDropdown-months,
.numInputWrapper {
  font-family: "Noto Sans KR";
  font-style: normal;
  line-height: normal;
}

.privacy_policy {
  padding: 0 26px;
  display: none;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(-450px, -50%);
  z-index: 10001;
}

.privacy_policy > div > div > img {
  border-radius: 10px;
}

.privacy_policy > :first-child {
  position: relative;
}

.close_btn3 {
  position: absolute;
  top: 19.43px;
  right: 19.68px;
  border: none;
  cursor: pointer;
  background: transparent;
  padding: 0;
  width: auto;
  z-index: 2;
}

/* 개인정보취급방침 팝업 (이미지 대신 HTML/CSS UI) */
.privacy_policy_box {
  position: relative;
  width: 372px;
  max-height: 80vh;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.25);
  padding: 32px 26px 28px;
  display: flex;
  flex-direction: column;
}

.privacy_policy_content {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1;
}

.pp_title {
  text-align: center;
  font-family: "S-Core Dream", "Noto Sans KR";
  font-size: 24px;
  font-weight: 700;
  color: #000;
  letter-spacing: -1px;
  margin-bottom: 18px;
}

.pp_title .pp_tint {
  color: #00bfb5;
}

.pp_scroll {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: thin;
}

.pp_subt {
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-weight: 700;
  color: #000;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #b3b3b3;
}

.pp_sec {
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-weight: 700;
  color: #000;
  margin: 18px 0 10px;
}

.pp_desc {
  font-family: "Noto Sans KR";
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.6;
  color: #474747;
  margin-bottom: 8px;
}

.pp_list {
  list-style: disc;
  padding-left: 18px;
  margin-bottom: 8px;
}

.pp_list li {
  font-family: "Noto Sans KR";
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.6;
  color: #474747;
}

.submit_alarm_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 47px 19px 48px;
}

.close_btn2 {
  width: 100%;
  padding: 18px 0;
  background-color: #000000;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  color: #fff;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close_btn2 span {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 20.643px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.close_btn4 {
  display: none;
  position: absolute;
  top: 26px;
  right: 24px;
  border: none;
  background: transparent;
  cursor: pointer;
}

#footer_show_list {
  display: none;
  position: absolute;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 23.96px;
  background: #fff;
  z-index: 300;
  padding: 10px;
  width: 150px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 110%;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0 0 3.707px 0 rgba(0, 0, 0, 0.18);
}

#show_list {
  display: none;
  position: absolute;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
  gap: 0;
  background: #fff;
  z-index: 300;
  padding: 0 0 6px;
  width: 100%;
  left: 50%;
  top: 59.22px;
  transform: translate(-49.95%, 0%);
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: 0 0 3.707px 0 rgba(0, 0, 0, 0.18);
  border-top: 0;
}

#footer_show_list div > span {
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 12.975px;
  color: #aaa;
}

#show_list div {
  width: 100%;
  padding: 11px 17px;
  box-sizing: border-box;
  cursor: pointer;
}

#show_list div:first-child {
  width: 100%;
  padding-top: 14px;
  border-top: 1px solid #c4c4c4;
}

#show_list div:hover {
  background: #f5f5f5;
}

#show_list div > span {
  display: block;
  width: 100%;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #aaa;
}

#show_list div:hover > span {
  color: #000;
  font-weight: 700;
}

.show_list_text.active {
  color: #000 !important;
  font-weight: 700;
}

.flatpickr-calendar.inline {
  border-radius: 4.634px !important;
}

#select_text {
  box-sizing: border-box;
  height: 100%;
  display: flex;
  width: 100%;
  padding: 0 0 0 17px;
  align-items: center;
  border: 1px solid #000;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  border-radius: 4.634px;
  background-color: #fff;
}

.qr_modal_check_icon {
  width: 103.07px;
  height: 78px;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, 0);
}

.flatpickr-calendar.inline {
  border: 0.697px solid #c4c4c4;
  box-shadow: none;
  border-radius: 0;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  display: none !important;
}

.flatpickr-current-month {
  padding: 0 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 5px;
  width: 100% !important;
  left: 0 !important;
  top: 0 !important;
  height: 100% !important;
  font-size: 18px !important;
  font-weight: 700;
  color: #000;
}

/* 년월 글자 (크기·굵기·색·폰트 통일) */
.flatpickr-current-month .numInput.cur-year,
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month .numInputWrapper::after {
  font-family: "Noto Sans KR" !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #000 !important;
}

/* 헤더를 "년 → 월" 순으로 정렬하고 가운데로 모음 */
.flatpickr-current-month .numInputWrapper {
  order: 1; /* 년(year) 먼저 */
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 auto !important;
}

.flatpickr-current-month .numInputWrapper .numInput.cur-year {
  width: 4.5ch !important;
  padding: 0 !important;
}

/* 연도 뒤에 "년" 추가 + 연도 스피너 화살표 숨김 */
.flatpickr-current-month .numInputWrapper::after {
  content: "년";
}

.flatpickr-current-month .numInputWrapper span.arrowUp,
.flatpickr-current-month .numInputWrapper span.arrowDown {
  display: none !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  order: 2; /* 월(month) 뒤로 */
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
}

/* 안내문구 */

#guide_modal {
  display: none;
  justify-content: center;
  align-items: center;
  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;
}

#guide_modal > div {
  position: relative;
  width: 100%;
  height: 100%;
}

#guide_modal > div > div {
  position: absolute;
  width: 100%;
  max-width: 527px;
  padding: 29px 57px 23px 55px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  z-index: 700;
  background-color: white;
  font-weight: 600;
  box-sizing: border-box;
  box-shadow: 2.004px 2.004px 8.017px 0 rgba(0, 0, 0, 0.25);
}

.guide_title,
.guide_sub_title {
  display: flex;
  justify-content: center;
}

#guide_modal .guide_title {
  margin-bottom: 11px;
}

#guide_modal .send_call_div {
  padding: 14px 33px 14px 39px;
  background-color: #f6f6f6;
  border-radius: 5px;
  margin: 16px 0 19px;
}

#guide_modal .send_call_div > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#guide_modal .send_call_div > div > div:first-child {
  padding-right: 29px;
  border-right: 1px solid #bebebe;
}

#guide_modal .send_call_div > div > div {
  display: flex;
  align-items: center;
}

#guide_modal .send_call_div > div > div > span {
  color: #727272;
  text-align: center;
  font-family: Noto Sans KR;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.541px; /* 132.705% */
  letter-spacing: -0.4px;
}

#guide_modal .send_call_div > div > div > img {
  width: 23px;
  margin-left: 17px;
  cursor: pointer;
}

.guide_modal_btn_div {
  display: flex;
  justify-content: center;
  gap: 7px;
}

.guide_modal_btn_div > button {
  width: 204px;
  padding: 18px 0;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  cursor: pointer;
}

.guide_modal_btn_div > button > span {
  text-align: center;
  font-family: Noto Sans KR;
  color: #000;
  font-size: 20.643px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.guide_modal_btn_div > .send_submit_btn {
  background-color: #15a7a7;
}

.guide_modal_btn_div > .send_submit_btn > span {
  color: #fff;
  font-weight: 800;
}

.qr_background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
  background-color: #bfbfc3;
}

#footer_quick_reserve {
  position: fixed;
  bottom: 0%;
  width: 100%;
  height: 80px;
  padding: 12px 0;
  box-sizing: border-box;
  background-color: #36fef3;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#footer_quick_reserve > form {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1290px;
  width: 1290px;
}

#footer_quick_reserve > form > :nth-child(1) {
  color: #000;
  text-align: center;
  font-family: "S-Core Dream";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.8px;
  margin-right: 26px;
}

#footer_quick_reserve > form > :nth-child(2) {
  position: relative;
  margin-right: 10px;
}

.footer_select_below_icon {
  top: 50% !important;
  transform: translateY(-50%);
  right: 10px !important;
}

#footer_quick_reserve > form > :nth-child(2) #footer_select_text {
  width: 150px;
  height: 44px;
  padding: 12px 0 12px 15px;
  color: #000;
  font-family: SUIT;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
}

#footer_quick_reserve > form > :nth-child(3) {
  display: flex;
  gap: 10px;
  margin-right: 15px;
}

#footer_quick_reserve > form > :nth-child(3) > input::placeholder {
  color: #afafaf;
}

#footer_quick_reserve > form > :nth-child(3) > input {
  width: 240px;
  height: 44px;
  padding: 12px 0 12px 15px;
  color: #000;
  font-family: SUIT;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
}

#footer_quick_reserve > form > :nth-child(4) {
  display: flex;
  gap: 5px;
  margin-right: 23px;
}

#footer_quick_reserve > form > :nth-child(4) > p {
  color: #000;
  text-align: center;
  font-family: SUIT;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.8px;
}

#footer_quick_reserve > form > :nth-child(4) > p > a {
  cursor: pointer;
}

#footer_quick_reserve > form > :nth-child(5) {
  border-radius: 4px;
  background: #000;
  padding: 6px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 198px;
  height: 100%;
}

#footer_quick_reserve > form > :nth-child(5) > span {
  color: #fff;
  text-align: center;
  font-family: "S-Core Dream";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.6px;
}

@media screen and (max-width: 1024px) {
  #footer_quick_reserve {
    display: none;
  }

  #footer_quick_reserve_mobile {
    position: fixed;
    bottom: 0%;
    width: 100%;
    height: 55px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  #footer_quick_reserve_mobile > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 15px 0;
    width: 50%;
  }

  #footer_quick_reserve_mobile > div:first-child {
    background-color: #36fef3;
  }

  #footer_quick_reserve_mobile > div:last-child {
    background-color: #000;
  }

  #footer_quick_reserve_mobile > div > span {
    color: #000;
    font-family: "S-Core Dream";
    font-size: 17.5px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    letter-spacing: -0.175px;
  }

  #footer_quick_reserve_mobile > div:last-child > span {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  #quick_reserve input::placeholder {
    font-size: 7.284px;
  }

  .qr_background {
    display: none;
  }

  .qr_modal_check_icon {
    width: 55.17px;
    height: 41.75px;
  }

  .close_btn1_mobile {
    top: 21.03px;
    right: 15.94px;
  }

  .alert_icon {
    width: 19px;
    height: 19px;
  }

  .submit_alarm {
    position: absolute;
    width: 100%;
    max-width: 244px;
    box-sizing: border-box;
    border-radius: 7px;
    z-index: 700;
    background-color: #fff;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.25);
  }

  .submit_alarm > :first-child {
    /* height: 36px; */
  }

  .submit_alarm > :first-child > div > span {
    font-size: 15px;
    letter-spacing: 1.5px;
  }

  #quick_reserve {
    top: 10px;
    bottom: 20px;
    width: calc(100% - 40px);
    left: 50%;
    transform: translate(-50%, 0);
  }

  #quick_reserve_modal {
    padding: 0 20px;
    background-color: rgba(84, 84, 86, 0.65);
    height: 100vh;
    z-index: 10000;
  }

  .select_below_div {
    position: relative;
    width: 100%;
    height: 37.658px;
  }

  .form_css > :first-child {
    margin: 1px 0 0;
  }

  .form_css > :first-child > :first-child {
    padding-bottom: 16px;
  }

  .select_below_icon {
    top: 0.5rem;
    font-size: 0.75rem;
  }

  .flatpickr-prev-month {
    padding-top: 0 !important;
  }

  .flatpickr-current-month {
    font-size: 16px !important;
    font-weight: 700;
  }

  .flatpickr-current-month .numInput.cur-year,
  .flatpickr-current-month .flatpickr-monthDropdown-months,
  .flatpickr-current-month .numInputWrapper::after {
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  .flatpickr-next-month {
    padding-top: 0 !important;
  }

  .flatpickr-months .flatpickr-prev-month svg,
  .flatpickr-months .flatpickr-next-month svg {
    width: 10px !important;
    height: 10px !important;
  }

  .form_div1 {
    padding-top: 35px;
  }

  .tit {
    font-size: 30.352px;
    flex-shrink: 0;
    letter-spacing: -1.518px;
  }

  .form_css > div {
    padding: 0 18px 0;
  }

  .form_css > div > div > h4 {
    font-size: 13.355px;
    letter-spacing: -0.668px;
    margin-bottom: 6px;
  }

  #procedure-select {
    font-size: 11px;
    /* padding: 0 0 0 11px;  */
  }

  .select_below_icon {
    top: 15px;
    right: 12px;
    width: 12px;
  }

  .hope_div_text {
    margin-bottom: 15.09px;
  }

  .hope_div_text > div > h4 {
    font-size: 13.355px;
    letter-spacing: -0.668px;
    margin-bottom: 6px;
  }

  /* 달력 전반  */
  .flatpickr-calendar {
    max-height: 217px !important;
    line-height: 24px; /* 월 이동 버튼   */
    font-size: 10px !important;
  }

  .flatpickr-days {
    width: 100% !important;
    /* height: 170px; */
  }

  .flatpickr-day {
    height: 46px !important;
    line-height: 46px !important;
  }

  .flatpickr-months {
    height: 34px;
  }

  .flatpickr-months .flatpickr-month {
    height: 34px;
  }

  /* 요일 태그 */
  .flatpickr-weekdays {
    height: 20px !important;
  }

  .flatpickr-months .flatpickr-prev-month,
  .flatpickr-months .flatpickr-next-month {
    padding-top: 0;
    height: 34px !important; /* 모바일 헤더 높이와 동일 */
  }

  .flatpickr-months .flatpickr-prev-month svg,
  .flatpickr-months .flatpickr-next-month svg {
    width: 12px;
    height: 12px;
  }

  .agree_tag {
    margin: 13.58px 0 9.71px;
  }

  .qr_desktop {
    display: none;
  }

  .qr_mobile {
    display: block;
  }

  .qr_mobile_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tit2::before {
    width: 3px;
    height: 3px;
    margin-right: 8px;
  }

  .all_check_icon {
    grid-template-columns: 24.52px 1fr;
    margin-bottom: 2.5px;
    gap: 6.61px;
    height: auto;
  }

  .check_icon {
    grid-template-columns: 24.52px 1fr;
    gap: 8.37px;
    height: auto;
  }

  .all_check_icon > span {
    font-size: 15.176px;
    line-height: -0.759px;
  }

  .check_icon > span {
    font-size: 8.439px;
    line-height: 21.379px;
    letter-spacing: -0.084px;
  }

  .check_icon > span > span:last-child {
    padding-right: 7.36px;
  }

  .form_row {
    height: 46.026px;
  }

  .form_row:nth-child(2) {
    margin-bottom: 6.07px;
  }

  .form_row:nth-child(3) {
    margin-top: 6.07px;
    margin-bottom: 9px;
  }

  /* .form_row > div {
    grid-template-columns: 1fr;
    align-items: center;
    width: 100%;
    background: #F9F9F9;
    border: 0.5px solid #AAA;
    border-radius: 3px;
  } */

  .form_row > div input {
    font-size: 7.284px;
  }

  .form_row > div > input::placeholder {
    font-size: 10.927px;
  }

  .form_row > div > div {
    width: 48px;
    padding: 0 10px 0 15px;
    font-size: 10.927px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.146px;
  }

  .privacy_policy > div > div > img {
    border-radius: 6.936px;
  }

  .submit_btn {
    padding: 0;
  }

  .submit_btn_div {
    padding-bottom: 25.91px;
  }

  .submit_btn_div > .submit_btn > .submit_btn_img {
    width: 100%;
    height: auto !important;
  }

  #click_time_tag {
    display: none;
    padding-top: 14.83px;
    padding-bottom: 0;
  }

  #click_time_tag > :first-child {
    /* height: 21.63px; */
    margin-bottom: 7.94px;
  }

  #click_time_tag > :first-child > span {
    font-size: 14.635px;
    letter-spacing: -0.732px;
  }

  #time-select {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: none;
    grid-auto-rows: 40px;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  #time-select div {
    border-radius: 3px;
    padding: 7.98px 14.44px 7.86px;
    border: solid 0.544px #9f9f9f;
    font-size: 9.313px;
    letter-spacing: 0.559px;
    height: 40px;
    box-sizing: border-box;
  }

  .privacy_policy {
    padding: 0;
    justify-content: center;
    align-items: center;
    bottom: 50%;
    width: 77%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* 개인정보취급방침 팝업 - 모바일 */
  .privacy_policy_box {
    width: 100%;
    max-height: 78vh;
    padding: 24px 18px 20px;
    border-radius: 6.936px;
  }

  .pp_title {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .pp_subt {
    font-size: 12px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .pp_sec {
    font-size: 11.5px;
    margin: 14px 0 8px;
  }

  .pp_desc,
  .pp_list li {
    font-size: 10px;
    line-height: 1.55;
  }

  .close_btn3 {
    top: 11.79px;
    right: 12.02px;
    height: auto;
  }

  .close_btn2 {
    padding: 10px 0;
    border-radius: 25.142px;
    height: auto;
  }

  .close_btn2 span {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .close_btn4 {
    display: none;
  }

  .submit_alarm_span {
    padding-top: 22.06px;
  }

  .submit_alarm_span > :first-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10.36px;
    gap: 14.81px;
  }

  .submit_alarm_span > :first-child > div:first-child {
    height: 21px;
  }

  .submit_alarm_span > :first-child > div:last-child {
    /* height: 34px; */
  }

  .submit_alarm_span span,
  .submit_alarm_span2 span {
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 145.455% */
    letter-spacing: -0.33px;
  }

  .submit_alarm_span2 > div {
    padding: 12px 0 12px 19px;
    gap: 15px;
    margin: 0 15px;
  }

  /* .submit_alarm_span2 span {
    line-height: 132%;
    letter-spacing: -0.3px;
  } */

  .submit_alarm_span .title,
  .submit_alarm_span .title span,
  .guide_title span {
    font-size: 18px;
    letter-spacing: -0.36px;
  }

  .submit_alarm_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 23.77px 13.44px 24px;
  }

  #show_list {
    gap: 0;
    padding: 0 0 5px;
    transform: translate(-50%, 2%);
    top: 100%;
    width: 99%;
  }

  #show_list div {
    padding: 8px 11px;
  }

  #show_list div:first-child {
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #c4c4c4;
  }

  #show_list div > span {
    font-family: "Noto Sans KR";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  #select_text {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 8.626px; /* 71.886% */
    padding: 0 0 0 11px;
  }

  /* 안내 문구 */

  #guide_modal > div > div {
    max-width: 265px;
    padding: 19.77px 26px 16.27px 26px;
    border-radius: 10.057px;
    box-shadow: 1.008px 1.008px 4.031px 0 rgba(0, 0, 0, 0.25);
  }

  #guide_modal .guide_title {
    margin-bottom: 6.89px;
  }

  #guide_modal .send_call_div {
    padding: 13.49px 18.55px 12.37px 17.55px;
    background-color: #f6f6f6;
    border-radius: 5px;
    margin: 4.82px 0 9.58px;
  }

  #guide_modal .send_call_div > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  #guide_modal .send_call_div > div > div:first-child {
    padding-right: 12px;
    border-right: 1px solid #bebebe;
  }

  #guide_modal .send_call_div > div > div {
    display: flex;
    align-items: center;
  }

  #guide_modal .send_call_div > div > div > span {
    font-size: 11.5px;
    font-weight: 400;
    line-height: 13.302px; /* 115.674% */
    letter-spacing: -0.23px;
  }

  #guide_modal .send_call_div > div > div > img {
    width: 15.904px;
    margin-left: 6.55px;
    cursor: pointer;
  }

  .guide_modal_btn_div > button {
    width: 103px;
    padding: 11px 0 9.73px;
    border-radius: 5.028px;
    border: 0.503px solid #cdcdcd;
  }

  .guide_modal_btn_div > button > span {
    font-size: 11px;
  }

  .guide_sub_title span {
    font-size: 9.554px;
    font-style: normal;
    font-weight: 500;
    line-height: 13.346px; /* 139.689% */
    letter-spacing: -0.191px;
  }

  .close_btn1_desktop {
    display: none;
  }

  .close_btn1_mobile {
    display: block;
  }

  .tit2 > span {
    color: #000;
    font-size: 13.355px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.668px;
  }

  .flatpickr-current-month > :first-child,
  .flatpickr-current-month > :last-child {
    width: auto !important;
  }

  .flatpickr-current-month {
    height: 34px !important;
  }
}

@media screen and (max-width: 430px) {
  #time-select {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: none;
    grid-auto-rows: 40px;
    grid-column-gap: 5px;
    grid-row-gap: 6px;
  }
}

@media screen and (max-width: 375px) {
  #time-select {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: none;
    grid-auto-rows: 40px;
  }
}

@media screen and (max-width: 320px) {
  #time-select {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: none;
    grid-auto-rows: 40px;
  }
}

/* ===========================================================
   모바일 글자 크기 확대 (전반적으로 작던 폰트 키움)
   - 기존 max-width:767px 규칙을 뒤에서 덮어씀
   - 크기 조정은 아래 값만 바꾸면 됨
   =========================================================== */
@media screen and (max-width: 767px) {
  /* 타이틀 "빠른 예약" */
  .tit {
    font-size: 36px;
  }

  /* 섹션 라벨 (선택 시술 / 희망 예약일 / 희망 시간 선택) */
  .form_css > div > div > h4,
  .hope_div_text > div > h4,
  .tit2 > span,
  #click_time_tag > :first-child > span {
    font-size: 17px;
  }

  /* 시술 선택 드롭다운 */
  #procedure-select {
    font-size: 14px;
  }

  #select_text {
    font-size: 15px;
    line-height: normal;
  }

  #show_list div > span {
    font-size: 15px;
    line-height: normal;
  }

  /* 전체 동의 */
  .all_check_icon > span {
    font-size: 19px;
  }

  /* 개인정보 동의 안내 문구 */
  .check_icon > span {
    font-size: 11px;
  }

  /* 성함 / 연락처 라벨 (글자 잘림 방지: 폭 확대) */
  .form_row > div > div {
    width: 72px;
    padding: 0 8px 0 14px;
    font-size: 14px;
  }

  /* 입력값 + placeholder (조금 줄임) */
  .form_row > div input {
    font-size: 14px;
  }

  .form_row > div input::placeholder,
  .form_row > div > input::placeholder,
  #quick_reserve input::placeholder {
    font-size: 12px;
  }

  /* 달력 날짜 숫자 (키움) */
  .flatpickr-calendar {
    font-size: 13px !important;
    max-height: none !important;
  }

  /* 날짜 셀 높이 키움 (가로로 눌린 느낌 해소) */
  .flatpickr-day {
    height: 45px !important;
    line-height: 45px !important;
  }

  /* 희망 시간 버튼 */
  #time-select div {
    font-size: 11px;
    padding: 6px 4px;
  }
}
