@charset "UTF-8";
.theme_1 {
  --primary: #358DFF;
}

.theme_2 {
  --primary: #25552E;
}

.theme_3 {
  --primary: #F17551;
}

.booking .sub {
  margin-top: 54px;
  border-top: 0.33px solid rgba(0, 0, 0, 0.3);
}
.booking .header_container:has(.gnb) + .sub {
  margin-bottom: 85px;
}
.booking .header_container:has(.gnb) + .sub .fixed_bottom {
  bottom: 85px;
}
.booking .sub:has(.fixed_bottom) {
  padding-bottom: 40px;
}

.booking {
  color: #1F1F1F;
  background-color: #fff;
  overflow: hidden;
  /* 00 예약 공통 */
  --swiper-pagination-color: #C59F38;
}
.booking .main {
  margin-top: 54px;
  position: relative;
  padding-top: 6px;
}
.booking .main::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 6px;
  background: #dbac2e url(/assets/images/bg_bar.png) right 0/auto 6px no-repeat;
}
.booking .sub {
  position: relative;
}
.booking .ico_info {
  display: inline-block;
  margin: -3px 0 0 -1px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background: url(/assets/images/ico_info.png) 0 0/12px no-repeat;
}
.booking [class^=tag_] {
  display: inline-block;
  /* margin-right: 4px; */
  padding: 4px 12px 3px;
  border: 1px solid #C59F38;
  border-radius: 10px;
  font-size: 11px;
  line-height: 1;
  color: #C59F38;
}
.booking .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 0;
}
.booking .tag_red {
  color: #E37883;
  border-color: #E37883;
}
.booking .tag_blue {
  color: #7BA5F3;
  border-color: #7BA5F3;
}
.booking .tag_green {
  color: #98BE46;
  border-color: #98BE46;
}
.booking .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.booking .btn_basic {
  font-weight: 700;
  font-size: 14px;
  border-radius: 18px;
  border: 1px solid #1f1f1f;
  min-width: 70px;
  height: 30px;
  padding: 0 20px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
}
.booking .btn_basic.yllw {
  border: 1px solid #D9AB2E;
  color: #C59F38;
}
.booking .btn_basic.blue {
  color: #358DFF;
  border-color: #358DFF;
}
.booking .radio_wrap.type2 {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.booking .radio_wrap.type2 .radio {
  flex-grow: 1;
  text-align: center;
  padding: 0;
  margin: 0;
}
.booking .radio_wrap.type2 .radio span {
  display: block;
  height: 38px;
  border-radius: 4px;
  line-height: 38px;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
  color: #999999;
}
.booking .radio_wrap.type2 .radio span::before {
  content: none;
}
.booking .radio_wrap.type2 input[type=radio]:checked + span {
  border-color: #358DFF;
  background-color: #358DFF;
  color: #fff;
}

/* 01 메인 */
.booking_cal .calendar {
  background-color: #fff;
}
.booking_cal .calendar .head {
  position: relative;
  padding: 12px 0 10px;
  text-align: center;
}
.booking_cal .calendar .head .month {
  font-size: 16px;
  font-weight: 800;
  border: 0;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/assets/images/ico_arrow_down.png") right center/18px no-repeat;
  padding: 0 20px 0 10px;
  border-radius: 4px;
  outline: 0 none;
}
.booking_cal .calendar .head .month_btn {
  padding: 0 20px 0 10px;
  font-size: 16px;
  font-weight: 800;
  border: 0;
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: 0 none;
  background: url("/assets/images/ico_arrow_down.png") right center/18px no-repeat;
}
.booking_cal .calendar .head .month::-ms-expand {
  display: none;
}
.booking_cal .calendar .head .ad {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.booking_cal .calendar .head .ad a {
  margin-right: 3px;
  color: #358DFF;
  font-size: 12px;
  text-decoration: underline;
}
.booking_cal .calendar .body {
  padding: 0 13px 10px;
}
.booking_cal .calendar .body table {
  width: 100%;
  table-layout: fixed;
}
/* .booking_cal .calendar .body th:nth-of-type(6),
.booking_cal .calendar .body th:nth-of-type(7),
.booking_cal .calendar .body td:nth-of-type(6) a,
.booking_cal .calendar .body td:nth-of-type(7) a {
  color: #D72F20;
} */

.booking_cal .calendar .body .booking_weekend:not(.booking_disabled_link) {
  color: #D72F20;
}
.booking_cal .calendar .body th {
  height: 22px;
  font-weight: 400;
  font-size: 12px;
}
.booking_cal .calendar .body td {
  padding: 4px 0;
}
.booking_cal .calendar .body td a {
  display: block;
  margin: auto;
  width: 40px;
  height: 26px;
  text-align: center;
  font-weight: 800;
  line-height: 26px;
  font-size: 14px;
}
.booking_cal .calendar .body td a.current {
  background-color: #87B1FF;
  color: #fff;
  border-radius: 13px;
}
.booking_cal .time {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  padding: 11px 0;
  background-color: #fff;
}
.booking_cal .time button {
  width: 60px;
  height: 32px;
  margin: 0 2px;
  background-color: #F5F5F5;
  color: #999;
  line-height: 32px;
  border: 0;
  text-align: center;
  border-radius: 30px;
  font-weight: 700;
}
.booking_cal .time button.selected {
  color: #1F1F1F;
}
.booking_team {
  padding: 10px 0 7px;
  background: #f5f5f5;
  line-height: 1;
}
.booking_team .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px 30px;
  box-sizing: border-box;
}
.booking_team .swiper-slide li {
  width: calc(33.3333% - 8px);
  height: 87px;
  margin: 0 4px 8px;
  border-radius: 8px;
  border: 1px solid #E2E2E2;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  font-weight: 700;
  font-size: 13px;
}
.booking_team .swiper-slide li.luck {
  background-color: #FFFAED;
  box-shadow: none;
}
.booking_team .swiper-slide li.luck span {
  align-self: center;
  color: #C59F38;
  font-size: 14px;
  line-height: 1.3;
}
.booking_team .swiper-slide a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
}
.booking_team .local {
  width: 100%;
  height: 31px;
  border-bottom: 1px solid #E2E2E2;
  line-height: 31px;
  background-color: #FFFAED;
  font-size: 14px;
  color: #C59F38;
}
.booking_team .num {
  padding: 0 10px;
  font-weight: 800;
}
.booking_team .num strong {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 2px;
}
#bookingTeam {
  max-height: 220px;
  transition: height 0.3s ease;
}
.booking_team.type2 .swiper-slide li {
  width: calc(50% - 8px);
  height: auto;
}
.booking_team.type2 .swiper-slide li.more {
  background-color: #FFFAED;
}
.booking_team.type2 .swiper-slide li.more a {
  justify-content: center;
  color: #C59F38;
  font-size: 14px;
}
.booking_team.type2 .swiper-slide a {
  align-items: center;
  justify-content: flex-start;
  padding: 12px 16px;
  flex-wrap: nowrap;
}
#bookingTeam_zone{
  height: auto;
  transition: height 0.3s ease;
}
.booking_team.type2 .zone {
  color: #C59F38;
  font-size: 14px;
  white-space: nowrap;
}
.booking_team.type2 .num {
  margin-left: auto;
  white-space: nowrap;
  padding: 0 4px;
}
.booking_team.type2 .num.fin {
  color: #E37883;
}
.booking_team.type2 .num.non {
  color: #87B1FF;
}
.booking_team.type2 .num.close {
  color: #CCC;
}
.booking_section {
  margin: 30px 20px;
  font-size: 14px;
  position: relative;
}
.booking_section .tit {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.booking_section .tit h2 {
  margin: 0 0 7px -1px;
  font-size: 16px;
  font-weight: 800;
}
.booking_section .tit .more {
  color: #777777;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}
.booking_section .btn_more {
  position: absolute;
  right: 0;
  top: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-decoration: underline;
  color: #777;
}
.booking_event a {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 13px;
  line-height: 1;
}
.booking_event .thumb {
  height: 70px;
  aspect-ratio: 10 / 7; /* 원본 비율 유지 (200:140 = 10:7) */
  border-radius: 8px;
  background-color: #f1f1f1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.booking_event .detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin: 6px 0 4px;
  overflow: hidden;
}
.booking_event .content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.booking_event .content .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}
.booking_event .duration {
  font-size: 12px;
  color: #777;
}
.booking_notice a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 1;
  overflow: hidden;
  margin-bottom: 13px;
  padding: 0 0 11px;
  border-bottom: 1px solid #E2E2E2;
}
.booking_notice .tag {
  width: 100%;
  margin-bottom: 12px;
}
.booking_notice .title {
  width: calc(100% - 80px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}
.booking_notice .date {
  margin-left: auto;
  /* width: 50px; */
  font-size: 12px;
  color: #777;
}
.booking_benefit li {
  margin-bottom: 10px;
}

/* 02 검색 */
.booking_srch {
  padding: 23px 20px 14px;
  background-color: #fff;
}
.booking_srch .inner {
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
  border-radius: 4px;
  padding: 12px 18px;
  line-height: 14px;
  font-weight: 700;
  font-size: 14px;
}
.booking_srch .local {
  flex-shrink: 0;
  min-width: 38px;
  border-right: 1px solid #E2E2E2;
  padding-right: 6px;
  margin-right: 6px;
}
.booking_srch .button {
  margin-left: auto;
  border: 0 none;
  outline: none;
  width: 24px;
  height: 24px;
  background: url(/assets/images/ico_search.png) 0 0/24px no-repeat;
}
.booking_gclist {
  border-top: 6px solid #F5F5F5;
}
.booking_gclist > ul > li {
  padding: 16px 0;
  border-bottom: 1px solid #E2E2E2;
}
.booking_gclist .view {
  display: flex;
  gap: 10px;
  margin: 0 20px;
}
.booking_gclist .view .thumb {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #f2f2f2;
  background-size: cover;
  background-repeat: no-repeat;
}
.booking_gclist .view .detail {
  width: 100%;
  align-self: center;
}
.booking_gclist .view .title {
  display: flex;
  align-items: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
  margin-bottom: 7px;
}
.booking_gclist .view .title p {
  font-size: 16px;
  font-weight: 700;
}
.booking_gclist .view .title .fav {
  border: 0 none;
  outline: none;
  width: 18px;
  height: 18px;
  background: url(/assets/images/ico_fav.png) 0 0/18px no-repeat;
}
.booking_gclist .view .title .tag {
  margin-left: 3px;
}
.booking_gclist .view .info {
  font-size: 0;
  line-height: 1;
}
.booking_gclist .view .info span {
  color: #777;
  font-size: 12px;
}
.booking_gclist .view .info span:not(:last-of-type) {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #ddd;
}
.booking_gclist .view .avail {
  flex-shrink: 0;
  align-self: flex-end;
  margin: 0 0 8px auto;
}
.booking_gclist .view .avail a {
  font-size: 14px;
  color: #D72F20;
}
.booking_gclist .view .avail a strong {
  font-weight: 800;
}
.booking_gclist.timelist {
  border-top-width: 1px;
  border-color: #E2E2E2;
  background-color: #fff;
}
.booking_gclist.timelist .view {
  align-items: center;
}
.booking_gclist.timelist .detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.booking_gclist.timelist .time_point {
  margin-right: 6px;
  font-size: 16px;
  font-weight: 800;
}
.booking_gclist.timelist .tag {
  margin-top: 3px;
  width: 100%;
}
.booking_gclist.timelist .price {
  flex-shrink: 0;
  margin-left: auto;
  text-align: right;
  line-height: 1.14;
}
.booking_gclist.timelist .price .sale {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  color: #D72F20;
}
.booking_gclist.timelist .price .sale strong {
  font-weight: 800;
}
.booking_gclist .time {
  margin: 13px 0 0;
  position: relative;
}
.booking_gclist .time .timeSwiper {
  height: 36px;
  position: relative;
  overflow: hidden;
}
.booking_gclist .time .timeSwiper ul {
  display: flex;
  gap: 8px;
  padding: 0 20px;
  height: 60px;
  overflow-y: hidden;
  overflow-x: auto;
}
.booking_gclist .time .timeSwiper li {
  display: inline-block;
}
.booking_gclist .time .timeSwiper li button {
  display: block;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  height: 34px;
  line-height: 34px;
  width: 70px;
  text-align: center;
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
}
body:has(.booking_gclist .no_result) .booking {
  background-color: #F5F5F5;
  min-height: 100vh;
}
.booking .no_result {
  padding: 220px 0 100px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  background: url(/assets/images/ico_noresult.png) center 100px/110px no-repeat;
}
.booking_gcname {
  background: #F5F5F5;
  padding: 20px;
}
.booking_gcname h2 {
  margin-left: -1px;
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: 800;
}
.booking_gcname .promo {
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}
.booking_gcname .promo strong {
  font-weight: 800;
}
.booking_gcname .promo li {
  position: relative;
  padding: 9px 17px 8px 47px;
  min-height: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: 700;
}
.booking_gcname .promo li:not(:last-child) {
  border-bottom: 1px solid #E2E2E2;
}
.booking_gcname .promo li::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}
.booking_gcname .promo li.coupon::before {
  width: 28px;
  height: 16px;
  background: url(/assets/images/ico_promo_cpn.png) 0 0/28px 16px no-repeat;
}
.booking_gcname .promo li.event::before {
  width: 23px;
  height: 24px;
  background: url(/assets/images/ico_promo_evnt.png) 0 0/23px 24px no-repeat;
}

