@charset "UTF-8";
/* import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css"); */

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 100;
  src: url(../font/pretendard/Pretendard-Thin.woff2) format("woff2"),
    url(../font/pretendard/Pretendard-Thin.woff) format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 200;
  src: url(../font/pretendard/Pretendard-Light.woff2) format("woff2"),
    url(../font/pretendard/Pretendard-Light.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  src: url(../font/pretendard/Pretendard-Regular.woff2) format("woff2"),
    url(../font/pretendard/Pretendard-Regular.woff) format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  src: url(../font/pretendard/Pretendard-SemiBold.woff2) format("woff2"),
    url(../font/pretendard/Pretendard-SemiBold.woff) format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  src: url(../font/pretendard/Pretendard-Medium.woff2) format("woff2"),
    url(../font/pretendard/Pretendard-Medium.woff) format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  src: url(../font/pretendard/Pretendard-Bold.woff2) format("woff2"),
    url(../font/pretendard/Pretendard-Bold.woff) format("woff");
}

* {
  padding: 0;
  margin: 0;
  font-family: "Poppins", "Pretendard", sans-serif;
  box-sizing: border-box;
}

html {
  font-family: "Poppins", "Pretendard", sans-serif;
  height: 100%;
}

body {
  font-family: "Poppins", "Pretendard", sans-serif;
  height: 100%;
}

body * {
  font-size: 17px;
}

/*tooltip*/
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip-text {
  display: none;
  position: absolute;
  width: 400px;
  max-width: 200px;
  line-height: 20px;
  font-weight: 600;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px;
  font-size: 14px !important;
  color: white;
  background-color: #e70012;
  top: 80px;
}

.tooltip:hover .tooltip-text {
  display: block;
}

.pc {
  display: block;
}
.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  transition: 1s;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  /* overflow: hidden; */
}

/**
 * alorrect the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/*scrollbar*/

body *::-webkit-scrollbar {
  width: 5px;
}
body *::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
body *::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*.fnb ul,*/
.my-reserv-contents,
.select-quantity-wrap,
.info-wrap,
.reserv-school {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.menu-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}

.container-checkbox,
.detail-price,
.info-quantity,
.calender-contents .week-container,
.calender-head ul,
.nav-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.info-quantity .ten-input,
.reserv-school .sort-school,
.choice-calender,
.menu-slide-wrap-tab ul,
.login_box .login_data101 a,
.login_box .login_kakao a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}

.menu-slide-wrap-tab * {
  font-size: 20px;
}

.sort-school * {
  font-size: 14px;
}

