@charset "UTF-8";
::-webkit-scrollbar {
  display: none; /* 크롬, 사파리, 오페라, 엣지 */
}

.reservation-container {
  width: 100%;
  height: 100%;
  background: #E0E3DA;
  padding-bottom: 4em;
}
.reservation-container .branch-logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  background-color: #FFF;
}
.reservation-container .branch-logo-wrap img {
  height: 100%;
}
.reservation-container .branch-logo-wrap .branch-name {
  font-weight: 700;
}
.reservation-container .branch-logo-wrap .login-btn {
  position: absolute;
  right: 0.5em;
  font-size: 2em;
}
.reservation-container .branch-logo-wrap .mypage-btn {
  position: absolute;
  right: 0.5em;
  font-size: 0.6rem;
  text-align: center;
  font-weight: bold;
  border: 1px solid #141B34;
  border-radius: 5px;
  padding: 0.3em;
  color: #141B34;
}
.reservation-container .header {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #CDCDCD;
}
.reservation-container .header > div {
  width: 50%;
  height: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #CDCDCD;
  background-color: #FFF;
  font-size: 0.8rem;
  color: #141B34;
  font-weight: 400;
  cursor: pointer;
  padding: 0 0.8em;
}
.reservation-container .header > div:nth-of-type(odd) {
  border-right: 1px solid #CDCDCD;
}
.reservation-container .header > div.active {
  background-color: #566270;
  color: #FFFFFF;
  font-weight: 600;
}
.reservation-container .contents {
  background-color: #FFF;
  padding: 0 1em 0 1em;
  margin-top: 0.3em;
}
.reservation-container .contents:has(.event-list-wrap .event-list-empty) {
  height: calc(100% - 5.5em);
}
.reservation-container .contents .search-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8em;
  padding: 1em 0 1.5em 0;
}
.reservation-container .contents .search-wrap .search-input {
  flex: 1;
  height: 2em;
  border-radius: 5px;
  border: 1px solid #CDCDCD;
  background: url(/assets/images/search.svg) 0% 0% no-repeat padding-box;
  background-size: 15px;
  background-position: 10px 50%;
  flex-direction: row-reverse;
  text-indent: 30px;
}
.reservation-container .contents .search-wrap .search-input input {
  border: none;
  width: calc(100% - 2em);
  height: 100%;
}
.reservation-container .contents .search-wrap .search-input input::-moz-placeholder {
  color: #8F8F8F;
  font-size: 0.8rem;
}
.reservation-container .contents .search-wrap .search-input input::placeholder {
  color: #8F8F8F;
  font-size: 0.8rem;
}
.reservation-container .contents .search-wrap .search-btn {
  width: 4em;
  height: 2em;
  color: #FFF;
  border-radius: 3px;
  background: #6166ED;
  border: none;
  cursor: pointer;
}
.reservation-container .contents .search-wrap .refresh-btn {
  color: #9C9C9C;
  cursor: pointer;
}
.reservation-container .contents .event-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  padding-bottom: 2em;
}
.reservation-container .contents .event-list-wrap:has(.event-list-empty) {
  height: calc(100% - 4.5em);
}
.reservation-container .contents .event-list-wrap .event-title {
  color: #141B34;
  font-size: 1rem;
  font-weight: 700;
}
.reservation-container .contents .event-list-wrap .event-desc-bold {
  color: #141B34;
  font-size: 0.8rem;
  font-weight: 600;
}
.reservation-container .contents .event-list-wrap .event-desc {
  color: #141B34;
  font-size: 0.8rem;
  font-weight: 400;
}
.reservation-container .contents .event-list-wrap .product-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.6em;
  margin-top: 0.6em;
}
.reservation-container .contents .event-list-wrap .product-list-wrap .product {
  width: 100%;
  display: flex;
  justify-content: space-between;
  min-height: 3em;
  border-radius: 5px;
  border: 1px dashed #CDCDCD;
  background: #F6F6FF;
  padding: 1em;
  color: #141B34;
  font-size: 0.8rem;
}
.reservation-container .contents .event-list-wrap .product-list-wrap .product .product-text {
  width: 70%;
}
.reservation-container .contents .event-list-wrap .product-list-wrap .product .product-desc {
  font-size: 0.6rem;
  white-space: pre-wrap;
}
.reservation-container .contents .event-list-wrap .product-list-wrap .product .product-etc-info {
  display: flex;
  align-items: center;
  gap: 0.6em;
  font-size: 0.8rem;
}
.reservation-container .contents .event-list-wrap .product-list-wrap .product .product-etc-info .add-btn {
  color: #9C9C9C;
  font-size: 1rem;
  cursor: pointer;
}
.reservation-container .contents .event-list-wrap .event-list-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: 700;
}
.reservation-container .bottom-action-btns {
  width: 480px;
  height: 4em;
  display: flex;
  position: fixed;
  z-index: 3;
  bottom: 0;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px #9C9C9C;
}
@media (max-width: 480px) {
  .reservation-container .bottom-action-btns {
    width: 100%;
  }
}
.reservation-container .bottom-action-btns .cart-btn {
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  cursor: pointer;
}
.reservation-container .bottom-action-btns .cart-btn.active .xi-cart {
  color: #141B34;
}
.reservation-container .bottom-action-btns .cart-btn .product-count {
  color: #141B34;
  font-size: 0.8rem;
  font-weight: 700;
}
.reservation-container .bottom-action-btns .cart-btn .xi-cart {
  color: #9C9C9C;
  font-size: 1.5rem;
}
.reservation-container .bottom-action-btns .reservation-btn {
  width: 70%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6166ED;
  color: #FFF;
  letter-spacing: 6px;
  cursor: pointer;
}
.reservation-container .bottom-action-btns .reservation-btn .xi-calendar-check {
  font-size: 1.3rem;
}
.reservation-container .cart-popup {
  position: fixed;
  top: 0;
  width: 480px;
  height: calc(100% - 4em);
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
@media (max-width: 480px) {
  .reservation-container .cart-popup {
    width: 100%;
  }
}
.reservation-container .cart-popup .cart-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 40%;
  border-radius: 25px 25px 0px 0px;
  background: #FFF;
  padding: 1em 1.5em 0 1.5em;
  transform: translate(0, 0);
  animation: bounceUp 0.3s forwards;
}
.reservation-container .cart-popup .cart-wrap .cart-title {
  display: flex;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1.5em;
}
.reservation-container .cart-popup .cart-wrap .cart-title .title-text {
  display: flex;
  align-items: center;
  gap: 1em;
}
.reservation-container .cart-popup .cart-wrap .cart-title .price {
  color: #6166ED;
  font-weight: 700;
}
.reservation-container .cart-popup .cart-wrap .cart-title .xi-close {
  color: #6D747A;
  font-size: 1.3rem;
  cursor: pointer;
}
.reservation-container .cart-popup .cart-wrap .product-list {
  width: 100%;
  height: calc(100% - 2.7em);
  overflow-y: scroll;
}
.reservation-container .cart-popup .cart-wrap .product-list .product {
  width: 100%;
  min-height: 5em;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  border: 1px dashed #CDCDCD;
  background: #F6F6FF;
  color: #141B34;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 1em;
}
.reservation-container .cart-popup .cart-wrap .product-list .product:not(:first-of-type) {
  margin-top: 0.8em;
}
.reservation-container .cart-popup .cart-wrap .product-list .product:last-of-type {
  margin-bottom: 2em;
}
.reservation-container .cart-popup .cart-wrap .product-list .product .product-text {
  width: 70%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.3em;
  color: #141B34;
  font-size: 0.8rem;
  font-weight: 500;
}
.reservation-container .cart-popup .cart-wrap .product-list .product .product-text .product-type {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1em 0.5em;
  border-radius: 2px;
  background: #FB8F8F;
  color: white;
  font-size: 0.8rem;
  font-weight: 500;
}
.reservation-container .cart-popup .cart-wrap .product-list .product .etc-info {
  display: flex;
  align-items: center;
  gap: 1em;
}
.reservation-container .cart-popup .cart-wrap .product-list .product .etc-info .remove-btn {
  font-size: 1.5em;
  color: #9C9C9C;
}
.reservation-container .cart-popup .cart-wrap .cart-empty {
  width: 100%;
  height: calc(100% - 3em);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1em;
  color: #141B34;
  font-size: 1rem;
  font-weight: 500;
}
.reservation-container .cart-popup .cart-wrap .cart-empty .add-cart-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
  border-radius: 5px;
  background: #6166ED;
  font-size: 0.8rem;
  font-weight: 700;
  color: #FFF;
  border: none;
  padding: 0.5em;
  cursor: pointer;
}
.reservation-container .cart-popup .cart-wrap .cart-empty .add-cart-btn .xi-cart {
  font-size: 1rem;
}
.reservation-container .bottom-info {
  font-size: 13px;
  padding-bottom: 2em;
  padding-top: 1em;
  border-top: 1px solid #CDCDCD;
}
.reservation-container .bottom-info .label {
  font-weight: 600;
}/*# sourceMappingURL=index.css.map */