/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/reservation/reservation.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.popupstore-name {
  font-size: 16px;
  padding: 0 16px;
}

.small-text {
  font-size: 12px;
  color: #999;
}

.bold {
  font-weight: 700;
}

.underline {
  text-decoration: underline;
}

.big-text {
  font-size: 24px;
}

.red-text {
  color: #f0002e;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

.white-back {
  background: #fff;
  color: #121212;
}

.reservation-alert {
  display: none;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 340px;
  padding: 20px 16px;
  background: #fff;
  color: #121212;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.reservation-alert .reservation-btn {
  width: 164px;
  margin-bottom: 0;
}

.reservation-wrap {
  width: 100%;
  max-width: 980px;
  height: 100%;
  margin: 10px auto;
  padding-bottom: 80px;
}
.reservation-wrap header {
  padding-bottom: 10px;
  border-bottom: 1px solid #767676;
}
.reservation-wrap header p {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.contact-input-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-input-wrap .contact-label-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.contact-input-wrap .contact-label-wrap p {
  min-width: 70px;
  padding: 0;
  font-size: 14px;
}
.contact-input-wrap .contact-label-wrap p .alert-text {
  color: #f0002e;
  font-size: 12px;
  margin-left: 4px;
}
.contact-input-wrap .contact-label-wrap input {
  flex: 1 1;
  height: 24px;
  background: none;
  color: #fff;
  padding: 0;
  font-size: 14px;
}
.contact-input-wrap .contact-label-wrap input:focus {
  outline: none;
}
.contact-input-wrap .contact-notice p {
  color: #999;
  font-size: 12px;
  padding: 0;
  line-height: 1.5;
}
.contact-input-wrap .contact-notice p:first-child {
  margin-bottom: 4px;
}

.reservation-form {
  margin-top: 42px;
}
.reservation-form .field-wrap {
  margin-bottom: 40px;
}
.reservation-form .field-tit {
  padding-bottom: 10px;
}
.reservation-form p {
  padding: 0 16px;
  font-size: 14px;
  line-height: 1.5;
}
.reservation-form .popupstore-name {
  font-weight: 700;
}
.reservation-form .small-text {
  padding-bottom: 10px;
}
.reservation-form .bold {
  font-size: 16px;
}
.reservation-form .date-wrap {
  position: relative;
}
.reservation-form .date-pick {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.reservation-form .date-pick img {
  height: 24px;
}
.reservation-form .calendar-layer {
  display: none;
}
.reservation-form .calendar-layer.show {
  display: block;
}
.reservation-form .popupstore-time-btn-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 16px;
  column-gap: 16px;
  row-gap: 16px;
}
.reservation-form .popupstore-time-btn {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  height: 32px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 10em;
  cursor: pointer;
}
.reservation-form .popupstore-time-btn.select {
  border: 1px solid #f0002e;
  color: #f0002e;
  font-weight: 700;
}
.reservation-form .popupstore-time-btn.outOfTimes {
  border: 1px solid #767676;
  color: #767676;
  font-weight: 200;
}
.reservation-form .reservation-amount-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.reservation-form .reservation-amount-wrap .amount-button {
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
}
.reservation-form .reservation-amount-wrap .amount-button.minus {
  background: url("/assets/img/common/remove.png") center center no-repeat;
}
.reservation-form .reservation-amount-wrap .amount-button.plus {
  background: url("/assets/img/common/add.png") center center no-repeat;
}
.reservation-form .reservation-amount-wrap .countNum {
  width: 24px;
  border: 0;
  padding: 0;
  margin: 0 8px;
  text-align: center;
  font-weight: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: normal;
}
.reservation-form .field-text-wrap {
  background: #212121;
  padding: 16px;
  line-height: 1.5;
  font-size: 14px;
  color: #999;
}
.reservation-form .field-text-wrap .notice-wrap {
  max-height: 200px;
  overflow-y: scroll;
  padding-right: 6px;
  word-break: keep-all;
}
.reservation-form .field-text-wrap .notice-wrap::-webkit-scrollbar {
  width: 3px;
  height: auto;
  background: #121212;
  border-radius: 10em;
}
.reservation-form .field-text-wrap .notice-wrap::-webkit-scrollbar-thumb {
  width: 3px;
  height: auto;
  background: #777;
  border-radius: 10em;
}
.reservation-form .field-text-wrap p {
  padding: 0;
  line-height: 1.5;
}

.reservation-form .agree-tit,
.waiting-form .agree-tit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #212121;
  padding: 16px;
  cursor: pointer;
  margin-bottom: 4px;
  box-sizing: border-box;
}
.reservation-form .agree-tit .arrow,
.waiting-form .agree-tit .arrow {
  transform: rotate(0deg);
  transition: all 0.2s;
}
.reservation-form .agree-tit .arrow.move,
.waiting-form .agree-tit .arrow.move {
  transform: rotate(180deg);
}
.reservation-form .agree-content,
.waiting-form .agree-content {
  height: 0;
  font-size: 12px;
  color: #999;
  line-height: 1.5;
  background: #212121;
  margin-bottom: 4px;
  overflow: hidden;
  transition: all 0.2s;
  padding: 0 16px;
}
.reservation-form .agree-content.show,
.waiting-form .agree-content.show {
  height: auto;
  padding: 16px;
  transition: all 0.2s;
}
.reservation-form .agree-content p,
.waiting-form .agree-content p {
  padding: 0;
}
.reservation-form .agree-content .emphasis-text,
.waiting-form .agree-content .emphasis-text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.reservation-form .all-agree-wrap,
.waiting-form .all-agree-wrap {
  margin-bottom: 10px;
}
.reservation-form .all-agree-wrap label,
.waiting-form .all-agree-wrap label {
  display: block;
  margin-bottom: 6px;
}
.reservation-form .all-agree-wrap span,
.waiting-form .all-agree-wrap span {
  display: block;
  font-size: 12px;
  color: #999;
  padding-left: 26px;
  word-break: keep-all;
}
.reservation-form label,
.waiting-form label {
  cursor: pointer;
}

.reservation-result-bottom {
  padding-top: 40px;
  border-top: 1px dashed #767676;
  text-align: center;
}

.reservation-btn {
  display: block;
  width: 300px;
  margin: 30px auto;
  padding: 10px;
  background: #2c2c2c;
  font-size: 13px;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.reservation-btn.red {
  background: #f0002e;
}
.reservation-btn.light-gray {
  background: #dfdfdf;
  color: #121212;
}

.waiting-form {
  min-height: 100vh;
  padding: 42px 16px;
  margin-top: 8px;
  color: #121212;
}

.waiting-header {
  text-align: center;
}
.waiting-header .big-text,
.waiting-header .popupstore-name {
  font-weight: 700;
}
.waiting-header .popup-info-wrap {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
.waiting-header .popup-info-wrap .popupstore-name {
  padding: 0;
  text-align: left;
  word-break: keep-all;
}
.waiting-header .popup-thumbnail {
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  object-fit: cover;
}

.waiting-content {
  padding: 20px 16px;
  margin: 50px auto 0;
  font-size: 14px;
  line-height: 1.5;
}

.red-header {
  background: #f0002e;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  border-radius: 20px 20px 0 0;
}

.waiting-info {
  margin: 0 auto;
  border: 1px solid #212121;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  padding: 10px 30px;
}
.waiting-info span {
  font-weight: 600;
}

.waiting-option {
  text-align: center;
  line-height: 1.5;
}

.notice-area {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  background: #f6f6f6;
  border-radius: 10px;
  column-gap: 4px;
}
.notice-area img {
  padding: 0 10px;
}
.notice-area .notice-list {
  font-size: 12px;
  color: #767676;
  margin-left: 24px;
}
.notice-area .notice-list li {
  line-height: 1.5;
  list-style: disc;
  word-break: keep-all;
  text-align: left;
}

.waiting-form-inner {
  margin-top: 40px;
  font-size: 14px;
}
.waiting-form-inner .user-form {
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #767676;
}
.waiting-form-inner .user-form p {
  font-size: 14px;
}
.waiting-form-inner .user-form .login-btn {
  max-width: 300px;
  margin-top: 10px;
}
.waiting-form-inner .user-form .login-btn svg {
  width: 100%;
  max-width: 300px;
  height: 45px;
  object-fit: cover;
}
.waiting-form-inner .none-user-form {
  padding-top: 50px;
}
.waiting-form-inner .none-user-form > p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.waiting-form-inner .none-user-form .small-text {
  display: block;
  color: #121212;
  margin-bottom: 4px;
}
.waiting-form-inner .none-user-form input[type=number],
.waiting-form-inner .none-user-form input[type=text] {
  display: block;
  width: 100%;
  border: 1px solid #212121;
  border-radius: 10em;
  box-sizing: border-box;
  margin-bottom: 20px;
  color: #121212;
}
.waiting-form-inner .none-user-form input[type=number]:hover,
.waiting-form-inner .none-user-form input[type=text]:hover {
  background: none;
}
.waiting-form-inner .none-user-form .field-tit {
  padding-bottom: 10px;
}
.waiting-form-inner .none-user-form .agree-tit {
  background: #f6f6f6;
  color: #121212;
}
.waiting-form-inner .none-user-form .agree-tit label {
  display: flex;
  align-items: center;
}
.waiting-form-inner .none-user-form .agree-content {
  color: #767676;
}
.waiting-form-inner .none-user-form .agree-content {
  background: #f6f6f6;
}
.waiting-form-inner .none-user-form .emphasis-text {
  color: #121212;
}
.waiting-form-inner .reservation-btn {
  width: 100%;
}
.waiting-form-inner input[type=checkbox] {
  width: 20px;
  height: 20px;
  background: #f6f6f6;
}
.waiting-form-inner input[type=checkbox]:checked {
  background: #f0002e;
  border-color: #f0002e;
}
.waiting-form-inner input[type=checkbox]:checked::after {
  width: 12px;
  height: 12px;
}

.marketing-wrap {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.marketing-wrap p {
  font-size: 16px;
}

.qr-wrap {
  min-height: 100vh;
  padding: 40px 0 100px;
  font-size: 14px;
}
.qr-wrap > div {
  word-break: keep-all;
  line-height: 1.5;
}
.qr-wrap .red-header {
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
}
.qr-wrap .qr-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.qr-wrap .qr-area .svg {
  display: block;
  width: 150px;
  height: 150px;
  object-fit: cover;
}
.qr-wrap .qr-area div.svg {
  width: auto;
  height: auto;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  word-break: break-all;
  line-height: 1.5;
  padding: 20px 0;
  border-bottom: 1px dashed #767676;
}
.qr-wrap .info-wrap {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  background: #f6f6f6;
  border-radius: 10px;
  padding: 16px 10px;
}
.qr-wrap .reservation-btn {
  width: 350px;
  border-radius: 10em;
}

.qr-info-wrap {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 20px 30px;
  border: 1px solid #212121;
  border-top: 0;
  border-radius: 0 0 20px 20px;
}

.real-waiting-info-text {
  text-align: center;
  font-size: 14px;
}
.real-waiting-info-text.bold {
  font-weight: 700;
  color: #f0002e;
}

.real-waiting-wrap {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  column-gap: 80px;
  position: relative;
}
.real-waiting-wrap::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  background: #dfdfdf;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.real-waiting-wrap .wating-number,
.real-waiting-wrap .wating-team {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  row-gap: 4px;
}
.real-waiting-wrap .tit {
  background: #dfdfdf;
  color: #f0002e;
  line-height: 1.5;
  padding: 2px 14px;
  border-radius: 10em;
}
.real-waiting-wrap .num {
  font-size: 42px;
  font-weight: 700;
  color: #212121;
}

.survey-wrap {
  min-height: 100vh;
  padding: 40px 25px 80px;
  box-sizing: border-box;
}
.survey-wrap .header {
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
}
.survey-wrap .header h1 {
  font-size: 16px;
  font-weight: 900;
  word-break: keep-all;
}
.survey-wrap .sub-text {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 20px;
  word-break: keep-all;
}
.survey-wrap .sub-text b {
  font-weight: 900;
}

.survey-form-wrap {
  padding: 20px 0;
  border-top: 1px solid #767676;
}

.q-wrap {
  margin-bottom: 32px;
  font-size: 14px;
}

.a-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 16px;
  row-gap: 16px;
}
.a-wrap.checkbox {
  flex-direction: column;
  align-items: flex-start;
}
.a-wrap label {
  cursor: pointer;
}
.a-wrap input[type=radio] {
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #000;
}
.a-wrap input[type=radio]:checked {
  border: 1px solid #f0002e;
  background: #f0002e;
}
.a-wrap input[type=radio]:checked::after {
  width: 12px;
  height: 12px;
}
.a-wrap input[type=checkbox] {
  width: 20px;
  height: 20px;
  background: #fff;
}
.a-wrap input[type=checkbox]:checked {
  background: #f0002e;
  border: 1px solid #f0002e;
}
.a-wrap input[type=checkbox]:checked::after {
  width: 12px;
  height: 12px;
}
.a-wrap input[type=text],
.a-wrap input[type=number],
.a-wrap input[type=password] {
  display: block;
  width: 100%;
  border: 1px solid #767676;
  color: #121212;
  box-sizing: border-box;
}
.a-wrap input[type=text]:hover,
.a-wrap input[type=number]:hover,
.a-wrap input[type=password]:hover {
  background: none;
}
.a-wrap .ck.ck-reset.ck-editor.ck-rounded-corners {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.5;
}
.a-wrap .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  border: 1px solid #767676;
}
.a-wrap.star-wrap {
  row-gap: 0;
}
.a-wrap.star-wrap .star-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  direction: rtl;
  justify-content: center;
  column-gap: 25px;
}
.a-wrap.star-wrap label {
  display: none;
}
.a-wrap.star-wrap input[name=rating] {
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent url("/assets/img/survey/star.svg") center center no-repeat;
  background-size: contain;
  margin-right: 0 !important;
}
.a-wrap.star-wrap input[name=rating]:checked {
  background: transparent url("/assets/img/survey/star-fill.svg") center center no-repeat;
}
.a-wrap.star-wrap input[name=rating]:checked ~ input[name=rating] {
  background: transparent url("/assets/img/survey/star-fill.svg") center center no-repeat;
}
.a-wrap.star-wrap input[name=rating]:checked::after {
  display: none;
}
.a-wrap.star-wrap .noneselect {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  font-size: 10px;
  color: #767676;
  margin-top: 4px;
}
.a-wrap.star-wrap .noneselect.hide {
  display: none;
}
.a-wrap.star-wrap .noneselect span {
  width: 37px;
  word-break: keep-all;
  text-align: center;
}
.a-wrap.star-wrap .star-text {
  width: 100%;
  text-align: center;
  color: #f0002e;
  display: none;
  margin-top: 8px;
}
.a-wrap.star-wrap .star-text.show {
  display: block;
}
.a-wrap.star-wrap .star-text .num {
  font-weight: 700;
}
.a-wrap.star-wrap .star-text .text {
  margin-left: 6px;
}

.q-tit {
  font-weight: 700;
  margin-bottom: 10px;
  word-break: keep-all;
  line-height: 1.5;
}

.survey-result-text {
  text-align: center;
  padding-top: 10px;
}
.survey-result-text p {
  line-height: 1.5;
}

@media all and (min-width: 980px) {
  .reservation-form .date-pick {
    justify-content: flex-start;
    column-gap: 16px;
  }
  .waiting-header .popup-info-wrap {
    max-width: 450px;
  }
}
.reservation-register-1 {
  min-height: 100dvh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
}
@supports not (height: 100dvh) {
  .reservation-register-1 {
    min-height: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    height: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  }
}
.reservation-register-1 .reservation-form-box {
  width: 100%;
  max-width: none;
  min-width: 350px;
  padding: 36px;
  background-color: #FAF7F2;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: space-between;
}
.reservation-register-1 .reservation-form-box-1 {
  padding: 20px;
}
.reservation-register-1 .reservation-menu-tit {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.reservation-register-1 .qr-register-box {
  position: relative;
  flex: 1 1;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  grid-gap: 48px;
  gap: 48px;
  width: 100%;
  padding: 0 20px;
  overflow: hidden;
}
.reservation-register-1 .qr-register-box-left {
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.reservation-register-1 .qr-register-box-left-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.reservation-register-1 .qr-store-name {
  font-size: 28px;
  font-weight: 600;
  color: #333;
}
.reservation-register-1 .qr-main-title {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  color: #333;
  word-break: keep-all;
}
.reservation-register-1 .qr-thumb-box {
  width: 100%;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  align-self: center;
  aspect-ratio: 1/1;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.18);
  background: #000;
}
.reservation-register-1 .qr-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reservation-register-1 .phone-mockup {
  width: 65%;
  margin: 6rem auto;
  position: relative;
}
.reservation-register-1 .phone-bg {
  width: 100%;
  display: block;
  filter: drop-shadow(-30px 20px 20px rgba(0, 0, 0, 0.08)) drop-shadow(-60px 50px 50px rgba(0, 0, 0, 0.12));
}
.reservation-register-1 .scan-text {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: #333;
  z-index: 2;
}
.reservation-register-1 .qr-image-wrap {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 55%;
  aspect-ratio: 1/1;
  transform: translateX(-50%);
  z-index: 2;
}
.reservation-register-1 .qr-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reservation-register-1 .foreigner-btn {
  padding: 16px 16px;
  width: 130px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 100em;
}
.reservation-register-1 .store-main-tit-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin: 0 auto;
}
.reservation-register-1 .store-main-tit-img-wrap img {
  width: 100%;
}
.reservation-register-1 .store-main-tit-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  background-color: transparent;
}
.reservation-register-1 .pre-title {
  background-color: #f36d26;
  color: #fff;
  border-radius: 100px;
}
.reservation-register-1 .store-main-tit {
  font-size: 32px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1.2;
  word-break: keep-all;
}
.reservation-register-1 .form-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.reservation-register-1 .form-inner-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.reservation-register-1 .form-input-field-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
.reservation-register-1 .form-input-field {
  min-height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.reservation-register-1 .form-input-lbl {
  color: #777;
  font-size: 32px;
  flex: 3 1;
}
.reservation-register-1 .form-input-box {
  font-size: 32px;
  min-width: 0;
  width: auto;
  flex: 9 1;
  height: 56px;
  padding: 0 16px;
  border: 1px solid #777;
  border-radius: 4px;
  color: #000;
  background-color: #fff;
  outline: none;
  font-weight: 500;
  margin-bottom: 0;
}
.reservation-register-1 .marketing-wrap {
  text-align: left;
  padding-left: 20px;
}
.reservation-register-1 .field-agree-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.reservation-register-1 .agree-tit {
  padding: 0 12px;
}
.reservation-register-1 .form-agree-lbl {
  color: #777;
  font-size: 20px;
}
.reservation-register-1 .form-agree-chkbox {
  width: 24px;
  height: 24px;
  border-color: #777 !important;
  border-radius: 4px;
}
.reservation-register-1 .form-agree-chkbox:checked::after {
  width: 16px;
  height: 16px;
}
.reservation-register-1 .form-margeting-msg {
  font-size: 16px;
  color: #444;
  list-style: disc;
  font-weight: 400;
  line-height: 20px;
}
.reservation-register-1 .form-confirm-btn {
  width: 100%;
  height: 100px;
  background-color: #f0002e;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 32px;
  font-weight: bold;
  border-radius: 8px;
}
.reservation-register-1 .reservation-wating-state-lbl {
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
}
.reservation-register-1 .reservation-wating-state-count {
  font-size: 32px;
  font-weight: bold;
}
.reservation-register-1 .reservation-wating-state-unit {
  font-size: 12px;
  color: #fff;
}
.reservation-register-1 .reservation-wating-state-box-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
.reservation-register-1 .reservation-wating-state-box-wrap-1 {
  gap: 10px;
}
.reservation-register-1 .reservation-wating-state-box {
  bottom: 0;
  left: 0;
  width: 100%;
  background: #333;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 16px;
}
.reservation-register-1 .reservation-wating-state {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.reservation-register-1 .reservation-wating-state-text {
  font-size: 28px;
}
.reservation-register-1 .reservation-wating-state-count {
  font-size: 36px;
  font-weight: bold;
}
@media all and ((min-width: 801px) or (orientation: landscape)) {
  .reservation-register-1 .mobile-display {
    display: none !important;
  }
  .reservation-register-1 .mobile-display-flex {
    direction: row;
  }
}
@media all and ((max-width: 800px) or (orientation: portrait)) {
  .reservation-register-1 .desktop-display {
    display: none !important;
  }
  .reservation-register-1 .mobile-display-flex {
    direction: column;
  }
  .reservation-register-1 .reservation-form-box {
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: none;
  }
}
@media all and ((orientation: landscape)) {
  .reservation-register-1 .high-height {
    display: none !important;
  }
}
@media all and ((max-height: 800px) and (orientation: portrait)) {
  .reservation-register-1 .high-height {
    display: inherit !important;
  }
  .reservation-register-1 .high-height img {
    height: 150px !important;
  }
}
@media all and (max-width: 500px) {
  .reservation-register-1 .reservation-form-box {
    padding: 0;
  }
  .reservation-register-1 .reservation-menu-tit {
    font-size: 14px;
  }
  .reservation-register-1 .reservation-menu-tit-box {
    padding: 10px 20px 0;
  }
  .reservation-register-1 .language-switcher-box {
    padding: 16px 20px 0;
  }
  .reservation-register-1 .foreigner-btn {
    padding: 4px 4px;
    width: auto;
    min-width: 36px;
    font-size: 10px;
  }
  .reservation-register-1 .qr-main-title {
    font-size: 24px;
  }
  .reservation-register-1 .qr-store-name {
    font-size: 20px;
  }
  .reservation-register-1 .store-main-tit {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: left;
    line-height: 1.2;
    word-break: keep-all;
  }
  .reservation-register-1 .form-box {
    padding: 0 20px;
  }
  .reservation-register-1 .form-inner-box {
    gap: 4px;
  }
  .reservation-register-1 .form-input-field-wrap {
    gap: 4px;
  }
  .reservation-register-1 .form-input-field {
    min-height: 36px;
    gap: 10px;
  }
  .reservation-register-1 .form-input-lbl {
    font-size: 16px;
  }
  .reservation-register-1 .form-input-box {
    font-size: 16px;
    height: 32px;
    padding: 0 12px;
  }
  .reservation-register-1 .marketing-wrap {
    text-align: left;
    margin-bottom: 4px;
    margin-top: 4px;
  }
  .reservation-register-1 .field-agree-wrap {
    gap: 2px;
  }
  .reservation-register-1 .form-agree-wrap {
    margin-bottom: 0px;
  }
  .reservation-register-1 .form-agree-lbl {
    font-size: 14px;
  }
  .reservation-register-1 .form-agree-chkbox {
    width: 20px;
    height: 20px;
  }
  .reservation-register-1 .form-margeting-msg {
    font-size: 10px;
  }
  .reservation-register-1 .form-margeting-msg .-text {
    font-size: 12px;
  }
  .reservation-register-1 .form-confirm-btn {
    height: 50px;
    font-size: 16px;
  }
  .reservation-register-1 .reservation-wating-state-lbl {
    font-size: 14px;
  }
  .reservation-register-1 .reservation-wating-state-count {
    font-size: 28px;
  }
  .reservation-register-1 .reservation-wating-state-unit {
    font-size: 10px;
  }
  .reservation-register-1 .reservation-wating-state-box {
    height: 80px;
    margin-bottom: 0px;
    padding: 10px 0px;
  }
  .reservation-register-1 .reservation-wating-state {
    gap: 4px;
  }
  .reservation-register-1 .reservation-wating-state-text {
    font-size: 16px;
  }
  .reservation-register-1 .reservation-wating-state-count {
    font-size: 24px;
  }
  .reservation-register-1 .qr-register-box {
    grid-template-columns: 1fr;
  }
  .reservation-register-1 .qr-register-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .reservation-register-1 .phone-mockup {
    margin-top: 0;
  }
  .reservation-register-1 .qr-thumb-box {
    max-width: 40%;
    margin: 0;
    align-self: self-start;
  }
  .reservation-register-1 .scan-text {
    font-size: 16px;
  }
  .reservation-register-1 .qr-image-wrap {
    width: 65%;
  }
}

/* Language Modal */
.lang-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 30px;
  border: 1px solid #333;
  border-radius: 100px;
  background: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  transition: all 0.2s;
}
.lang-btn:hover {
  border-color: #f0002e;
  color: #f0002e;
}

.lang-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lang-modal {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  min-width: 280px;
  max-width: 360px;
  width: 90vw;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.lang-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.lang-modal-title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.lang-modal-close {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #999;
  padding: 4px;
  line-height: 1;
}
.lang-modal-close:hover {
  color: #333;
}

.lang-option {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.15s;
  margin-bottom: 8px;
}
.lang-option:last-child {
  margin-bottom: 0;
}
.lang-option:hover {
  background: #fafafa;
}
.lang-option.active {
  border-color: #f0002e;
  background: #fff5f7;
}

.lang-option-name {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.lang-option .active .lang-option-name {
  color: #f0002e;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/placelist/placelist_style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.placelist-inner {
  padding: 0 16px 100px;
}
.placelist-inner header div {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
  margin-bottom: 8px;
}
.placelist-inner header div .prev-arrow,
.placelist-inner header div .next-arrow {
  display: block;
  width: 15px;
  height: 15px;
}
.placelist-inner header div .prev-arrow {
  background: url("/assets/img/common/arrow_left_small.svg") center center no-repeat;
  background-size: contain;
}
.placelist-inner header div .next-arrow {
  background: url("/assets/img/common/arrow_left_small.svg") center center no-repeat;
  transform: rotate(180deg);
  background-size: contain;
}
.placelist-inner header p {
  color: #f0002e;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.placelist-inner header h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.placelist-big-thumb-wrap {
  display: flex;
  align-items: center;
  width: 230px;
  height: 230px;
  margin: 16px auto 16px;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.placelist-big-thumb {
  width: 195px;
  height: 195px;
  margin: 0 auto;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.placelist-big-thumb::after {
  content: "";
  display: block;
  width: 55px;
  height: 55px;
  background: url("/assets/img/placelist/circle.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.placelist-big-thumb img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transform-origin: 50% 50%;
  animation: rolling 10s infinite linear;
}

@keyframes rolling {
  100% {
    transform: rotate(360deg);
  }
}
.placelist-contents-wrap {
  margin-top: 16px;
  position: relative;
}

.placelist-contents-toggle {
  color: #fff;
  width: 100%;
  text-decoration: underline;
}

.placelist-contents-text {
  width: 100%;
  position: absolute;
  top: 150%;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  padding: 16px;
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  line-height: 1.5;
  z-index: 10;
}

.placelist-progress-container {
  width: 100%;
  height: 100%;
  position: absolute;
}
.placelist-progress-container > div {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.placelist-progress-container .progress-blank {
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  height: 50%;
}
.placelist-progress-container .progress-fill {
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  height: 50%;
}
.placelist-progress-container .progress_path {
  stroke-dashoffset: 635;
  animation: progressLineMove 10s linear forwards;
  animation-iteration-count: 1;
  transition: all 1s;
  direction: ltr;
  -webkit-animation: progressLineMove 10s linear forwards;
  -webkit-animation-iteration-count: 1;
}
@keyframes progressLineMove {
  0% {
    stroke-dashoffset: 635;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.placelist-center {
  position: relative;
  padding: 30px 0 0;
}

.placelist-info-wrap {
  width: 100%;
  z-index: 2;
  padding: 8px 10px;
  border-radius: 16px 16px 0 0;
  position: absolute;
  top: 0;
  height: 33px;
  overflow: hidden;
  transition: all 0.3s;
}
.placelist-info-wrap.open {
  top: -160px;
  height: 100%;
  min-height: 190px;
  padding-bottom: 30px;
  background: #212121;
}
.placelist-info-wrap.open > button {
  transform: rotate(180deg);
}
.placelist-info-wrap.open .placelist-info-box {
  opacity: 1;
}
.placelist-info-wrap > button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
  transition: all 0.2s;
}
.placelist-info-wrap > button img {
  width: 16px;
  height: 16px;
}
.placelist-info-wrap .placelist-info-box {
  padding: 8px 0 10px;
  opacity: 0;
  transition: all 0.5s;
  color: #767676;
  position: relative;
}
.placelist-info-wrap .placelist-info-box .placelist-info-title {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 6px;
  border-bottom: 1px solid #2c2c2c;
  margin-bottom: 6px;
}
.placelist-info-wrap .placelist-info-box .placelist-info-content {
  font-size: 14px;
  word-break: keep-all;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.placelist-info-wrap .placelist-info-box .placelist-info-link {
  font-size: 12px;
  text-decoration: underline;
  position: absolute;
  right: 5px;
  bottom: -5px;
}

.placelist-mini-thumb {
  background: #000;
  border-radius: 8px;
  padding: 8px;
  z-index: 3;
  position: relative;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
}
.placelist-mini-thumb.open {
  border-radius: 0 0 8px 8px;
}
.placelist-mini-thumb ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 480px;
  overflow-x: auto;
  column-gap: 16px;
  position: relative;
  z-index: 10;
}
.placelist-mini-thumb ul::-webkit-scrollbar {
  display: none;
}
.placelist-mini-thumb ul li {
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.placelist-mini-thumb ul li::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("/assets/img/placelist/circle.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.placelist-mini-thumb ul li img {
  display: block;
  width: 100%;
  max-width: 56px;
  height: 100%;
  max-height: 56px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}

.placelist-popuplist-wrap {
  width: 100%;
  margin-top: 24px;
}

.placelist-popuplist-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 8px;
  margin-bottom: 16px;
}
.placelist-popuplist-btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #767676;
  border-radius: 8px;
  background: #212121;
  color: #fff;
  padding: 8px 16px;
}
.placelist-popuplist-btn button.route-btn {
  height: 100%;
  flex-basis: 100%;
  column-gap: 8px;
  background: #f0002e;
  border-color: #f0002e;
}

.placelist-popuplist-inner {
  width: 100%;
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  row-gap: 32px;
  position: relative;
}
.placelist-popuplist-inner::before {
  content: "";
  width: 1px;
  height: calc(100% - 24px);
  border-left: 1px dashed #767676;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}
.placelist-popuplist-inner li {
  width: 100%;
  padding: 16px 8px;
  border-radius: 8px;
  background: #212121;
  box-sizing: border-box;
  position: relative;
}
.placelist-popuplist-inner li::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #121212 url("/assets/img/placelist/walking_icon.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}
.placelist-popuplist-inner li:first-child::after {
  height: 46px;
  top: 0;
  background: #121212 url("/assets/img/placelist/start_pin.png") center center no-repeat;
  background-size: contain;
  transform: none;
}
.placelist-popuplist-inner li:last-child::after {
  height: 46px;
  top: initial;
  bottom: 0;
  background: #121212 url("/assets/img/placelist/end_pin.png") center center no-repeat;
  background-size: contain;
  transform: none;
}
.placelist-popuplist-inner li p {
  line-height: 1.5;
}
.placelist-popuplist-inner li > div > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 16px;
  cursor: pointer;
}
.placelist-popuplist-inner li > div > a > div {
  width: 100%;
}
.placelist-popuplist-inner li .top-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.placelist-popuplist-inner li .bottom-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
}
.placelist-popuplist-inner li .popup-thumb {
  width: 77px;
  min-width: 77px;
  height: 77px;
  min-height: 77px;
  border-radius: 8px;
  overflow: hidden;
  object-fit: cover;
}
.placelist-popuplist-inner li .popup-title {
  display: -webkit-box;
  width: 85%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.placelist-popuplist-inner li .popup-location {
  font-weight: 400;
}
.placelist-popuplist-inner li .popup-date {
  padding-top: 0;
  text-align: left;
  font-weight: 600;
}
.placelist-popuplist-inner li .pre {
  height: -moz-fit-content;
  height: fit-content;
  font-size: 12px;
  color: #fff;
  background: #121212;
  border: 2px solid transparent;
  border-radius: 10em;
  padding: 2px 10px;
  justify-self: self-end;
}

.placelist-popupform {
  width: 90%;
}

.placelist-popup-id-list {
  width: 100%;
}
.placelist-popup-id-list ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 16px;
}
.placelist-popup-id-list ul li {
  padding: 6px 12px;
  border: 1px solid #767676;
  border-radius: 10em;
  display: flex;
  align-items: center;
  column-gap: 6px;
  font-size: 14px;
}
.placelist-popup-id-list ul li span {
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.setting-thumb label {
  font-size: 16px;
  margin-right: 12px;
  cursor: pointer;
}

@media all and (min-width: 960px) {
  .placelist-wrap {
    background: #212121;
    padding: 68px 0;
    margin-bottom: 80px;
  }
  .placelist-inner {
    display: block !important;
    max-width: 480px;
    margin: 0 auto;
  }
  .placelist-big-thumb-wrap {
    width: 400px;
    height: 400px;
  }
  .placelist-big-thumb {
    width: 340px;
    height: 340px;
  }
  .placelist-mini-thumb ul li {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
  }
  .placelist-mini-thumb ul li img {
    width: 72px;
    max-width: 72px;
    height: 72px;
    max-height: 72px;
  }
  .placelist-popuplist-btn button {
    padding: 12px 22px;
  }
  .placelist-popuplist-inner li {
    background: #121212;
    padding: 16px;
  }
  .placelist-popuplist-inner li .popup-title {
    width: 90%;
  }
  .placelist-popuplist-inner li::after {
    background-color: #212121 !important;
  }
  .placelist-popuplist-inner li .pre {
    background: #212121;
  }
  .placelist-info-wrap {
    padding: 0;
  }
  .placelist-info-wrap.open {
    padding-top: 8px;
    background: #2c2c2c;
  }
  .placelist-info-wrap.open .placelist-info-box {
    padding: 8px 8px 24px;
  }
  .placelist-info-wrap .placelist-info-box {
    padding: 0;
  }
  .placelist-info-wrap .placelist-info-box .placelist-info-title {
    border-color: #212121;
  }
  .placelist-info-wrap .placelist-info-box .placelist-info-link {
    right: 10px;
    bottom: 10px;
  }
}
.placelist-rotate-skeleton-container {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .placelist-rotate-skeleton-container > div {
    width: 230px;
    height: 230px;
  }
}

.placelist-list-skeleton-container {
  margin: 25px 0 30px 0;
}
@media (max-width: 950px) {
  .placelist-list-skeleton-container > div {
    width: 100%;
    height: 80px;
  }
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./src/components/common/skeletonUI/main/Contents/Contents.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Contents_container__o5o3O {
  display: flex !important;
  width: 100% !important;
  height: 175px;
  border-radius: 12px;
  overflow: hidden;
}

.Contents_imageArea__EK3Da {
  width: 140px !important;
  height: 175px;
  flex-shrink: 0;
  display: block !important;
  border-radius: 12px;
}

.Contents_square__DQKxe {
  display: flex !important;
  width: 140px;
  height: 175px;
  background: linear-gradient(101.13deg, #363333 -86.12%, #1e1e1e 79.44%);
  border-radius: 12px;
}

.Contents_infoArea__WSmta {
  flex: 1 1;
  padding: 16px;
  display: flex !important;
  width: 100% !important;
  flex-direction: column;
  justify-content: space-between;
}

.Contents_buttonArea__Hzv5D {
  display: flex !important;
  width: 100% !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 16px;
}

.Contents_reserveButton__4NowY {
  display: flex !important;
  width: 80px !important;
  height: 24px;
  background: #363333;
  border-radius: 4px;
  margin-right: auto !important;
}

.Contents_statsArea__fGo3W {
  display: flex !important;
  width: auto !important;
  align-items: center !important;
  gap: 12px;
  margin-left: auto !important;
}

.Contents_viewCount__zObTB {
  width: 40px !important;
  height: 16px;
  background: #363333;
  border-radius: 4px;
}

.Contents_likeButton__amxV5 {
  width: 24px !important;
  height: 24px;
  background: #363333;
  border-radius: 50%;
}

.Contents_storeInfo__Jb8Z0 {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
}

.Contents_title__SlRz6 {
  width: 90% !important;
  height: 20px;
  background: #363333;
  border-radius: 4px;
}

.Contents_location__AjYBW {
  width: 30% !important;
  height: 16px;
  background: #363333;
  border-radius: 4px;
}

.Contents_date__mflt6 {
  width: 40% !important;
  height: 16px;
  background: #363333;
  border-radius: 4px;
}

.Contents_central__TG5Ge {
  display: flex !important;
  flex: 1 1 !important;
  flex-direction: column;
  gap: 8px;
}
.Contents_central__TG5Ge div {
  border-radius: 4px;
}

.Contents_textLine__jvZSs {
  width: 160px;
  height: 15px;
  background: #1d1d1d;
}
@media (max-width: 768px) {
  .Contents_textLine__jvZSs {
    width: 100px;
  }
}

.Contents_right__cr3tF {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  justify-content: space-between;
}

.Contents_smallBoxes__YP5XL {
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.Contents_smallBoxes__YP5XL div {
  border-radius: 4px;
}

.Contents_smallBoxes__YP5XL div:first-child {
  width: 66px;
  height: 26px;
}

.Contents_smallBoxes__YP5XL div:nth-child(2) {
  width: 114px;
  height: 16px;
}

.Contents_circle__42h0I {
  width: 24px;
  height: 24px;
  background: #1d1d1d;
  border-radius: 50%;
  position: relative;
  right: 5px;
  top: 3px;
}

.Contents_smallBox__1_rz_ {
  background: #1d1d1d;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./src/components/common/skeletonUI/main/MiddelBannerSlide/MiddleBannerSlide.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.MiddleBannerSlide_skeleton__MS6B2 {
  width: 260px;
  height: 325px;
  border-radius: 10px;
  background: linear-gradient(101.13deg, #363333 -86.12%, #1e1e1e 79.44%);
  background-size: 200% 100%;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./src/components/common/skeletonUI/main/TopBannerSlide/TopBannerSlide.module.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.TopBannerSlide_skeleton__dT3Nu {
  width: 960px;
  height: 480px;
  background: linear-gradient(101.13deg, #363333 -86.12%, #1E1E1E 79.44%);
  border-radius: 10px;
}
@media (max-width: 768px) {
  .TopBannerSlide_skeleton__dT3Nu {
    width: 100%;
    height: 430px;
    border-radius: 0;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./src/components/common/skeletonUI/myply/NavigationSkeleton.module.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.NavigationSkeleton_navigation-skeleton__LKlAZ {
  width: 450px;
  height: 700px;
  border-radius: 8px;
  background: linear-gradient(40.22deg, #0f0e0e -24.78%, #242424 17.3%, #1d1d1d 58.42%);
}
@media (max-width: 960px) {
  .NavigationSkeleton_navigation-skeleton__LKlAZ {
    width: 100%;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[7].use[5]!./src/components/common/skeletonUI/skeletonWithImage/SkeletonWithImage.module.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.SkeletonWithImage_skeleton-with-image-container__rfUNy {
  position: relative;
  width: var(--width);
  height: var(--height);
  overflow: hidden;
}

.SkeletonWithImage_image__Inc0J {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./node_modules/slick-carousel/slick/slick.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./node_modules/slick-carousel/slick/slick-theme.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/_next/static/media/ajax-loader.0b80f665.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/_next/static/media/slick.25572f22.eot);
    src: url(/_next/static/media/slick.25572f22.eot?#iefix) format('embedded-opentype'), url(/_next/static/media/slick.653a4cbb.woff) format('woff'), url(/_next/static/media/slick.6aa1ee46.ttf) format('truetype'), url(/_next/static/media/slick.db61df16.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[11].use[5]!./src/components/popup/PopupRstaurant.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.popup-restaurant {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popup-restaurant-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.24px;
}
.popup-restaurant-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: #999;
}
.popup-restaurant-item {
  width: 260px;
  height: 100%;
  padding-right: 16px;
}
.popup-restaurant-item .popup-restaurant-thumbnail {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.popup-restaurant-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
  background-color: #363636;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  min-height: 110px;
  gap: 4px;
}
.popup-restaurant-content .popup-restaurant-info {
  display: flex;
  align-items: center;
  gap: 4px;
}
.popup-restaurant-content .restaurant-info-distance {
  justify-content: space-between;
}
.popup-restaurant-content .restaurant-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.16px;
  margin-top: 2px;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popup-restaurant-content .restaurant-text {
  color: #bababa;
  font-size: 12px;
  font-weight: 500;
}
.popup-restaurant .restaurant-map {
  border: 1px solid #bababa;
  border-radius: 4px;
  padding: 4px;
}

.restaurant-slider {
  width: 100%;
}

.restaurant-bottom-sheet {
  position: fixed;
  bottom: 0;
  left: 0%;
  right: 0%;
  z-index: 1001;
  width: 100%;
  max-width: 960px;
  background: #121212;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  touch-action: none;
}
.restaurant-bottom-sheet-buttons {
  padding: 20px;
}
.restaurant-bottom-sheet-buttons p {
  margin-top: 4px;
  color: #a1a1a1;
}

@media (max-width: 768px) {
  .popup-restaurant {
    padding: 0 20px;
  }
}