.everyuse {
  margin-left: 94px;
  position: absolute;
  right: 5px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 5px;
}
.everyuse p {
  margin-right: 5px;
  font-size: 12px;
  font-family: roboto;
}
.order-btn-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.calender-contents li {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

h4,
h3,
h2,
h1 {
  font-weight: normal;
}

h1 {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  border: 0;
  background-color: transparent;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

a,
button {
  cursor: pointer;
  color: #333;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

/* 로그인 페이지*/
.login {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.bg {
  position: relative;
  background-image: url(../img/bg/reserv-bg-2.jpg);
  background-repeat: no-repeat;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.login-wrap {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 470px;
  padding: 15px;
  border-radius: 3px;
}

.login_box {
  position: relative;
  overflow: hidden;
  height: 60%;
  border-bottom: solid 1px rgb(133, 131, 131);
}

.login_box .login-logo {
  text-align: center;
  margin-top: 15px;
}

.login_box .login-logo img {
  height: 60px;
}

.login_box .login-title {
  text-align: center;
  height: 20px;
  font-size: 30px;
}

.login_tab {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 10%;
}
.login_tab i {
  margin-right: 10px;
}
.login-tab,
.login-tab2 {
  width: 50%;
  border-bottom: 1px solid #ccc;
  line-height: 40px;
  list-style: none;
  text-align: center;
  float: left;
  font-size: 18px;
  font-weight: 600;
  color: #ddd;
}

.login-tab:first-child {
  color: #000;
  border-bottom: 1px solid #000;
}

.login_box .login_kakao {
  position: absolute;
  display: flex;
  border-radius: 3px;
  background: #f2da00;
  padding: 3% 2%;
  width: 65%;
  height: 47px;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  color: #391b1a;
}

.login_box .login_kakao img {
  width: 10%;
  margin-right: 2%;
}

.login_box .login_data101 {
  position: absolute;
  display: flex;
  border-radius: 3px;
  background: #f76d00;
  padding: 3% 2%;
  width: 65%;
  height: 47px;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
}

.login_box .login_data101 a {
  font-size: 16px;
  color: #fff;
}

.login_box .login_data101 img {
  width: 10%;
  margin-right: 2%;
}

.customer-center {
  width: 100%;
  height: 40%;
  padding: 25px 20px;
  box-sizing: border-box;
  text-align: center;
}

.customer-center h2 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.customer-center p:nth-of-type(1) {
  padding-bottom: 5px !important;
}

.customer-center p {
  font-size: 14px;
  margin: 4px 0;
  line-height: 1;
}

.login_copy {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 8%;
  font-size: 80%;
}

.bg {
  position: relative;
  background-image: url(../img/bg/reserv-bg-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.login-wrap {
  width: 350px;
  height: 520px;
}

.login_box .login_kakao,
.login_box .login_data101 {
  width: 275px;
}
/* 상단 헤더*/
header {
  position: relative;
}

.nav-bar {
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 80px;
  padding: 5px 20px;
  margin-bottom: 20px;
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  z-index: 10;
}

.main-logo img {
  width: 100%;
}

.menu-slide-wrap-tab .call-calendar-tab {
  cursor: pointer;
}

.menu-slide-wrap-tab ul {
  height: 100%;
  vertical-align: middle;
}

.menu-slide-wrap-tab li {
  height: 100%;
  margin: 0 10px;
  margin-top: 8px;
  line-height: 64px;
}

.menu-slide-wrap-tab i {
  font-size: 19px;
}

.menu-slide-wrap-tab li {
  border-bottom: 4px solid transparent;
}

.menu-slide-wrap-tab li:hover {
  border-bottom: solid 4px #e70012;
}

.menu-slide-wrap-tab a {
  display: block;
  font-size: 20px;
}

.active {
  border-bottom: solid 4px #e70012;
}

.detail_active {
  border-bottom: solid 4px #e70012;
}

.active_sample {
  border-bottom: 0;
}

.menu-wrap .btn-userinfo {
}

.menu-wrap .btn-userinfo .userhead {
  font-weight: bold;
}

.menu-wrap .btn-logout {
  font-weight: 600;
  width: 80px;
  padding: 5px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
}

.menu-wrap .btn-logout:hover {
  background-color: #000;
  color: #fff;
}

.btn-menu {
  cursor: pointer;
}

/*갤러리 */
.grid {
  position: relative;
  margin: 0 auto;
}

.grid--loaded {
  margin-top: 100px;
}

.js .grid::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background: #252323 url(../img/loading.svg) no-repeat 50% 75px;
  background-size: 60px auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.js .grid--loaded::after {
  opacity: 0;
}

.grid__item {
  width: 270px;
  padding: 10px;
}

.grid__item--current {
  opacity: 0 !important;
}

.img-wrap {
  display: block;
}

.img-wrap:focus,
.img-wrap:hover {
  outline: none;
}

.img-wrap img {
  display: block;
  max-width: 100%;
}

.preview {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 75%;
  pointer-events: none;
}

.preview::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  background: #1f1d1d;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.preview--open {
  pointer-events: auto;
}

.preview--open::before {
  opacity: 1;
}

.clone {
  position: fixed;
  z-index: 110;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.5, 1, 0.2, 1);
  -webkit-backface-visibility: hidden;
}

.original {
  position: relative;
  z-index: 120;
  display: block;
  margin: auto 0;
  object-fit: contain;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-backface-visibility: hidden;
}

.preview--open .animate {
  /* open */
  -webkit-transition: -webkit-transform 0.6s, opacity 0.2s;
  transition: transform 0.6s, opacity 0.2s;
}

.animate {
  /* close */
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}

.description {
  color: #fff;
}

.js .description--grid {
  display: none;
}

.description--preview {
  font-size: 1.15em;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 140;
  height: 25vh;
  padding: 1.05em 0 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.preview--open .description--preview {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Close button */

.action {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  cursor: pointer;
  vertical-align: top;
  color: #6bd68a;
  border: none;
  background: none;
}

.action:hover,
.action:focus {
  color: #6bd68a;
  outline: none;
}

.action--close {
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
  padding: 1em;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
}

.action--nav {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0.15em 1em;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}

.action--navprev {
  left: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.action--navnext {
  right: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.preview--open .action--nav {
  opacity: 1;
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.preview--image-loaded .action--close {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.text-hidden {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  color: transparent;
}

/* Dummy thumbs */

.thumbs {
  position: fixed;
  z-index: 200;
  bottom: 10px;
  left: 50%;
  overflow: hidden;
  width: 100%;
  width: 100%;
  max-width: 790px;
  height: 5vw;
  min-height: 65px;
  margin-top: auto;
  padding: 0 4em;
  text-align: center;
  vertical-align: middle;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.preview--open .thumbs {
  pointer-events: auto;
  opacity: 1;
}

.thumbs img {
  position: relative;
  display: inline-block;
  max-height: 100%;
  margin: 0 2px;
  opacity: 0;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.preview--open .thumbs img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.preview--open .thumbs img:nth-of-type(1) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.preview--open .thumbs img:nth-of-type(2) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.preview--open .thumbs img:nth-of-type(3) {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.preview--open .thumbs img:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.preview--open .thumbs img:nth-of-type(5) {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.preview--open .thumbs img:nth-of-type(6) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.preview--open .thumbs img:nth-of-type(7) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.preview--open .thumbs img:nth-of-type(8) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.preview--open .thumbs img:nth-of-type(9) {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

.object-fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-box {
  margin: 0 auto;
  max-width: 800px;
  display: none;
}
.swiper-fade {
  height: 87vh;
}
.gallery-box .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.gallery-box .gallery-main-box {
  padding: 0 0 10px;
}

.gallery-box .gallery-main-box .swiper-slide .info-img {
  position: relative;
  padding: 0 0 62.5%;
  height: 0;
  box-sizing: border-box;
}

.gallery-box .gallery-main-box .swiper-slide .info-img img {
  position: absolute;
}

.gallery-box .gallery-main-box .swiper-slide .info-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.gallery-box .gallery-main-box .swiper-slide .info-txt span {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
}

.gallery-box .gallery-main-box .control-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 20;
  width: 100%;
  box-sizing: border-box;
}

.gallery-box .gallery-main-box .control-wrap > div {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -99999px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  cursor: pointer;
}
.gallery-box .gallery-main-box .control-wrap .swiper-gallery-prev {
  left: 0;
  background-image: url(https://user-images.githubusercontent.com/33821863/148932372-4b639bb5-17b1-4884-b18d-3445b530701b.png);
}

.gallery-box .gallery-main-box .control-wrap .swiper-gallery-next {
  right: 0;
  background-image: url(https://user-images.githubusercontent.com/33821863/148932378-7ff3135f-0dd9-4d6d-abd1-376acbf577d4.png);
}

.gallery-box .gallery-main-box .control-wrap > div:hover {
  background-color: #000;
}

.gallery-box .gallery-thumb-box .swiper-slide {
  cursor: pointer;
}

.gallery-box .gallery-thumb-box .swiper-slide.swiper-slide-active {
  position: relative;
}

.gallery-box .gallery-thumb-box .swiper-slide.swiper-slide-active:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1976d2;
  box-sizing: border-box;
}

.gallery-box .gallery-thumb-box .swiper-slide .info-img {
  position: relative;
  padding: 0 0 62.5%;
  height: 0;
  box-sizing: border-box;
}

.gallery-box .gallery-thumb-box .swiper-slide .info-img img {
  position: absolute;
}

/*//갤러리*/
.menu-wrap .btn-userinfo {
  font-size: 17px;
  white-space: nowrap;
  margin-right: 5px;
}

.menu-wrap .btn-logout {
  font-size: 16px;
}

.main-logo {
  position: relative;
  max-width: 120px;
  left: 20px;
  top: 0;
}

.menu-slide-wrap-tab {
  display: block;
  width: 100%;
}

.menu-slide-wrap {
  position: fixed;
  top: 80px;
  width: 100%;
  background-color: #fff;
  padding: 0 10px;
  font-size: 16px;
  display: none;
  z-index: 10;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
}

.menu-slide-wrap li {
  border-bottom: solid 1px #eee;
  transition: 0.5s ease-in-out;
}

.menu-slide-wrap li:hover {
  transform: translateX(15px);
  transition: 0.5s ease-in-out;
}

.menu-slide-wrap .call-calendar {
  cursor: pointer;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: rgba(0, 0, 0, 1);
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#calendar {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 500px;
  margin: 0 auto;
  height: 445px;
  overflow: hidden;
}
.ui-datepicker .ui-datepicker-header {
  width: 500px;
}
.ui-widget.ui-widget-content {
  width: 480px;
  margin: 0 auto;
  border: 1px solid #eee;
}
.ui-datepicker .ui-datepicker-next {
  left: 140px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 19px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  margin-top: 10px;
}
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  text-align: center;
  padding: 0;
  border: 0;
  width: 50px;
  height: 50px;
  margin-left: 10px;
  padding-top: 16px;
  border-radius: 5px;
  background: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
  background-color: #fa888e;
}
.ui-widget-header {
  background: none;
  border: 0;
}
tbody {
  width: 500px;
  height: 282px;
}
.ui-datepicker td {
  position: relative;
  width: 30px;
}
.header {
  height: 50px;
  width: 150px;
  text-align: center;
  position: relative;
  z-index: 100;
}

.header h1 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 1px;
}

.left,
.right {
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  top: 50%;
  margin-top: -7.5px;
  cursor: pointer;
}

.left {
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent rgba(160, 159, 160, 1) transparent transparent;
  left: 20px;
}

.right {
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent rgba(160, 159, 160, 1);
  right: 20px;
}

.menu-slide-wrap a {
  display: block;
  padding: 15px 25px 15px;
}

.menu-slide-wrap li:last-child {
  border-bottom: 0;
}

@media (min-width: 992px) {
  .menu-slide-wrap {
    font-size: 18px;
    display: none !important;
  }

  .menu-slide-wrap ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .menu-slide-wrap li {
    border: none;
  }

  .btn-menu {
    display: none;
  }
}

/* 예약 페이지*/
.reserv-body-bg::before {
  content: "";
  background-image: url(../img/bg/reserv-bg-1.jpg);
  opacity: 0.5;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 992px) {
  .reserv-body-bg::before {
    opacity: 1;
  }
}

.reserv-page {
  position: fixed;
  top: 80px;
  width: 100%;
  height: calc(100% - 80px);
  z-index: 5;
  background-color: #fff;
  box-sizing: border-box;
  overflow: auto;
  transition-duration: 1s;
  color: #333;
}

.reserv-page .darkModeWrap button {
  background: #fff;
  border: 1px solid rgb(45, 50, 102);
  color: #333;
}
.calendar_info {
  color: #333;
}
.danger_popup {
  color: #333;
}
.reserv-page .everyuse * {
  color: #333;
}
.reserv-page .darkModeWrap button.wrapper_night {
  display: flex;
  background: rgb(45, 50, 102);
  color: #fff;
}
.reserv-page .darkModeWrap button.wrapper_day {
  display: none;
}

/* darkmode css */
.reserv-page.dark {
  background: rgb(45, 50, 102);
  color: #fff;
}
.reserv-page.dark .darkModeWrap button {
  color: #fff;
  background: rgb(45, 50, 102);
}
.reserv-page.dark .everyuse * {
  color: #fff !important;
}
.reserv-page.dark .darkModeWrap button.wrapper_night {
  display: none;
}
.reserv-page.dark .darkModeWrap button.wrapper_day {
  display: flex;
  background: #fff;
  color: #333;
} /* // darkMode css */

.reserv-page.dark .calender-close-btn a {
  border: 1px solid #fff;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
}

.reserv-page.dark .reserv-page-title {
  background: rgb(45, 50, 102);
}

.disabledCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.reserv_main_page {
  display: none;
}

.detail_reserv_page {
  display: none;
}
.calendar_cheflist {
  border-right: 0;
}
.calender-close-btn a {
  position: absolute;
  left: 30px;
  top: 33px;
  width: 20px;
  height: 20px;
  border: solid 1px #000;
  border-right: none;
  border-top: none;
  transform: rotate(45deg);
  cursor: pointer;
}

.reserv-page-title {
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
  max-width: 500px;
  background: #fff;
}

.ui-datepicker table {
  font-size: 18px;
}
.reserv-page-title h1 *,
.reserv-page-title h1 {
  font-size: 25px;
  font-weight: 400;
}
.calendar_info {
  margin: auto;
  overflow: hidden;
  height: 600px;
  background-color: #fff;
  border: 1px solid #eee;
  position: relative;
  text-align: left;
  z-index: 9;
  border-top: 1px solid #000;
  /* display: none; */
}
.calendar_info h2 {
  padding: 20px;
  color: #666;
  font-size: 17px;
  background: #f5f5f5;
}

.calendar_info h2 span {
  color: #000;
  font-weight: 600;
}
.calendarInfo {
  font-size: 18px;
  display: none;
}

.calendarInfo.on {
  display: block;
}

.calendarInfo h3 {
  margin-top: 25px;
}
.reserv-page {
  overflow-x: hidden;
}
.chef {
  width: 95%;
  height: 30px;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
.chef li {
  width: 50%;
  height: 100%;
  text-align: center;
  line-height: 30px;
  color: #fa888e;
  border: 2px solid #fa888e;
  border-right: 0;
}
.chef li:first-child {
  background-color: #fa888e;
  color: #fff;
  opacity: 1;
}
.chef li:last-child {
  border-right: 2px solid #fa888e;
}
.calender_cheftlist2 {
  display: none;
}
.calendar_btn {
  margin-left: 15px;
  margin-top: 10px;
  max-width: 95px;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background-color: #fa888e;
  border: 1px solid #fa888e;
  opacity: 0.5;
}
.calendar_btn.on {
  opacity: 1;
}
.dot1 {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e70012;
}
.dot2 {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f2da00;
}
.dot3 {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(255, 255, 0);
}
.dot4 {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1976d2;
}
.dot_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
}
.dot_info1 {
  display: flex;
  margin-left: 10px;
}
.dot_info1 > span {
  margin-top: 3px;
  padding-left: 5px;
}
.dot_info1 p {
  margin-left: 5px;
}
.c_red {
  color: #e70012 !important;
}
.cal_place {
  width: 80px;
  text-align: center;
}
.reserv-top {
  box-sizing: border-box;
  font-size: 14px;
  position: relative;
}

.calender-month {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
}
.calender-month .everyuse {
  margin-left: 84px;
}
.choice-calender {
  font-size: 28px;
}

.choice-calender .choice {
  margin: 0 25px;
}
.calendarInfo {
  font-size: 16px;
  margin-top: 20px;
  padding: 0 15px;
}
.calendar-x {
  margin-top: -8.3% !important;
  margin-right: 10px !important;
}
.cal_name::before {
  content: "";
  list-style-type: disc;
  display: list-item;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.cal_name {
  position: relative;
  margin-left: 10px;
}
.calendarLi {
  line-height: 30px;
  padding: 10px 10px 10px 25px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  border: 2px solid transparent;
}
.paddingtop0 {
  padding-top: 0 !important;
}
.calendarInfo.shef .calendarLi:hover {
  border: 2px solid #fa888e;
}
.calendarInfo.shef .calendarLi.on {
  border: 2px solid #fa888e;
}
.calendarInfo.shef .calendarLi.on .cal_choose {
  background: #fa888e;
}

.calendar_line {
  width: 100%;
  height: 0px;
}
.calLine {
  width: 95%;
  height: 1px;
  background-color: #ddd;
  display: block;
  margin: auto;
}
.calendarInfo h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}
.calendar_reserve {
  margin-left: 10px;
  font-size: 16px;
}
.cal_choose {
  width: 70px;
  height: 30px;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  background-color: #333;
  border-radius: 5px;
}
.cal_nochoose {
  background-color: #eee;
}
.calendar_info {
  overflow: auto;
}
.calendar_title h4 {
  float: left;
}
.ui-datepicker .ui-datepicker-title {
  margin: 18px 2.3em;
  text-align: left;
  margin-left: 52px;
}
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
  background: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: none;
}
.next_btn {
  width: 450px;
  height: 45px;
  background-color: #333;
  display: block;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  left: 50%;
  margin-left: -225px;
  bottom: 11px;
  border: 1px solid #333;
}
.next_btn:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s;
}
.next_btn_wrap {
  width: 100%;
  height: 40px;
  background-color: #fff;
  position: sticky;
  bottom: 20px;
  margin-top: 30px;
}
.next_btn.reservation {
  margin-left: 0;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
}
/*라이트모드*/
.darkModeWrap * {
  font-size: 14px;
}
.darkModeWrap h1 {
  text-align: center;
  font-weight: 300;
  color: #4d4d4d;
  padding: 20px;
}
.darkModeWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.darkModeWrap button {
  padding: 12px 10px 11px;
  background-color: rgb(45, 50, 102);
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 25px;
  margin-top: 75px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.darkModeWrap button:hover {
  background: rgb(45, 50, 102);
  color: rgb(255, 255, 255);
  transition: 0.5s;
}
.darkModeWrap_day {
  display: none;
}
.darkModeWrap img {
  width: 20px;
  margin-right: 5px;
}

/*//라이트모드*/

.eachInfo {
  color: #000;
  position: relative;
}
.choice-calender .month-next,
.choice-calender .month-prev {
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.choice-calender .month-prev {
  border-left: solid 1px #000;
  border-bottom: solid 1px #000;
  transform: rotate(45deg);
}

.choice-calender .month-next {
  border-right: solid 1px #000;
  border-top: solid 1px #000;
  transform: rotate(45deg);
}

.reserv-school {
  margin: 20px 9px;
  box-sizing: border-box;
}

.reserv-school .reserv-school-title {
  font-weight: bold;
  font-size: 14px;
}

.night_reserv {
  width: 100px;
  position: absolute;
  right: 20px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border: 1px solid #000;
  margin-left: 200px;
  font-size: 14px;
}

.night_reserv:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s;
}

.calender {
  background-color: #fff;
}

.calender-head {
  width: 100%;
  box-sizing: border-box;
}

.calender-head ul {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.calender-head li {
  display: inline-block;
  width: 100%;
  height: 50px;
  padding-top: 14px;
  border: solid 1px #ddd;
  box-sizing: border-box;
}

.calender-contents {
  width: 100%;
}

.calender-contents .week-container {
  width: 100%;
  height: 120px;
  box-sizing: border-box;
}

.calender-contents li {
  position: relative;
  width: 20%;
  height: 100%;
  padding: 5px;
  border: solid 1px #ddd;
  box-sizing: border-box;
}

.calender-contents li .date-wrap {
  position: absolute;
  width: 100%;
  height: 20px;
  top: 5px;
  font-size: 18px;
  box-sizing: border-box;
}

.calender-contents li .date-wrap .date {
  padding: 0 10px 10px 10px;
  box-sizing: border-box;
}

.calender-contents li .book-box {
  height: 80px;
  margin-top: 5px;
}

.calender-contents li .book-box img {
  width: 50px;
}

.calender-contents li .book-box p {
  font-size: 14px;
  text-align: center;
}

.calender-contents li .rest-book {
  position: relative;
}

.calender-contents li .rest-book a {
  width: 100%;
  height: 100%;
  display: block;
}

.calender-contents li .rest-book a:hover {
  text-decoration: underline;
}

.calender-contents li .rest-book a:hover + span.hover-balloon {
  display: block;
}

.calender-contents li .rest-book .hover-balloon {
  display: none;
  position: absolute;
  right: -113px;
  top: 40px;
  width: 100px;
  padding: 8px;
  border-radius: 8px;
  background-color: #333;
  color: #fff;
  font-size: 14px;
  z-index: 5;
}

.calender-contents li .full-book .soldout-alert {
  display: flex;
  height: 50px;
  font-size: 16px;
  color: red;
  align-items: center;
}
.calender-contents li .full-book p {
  color: rgb(92, 91, 91);
}
.calender i {
  height: 1.3rem;
  position: absolute;
  right: 0.4vw;
  cursor: pointer;
}

.reserv-click-btn {
  width: 100%;
  height: 80px;
  background-color: #000;
}

#popup {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.popup_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.24);
}

.driver {
  margin-top: 13%;
}

.driver_list {
  width: 70%;
  height: 57%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -270px;
  margin-left: -35%;
}

.driver_list > i {
  position: absolute;
  top: 2%;
  right: 3%;
  font-size: 1.4rem;
  cursor: pointer;
}

.driver li {
  width: 100%;
  height: 8vh;
  margin: auto;
  margin-top: 10px;
}

.driver_inner {
  width: 95%;
  height: 4vh;
  margin: auto;
  padding-top: 1%;
}

.driver_inner img {
  float: left;
}

.driver .driver_name,
.driver_place {
  float: left;
  line-height: 6.3vh;
  padding-left: 4%;
  font-size: 15px;
  font-weight: 500;
}

.driver_place {
  margin-left: 50px;
}

.driver .driver_choose,
.driver_choose2 {
  float: right;
  line-height: 6.3vh;
  padding-right: 3%;
}

.driver_choose2 {
  color: #e70012;
}

.night-popup {
  display: none;
}

.night-popup-inner {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.39);
  position: absolute;
  top: 0;
}

.night {
  width: 300px;
  height: 300px;
  overflow: hidden;
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -150px;
  border-radius: 5px;
  text-align: center;
}

.night h2 {
  font-size: 20px;
  margin-top: 40px;
}

.night-btn {
  background-color: #e70012;
  width: 100%;
  height: 5vh;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border: 2px solid #e70012;
}

.night_popup_title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}

.night-btn:hover {
  background-color: #fff;
  transition: 0.5s;
  color: #e70012;
}

@media (min-width: 621px) {
  .reserv-page {
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
  }

  .night-popup-inner {
    width: 660px;
    left: 0;
  }

  .calender {
    width: 620px;
    margin: 0 auto;
  }

  .book-text {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
    margin-top: 5px;
  }

  .book-box p {
    font-size: 16px !important;
  }

  .book-box a {
    text-align: center;
  }
}

/*메인페이지*/
.main-contents {
  max-width: 1100px;
  position: relative;
  display: grid;
  grid-gap: 30px;
  justify-content: center;
  align-content: center;
  padding: 90px 10px;
}

.main-contents a {
  display: block;
  width: 100%;
}

.main-box {
  width: 200px;
  height: 200px;
  padding: 50px 20px;
  background-color: #fff;
  border: #bdc9cd solid 1px;
  border-radius: 20px;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s;
  overflow: hidden;
}

.main-box:hover {
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  border: none;
  transform: translateY(-10px);
  transition: all 0.3s;
  opacity: 1;
}

.main-box-title h3 {
  text-align: center;
  color: #fff;
}

.box1,
.box2,
.box3,
.box4,
.box5 {
  background-color: #fa888e;
  opacity: 0.8;
}

.box2 {
  background-color: #fab664;
}

.box3 {
  background-color: #6e88ca;
}

.box4 {
  background-color: #88c362;
}

.box5 {
  background-color: #63bbd6;
}

.main-box img {
  width: 60px;
}

.main-box-title {
  width: 100%;
  height: 34%;
}

.main-box-title h3 {
  text-align: center;
  color: #fff;
}

.main-contents {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  gap: 10px;
  width: 100%;
}

.main-box {
  width: 100%;
  height: 200px;
  margin: 0;
}

.main-box-title {
  height: 42%;
}

.main-box-title h3 {
  font-size: 20px;
  padding-top: 10px;
}

/* 예약 상세 페이지 */
.reserv-detail-body-bg {
  position: relative;
  background: url(../img/bg/reserv-bg-1.jpg);
}

.reserv-title-wrap {
  width: 100%;
  max-width: 500px;
  margin: auto;
  /* overflow: hidden; */
  position: relative;
  background-color: #fff;
}

.reserv-title {
  width: 100%;
  position: fixed;
  z-index: 7;
  margin-top: 80px !important;
}

.reserv-lastorder-title {
  position: relative;
}

.reserv-title-inner {
  width: 500px;
  height: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  max-width: 500px;
  margin: auto;
  border-bottom: 1px solid #ccc;
}

.reserv-lastorder-inner {
  text-align: center;
}

.reserv-title-inner .reserv-close-btn a {
  position: absolute;
  left: 3%;
  top: 35px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: solid 1px #000;
  border-right: none;
  border-top: none;
  transform: rotate(45deg);
  cursor: pointer;
}

.reserv-title-inner h2 {
  width: 100%;
  line-height: 70px;
  font-size: 1.4rem;
  font-weight: 600;
  float: left;
}
.reserv-fixed {
  margin-left: 40px;
}

.food-img-wrap {
  width: 100%;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
}

.food-img-wrap img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.reserv-step li:first-child {
  color: #d64040;
}

.slick-dots {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 20px;
  position: absolute;
  margin: 0 auto;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.slick-dots li {
  margin: 0 10px;
}

.slick-dots li::marker {
  color: tfransparent;
}

.slick-dots li button {
  color: transparent;
  border: none;
  padding: 0;
  background-color: grey;
  opacity: 0.5;
  border-radius: 50%;
  height: 13px;
  width: 13px;
}

.slick-dots .slick-active button {
  background-color: #ffffff;
  opacity: 1;
}

.order-detail-wrap {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
}

.order-detail-wrap h2 {
  margin-top: 10px;
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
}

.order-detail-page {
  margin-top: 150px;
  max-width: 500px;
  padding-bottom: 50px;
}

.info-list {
  float: left;
}

.info-list li {
  line-height: 2;
  font-weight: 600;
}
.info-sub {
  padding-left: 80px;
}
.dark {
  color: #ddd;
  font-size: 16px;
}
.info-sub li {
  line-height: 2;
}

.menu-info {
  margin-bottom: 40px;
}

.info-wrap p {
  color: #949292;
  padding-right: 15px;
  padding-bottom: 10px;
}

.info-wrap span {
  padding-bottom: 10px;
}

.order-btn-wrap {
  text-align: center;
  margin: 20px auto;
}

.order-btn-wrap .reserv-btn {
  width: 100%;
  height: 50px;
  line-height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #333;
  border: solid 1px #333;
  border-radius: 3px;
  cursor: pointer;
}

.order-btn-wrap .reserv-btn i {
  margin-left: 2%;
}

.order-btn-wrap .reserv-btn:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s;
}

.detail-info-wrap-title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.6;
  color: #ddd;
  display: block;
}

.detail-info-wrap-title-inner {
  width: 100%;
  height: 50px;
  padding-top: 12px;
}

.detail-info-wrap-title-inner.on {
  position: sticky;
  top: 150px;
  z-index: 10;
  background-color: #fff;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.detail_info_wrap_title1,
.detail_info_wrap_title2,
.detail_info_wrap_title3 {
  /* float: left; */
  width: 33.333%;
  text-align: center;
  cursor: pointer;
}

.detail_info_wrap_title1 {
  border-bottom: 3px solid #e70012;
}

.detail_info_wrap_title1 h2 {
  color: #000;
}

.detail_info_wrap_title2 {
  border-bottom: 1px solid #ddd;
}

.detail_info_wrap_title3 {
  border-bottom: 1px solid #ddd;
}

.detail-info-wrap {
  width: 100%;
  margin: 0 auto;
  background-color: rgb(229, 229, 229);
}

.order-btn-float {
  position: -webkit-fixed;
  position: fixed;
  bottom: 0;
  display: none;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  background-color: #333;
  z-index: 5;
}

.order-btn-float:hover {
  background-color: #000;
  color: #fff;
}

.detail-info-title {
  text-align: center;
  margin: 20px 0;
}

.youtube-content {
  width: 100%;
  display: none;
  margin-top: 3%;
  position: relative;
  padding-top: 56%;
  height: 0;
}

.youtube-content iframe {
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pizzamenu-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5%;
  text-align: left;
  margin-top: 6%;
  padding-left: 20px;
}

.product-info-content {
  text-align: center;
  padding-bottom: 60px;
}

.product-list {
  width: 500px;
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.pizza1 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pizza1 img {
  width: 100%;
}
.precautions {
  width: 100%;
  background-color: #eee;
  height: 30px;
  padding: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #ccc;
}
.pizza1Text {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  text-align: left;
  margin-bottom: 50px;
}
.pizza1Text h1 {
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
}
.pizza1Text p {
  padding-left: 20px;
}
.pizza1Text .pizza1_line {
  width: 94%;
  height: 1px;
  display: block;
  background-color: #eee;
  margin: auto;
  margin-top: 20px;
}
.pizza1Text ul {
  padding-left: 40px;
  margin-top: 20px;
}
.pizza1Text li {
  width: 100%;
  list-style: disc;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.4;
  margin-bottom: 15px;
}
.product-info-content-wrap {
  max-width: 500px;
  overflow: hidden;
  position: relative;
}
.pizza1Text ul li > span:nth-of-type(1) {
  width: 80px;
  text-align: left;
  position: relative;
  font-weight: 600;
}
.pizza1Text ul li::before {
  content: "";
  display: list-item;
  list-style-type: disc;
}
.pizza1Text ul li > span:nth-of-type(2) {
  padding-left: 0;
  color: #333;
  font-weight: 500;
  width: calc(100% - 70px);
}
@media (min-width: 500px) {
  .product-list {
    max-width: 500px;
    display: block;
  }
}

.product-info {
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box;
}

.product-info-wrap {
  max-width: 500px;
  margin: auto;
  background-color: #fff;
}

.product-info-wrap:last-child {
  margin-bottom: 3%;
}

.product-text-inner {
  padding: 30px;
}

.product-info-wrap:first-child {
  margin-top: 0;
}

.product-info .product-name {
  font-size: 25px;
  padding-top: 0;
  font-weight: 600;
  text-align: left;
}

.product-intro {
  font-size: 14px;
  text-align: left;
  padding: 3% 0;
}

.product-info {
  margin: 15px 0;
  font-size: 17px;
}

.product-info img {
  width: 100%;
  box-sizing: border-box;
}

.product-info-list-wrap {
  margin-top: 10%;
  width: 100%;
  border-top: 1px solid #ccc;
}

.product-info-list {
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
  float: left;
}

.product-info-rightlist {
  font-size: 14px;
  text-align: left;
  padding: 10px;
}

.pizza_truck_wrap {
  display: none;
}

.pizza_truck_inner {
  text-align: center;
  padding-bottom: 60px;
}

.pizza_truck_img {
  width: 100%;
  height: 30vh;
  margin: auto;
  overflow: hidden;
  position: relative;
  margin-top: 5%;
}

.pizza_truck1 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url(../img/ex-img/pizza_truck1.jpg);
}

.pizza_truck2 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url(../img/ex-img/pizza_truck2.jpg);
}

.pizza_truck3 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url(../img/ex-img/pizza_truck3.jpg);
}

.pizza_truck4 {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url(../img/ex-img/pizza_truck4.jpg);
}

.info-dot {
  width: 30%;
  margin: auto;
  height: 5vh;
  position: relative;
}

.info-dot-wrap {
  background-color: rgba(255, 255, 255, 0);
}

.info-dot-wrap li {
  list-style: circle;
  display: inline-block;
  background-color: #000;
  border-radius: 50%;
  width: 8%;
  height: 1vh;
}

.info-dot-wrap li:nth-child(2),
.info-dot-wrap li:nth-child(3) {
  background-color: #ccc;
}

.product-info li {
  margin: 10px 0;
}

.info_btn {
  display: inline-block;
  color: #000;
  padding: 1.2%;
  font-size: 14px;
  background-color: rgba(231, 231, 231, 0.637);
  text-align: left;
}

.dot-wrap li:first-child,
.dot-wrap li:nth-child(3) {
  background-color: #ccc;
}

.dot-wrap li:nth-child(2) {
  background-color: #000;
}

.menu-slide-wrap-tab li {
  font-size: 17px;
}

.menu-slide-wrap-tab li a {
  padding: 0 15px;
  font-weight: 400;
}

.order-btn-float {
  max-width: 500px;
  width: 100%;
}

.product-info {
  width: 100%;
}

.slide-up-box-wrap {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
}

.slide-up-box {
  background-color: #fff;
  max-width: 500px;
  height: 100%;
  margin: 0 auto;
  margin-top: 60px;
  padding: 0;
  left: -100%;
  position: fixed;
  text-align: left;
  z-index: 9;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}

.slide-up-box.ani_off {
  transition: none;
}

.slide-up-box-modal {
  left: 37%;
  top: 90px;
  overflow: auto;
  height: 100%;
  padding-bottom: 180px;
  padding-top: 30px;
}

.slide-up-box1,
.slide-up-box2 {
  max-width: 500px;
  margin: 0 auto;
  height: calc(100% - 80px);
  background-color: #fff;
  box-sizing: border-box;
  transition: all, 500ms;
  overflow: auto;
  -ms-overflow-style: none;
}

.slideUpBox_title {
  max-width: 500px;
  height: 7vh;
  line-height: 7vh;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.slide-up-box2 {
  display: none;
}

/*.recepit_logo {
  width: 150px;
  margin: auto;
  height: 5.5vh;
  background-image: url(../img/logos/lamain_black.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 3%;
}*/
.detail-contents-wrap {
  position: relative;
  max-width: 500px;
  padding: 80px 0;
}

.receipt_logo {
  width: 150px;
  height: 30px;
}

.detail-contents-inner {
  position: absolute;
  max-width: 500px;
  margin: 0 auto;
  top: 0;
  left: -100%;
  z-index: 9999;
  padding: 20px;
  height: 100vh;
  background-color: #fff;
  box-sizing: border-box;
  transition: all, 500ms;
}

.slide-up-box::-webkit-scrollbar {
  display: none;
}

.quant-title {
  padding: 10px;
}

.quant-title h2 {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  padding-left: 10px;
}

.quant-close-btn {
  position: absolute;
  top: 32px;
  width: 25px;
  height: 25px;
  border: solid 2px #000;
  border-right: none;
  border-top: none;
  transform: rotate(45deg);
  cursor: pointer;
}

.recommend-quantity {
  max-width: 500px;
  height: 80px;
  padding: 14px 10px 10px;
  margin: 10px 0 20px;
  border-radius: 5px;
  border: solid 2px rgb(239, 239, 239);
  box-sizing: border-box;
}

.recommend-quantity span {
  font-size: 14px;
  color: #949292;
}

.recommend-quantity .standard-recommend {
  padding-top: 10px;
  font-size: 14px;
}

.option-content {
  color: #747272;
  padding: 0;
  margin: 0 5px;
}

.select-quantity-wrap {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 2px rgb(239, 239, 239);
}

.select_last {
  border-bottom: 0;
}

.quant-img-wrap {
  position: relative;
  width: 110px;
  height: 85px;
  -o-object-fit: cover;
  object-fit: cover;
}

.quant-img-wrap img {
  width: 100%;
  height: 100%;
}

.info-quantity {
  width: calc(100% - 130px);
  margin-left: 20px;
}

.info-quantity_piece {
  width: 26.0419vw;
  padding-right: 10px;
  margin-left: 20px;
}

.info-quantity .quant-info-txt h4 {
  margin-bottom: 10px;
  font-size: 3vw;
}

.info-quantity .quantity-input-wrap {
  width: 90px;
  padding: 3px;
  text-align: center;
  box-sizing: border-box;
}

.info-quantity .one-input {
  border: solid 2px #ddd;
  border-radius: 50px 50px 50px 50px;
}

.info-quantity .one-input input {
  width: 50px;
  height: 30px;
  padding: 5px;
  text-align: center;
  border: none;
  box-sizing: border-box;
  position: relative;
}

.info-quantity .one-input a {
  font-size: 20px;
}

.btn_reset {
  width: 20px;
  height: 20px;
  background-image: url(../img/reset.png);
  background-size: 13px 13px;
  background-position: center;
  background-repeat: no-repeat;
}

.minus-10 {
  margin-right: 20%;
}

.minusten-input {
  display: flex;
}

.info-quantity .ten-input a,
.info-quantity .minusten-input a {
  display: block;
  width: 50%;
  padding-top: 3px;
  font-size: 13px;
  text-align: center;
  box-sizing: border-box;
}

.ten-input i {
  font-size: 12px;
  font-weight: 900;
  margin-top: 2%;
  display: block;
  cursor: pointer;
}

.total-amount {
  max-width: 500px;
  height: 55px;
  background-color: #333;
  color: #fff;
  margin: 20px auto;
  margin-bottom: 0;
  border: solid 1px #333;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 55px;
  cursor: pointer;
  font-size: 17px;
}

.total-amount:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s;
}

.danger_popup_wrap {
  width: 500px;
  overflow: hidden;
  margin: 0 auto;
  display: none;
}

.danger_popup {
  width: 285px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -142.5px;
  background-color: #fff;
  z-index: 999;
}

.danger_popup_title {
  text-align: center;
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #333;
  font-weight: 600;
}
.danger_popuplist {
  margin: 20px 0;
  margin-left: 41px;
}
.danger_popuplist li {
  margin-top: 10px;
  list-style: disc;
}
.danger_popuplist span {
  width: 80px;
}
.danger_popuplist span::before {
  content: ":";
}
.danger_popup_btn {
  width: 50%;
  height: 5vh;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 50%;
  border-top: 2px solid #333;
  position: absolute;
  bottom: 0;
  right: 0;
}
.dangerBtn {
  width: 100%;
}
.danger_popup_btn p {
  text-align: center;
  line-height: 5vh;
}
.danger_popup_btn:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s;
}

.danger_popup_btn2 {
  width: 50%;
  height: 5vh;
  background-color: #ddd;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  border-top: 2px solid #ddd;
  bottom: 0;
}

.danger_popup_btn2:hover {
  background-color: #fff;
  color: #ddd;
  transition: 0.5s;
}

.danger_popup_bg {
  position: absolute;
  width: 100%;
  height: 126.5vh;
  z-index: 5;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.39);
}

.danger_popup_text {
  width: 100%;
  margin: auto;
  position: absolute;
}

.danger_popup_text h4 {
  font-size: 16px;
  text-align: center;
  padding-top: 20%;
}

.danger_popup_text p {
  margin-top: 10px;
  color: #ff0000;
  text-align: center;
  font-size: 15px;
}

.info-quantity-sub {
  width: 500px;
  position: absolute;
  height: 33vh;
  bottom: -40%;
  background-color: #fff;
}

.info-quantity-sublist li {
  width: 500px;
  height: 2vh;
  line-height: 2vh;
  list-style: none;
  margin-top: 20px;
  font-size: 1.1rem;
}

.info-quantity-sublist li a {
  margin-left: 10px;
}

.info-quantity-sublist li input {
  width: 15px;
  height: 15px;
}

.sub-list1 h3 {
  float: left;
  font-size: 1.3rem;
  line-height: 3vh;
  font-weight: 500;
}

.sub-list1 {
  padding-top: 35px;
  padding-left: 10px;
}

.info-quantity-sub .one-input {
  width: 110px;
  border: solid 2px #ddd;
  border-radius: 50px 50px 50px 50px;
  text-align: center;
  float: left;
  margin-left: 20px;
}

.info-quantity-sub .one-input input {
  width: 50px;
  height: 30px;
  padding: 5px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.pizza_hide {
  display: none;
}
.info-quantity-sublist {
  padding-top: 58px;
  padding-left: 10px;
}

.info-quantity-sublist h3 {
  font-weight: 500;
  font-size: 1.3rem;
}

.info-sub-bg {
  width: 500px;
  background-color: rgba(0, 0, 0, 0.31);
  height: 970px;
  position: absolute;
  top: 0;
  display: none;
}
.day {
  color: #e70012;
  font-size: 16px;
}
.info-sub-btn {
  width: 16%;
  height: 4vh;
  background-color: #e70012;
  color: #fff;
  font-weight: 500;
  border-radius: 10px;
  font-size: 15px;
}

.info-sub-btn:hover {
  background-color: #fff;
  color: #e70012;
  border: 2px solid #e70012;
  transition: 0.5s;
}

#piece-list-btn {
  width: 100%;
  height: 6vh;
  background-color: #e70012;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  line-height: 5vh;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  cursor: pointer;
}

#piece-list-btn:hover {
  background-color: #fff;
  color: #e70012;
  border: 3px solid #e70012;
  transition: 0.5s;
}

#piece-order-btn {
  width: 26.0419%;
  height: 60px;
  position: fixed;
  background-color: #e70012;
  bottom: 0;
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
}

#piece-order-btn:hover {
  background-color: #fff;
  color: #e70012;
  transition: 0.5s;
  border: 1px solid #e70012;
}

@media (min-width: 500px) {
  .slide-up-box {
    width: 500px;
  }

  .reserv-detail-piece {
    width: 460px;
  }

  .recommend-quantity {
    width: 100vw;
  }

  .quant-img-wrap {
    width: 150px;
    height: 110px;
  }

  .info-quantity .quant-info-txt h4 {
    font-size: 16px;
  }

  .info-quantity .quantity-input-wrap {
    width: 110px;
  }
}

.lastorder {
  float: left;
  padding-right: 60%;
  padding-bottom: 8%;
}

.lastorder li {
  list-style: circle;
  margin-top: 3%;
}

.detailbox-wrap {
  position: relative;
  width: 500px;
  margin: auto;
  overflow: hidden;
  display: none;
}

.slide-up-detailbox {
  max-width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: all, 500ms;
  z-index: -1;
  height: 100vh;
  padding-top: 20%;
  margin-left: -100%;
}

.reserv-detail-piece-wrap {
  padding-top: 12%;
}

.reserv-detail-piece .quantity-input-wrap {
  margin-left: 10vw;
  position: relative;
}

@media (min-width: 500px) {
  .reserv-detail-piece {
    width: 500px;
    overflow: hidden;
    height: 100vh;
    margin: auto;
  }
}

/* 내 예약 현황 보기*/
.my-reserv-main {
  max-width: 500px;
  min-height: 100vh;
  margin: 0 auto;
  padding-top: 80px;
}

.my-reserv {
  width: 100%;
  margin: 30px 0;
  padding: 0 20px 20px;
  background-color: #eee;
}

.my-reserv-state {
  width: 100%;
  height: 50px;
  border-bottom: solid 1px #949292;
}

.my-reserv-state p {
  height: 100%;
  padding: 10px;
  font-size: 20px;
  line-height: 30px;
  box-sizing: border-box;
}

.my-reserv-state .visit-ready {
  color: rgb(0, 120, 255);
}

.my-reserv-state .visit-complete {
  color: #949292;
}

.my-reserv-contents {
  width: 100%;
  margin: 15px 0;
}

.checkbox_wrap {
  border-top: 1px solid #ddd;
}

.my-reserv-img {
  width: 40px;
  height: 60px;
  background-image: url(../img/pizzamenu/combination.jpg);
  background-size: cover;
  margin-right: 10px;
}

.my-reserv-img img {
  width: 100%;
}

.my-reserv-info li {
  margin-bottom: 17px;
}

.reserv-date {
  color: #ddd;
  font-size: 14px;
}

.review-off {
  width: 200px;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  color: #7a7a7a !important;
  border-radius: 3px;
  background-color: #333 !important;
  border: solid 1px #333 !important;
  pointer-events: none;
}

.detail-contents-wrap h2 {
  margin: 0 0 20px;
  font-weight: bold;
}

.detail-contents {
  width: 100%;
  padding: 0 10px;
  position: relative;
}

/*주문상세페이지*/
.recepit_inner {
  width: 100%;
  max-width: 500px;
  margin-top: 8%;
  overflow: hidden;
  border: 2px solid #ddd;
  border-radius: 10px;
}

.recepit_inner1 {
  border: 2px solid rgb(30, 171, 30);
}

.recepit_inner2 {
  border: 2px solid #bbb;
}

.recepit_menu {
  height: 2vh;
}

.recepit_menu_text {
  float: left;
  line-height: 4vh;
}

.recepit_header_text_wrap {
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding: 0 10px;
}

.recepit_header_text {
  width: 95%;
  max-width: 500px;
  margin: auto;
  margin-top: 6%;
  margin-bottom: 6%;
}

.recepit_header_text p {
  font-weight: 400;
}

.recepit_header_text > p {
  padding-bottom: 10px;
}

.header_text {
  color: rgb(30, 171, 30);
}

.header_text2 {
  color: #000;
}

.header_text3 {
  color: #999;
}

.recepit_header_text h1 {
  font-size: 23px;
  font-weight: 400;
  float: left;
}

.toggle_btn {
  position: relative;
  z-index: 1;
  width: 100px;
  height: 40px;
  border: 1px solid #ccc;
  /*background-image: url(../img/arrow-down.png);*/
  background-size: cover;
  float: right;
  font-size: 14px;
}

.toggle_btn:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s;
}

.recepit_sub_list_wrap {
  padding: 5% 0;
  color: rgb(143, 143, 143);
  font-size: 14px;
  position: relative;
}

.recepit_sub_list {
  float: left;
  line-height: 1.6;
}
.recepit_sub_list_wrap * {
  font-size: 15px;
}

.recepit_sub_listright {
  padding-left: 75px;
  line-height: 1.6;
}

.service {
  top: 20%;
  width: 100px;
  height: 40px;
  position: absolute;
  right: 0;
  border: 1px solid transparent;
  font-size: 14px;
  background: rgb(30, 171, 30);
  color: #fff;
}

.service:hover {
  background-color: rgb(23, 126, 23);
  color: #fff;
  transition: 0.5s;
}

.review-Btn {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  margin: 10px 0;
  text-align: center;
  color: rgb(150, 150, 150);
}
.review-Btn1 {
  position: relative;
  width: 100%;
  height: 5vh;
  border: 0.125rem solid #ddd;
  margin: 0.625rem 0;
  text-align: center;
  color: rgb(150, 150, 150);
  line-height: 5vh;
}

.review-Btn:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s;
}

.review-btn-inner h3 {
  font-weight: 600;
  cursor: pointer;
  font-size: 17px;
  color: #333;
}

.review-btn-inner:hover h3 {
  color: #fff;
}

.review-btn-inner.disabled h3 {
  background: #ddd;
  cursor: default;
  color: #aaa;
}

.recepit_main_wrap {
  width: 100%;
  height: 50vh;
  padding: 0 10px;
  display: none;
}

.recepit_main_wrap3 {
  display: none;
}

.recepit_main {
  width: 95%;
  margin: auto;
  margin-top: 5%;
}

.recepit_info {
  width: 100%;
  max-width: 500px;
  height: 15vh;
  margin: auto;
  position: relative;
  overflow: hidden;
  font-size: 14px;
}

.recepit_logo_wrap {
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding-top: 30px;
}
.recepit_logo_wrap {
  padding-top: 13px;
}
.recepit_logo_wrap1 {
  padding-top: 0;
}
.lastorder_popup modal-open {
  height: 100%;
}

.lastorder_popup_inner {
  width: 100%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  padding: 0 20px 20px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.03),
    #fff,
    #fff,
    #fff,
    #fff,
    #fff,
    #fff
  );
}