/* 03 상세 */
.booking_dtl {
  position: relative;
  padding-bottom: 50px;
}
.booking_dtl .visual {
  height: 66.6666666667vw;
  background: #f5f5f5;
}
.booking_dtl .visual img {
  object-fit: cover;
  height: 100%;
}
.booking_dtl .field {
  padding: 14px 20px;
  position: relative;
}
.booking_dtl .head h2,
.booking_dtl .head h3,
.booking_dtl .head p {
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
}
.booking_dtl .head p.desc {
  margin-top: 7px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.booking_dtl .head p.tag {
  margin-top: 15px;
  color: #777;
  font-size: 0;
  line-height: 1;
}
.booking:has(.btn_reserve) .booking_dtl .head p.tag {
  display: flex;
  flex-wrap: wrap;
  gap:5px;
  padding-right: 166px;
  word-break: auto-phrase;
}
.booking_dtl .head p.tag span {
  color: #777;
  font-size: 12px;
  font-weight: 400;
  padding : 0px 5px;
}
.booking_dtl .head p.tag span:first-of-type {
  padding-left: 0;
}
.booking_dtl .head p.tag span:not(:last-of-type) {
  border-right: 1px solid #ddd;
}
.booking_dtl .btn_reserve {
  position: absolute;
  right: 20px;
  top: 63px;
  width: 156px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border-radius: 18px;
  border: 1px solid #1F1F1F;
  font-weight: 700;
  font-size: 14px;
}
.booking_dtl .cont {
  margin-top: 19px;
  border-top: 2px solid #000;
}
.booking_dtl .cont .col {
  display: flex;
  margin-top: 20px;
  font-size: 14px;
}
.booking_dtl .cont .col_border {
  margin-top: 16px;
  padding-top: 19px;
  border-top: 1px dashed #1F1F1F;
}
.booking_dtl .cont .label {
  flex-shrink: 0;
  width: 40%;
  color: #777;
}
.booking_dtl .cont .form {
  width: 60%;
  text-align: right;
  font-weight: 700;
}
.booking_dtl .cont .price del {
  font-weight: 400;
}
.booking_dtl .cont .price .sale {
  margin-left: 3px;
  color: #D72F20;
  font-size: 16px;
  font-weight: 400;
}
.booking_dtl .cont .price .sale strong {
  font-weight: 800;
}
.booking_dtl .cont .cart_p small {
  font-weight: 400;
  font-size: 12px;
}
.booking_dtl .cont .dt {
  display: inline-block;
  min-width: 38px;
  margin-right: 3px;
  text-align: left;
}
.booking_dtl .cont .tel {
  margin-left: 2px;
  color: #C59F38;
  text-decoration: underline;
  font-size: 14px;
}
.booking_dtl .cont .info {
  margin: 20px 0 24px;
  text-align: right;
  line-height: 20px;
}
.booking_dtl .cont .info a {
  text-decoration: underline;
}
.booking_dtl .agree {
  padding: 20px 20px 30px;
  background-color: #F5F5F5;
  border-top: 1px solid #E2E2E2;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  word-break: auto-phrase;
}
.booking_dtl .agree a {
  font-size: 12px;
  color: #358DFF;
  text-decoration: underline;
}
.booking_dtl .btn_rev {
  position: fixed;
  bottom: 85px;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 15px 0 16px;
  border: 0 none;
  background-color: #358DFF;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.booking_dtl .buttons {
  padding: 15px 0 30px;
}
.booking_dtl .cancel_info section h3 {
  margin: 17px -20px 10px;
  background: #F5F5F5;
  border-top: 1px solid #E2E2E2;
  padding: 7px 0;
  text-align: center;
  font-weight: 400;
  color: #777;
  font-size: 12px;
}
.booking_dtl .cancel_info section h4 {
  margin: 12px 0 5px;
  font-weight: 800;
  color: #D72F20;
}
.booking_dtl .cancel_info table th,
.booking_dtl .cancel_info table td {
  border: 1px solid #E2E2E2;
  font-size: 12px;
  font-weight: 700;
}
.booking_dtl .cancel_info table th {
  padding: 4px;
  background: #F5F5F5;
}
.booking_dtl .cancel_info table td {
  padding: 10px 9px;
  text-align: center;
}
.booking_dtl .cancel_info table td strong {
  color: #A99362;
}
.booking_dtl .cancel_info .detail {
  margin: 20px -20px 0;
  padding: 20px 20px 0;
  border-top: 1px solid #E2E2E2;
}
.booking_dtl .cancel_info .detail p {
  font-size: 12px;
}
.booking_dtl .cancel_info .detail h3 {
  margin: 20px 0 8px;
  color: #007AFF;
  font-weight: 400;
}
.booking_dtl .cancel_info .detail li {
  margin-left: 14px;
  font-weight: 700;
  line-height: 22px;
  list-style: disc;
}
.booking_dtl .rgst_comp {
  margin-top: 26px;
}
.booking_dtl .rgst_comp .buttons {
  margin: 0 -20px;
  padding: 20px 0;
  border-top: 1px solid #E2E2E2;
  background-color: #F5F5F5;
}
.booking_dtl .rgst_comp .buttons .btn_basic {
  min-width: 50px;
}
.booking_dtl .rgst_comp .list h3 {
  margin: 24px 0 19px;
  padding-bottom: 8px;
  border-bottom: 2px solid #1F1F1F;
  font-size: 16px;
  font-weight: 800;
}
.booking_dtl .rgst_comp .list ul {
  border-bottom: 1px solid #E2E2E2;
}
.booking_dtl .rgst_comp .list li {
  display: flex;
  margin: 20px 0;
  font-size: 14px;
  font-weight: 700;
}
.booking_dtl .rgst_comp .list li span {
  flex: 1 1 auto;
}
.booking_dtl .rgst_comp .list li .num {
  width: 65px;
  font-weight: 400;
  color: #777;
}
.booking_dtl .rgst_comp .list li .name {
  width: 60px;
}
.booking_dtl .rgst_comp .list li .tel {
  flex-grow: 1;
}
.booking_dtl .rgst_comp .list li .gender {
  width: 45px;
  margin-left: auto;
}
.booking_dtl .rgst_comp .list li .del {
  margin-left: auto;
  width: 24px;
  height: 24px;
  border: 0 none;
  outline: none;
  background: url(/assets/images/btn_del.png) top center/24px no-repeat;
}
.booking_dtl .rgst_comp .form {
  margin-top: 12px;
}
.booking_dtl .rgst_comp .form:first-of-type {
  margin-top: 40px;
}
.booking_dtl .rgst_comp .form > label {
  display: block;
  margin: 0 0 3px 8px;
  font-size: 12px;
  font-weight: 700;
  color: #777;
}
.booking_dtl .rgst_comp .form .input input {
  height: 38px;
  line-height: 38px;
  background: #F5F5F5;
  border: 0 none;
  width: 100%;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.booking_dtl .rgst_comp .form .input input::-moz-placeholder {
  color: #999999;
}
.booking_dtl .rgst_comp .form .input input::placeholder {
  color: #999999;
}
.booking_dtl .rgst_comp .info {
  margin: 12px 7px;
  font-size: 12px;
  line-height: 20px;
}
.booking_dtl .rgst_comp .form_agree {
  margin: 32px -20px 0;
  padding: 32px 20px 0;
  border-top: 1px solid #E2E2E2;
  box-shadow: inset 0 6px 0 #F5F5F5;
  font-size: 14px;
}
.booking_dtl .rgst_comp .form_agree .check_wrap {
  font-weight: 800;
}
.booking_dtl .rgst_comp .form_agree table {
  margin: 11px 0 20px;
  table-layout: fixed;
  width: 100%;
}
.booking_dtl .rgst_comp .form_agree td, .booking_dtl .rgst_comp .form_agree th {
  border: 1px solid #E2E2E2;
  padding: 7px 10px;
}
.booking_dtl .rgst_comp .form_agree th {
  background-color: #F5F5F5;
  width: 20%;
  font-weight: 400;
}
.booking_fin {
  margin: 40px 0 52px;
  padding-top: 128px;
  background: url(/assets/images/ico_bookfin.png) top center/135px 110px no-repeat;
}
.booking_fin p {
  color: #A99362;
  font-weight: 800;
  font-size: 16px;
  text-align: center;
}
.booking_reg {
  border-top: 1px solid #E2E2E2;
  box-shadow: inset 0 6px 0 #F5F5F5;
  padding: 25px 20px 30px;
}
.booking_reg h3 {
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 16px;
}
.booking_reg h4 {
  margin: 12px 0 4px;
  color: #777;
  font-weight: 400;
}
.booking_reg table {
  table-layout: fixed;
  width: 100%;
}
.booking_reg table th,
.booking_reg table td {
  padding: 9px 0 6px;
  border: 1px solid #E2E2E2;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}
.booking_reg table th {
  width: 45%;
  background: #F5F5F5;
}
.booking_reg .buttons {
  margin-top: 15px;
}
.booking_reg .buttons .btn_basic {
  padding: 0 40px;
}

/* 04 예약안내 */
.booking .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #E2E2E2;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.booking .tab a {
  border-bottom: 4px solid transparent;
  display: block;
  min-width: 86px;
  box-sizing: border-box;
  padding: 10px 0 6px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.43px;
}
.booking .tab a.active {
  font-weight: 700;
  border-color: #358DFF;
}

.booking .pop_head {
  height: 54px;
  background-color: #fff;
}

.booking .pop_head h1{
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 54px;
  letter-spacing: -0.43px;
  color: #000;
}

.booking_info {
  font-size: 14px;
}
.booking_info .head h2 {
  font-size: 18px;
  font-weight: 700;
}
.booking_info .booking_dtl {
  padding: 30px 20px;
}
.booking_info .booking_dtl.disaster {
  padding: 10px 20px;
}
.booking_info .booking_dtl + .booking_dtl:not(.disaster) {
  border-top: 1px solid #E2E2E2;
  box-shadow: inset 0 6px 0 #F5F5F5;
}
.booking_info .booking_dtl + .booking_dtl.disaster {
  border-top: 1px solid #E2E2E2;
}
.booking_info .fee {
  margin-top: 24px;
}
.booking_info .fee li {
  display: flex;
  margin-top: 20px;
  word-break: auto-phrase;
}
.booking_info .fee li > div {
  flex: 1;
  text-align: right;
}
.booking_info .fee li small {
  font-size: 12px;
  margin-right: 4px;
}
.booking_info .fee li .caution {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  line-height: 18px;
  color: #777;
}
.booking_info .fee p {
  margin-top: 19px;
  padding-top: 20px;
  padding-left: 18px;
  border-top: 1px solid #E2E2E2;
  text-indent: -18px;
}
.booking_info .fee p::before {
  content: "※";
  display: inline-block;
  width: 18px;
  text-indent: 0;
}
.booking_info .fee b {
  white-space: pre-line;
}
.booking_info .fee_inter {
  margin-top: 9px;
  margin-bottom: -20px;
}
.booking_info .fee_inter dl:not(:last-of-type) {
  border-bottom: 1px solid #E2E2E2;
}
.booking_info .fee_inter dl > div {
  position: relative;
  border-top: 1px solid #E2E2E2;
  line-height: 1.2;
  padding: 20px 0 20px 0;
}
.booking_info .fee_inter dl > div:has(.title) {
  padding-left: 70px;
}
.booking_info .fee_inter dl .title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  width: 70px;
  font-weight: 700;
}
.booking_info .fee_inter dl dd {
  margin-top: 9px;
  padding: 7px 11px;
  background-color: rgba(195, 216, 255, 0.2);
  color: #007AFF;
}
.booking_info .fee_inter dl dd + dt {
  margin-top: 20px;
  border-top: 1px solid #E2E2E2;
  padding-top: 20px;
}
.booking_info .fee_inter .sub_title {
  margin: 15px 0 18px;
}
.booking_info .book_online {
  margin-bottom: -30px;
  line-height: 21px;
  letter-spacing: -0.25px;
}
.booking_info .book_online .box {
  margin: 24px 0 20px;
  padding: 10px 11px;
  background-color: rgba(195, 216, 255, 0.2);
  font-weight: 700;
}
.booking_info .book_online .box strong {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
}
.booking_info .book_online .see_more {
  display: inline-block;
  margin: 5px 0;
  font-size: 12px;
  color: #A99362;
  text-decoration: underline;
}
.booking_info .book_tel ul {
  display: flex;
  flex-wrap: wrap;
}
.booking_info .book_tel ul li {
  border-bottom: 1px solid #E2E2E2;
  padding: 10px 0;
  width: 50%;
  font-weight: 700;
}
.booking_info .book_tel ul li span {
  display: block;
  font-weight: 400;
}
.booking_info .book_tel ul li.col {
  display: flex;
  -moz-column-gap: 13px;
       column-gap: 13px;
  width: 100%;
  font-weight: 400;
}
.booking_info .cancel_info .detail {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.booking_info .cancel_info .detail h3 {
  margin: 20px 0 8px;
  color: #007AFF;
  font-weight: 400;
}

.bookingRestriction_popup .inner {
  width: 320px;
  position: relative;
}
.bookingRestriction_popup h2 {
  outline: 0;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #E2E2E2;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #000;
}
.bookingRestriction_popup .btn_close {
  position: absolute;
  right: 20px;
  top: 14px;
  width: 24px;
  height: 24px;
  background: url("/assets/images/btn_close_01.png") 0 0/24px no-repeat;
  border: 0;
}
.bookingRestriction_popup .text01 {
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  padding: 32px 0 19px;
}
.bookingRestriction_popup .text02 {
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  color: #D72F20;
  padding: 0 0 24px;
}
.bookingRestriction_popup .text02 dd a {
  color: #D72F20;
  display: inline-block;
  padding-right: 22px;
  background: url("../images/ico_tel_02.png") right center/18px no-repeat;
}
.bookingRestriction_popup .info {
  background-color: #F5F5F5;
  padding: 16px 20px 33px;
}
.bookingRestriction_popup .info h3 {
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.43px;
}
.bookingRestriction_popup .info table {
  width: 100%;
}
.bookingRestriction_popup .info table th {
  border: 1px solid #E2E2E2;
  height: 26px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.25px;
  text-align: center;
}
.bookingRestriction_popup .info table td {
  border: 1px solid #E2E2E2;
  background-color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.25px;
  text-align: center;
}

.bookingCancel_popup .inner {
  background-color: #fff;
  width: 320px;
}
.bookingCancel_popup .text01 {
  padding: 43px 0 7px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.bookingCancel_popup .text02 {
  padding: 0 33px 20px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #C59F38;
}
.bookingCancel_popup .text03 {
  border-top: 1px solid #E2E2E2;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background-color: #F5F5F5;
  color: #358DFF;
}
.bookingCancel_popup .info {
  padding: 20px;
}
.bookingCancel_popup .info h3 {
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.43px;
  margin-bottom: 6px;
}
.bookingCancel_popup .info li {
  line-height: 26px;
  font-size: 14px;
}
.bookingCancel_popup .info .radio {
  padding-left: 21px;
}
.bookingCancel_popup .info .radio span::before {
  width: 14px;
  height: 14px;
}
.bookingCancel_popup .btn_confirm {
  width: 100%;
  height: 50px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  border: 0;
  background-color: #358DFF;
  color: #fff;
}
.bookingCancel_popup .btn_confirm:disabled {
  background-color: #999;
}
.bookingCancel_popup .btn_close {
  position: absolute;
  right: 20px;
  top: 14px;
  width: 24px;
  height: 24px;
  background: url("/assets/images/btn_close_01.png") 0 0/24px no-repeat;
  border: 0;
}
.booking_disabled_link {
  color: #ccc;
  pointer-events: none;
  cursor: not-allowed;
  text-decoration: none;
}
#reserve_confirm:disabled {
  background-color: #999;
}
.booking_search {
  display: flex;
  justify-content: center;
  gap:10px;
  margin : 20px 0px;
}
.moreAccount .fav {
  border: 0 none;
  outline: none;
  min-width: 16px;
  height: 16px;
  margin-left : 5px;
  background: url(/assets/images/ico_fav2.png) 0 0/contain no-repeat;
}

@media screen and (max-width: 380px) {
  .booking .btn_basic {
    min-width: 48px;
  }

  .booking_reg table th,
  .booking_reg table td {
    font-size: 12px;
  }

  .booking_info .fee li .caution {
    font-size: 10px;
    line-height: 12px;
  }

  .booking_dtl .rgst_comp .list li .gender {
    width: 30px;
    margin-left: auto;
  }

  .booking_team.type2 .moreAccount .zone {
    font-size: 13px;
  }
  .booking_team.type2 .moreAccount .num {
    font-size: 13px;
    padding: 0 4px;
  }
  .moreAccount .fav {
    min-width: 11px;
    height: 11px;
  }
  .booking_team .moreAccount .num strong {
    font-size: 15px;
  }
  .booking_team.type2 .swiper-slide .moreAccount a {
    padding: 12px;
  }
}

.calendar_popup_container {
  z-index: 100;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.calendar_popup_container .calendar_popup_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, 0.6);
}

.calendar_popup_container .calendar_wrap {
  width: 320px;
}

.calendar_popup_container .calendar_wrap .calendar-header {
  background-color: #fff;
}

.calendar_popup_container .calendar_wrap .calendar-header .closeBtn {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: none;
}

.calendar_popup_container .calendar_wrap .calendar-header .closeBtn>img {
  width: 100%;
  height: 100%;
}

.blueBoldText {
  color: #358DFF !important;
  font-weight: bold !important;
}

@media screen and (min-width: 768px) {
  .booking_dtl .visual {
    height: auto;
    aspect-ratio: 2 / 1;
  }
  .booking_dtl .visual img {
    width: 100%;
  }
}

@media screen and (max-width: 352px) {
  .booking_srch .inner{
    font-size: 13px;
  }
  .booking_srch .inner .local{
    min-width: 0;
  }
  .booking_team.type2 .moreAccount .zone {
    font-size: 12px;
  }
  .moreAccount .fav {
    min-width: 10px;
    height: 10px;
  }
  .booking_team.type2 .moreAccount .num {
    font-size: 12px;
    padding: 0 4px;
  }
  .booking_team .moreAccount .num strong {
    font-size: 14px;
  }
  .booking_team.type2 .swiper-slide .moreAccount a {
    padding: 12px 12px;
  }
}

@media screen and (max-width: 328px) {
  .booking_srch .inner {
    font-size: 12px;
  }
  .booking_team .moreAccount .num strong {
    font-size: 12px;
  }
  .booking_team.type2 .swiper-slide .moreAccount a {
    padding: 12px 6px;
  }
}

