/* [운영_style_css] */
@charset "utf-8";
@import url("font.css");

* {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjustbox-sizing: none;
  box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #111;
  font-family: "Pretendard", sans-serif;
  vertical-align: baseline;
  word-break: keep-all;
  word-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

strong {
  font-weight: 700;
}

em {
  font-style: normal;
}

img {
  max-width: 100%;
  border: 0 none;
  font-size: 0;
  vertical-align: middle;
}

button {
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button > span {
  pointer-events: none;
}
body.no-scroll {
  overflow: hidden;
}

input,
select,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 0;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  border: 0;
  vertical-align: middle;
  background: none;
}
.reservation-section button:focus, .reservation-section a:focus, .reservation-section input:focus,
.m-reservation-section button:focus, .m-reservation-section a:focus, .m-reservation-section input:focus {
  outline: 2px solid #111;
}

textarea {
  vertical-align: top;
}

:after,
:before {
  box-sizing: border-box;
}

.bold {
  font-weight: 700 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.underline {
  text-decoration: underline;
}

.blind,
caption,
legend {
  position: absolute;
  z-index: -10;
  width: 1px;
  height: 1px;
  overflow: hidden;
  font-size: inherit;
  line-height: inherit;
  word-break: break-all;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
  white-space: nowrap;
  transform: scale(0.01);
}

.blind:active,
.blind:hover,
caption:active,
caption:hover,
legend:active,
legend:hover {
  overflow: visible;
  display: block;
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
}
.btn-group {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}

.btn-group.right {
  justify-content: flex-end;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 218px;
  height: 56px;
  vertical-align: middle;
  min-width: fit-content;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.2px;
  border-radius: 8px;
}

.btn-dark {
  color: #fff;
  background-color: #111111;
}
.btn-dark:focus {
  outline-width: 2px !important;
  outline-color: #727780 !important;
  outline-style: dashed !important;
}
.btn-white {
  color: #111;
  background-color: #fff;
  border: 1px solid #dee1e5;
}
.btn-light {
  color: #111;
  background-color: #eff0f2;
}
.btn-light.disabled {
  color: #cbd0d5;
  pointer-events: none;
}
.btn-dark.disabled {
  background-color: #dee1e5;
  pointer-events: none;
}
.btn.small {
  width: 148px;
  height: 48px;
  font-size: 15px;
  line-height: 20px;
}
.web .header.desktop {
  display: flex;
}
.web footer.desktop {
  display: block;
}
.web footer.mobile {
  display: none;
}
.mobile footer.desktop {
  display: none;
}

.mobile .header.mobile {
  display: none;
}
.mobile footer.mobile {
  display: none;
}

@media (max-width: 767px) {
  .web .header.desktop {
    display: none !important;
  }
  .web footer.desktop {
    display: none !important;
  }
  .mobile .header.mobile {
    display: block;
  }
  .mobile footer.mobile {
    display: block;
  }

  .btn-group {
    margin-top: 24px;
    padding: 0 20px;
    height: 64px;
  }

  .btn-group .btn {
    flex: 1;
  }
  .btn {
    height: 48px;
    font-size: 15px;
    line-height: 20px;
  }
}