.info_header_inner {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info_under_inner {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.main_list_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review_popup_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

.review_popup_bg {
  background-color: rgba(0, 0, 0, 0.39);
  width: 100%;
  height: 100%;
  position: absolute;
}

.review_popup {
  width: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -125px;
  height: 300px;
  text-align: center;
}

.review_popup_btn {
  width: 100%;
  height: 5vh;
  position: absolute;
  bottom: 0;
  background-color: #e70012;
  color: #fff;
  left: 0;
  font-weight: 600;
  border-top: 2px solid #e70012;
  font-size: 18px;
}

.review_popup_btn:hover {
  background-color: #fff;
  color: #e70012;
  transition: 0.5s;
}
.review_title {
  padding-top: 15px;
}
.review_title h3 {
  font-weight: 600;
}

.review_text {
  padding-top: 10%;
}

.under_inner_left {
  line-height: 1.6;
}

.lastorder_page_review {
  border-bottom: 1px dashed #333;
  padding-bottom: 20px;
}

.info_header {
  margin-bottom: 10px;
}

.main_list {
  padding: 20px 0;
  border-bottom: 1px dashed #333;
}

.main_list_text p {
  display: inline-block;
}

.main_list_text_right {
}

.main_sub_list {
  color: #aaa;
  padding-top: 5px;
  font-weight: 300;
}

.main_total_wrap {
  padding-top: 10%;
  font-size: 20px;
  font-weight: 600;
}

.main_total {
  max-width: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_total * {
  font-size: 20px;
}

.totalleft li:last-child {
  padding-top: 10px;
}

.totalright {
  text-align: right;
}

.totalright li:last-child {
  padding-top: 10px;
}

.total_price {
  padding-bottom: 20px;
}

.total_price_inner {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.total_price_inner * {
  font-size: 20px;
  font-weight: 600;
}

.recepit_main_wrap3 .total_price_inner li {
  padding-bottom: 20px;
}

.detail-contents table {
  width: 100%;
  border: solid 1px #adadad;
  border-collapse: collapse;
}

.detail-contents tbody {
  width: 100%;
}

.detail-contents tbody tr {
  padding: 15px;
  border: solid 1px #adadad;
}

.detail-contents tbody td {
  padding: 15px;
  border: solid 1px #adadad;
}

.fixed-popup {
  width: 500px;
  overflow: hidden;
  margin: 0 auto;
  display: none;
}
.fixed-popup2 {
  display: none;
}
.fixed_bg {
  position: absolute;
  max-width: 500px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -250px;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.39);
}
.fixed-bg1 {
  margin-left: -248px;
  height: 1050px;
}
.fixed-text {
  width: 250px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -125px;
  background-color: #fff;
  z-index: 999;
}

.fixed-text-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.fixed-text p {
  font-size: 16px;
  text-align: center;
  padding-top: 40px;
}

.fixed-title {
  text-align: center;
  width: 100%;
  color: #333;
  font-weight: 600;
  padding: 15px 0;
}

.fixed-number {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
}
.fixed-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5vh;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #333;
  color: #fff;
  background-color: #333;
}

.fixed-btn:hover {
  background-color: #fff;
  color: #000;
  transition: 0.5s;
}

.menu-detail {
  width: 100%;
  padding: 20px;
  margin-top: 10px;
  background-color: #eee;
}

.detail-price {
  margin-bottom: 20px;
  font-size: 3vw;
}

.total-detail-price {
  border-top: solid 1px #000;
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
  text-align: right;
}

.review-page .my-reserv-contents {
  margin-top: 20px;
}

.review-page .my-reserv-img {
  width: 100px;
}

.review-page .my-reserv-info li {
  margin-bottom: 5px;
}

.my-reserv-info {
  line-height: 25px;
}

.my-reserv-info h3 {
  font-size: 16px;
  font-weight: 400;
  color: #ccc;
}

.checkbox-form {
  padding-top: 3%;
  position: relative;
}

.where {
  display: block;
  margin: 25px 15px;
  font-size: 11px;
  color: #000;
  text-decoration: none;
  font-family: verdana;
  font-style: italic;
}

.checks {
  position: relative;
}

.checks_wrap {
  padding-top: 10px;
}

.checks input[type="checkbox"] {
  /* 실제 체크박스는 화면에서 숨김 */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.checks input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.checks input[type="checkbox"] + label:before {
  /* 가짜 체크박스 */
  content: " ";
  display: inline-block;
  width: 18px;
  /* 체크박스의 너비를 지정 */
  height: 18px;
  /* 체크박스의 높이를 지정 */
  line-height: 18px;
  /* 세로정렬을 위해 높이값과 일치 */
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
  background: #fafafa;
  border: 1px solid #cacece;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
}

.checks input[type="checkbox"] + label:active:before,
.checks input[type="checkbox"]:checked + label:active:before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.checks input[type="checkbox"]:checked + label:before {
  /* 체크박스를 체크했을때 */
  content: "\2714";
  /* 체크표시 유니코드 사용 */
  color: #99a1a7;
  text-shadow: 1px 1px #fff;
  background: #e9ecee;
  border-color: #adb8c0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}

.checks.etrans input[type="checkbox"] + label {
  padding-left: 30px;
  margin-top: 20px;
}

.checks.etrans input[type="checkbox"] + label:before {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
  opacity: 0.6;
  box-shadow: none;
  border-color: #e70012;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

.checks.etrans input[type="checkbox"]:checked + label:before {
  position: absolute;
  content: "";
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  background: transparent;
  border-color: transparent #e70012 #e70012 transparent;
  border-top-color: transparent;
  border-left-color: transparent;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.no-csstransforms .checks.etrans input[type="checkbox"]:checked + label:before {
  /*content:"\2713";*/
  content: "\2714";
  top: 0;
  left: 0;
  width: 21px;
  line-height: 21px;
  color: #e70012;
  text-align: center;
  border: 1px solid #e70012;
}

.review_checklist {
  display: none;
}

.review_checklist {
  margin-top: 3%;
}

.checkbox-form p {
  font-size: 16px;
}

.review-close {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  margin-left: 5px;
  border: solid 1px #000;
  border-right: none;
  border-top: none;
  transform: rotate(45deg);
  cursor: pointer;
  float: left;
}
.notice_close {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.review_main {
  font-size: 1.4rem;
  font-weight: 600;
  padding-left: 10px;
  margin-left: 16px;
  margin-top: 10px;
}
.SlideUp-close {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.submit-review {
  width: 100%;
  height: 50px;
  border: solid 1px #e70012;
  border-radius: 3px;
  background-color: #e70012;
  color: #fff;
  max-width: 500px;
}

.review-box-wrap {
  width: 100%;
  margin: 30px 0;
}

.review-box-wrap h3 {
  padding: 10px 0;
  padding-top: 28px;
  border-top: solid 1px #ddd;
}

.star-rating {
  margin-top: 0;
}

#myform fieldset {
  display: inline-block;
  /* 하위 별점 이미지들이 있는 영역만 자리를 차지함.*/
  direction: rtl;
  border: 0;
  /* 필드셋 테두리 제거 */
}

.fieldset1 {
  margin-left: 30px;
}

#myform input[type="radio"] {
  display: none;
}

#myform label {
  font-size: 2.5rem;
  /* 이모지 크기 */
  color: transparent;
  /* 기존 이모지 컬러 제거 */
  text-shadow: 0 0 0 #f0f0f0;
  /* 새 이모지 색상 부여 */
}

#myform label:hover {
  text-shadow: 0 0 0 #fff59c;
}

#myform label:hover ~ label {
  text-shadow: 0 0 0 #fff59c;
  /* 마우스 호버 뒤에오는 이모지들 */
}

#myform input[type="radio"]:checked ~ label {
  text-shadow: 0 0 0 #f2da00;
  /* 마우스 클릭 체크 */
}

.myform2 {
  margin-left: 6%;
}

.star {
  position: relative;
  font-size: 4rem;
  color: #ddd;
}
.star input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.star span {
  width: 0;
  position: absolute;
  left: 0;
  color: #fff59c;
  overflow: hidden;
  pointer-events: none;
  font-size: 4rem;
}

.container-checkbox {
  position: relative;
  margin: 12px 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.container-checkbox #myform fieldset {
  width: 172px;
}

.container-checkbox #myform label {
  font-size: 1.2rem;
}

.select {
  padding: 15px 10px;
}

.select input[type="radio"] {
  display: none;
}

.select input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  height: 24px;
  width: 80px;
  border: 1px solid #ccc;
  line-height: 24px;
  text-align: center;
  font-size: 13px;
}

.select input[type="radio"] + label {
  background-color: #fff;
  color: #333;
}

.select input[type="radio"]:checked + label {
  background-color: #e70012;
  color: #fff;
}

.comment-box {
  width: 100%;
  padding: 10px 0;
}

.comment-box textarea {
  width: 100%;
  max-width: 500px;
  padding: 10px;
  border: solid 1px #ddd;
  border-radius: 3px;
  height: 80px;
}

/*lastorder*/
.reserv-detail-body-wrap {
  max-width: 500px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.lastorder_page {
  max-width: 500px;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}

.lastorder_review_inner {
  margin-top: 0;
  max-width: 500px;
  border: none;
}

.reserv-lastorder-inner {
  margin: 0;
  margin-top: 0;
}

.reserv-lastorder-title {
  margin-top: 0;
}

.lastorder_page_maintext h2 {
  font-weight: 700;
  padding-top: 30px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}

.lastorder_page_maintext_inner {
  text-align: center;
  width: 100%;
  margin: auto;
}
.lastorder_time {
  padding: 0;
  font-size: 17px;
  padding-bottom: 20px;
}
.lastorder_page_maintext_under {
  display: none;
}
.lastorder_page_maintext_under_inner {
  text-align: center;
}

.lastorder_page_maintext_under_inner h2 {
  font-size: 18px;
  font-weight: 600;
  color: rgb(152, 152, 152);
  padding: 5% 0;
}

.lastorder_page_maintext_under_inner h1 {
  font-size: 20px;
  font-weight: 600;
}
.delivery_ex {
  padding: 8px 0;
  font-size: 17px;
}
.calender-head li {
  font-size: 14px;
}

.lastorder_page_main_wrap {
  position: relative;
  -ms-overflow-style: none;
}

.lastorder_page_maintext_under_inner h2 {
  font-size: 1.25rem;
}
.lastorder_page_maintext {
  width: 100%;
  background-color: #fff;
  padding-bottom: 20px;
}
.lastorder_btn_wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: auto;
}

.lastorder_btn {
  width: 160px;
  height: 40px;
  margin: 0 5px;
  display: block;
  font-size: 16px;
  line-height: 36px;
  float: left;
  border: 2px solid #ddd;
  border-radius: 50px;
}
.lastorder_btn:last-child {
  background-color: #333;
  color: #fff;
  font-weight: 300;
  border: 2px solid #333;
}
.lastorder_btn i {
  padding-right: 8px;
}

.lastorder_btn:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s;
  border: 2px solid #000;
}
.lastorder_popup {
  background-color: #fff;
  width: 500px;
  height: 100vh;
  margin: 0 auto;
  margin-top: 3.5%;
  padding: 0;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  text-align: left;
  z-index: 9;
  position: fixed;
  top: 100%;
}
.lastorder_popup1,
.lastorder_popup2 {
  background-color: #fff;
  margin: 0 auto;
  margin-top: 10px;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  text-align: left;
  z-index: 9;
  padding: 0 10px;
  border-top: 5px solid #ddd;
}

.lastorder_popup2 {
  padding-bottom: 50px;
}

.notice_list1_wrap {
  background-color: #fff;
  width: 500px;
  height: 100vh;
  margin: 0 auto;
  margin-top: 5%;
  padding: 0;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  text-align: left;
  z-index: 9;
  max-width: 500px;
  display: none;
  position: relative;
}

.notice_list1_wrap.on {
  animation: goTop 0.2s ease-in-out;
  display: block;
}

@keyframes goTop {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}

.notice_list1 {
  height: 100vh;
}

.modal-open {
  top: 0;
}

.lastorder_popup_wrap {
  position: relative;
  max-width: 500px;
  margin: auto;
  overflow: hidden;
}
.calendarCheflist_inner {
  display: none;
}
.calendarCheflist2 {
  display: none;
}
.ui-state-default:nth-of-type(7) {
  color: #ccc !important;
}
.calendar_info_wrap {
  position: relative;
  max-width: 500px;
  margin: auto;
  overflow: hidden;
  padding: 8px;
}
.timeSelector {
  height: 28px;
}
.recepit_logo_wrap_header {
  width: 100%;
  max-width: 500px;
  font-weight: 600;
  overflow: hidden;
  border-bottom: 1px dashed #333;
  position: relative;
}

.x-icon-wrap {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  float: right;
  margin-top: -13.3%;
  top: 10px;
}

.x-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.driverXicon {
  position: absolute;
  top: 30px;
  margin-top: -11px;
  right: 0;
}
.x-icon span {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #000;
}

.x-left {
  transform: rotate(135deg) translateX(0%);
}

.x-right {
  transform: rotate(45deg) translateX(0%);
}

.notice_x_icon {
  margin-top: 0%;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
}

.recepit_logo_wrap_header h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  padding-top: 25px;
  padding-bottom: 25px;
}

.recepit_logo h2 {
  font-weight: 600;
}

.recepit_logo_wrap_header i {
  z-index: 999;
  color: #000;
  font-size: 30px;
  float: right;
}

.recepit_review_top {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px dashed #333;
  padding-bottom: 20px;
}

.recepit_review_inner_wrap {
  padding-top: 20px;
}

.lastorder_main_total_wrap {
  padding: 20px 0;
  border-bottom: 1px dashed #333;
}

/*.lastorder_page_inner_wrap {
  display: none;
}*/
/*//lastorder*/
/*notice*/
.notice_wrap {
  width: 100%;
  height: 100vh;
  position: relative;
}

.notice_inner {
  max-width: 500px;
  height: 100%;
  background-color: #fff;
  margin: auto;
  padding: 4.7em 0;
}

.notice_header {
  max-width: 500px;
  height: 7vh;
  line-height: 7vh;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.notice_header h2 {
  font-size: 1.4rem;
  font-weight: 600;
  padding-left: 10px;
  margin-left: 16px;
  margin-top: 10px;
}

.notice_list_inner {
  width: 100%;
  padding: 5% 0;
  border-bottom: 1px solid rgba(224, 224, 224, 0.678);
  position: relative;
  cursor: pointer;
}

.notice_list_inner i {
  float: right;
  font-size: 22px;
  position: absolute;
  top: 30px;
  right: 15px;
}

.notice_date {
  color: #ddd;
  font-size: 14px;
  display: block;
  padding-top: 10px;
}

.notice_modal {
  top: 8%;
}

.notice_text {
  padding: 20px 0;
  word-break: break-all;
}

.notice_list1_header {
  padding-bottom: 24px;
  border-bottom: 1px solid #ddd;
  line-height: 18px;
}

.notice_list1_header h4 {
  padding-right: 50px;
}

.notice_list1_header_date {
  font-size: 14px;
  color: #ddd;
  display: block;
  padding-top: 9px;
  width: 150px;
}

/* 리뷰 평점 */
.review-box-wrap.grade {
  position: relative;
  text-align: center;
}
.review-box-wrap.grade .gradeNumber {
  position: relative;
  background: #fff59c;
  padding: 10px;
  text-align: center;
  color: #000;
  border-radius: 5px;
  min-width: 50px;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 10px;
  display: inline-block;
}
.lastorder_btn_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pizza1Br {
  display: none;
}
@media all and (max-width: 1024px) {
  .lastorder_popup {
    max-width: 500px;
    padding: 10px;
    margin-top: 7vh;
  }
  .fa-angle-up {
    display: none;
  }

  .page-link {
    padding-left: 0;
  }
}

.detail-price {
  font-size: 16px;
}

.container-checkbox #myform fieldset {
  width: auto;
}

#myform label {
  font-size: 3rem;
}

.container-checkbox #myform label {
  font-size: 1.5rem;
}

/* 학교정보관리 */
#container {
  padding-top: 80px;
}

#container [type="radio"] {
  margin: 3px 3px 0 5px;
}

.bor_top {
  border-top: 1px solid #ddd;
}

.sub_top {
  font-size: 26px;
  color: #000;
  max-width: 500px;
  background-color: #fff;
  margin: 0 auto;
  padding: 25px 20px 15px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.sub_top .sub_tit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.form_para_span {
  margin-bottom: 8px;
  font-size: 12px;
  color: #999;
}

.inner {
  width: 100%;
  max-width: 1152px;
  padding: 10px 10px 50px;
  background-color: #fff;
  box-sizing: border-box;
  margin: 0 auto;
}

.inner .btn_type span {
  text-align: center;
  line-height: 36px;
}

.btn_type {
  border: 1px solid #e70012;
  background-color: #e70012;
  -webkit-background-color: #e70012;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 36px;
  border-radius: 3px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  height: 50px;
  margin: 15px 0 8px;
  cursor: pointer;
}

.btn_type:hover {
  border: 1px solid #e70012;
  background-color: #fff;
  color: #e70012;
  transition: 0.5s;
}

.userinfo_txt {
  text-align: right;
  padding-top: 10px;
  cursor: pointer;
  text-decoration: underline;
}

.userinfo_txt:hover {
  color: #e70012;
}

.w460 {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}

.form_title {
  padding: 15px 0 5px 0;
  font-weight: 700;
}

.form_para .textbox {
  width: 100%;
  height: 48px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  outline: none;
  margin-bottom: 10px;
}

.form_para_split .textbox {
  width: calc(100% - 108px);
  float: left;
}

.form_para_split .btn_type8 {
  width: 100px;
  float: right;
  margin-left: 8px;
  cursor: pointer;
}

.form_para_split select {
  width: 100px;
  float: left;
  margin-right: 8px;
  cursor: pointer;
  height: 48px;
}

select {
  height: 36px;
  font-size: 14px;
  padding: 0 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  max-width: 165px;
  background-color: #fff;
  margin-right: 5px;
}

.form_para_split:after {
  content: "";
  display: block;
  clear: both;
}

.btn_type8 {
  border: 1px solid #ddd;
  background-color: #f2f4f7;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 48px;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #666;
}

input.textbox {
  width: 100%;
  height: 48px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
  outline: none;
  margin-bottom: 10px;
}

.container-radio {
  display: block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.container-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.container-radio:hover input ~ .checkmark {
  background-color: #fff;
}

.container-radio input:checked ~ .checkmark {
  border: 1px solid #e70012;
  background-color: #e70012;
}

.container-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-radio input:checked ~ .checkmark:after {
  display: block;
}

.container-radio .checkmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.pipe2:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 35px;
  margin: 2px 16px 0 16px;
  vertical-align: 0px;
  background-color: #aaa;
}

@media (min-width: 424px) {
  .pipe2:before {
    height: 18px !important;
  }
}

.join_sort {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px 5px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.join_sort ul {
  line-height: 1.5;
}

.join_sort li {
  padding-right: 3px;
  float: left;
}

.join_sort .container-radio {
  font-size: 13px;
  padding-left: 21px;
}

.layer_pop,
.layer_sns {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 99;
}

.layer_pop .black,
.layer_sns .black {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
}

.layer_pop .pop_wrap,
.layer_sns .pop_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.layer_pop .pop,
.layer_sns .pop {
  position: relative;
  background: #fff;
  padding: 1.5%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
  width: 550px;
  height: 580px;
}

.top .close1 {
  cursor: pointer;
  position: absolute;
  top: -55px;
  right: 0;
  padding: 12px 0;
}

.top .close1:before {
  content: "";
  transform: translateY(2px) rotate(45deg);
  width: 42px;
  background: #fff;
  display: block;
  height: 2px;
}

.top .close1:after {
  content: "";
  transform: rotate(-45deg);
  width: 42px;
  background: #fff;
  display: block;
  height: 2px;
}

.popuser_txt {
  padding: 10px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.popuser_txt * {
  font-size: 14px;
}

.popuser_txt h8 {
  padding: 10px 0 30px;
  display: block;
  font-size: 23px;
  font-weight: 700;
}

.popuser_txt .form_para {
  margin-top: 20px;
}

.popuser_txt .form_para input.textbox {
  height: 40px;
  border-radius: 0;
}

.small_txt {
  padding: 2% 0;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0px !important;
}

.text_ul_wrap {
  margin: 0 auto;
  width: 100%;
  position: relative;
  border: 1px solid #ccc;
  text-align: left;
  height: 40px;
  font-size: 14px;
}

.text_ul_wrap a {
  line-height: 34px;
  display: block;
  padding: 0 20px 0 10px;
  text-decoration: none;
}

.select_icon {
  display: block;
  content: "";
  clear: both;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 17px;
  z-index: -1;
  transform: rotate(90deg);
}

.select_icon img {
  filter: invert(1);
}

.select_icon.active {
  transform: rotate(270deg);
}

.ul_select_style {
  position: absolute;
  width: 472px;
  left: -1px;
  background: #fff;
  z-index: 2;
  top: 38px;
  display: none;
}

.ul_select_style li {
  line-height: 34px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: left;
  padding-left: 10px;
  cursor: pointer;
}

.ul_select_style li:hover {
  background-color: #eee;
}

.ul_select_style .last-li {
  border-bottom: 1px solid #ccc;
}

.ul_select_style.active {
  display: block;
}

.ul_select_style.active ul:after {
  content: "";
  display: block;
  clear: both;
}

.ul_select_style li + li {
  border-top: none;
}

.layer_sns .sns_txt {
  display: flex;
  align-items: center;
}

.layer_sns h9 {
  padding: 0;
  margin-left: 15px;
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
}

/*gallery*/
.gallery-wrap {
  max-width: 500px;
  position: relative;
  margin: 0 auto;
  padding-top: 9vh;
}

.gallery_header {
  width: 100%;
  height: 7vh;
  max-width: 500px;
  position: fixed;
  z-index: 7;
  background-color: #fff;
  top: 8%;
}

.gallery_header > h1 {
  font-size: 24px;
  line-height: 7vh;
  font-weight: 600;
  padding-left: 3%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  position: relative;
}
.school_info {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10vh;
  background-color: rgba(0, 0, 0, 0.451);
  text-align: left;
  padding: 0 20px;
  color: #fff;
  line-height: 3vh;
  z-index: 1;
}

.school_info h4 {
  font-size: 20px;
  color: #f4f4f4;
  text-decoration: none;
  font-weight: 400;
  padding-top: 20px;
}

.school_info p {
  font-size: 11px;
  color: #fff;
}

/* Center slide text vertically */
/*{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}*/

.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80vh;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*//gallery*/
/* footer */
/* footer */

.footer {
  width: 100%;
  position: relative;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  background-color: rgb(91, 91, 91);
  color: #fff;
}

.fnb {
  padding: 16px 10px;
  /* border-bottom: solid 1px #ddd;*/
  border-top: solid 1px #ddd;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: flex-start;
}
/*.fnb ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  margin: 0;
}*/
.fnb li {
  margin-right: 20px;
}
.fnb li:hover {
  /*color: #929191;*/
}
.fnb a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.fnb .sns-link li {
  width: 20px;
}

.footer-web {
  box-sizing: border-box;
  padding: 10px;
  margin: 0 auto;
}

.footer-logo {
  /*width: 16%;*/
  height: 100%;
}
.footer-logo img {
  width: 110px;
}

.footer-contents {
  text-align: center;
  line-height: 1.5;
  font-size: 15px;
  letter-spacing: 1px;
  padding-top: 16px;
  margin-right: 15px;
}


.copyright {
  margin-top: 20px;
  padding-bottom: 15px;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .footer {
    /*height: 270px;*/
  }

  .footer-web {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 1320px;
      flex-direction: column;
  }

  .footer-logo {
    display: block;
  }

  .footer-logo img {
    filter: invert(1);
  }

  .footer-contents {
    /*width: 43%;*/
  }

  .fnb .sns-link li {
    width: 28px;
  }

  .sns-link li img {
    width: 100%;
  }

  .ftlogo {
    display: none;
  }
}
.ui-state-active,
.ui-widget-content .ui-state-active {
  color: #fff;
  font-weight: 600;
}
.ui-widget-content {
  border: 0;
}
.timeListWrap {
  margin-top: 10px;
}

.timeListWrap > * {
  width: 130px;
  margin: 0 auto;
  line-height: 1.4;
}
.timeListWrap h5 {
  font-size: 17px;
  position: relative;
  left: -10px;
}
.timeListWrap h5:nth-of-type(2) {
  margin-top: 10px;
}

.timeList li span {
  display: inline-block;
  text-align: left;
}

.timeList li span:nth-child(1) {
  width: 45px;
}
.timeList li span:nth-child(1):after {
  content: ":";
  padding-right: 5px;
  padding-left: 5px;
}

button.ui-datepicker-current {
  display: none;
}

mark.soldout {
  display: block;
  font-size: 11px;
  background: none;
  border: 1px solid red;
  color: red;
  padding: 2px;
  text-align: center;
  position: relative;
  top: -9px;
  left: 3px;
  font-family: "roboto";
  transform: rotate(-30deg);
  width: 45px;
}

.selectTimeline {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin: 10px auto;
  padding: 0;
}
.selectTimeline li {
  width: calc(25% - 15px);
}
.selectTimeline li button {
  border: 1px solid #fa888e;
  text-align: center;
  padding: 10px 5px;
  width: 100%;
  border-radius: 3px;
  font-size: 14px;
  color: #fa888e;
  font-weight: 600;
}
.selectTimeline li.on button,
.selectTimeline li button:hover {
  background: #fa888e;
  color: #fff;
}

.tabOuter {
  margin-top: 10px;
  margin-bottom: 30px;
}

.tabOuter .calendar_btn {
  position: relative;
}

.tabOuter .calendar_btn:hover {
  opacity: 1;
}
.tabOuter .calendar_btn:after {
  content: "▶";
  color: #fa888e;
  position: absolute;
  right: -11px;
}
.tabOuter .calendar_btn:last-child:after {
  content: none;
}

.fnb {
  padding: 16px 10px;
  /*border-bottom: solid 1px #ddd;*/
  border-top: solid 1px #ddd;
  box-sizing: border-box;
}
.fnb_inner {
  width: 100%;
  max-width: 1050px;
  height: 30px;
  line-height: 30px;
  margin: auto;
}
/*.fnb ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  align-content: flex-start;

  margin: 0;
}*/
.fnb li {
  margin-right: 20px;
}
.fnb li:hover {
  /*color: #929191;*/
}
.fnb a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.fnb .sns-link li {
  width: 20px;
}

.mypageForm {
  max-width: 500px;
  margin: 0 auto;
}

/**************************************************


tablet Size


**************************************************/
@media screen and (max-width: 991px) {
  .footer-logo {
    display: none;
  }
  .menu-slide-wrap-tab {
    display: none;
    height: 100%;
  }
  .menu-wrap {
    position: absolute;
    right: 20px;
    top: 25px;
  }
  .btn-userinfo,
  .btn-userinfo * {
    font-size: 14px !important;
  }
}

/**************************************************


Mobile Size


**************************************************/
@media screen and (max-width: 768px) {
  .main-box-title h3 {
    font-size: 17px;
  }
  .recepit_sub_list_wrap * {
    font-size: 14px;
  }
  .main-logo {
    width: 90px;
    top: 3px;
  }
  .gallery-box .gallery-main-box .swiper-slide .info-txt {
    padding: 10px 15px;
  }
  .gallery-box .gallery-main-box .control-wrap > div {
    width: 40px;
    height: 40px;
    background-size: 7px;
  }
  .footer-logo {
    display: none;
  }
  .reserv-body-bg::before {
    height: 120vh;
  }
}

@media screen and (max-width: 768px) {
  .calendarLi * {
    font-size: 14px;
  }
  .recommend-quantity {
    margin: 10px 10px 20px;
  }
  .quant-title h2 {
    padding-left: 0;
    font-size: 17px;
  }
  .fnb .fa-arrow-up {
    display: none;
  }
  .mainBg {
    overflow: visible;
  }
  .order-detail-wrap h2 {
    font-size: 17px;
  }
  .info-sub li,
  .info-list li {
    font-size: 14px;
  }

  .btn-logout {
    display: none;
  }
  .fnb a {
    font-size: 14px;
  }
  .calendarLi {
    text-align: left;
    padding: 10px;
  }
  mark.soldout {
    width: 40px;
  }
  .pizza1Text h1 {
    font-size: 17px;
  }
  .pizza1Text p {
    font-size: 14px;
  }
  .pizza1Text ul li > span:nth-of-type(2) {
    width: calc(100% - 100px);
  }
  .pizza1Br {
    display: block;
  }
  .ui-widget.ui-widget-content {
    width: 100vw;
  }
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default,
  .ui-button,
  html .ui-button.ui-state-disabled:hover,
  html .ui-button.ui-state-disabled:active {
    width: 34px;
    height: 34px;
    padding-top: 10px;
  }
  .calendarInfo {
    width: 100%;
  }
  .calendar_info h2 {
    font-size: 17px;
  }
  .calendarCheflist {
    font-size: 14px;
  }
  .lastorder_popup {
    width: 100vw;
    padding: 10px;
  }
  .calendar_btn {
    width: 75px;
    margin-left: 10px;
  }
  .info-sub {
    padding-left: 70px;
  }
  .select-quantity-wrap {
    width: 93%;
    margin: auto;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 2px rgb(239, 239, 239);
  }
  /*주문상세내역*/
  .recepit_inner {
    width: 90vw;
    margin: auto;
    margin-top: 8%;
  }
  .ui-state-default {
    font-size: 16px;
  }
  .star {
    margin-left: 30px;
  }

  .recepit_menu h1 {
    font-size: 1.125rem;
  }

  .reserv-fixed {
    padding-left: 40px !important;
  }

  .toggle_btn {
    width: 20vw;
    height: 4vh;
    font-size: 11px;
    font-weight: 600;
  }
  .pizza1Text ul {
    font-size: 14px;
  }
  .pizza1Text ul li > span:nth-of-type(1) {
    font-size: 14px;
    width: 65px;
  }
  .lastorder_btn {
    margin-left: 9px;
  }

  .review-btn-inner h3 {
    font-size: 0.875rem;
  }

  /*예약하기*/
  .reserv-title {
    margin-top: 50px;
    height: 70px;
  }

  .reserv-title-inner h2 {
    width: 100%;
    font-size: 20px;
  }

  .reserv-title-inner .reserv-close-btn a {
    width: 15px;
    height: 15px;
    top: 57%;
  }

  .recepit_logo_wrap {
    padding-top: 0;
  }

  .order-detail-page {
    width: 100%;
  }

  /*슬라이드업 박스*/
  .slide-up-box {
    width: 100%;
  }

  .info-quantity .quantity-input-wrap {
    width: 25vw;
  }

  .slide-up-box-inner {
    padding-top: 25px;
  }

  .product-list {
    width: 100%;
    margin: 0;
  }

  .detail-info-wrap-title-inner.on {
    top: 149px;
    width: 100%;
  }

  .slide-up-box-modal {
    left: 0;
    top: 5%;
    overflow: auto;
    height: 100%;
    padding-bottom: 160px;
  }

  .notice_header {
    height: 9vh;
  }

  .review_title {
    padding-top: 30px;
  }
  .notice_header h2 {
    font-size: 20px;
    line-height: 9.2vh;
  }

  .recepit_logo h2 {
    font-size: 20px;
  }

  .info_header_inner {
    padding-top: 4%;
  }

  .recepit_logo_wrap_header h3 {
    font-size: 22px;
    font-weight: 600;
  }

  .fixed_bg {
    width: 114vw;
  }

  .detail-info-wrap-title {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .danger_popup {
    width: 65vw;
  }

  .notice_modal {
    top: 13.2%;
  }

  .select input[type="radio"] + label {
    width: 43px;
    height: 34px;
    line-height: 34px;
  }

  .lastorder_popup,
  .notice_list1_wrap {
    width: 100vw;
    height: 100vh;
    overflow: auto;
  }

  .reserv-school {
    margin: 20px 0px;
  }
  .next_btn {
    width: 100vw;
  }
  .driver_list {
    width: 95%;
    height: 57%;
    margin-top: -264px;
    margin-left: -35%;
    left: 38%;
  }
  .cal_choose {
    width: 100%;
    margin-top: 5px;
  }
  .reserv-page-title h1 {
    font-size: 26px;
  }
  .calender-close-btn a {
    width: 14px;
    height: 14px;
  }
  .notice_list_inner {
    padding-left: 2%;
  }
  .night_reserv {
    width: 80px;
    margin-left: 5px;
  }
  .notice_header {
    padding-left: 2%;
  }
  .notice_list1_header {
    padding-left: 2%;
    padding-right: 2%;
  }
  .notice_text p {
    padding-left: 2%;
  }
  .service {
    width: 20vw;
    height: 4vh;
    font-size: 11px;
    font-weight: 600;
  }
  #myform {
    margin-left: 4%;
  }
  .recepit_logo_wrap {
    margin: 0;
    padding: 10px 10px;
  }
  .checkbox_wrap,
  .star-rating {
    width: 90vw;
    position: relative;
    left: 5vw;
  }
  .review_popup {
    width: 65vw;
  }
  .reserv-title-inner h2 {
    padding-left: 0 !important;
  }
  .slide-up-box1,
  .slide-up-box2 {
    padding-top: 23%;
    width: 100vw;
  }
  .menu-slide-wrap {
    z-index: 17;
  }
  .pizzamenu-title {
    font-size: 17px;
  }
  .pizza_truck1 {
    width: 100vw;
    height: 100%;
    background-size: cover;
  }
  .footer-contents {
    font-size: 13px;
  }
  .reserv-title-inner {
    padding-left: 0;
  }
  .notice_x_icon {
    margin-top: 0;
  }
  .choice-calender .choice {
    font-size: 22px;
  }
  .everyuse {
    position: relative;
    justify-content: flex-end;
    width: 100%;
    margin-left: 0;
  }
  .reserv-school {
    padding-left: 20px;
  }
  .main-box {
    width: 100%;
    height: 160px;
    padding: 33px 20px;
  }
  .detail-info-wrap-title-inner.on {
    top: 148px;
    width: 100%;
  }
  .everyuse {
    margin-left: 2px;
  }
  .main-box {
    height: 160px;
    padding: 30px 10px;
  }
  .driverXicon {
    position: absolute;
    top: 50% !important;
    margin-top: -11px;
    right: 0;
  }
  .main-contents {
    flex-wrap: wrap;
    padding: 150px 10px;
  }

  .main-contents a {
    width: calc(50% - 5px);
  }

  .lastorder_btn_wrap {
    margin-left: -153px;
  }
  .danger_popup_bg {
    height: 146.5vh;
  }
  .fixed_bg {
    margin-left: -206px;
  }
  .star {
    margin-left: 45px;
    font-size: 3rem;
  }
  .star span {
    font-size: 3rem;
  }
  .review-box-wrap.grade {
    text-align: center;
  }
  .review-box-wrap.grade h3 {
    /* text-align: left; */
  }
  .review-box-wrap.grade .star {
    margin-left: 0;
  }
  .review_popup {
    margin-left: -104px;
  }
  .recepit_logo_wrap_header h3 {
    font-size: 18px;
  }

  .under_inner_left {
    font-size: 14px;
  }

  .recepit_logo h2 {
    font-size: 18px;
  }

  .info_header_inner {
    font-size: 14px;
  }

  .lastorder_page_maintext_inner h1 {
    font-size: 17px;
  }

  .reserv-title-inner {
    padding-left: 0;
    width: 100%;
  }

  .main_list_text p {
    font-size: 16px;
  }

  .main_sub_list {
    font-size: 14px;
  }

  .info-quantity .quantity-input-wrap {
    width: 30vw;
  }

  .lastorder_btn {
    font-size: 14px;
  }

  .lastorder_main_total_wrap {
    padding-top: 14%;
  }

  .lastorder_popup_title {
    padding-left: 0px;
  }

  .reserv-page-title h1 *,
  .reserv-page-title h1 {
    font-size: 17px;
  }

  .reserv-fixed {
    padding-left: 40px !important;
  }
  .choice-calender .choice {
    font-size: 22px;
  }

  .slide-up-box {
    width: 100vw;
  }

  .quant-img-wrap img {
    width: 96%;
  }
  .lastorder_btn {
    width: 136px;
  }
  .reserv-school {
    font-size: 12px;
  }
  .recepit_logo_wrap {
    margin: 0;
    padding: 10px;
  }
  .lastorder_page_maintext {
    height: 180px;
  }
  .night_reserv {
    width: 70px;
    font-size: 12px;
  }
  .info-quantity .quant-info-txt h4 {
    font-size: 13px;
    word-break: keep-all;
  }
  .pizza_hide {
    display: block;
  }
  .nav-bar {
    padding: 0 10px;
  }
  .slide-up-box1,
  .slide-up-box2 {
    padding-top: 85px;
  }
  .recepit_sub_listright {
    padding-left: 22%;
  }
  .x-icon {
    left: 0px;
  }
  .review-box-wrap h3 {
    padding-top: 15px;
    font-size: 14px;
  }
  .my-reserv-info {
    font-size: 14px;
  }
  .review-box-wrap.grade {
    font-size: 14px;
  }
  .danger_popup {
    margin-left: -104px;
  }
  .toggle_btn {
    width: 25vw;
    font-size: 12px;
  }
  .service {
    width: 25vw;
    font-size: 12px;
  }
  .reserv-title {
    margin-top: 11.5%;
  }
  .calendarLi {
    display: block;
    margin-bottom: 10px;
    text-align: left;
  }
  .calendarLi > * {
    display: block;
  }

  .calendarInfo.shef .calendarLi {
    border: 2px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .cal_place {
    width: 100%;
    text-align: left;
  }
  .cal_name {
    margin-left: 0;
  }
  .cal_name::before {
    content: none;
  }
  .cal_reserve {
    font-weight: bold;
  }

  .fnb ul,
  .my-reserv-contents,
  .select-quantity-wrap,
  .info-wrap,
  .reserv-school {
    justify-content: center;
  }
}

.h20 {
  height: 20px;
}

.goToShef {
  display: none;
  justify-content: center;
  align-items: center;
}
