@import"https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css";*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "Pretendard Variable", sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}/*
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;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-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.
*/::-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 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Reset default styling for dialogs.
*/dialog {
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}.\!container{
  width: 100% !important;
}.container{
  width: 100%;
}@media (min-width: 180px){.\!container{
    max-width: 180px !important;
  }.container{
    max-width: 180px;
  }
}@media (min-width: 640px){.\!container{
    max-width: 640px !important;
  }.container{
    max-width: 640px;
  }
}@media (min-width: 768px){.\!container{
    max-width: 768px !important;
  }.container{
    max-width: 768px;
  }
}@media (min-width: 1024px){.\!container{
    max-width: 1024px !important;
  }.container{
    max-width: 1024px;
  }
}@media (min-width: 1280px){.\!container{
    max-width: 1280px !important;
  }.container{
    max-width: 1280px;
  }
}@media (min-width: 1536px){.\!container{
    max-width: 1536px !important;
  }.container{
    max-width: 1536px;
  }
}.pointer-events-none{
  pointer-events: none;
}.visible{
  visibility: visible;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.sticky{
  position: sticky;
}.inset-0{
  inset: 0px;
}.bottom-0{
  bottom: 0px;
}.bottom-10{
  bottom: 2.5rem;
}.bottom-2{
  bottom: 0.5rem;
}.bottom-\[100px\]{
  bottom: 100px;
}.left-0{
  left: 0px;
}.left-1{
  left: 0.25rem;
}.left-1\/2{
  left: 50%;
}.left-10{
  left: 2.5rem;
}.left-\[120px\]{
  left: 120px;
}.left-\[50\%\]{
  left: 50%;
}.left-full{
  left: 100%;
}.right-0{
  right: 0px;
}.right-1{
  right: 0.25rem;
}.right-4{
  right: 1rem;
}.right-\[2px\]{
  right: 2px;
}.top-0{
  top: 0px;
}.top-1\/2{
  top: 50%;
}.top-10{
  top: 2.5rem;
}.top-4{
  top: 1rem;
}.top-\[25px\]{
  top: 25px;
}.top-\[2px\]{
  top: 2px;
}.top-\[76px\]{
  top: 76px;
}.z-10{
  z-index: 10;
}.z-50{
  z-index: 50;
}.z-\[10\]{
  z-index: 10;
}.z-\[9999\]{
  z-index: 9999;
}.z-\[999\]{
  z-index: 999;
}.z-\[99\]{
  z-index: 99;
}.m-4{
  margin: 1rem;
}.m-auto{
  margin: auto;
}.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}.mx-auto{
  margin-left: auto;
  margin-right: auto;
}.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}.mb-2{
  margin-bottom: 0.5rem;
}.mb-4{
  margin-bottom: 1rem;
}.mb-6{
  margin-bottom: 1.5rem;
}.ml-1{
  margin-left: 0.25rem;
}.ml-4{
  margin-left: 1rem;
}.ml-auto{
  margin-left: auto;
}.mr-4{
  margin-right: 1rem;
}.mr-8{
  margin-right: 2rem;
}.mr-\[10px\]{
  margin-right: 10px;
}.mt-10{
  margin-top: 2.5rem;
}.mt-2{
  margin-top: 0.5rem;
}.mt-4{
  margin-top: 1rem;
}.mt-5{
  margin-top: 1.25rem;
}.mt-6{
  margin-top: 1.5rem;
}.mt-\[3px\]{
  margin-top: 3px;
}.mt-\[46px\]{
  margin-top: 46px;
}.mt-\[6px\]{
  margin-top: 6px;
}.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}.block{
  display: block;
}.inline{
  display: inline;
}.flex{
  display: flex;
}.table{
  display: table;
}.grid{
  display: grid;
}.contents{
  display: contents;
}.hidden{
  display: none;
}.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}.h-1{
  height: 0.25rem;
}.h-1\/2{
  height: 50%;
}.h-1\/3{
  height: 33.333333%;
}.h-10{
  height: 2.5rem;
}.h-12{
  height: 3rem;
}.h-14{
  height: 3.5rem;
}.h-16{
  height: 4rem;
}.h-2{
  height: 0.5rem;
}.h-20{
  height: 5rem;
}.h-4{
  height: 1rem;
}.h-52{
  height: 13rem;
}.h-6{
  height: 1.5rem;
}.h-60{
  height: 15rem;
}.h-7{
  height: 1.75rem;
}.h-9{
  height: 2.25rem;
}.h-\[1000px\]{
  height: 1000px;
}.h-\[140px\]{
  height: 140px;
}.h-\[147px\]{
  height: 147px;
}.h-\[148px\]{
  height: 148px;
}.h-\[150px\]{
  height: 150px;
}.h-\[16px\]{
  height: 16px;
}.h-\[200px\]{
  height: 200px;
}.h-\[20px\]{
  height: 20px;
}.h-\[210px\]{
  height: 210px;
}.h-\[24px\]{
  height: 24px;
}.h-\[26px\]{
  height: 26px;
}.h-\[300px\]{
  height: 300px;
}.h-\[32px\]{
  height: 32px;
}.h-\[35\.5px\]{
  height: 35.5px;
}.h-\[40px\]{
  height: 40px;
}.h-\[500px\]{
  height: 500px;
}.h-\[51\.59px\]{
  height: 51.59px;
}.h-\[540px\]{
  height: 540px;
}.h-\[67px\]{
  height: 67px;
}.h-\[700px\]{
  height: 700px;
}.h-\[79px\]{
  height: 79px;
}.h-\[80\%\]{
  height: 80%;
}.h-\[80px\]{
  height: 80px;
}.h-full{
  height: 100%;
}.h-screen{
  height: 100vh;
}.max-h-\[150px\]{
  max-height: 150px;
}.max-h-\[250px\]{
  max-height: 250px;
}.max-h-\[300px\]{
  max-height: 300px;
}.max-h-\[400px\]{
  max-height: 400px;
}.min-h-0{
  min-height: 0px;
}.min-h-\[140px\]{
  min-height: 140px;
}.min-h-\[180px\]{
  min-height: 180px;
}.min-h-\[250px\]{
  min-height: 250px;
}.min-h-\[300px\]{
  min-height: 300px;
}.min-h-\[600px\]{
  min-height: 600px;
}.min-h-screen{
  min-height: 100vh;
}.w-1\/2{
  width: 50%;
}.w-1\/3{
  width: 33.333333%;
}.w-1\/4{
  width: 25%;
}.w-1\/6{
  width: 16.666667%;
}.w-10{
  width: 2.5rem;
}.w-12{
  width: 3rem;
}.w-16{
  width: 4rem;
}.w-2{
  width: 0.5rem;
}.w-20{
  width: 5rem;
}.w-24{
  width: 6rem;
}.w-28{
  width: 7rem;
}.w-32{
  width: 8rem;
}.w-4{
  width: 1rem;
}.w-6{
  width: 1.5rem;
}.w-7{
  width: 1.75rem;
}.w-9{
  width: 2.25rem;
}.w-\[100px\]{
  width: 100px;
}.w-\[148px\]{
  width: 148px;
}.w-\[14px\]{
  width: 14px;
}.w-\[16px\]{
  width: 16px;
}.w-\[170px\]{
  width: 170px;
}.w-\[20\%\]{
  width: 20%;
}.w-\[20px\]{
  width: 20px;
}.w-\[24px\]{
  width: 24px;
}.w-\[250px\]{
  width: 250px;
}.w-\[254px\]{
  width: 254px;
}.w-\[256px\]{
  width: 256px;
}.w-\[26px\]{
  width: 26px;
}.w-\[300px\]{
  width: 300px;
}.w-\[50px\]{
  width: 50px;
}.w-\[60px\]{
  width: 60px;
}.w-\[70\%\]{
  width: 70%;
}.w-\[730px\]{
  width: 730px;
}.w-\[79px\]{
  width: 79px;
}.w-\[800px\]{
  width: 800px;
}.w-\[80px\]{
  width: 80px;
}.w-\[90\%\]{
  width: 90%;
}.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}.w-full{
  width: 100%;
}.min-w-0{
  min-width: 0px;
}.min-w-10{
  min-width: 2.5rem;
}.min-w-20{
  min-width: 5rem;
}.min-w-24{
  min-width: 6rem;
}.min-w-32{
  min-width: 8rem;
}.min-w-\[250px\]{
  min-width: 250px;
}.min-w-\[300px\]{
  min-width: 300px;
}.min-w-\[50px\]{
  min-width: 50px;
}.max-w-2xl{
  max-width: 42rem;
}.max-w-5xl{
  max-width: 64rem;
}.max-w-\[100px\]{
  max-width: 100px;
}.max-w-\[1020px\]{
  max-width: 1020px;
}.max-w-\[120px\]{
  max-width: 120px;
}.max-w-\[1280px\]{
  max-width: 1280px;
}.max-w-\[1542\]{
  max-width: 1542;
}.max-w-\[1542px\]{
  max-width: 1542px;
}.max-w-\[200px\]{
  max-width: 200px;
}.max-w-\[300px\]{
  max-width: 300px;
}.max-w-\[40px\]{
  max-width: 40px;
}.max-w-\[500px\]{
  max-width: 500px;
}.max-w-\[600px\]{
  max-width: 600px;
}.max-w-\[60px\]{
  max-width: 60px;
}.max-w-\[640px\]{
  max-width: 640px;
}.max-w-\[768px\]{
  max-width: 768px;
}.max-w-full{
  max-width: 100%;
}.max-w-lg{
  max-width: 32rem;
}.max-w-md{
  max-width: 28rem;
}.flex-1{
  flex: 1 1 0%;
}.flex-shrink-0{
  flex-shrink: 0;
}.shrink-0{
  flex-shrink: 0;
}.flex-grow{
  flex-grow: 1;
}.grow{
  flex-grow: 1;
}.basis-1\/3{
  flex-basis: 33.333333%;
}.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@keyframes pulse{50%{
    opacity: .5;
  }
}.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}@keyframes slideUp{0%{
    opacity: 0;
    transform: translateY(50px);
  }100%{
    opacity: 1;
    transform: translateY(0);
  }
}.animate-slideUp{
  animation: slideUp 0.3s ease-out forwards;
}@keyframes spin{to{
    transform: rotate(360deg);
  }
}.animate-spin{
  animation: spin 1s linear infinite;
}.cursor-not-allowed{
  cursor: not-allowed;
}.cursor-pointer{
  cursor: pointer;
}.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}.resize-none{
  resize: none;
}.resize{
  resize: both;
}.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}.flex-row{
  flex-direction: row;
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.content-center{
  align-content: center;
}.items-start{
  align-items: flex-start;
}.items-end{
  align-items: flex-end;
}.items-center{
  align-items: center;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.gap-0{
  gap: 0px;
}.gap-1{
  gap: 0.25rem;
}.gap-10{
  gap: 2.5rem;
}.gap-12{
  gap: 3rem;
}.gap-14{
  gap: 3.5rem;
}.gap-16{
  gap: 4rem;
}.gap-2{
  gap: 0.5rem;
}.gap-20{
  gap: 5rem;
}.gap-3{
  gap: 0.75rem;
}.gap-4{
  gap: 1rem;
}.gap-5{
  gap: 1.25rem;
}.gap-6{
  gap: 1.5rem;
}.gap-7{
  gap: 1.75rem;
}.gap-8{
  gap: 2rem;
}.gap-9{
  gap: 2.25rem;
}.gap-\[100px\]{
  gap: 100px;
}.gap-\[1px\]{
  gap: 1px;
}.gap-\[20px\]{
  gap: 20px;
}.gap-\[28px\]{
  gap: 28px;
}.gap-\[2px\]{
  gap: 2px;
}.gap-\[30px\]{
  gap: 30px;
}.gap-\[5px\]{
  gap: 5px;
}.gap-\[72px\]{
  gap: 72px;
}.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}.overflow-auto{
  overflow: auto;
}.overflow-hidden{
  overflow: hidden;
}.overflow-x-auto{
  overflow-x: auto;
}.overflow-y-auto{
  overflow-y: auto;
}.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.text-ellipsis{
  text-overflow: ellipsis;
}.whitespace-normal{
  white-space: normal;
}.whitespace-nowrap{
  white-space: nowrap;
}.whitespace-pre-line{
  white-space: pre-line;
}.whitespace-pre-wrap{
  white-space: pre-wrap;
}.text-nowrap{
  text-wrap: nowrap;
}.break-words{
  overflow-wrap: break-word;
}.break-keep{
  word-break: keep-all;
}.rounded{
  border-radius: 0.25rem;
}.rounded-2xl{
  border-radius: 1rem;
}.rounded-\[15px\]{
  border-radius: 15px;
}.rounded-\[30px\]{
  border-radius: 30px;
}.rounded-\[4px\]{
  border-radius: 4px;
}.rounded-\[50\%\]{
  border-radius: 50%;
}.rounded-\[999px\]{
  border-radius: 999px;
}.rounded-\[99px\]{
  border-radius: 99px;
}.rounded-full{
  border-radius: 9999px;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded-md{
  border-radius: 0.375rem;
}.rounded-xl{
  border-radius: 0.75rem;
}.border{
  border-width: 1px;
}.border-2{
  border-width: 2px;
}.border-4{
  border-width: 4px;
}.border-\[1px\]{
  border-width: 1px;
}.border-\[2px\]{
  border-width: 2px;
}.border-y-\[1px\]{
  border-top-width: 1px;
  border-bottom-width: 1px;
}.border-b{
  border-bottom-width: 1px;
}.border-b-2{
  border-bottom-width: 2px;
}.border-b-4{
  border-bottom-width: 4px;
}.border-b-\[1px\]{
  border-bottom-width: 1px;
}.border-l-\[1px\]{
  border-left-width: 1px;
}.border-r-\[2px\]{
  border-right-width: 2px;
}.border-t{
  border-top-width: 1px;
}.border-t-\[1px\]{
  border-top-width: 1px;
}.border-solid{
  border-style: solid;
}.border-dotted{
  border-style: dotted;
}.border-none{
  border-style: none;
}.border-\[\#000000\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.border-\[\#000\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.border-\[\#292929\]{
  --tw-border-opacity: 1;
  border-color: rgb(41 41 41 / var(--tw-border-opacity));
}.border-\[\#2b2b2b33\]{
  border-color: #2b2b2b33;
}.border-\[\#6b6565\]{
  --tw-border-opacity: 1;
  border-color: rgb(107 101 101 / var(--tw-border-opacity));
}.border-\[\#7C7C7C\]{
  --tw-border-opacity: 1;
  border-color: rgb(124 124 124 / var(--tw-border-opacity));
}.border-\[\#BFBFBF\]{
  --tw-border-opacity: 1;
  border-color: rgb(191 191 191 / var(--tw-border-opacity));
}.border-\[\#E2E2E2\]{
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
}.border-\[\#FE4E37\]{
  --tw-border-opacity: 1;
  border-color: rgb(254 78 55 / var(--tw-border-opacity));
}.border-\[\#FFF\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.border-\[rgba\(43\2c 43\2c 43\2c 0\.2\)\]{
  border-color: rgba(43,43,43,0.2);
}.border-b-\[\#E2E2E2\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(226 226 226 / var(--tw-border-opacity));
}.border-t-\[\#E2E2E2\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(226 226 226 / var(--tw-border-opacity));
}.bg-\[\#000000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-\[\#000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-\[\#00633919\]{
  background-color: #00633919;
}.bg-\[\#006339\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 99 57 / var(--tw-bg-opacity));
}.bg-\[\#006ce0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 224 / var(--tw-bg-opacity));
}.bg-\[\#203D1E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(32 61 30 / var(--tw-bg-opacity));
}.bg-\[\#266a1f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(38 106 31 / var(--tw-bg-opacity));
}.bg-\[\#2c57e6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(44 87 230 / var(--tw-bg-opacity));
}.bg-\[\#31734B\]{
  --tw-bg-opacity: 1;
  background-color: rgb(49 115 75 / var(--tw-bg-opacity));
}.bg-\[\#31734b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(49 115 75 / var(--tw-bg-opacity));
}.bg-\[\#5E6F5E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(94 111 94 / var(--tw-bg-opacity));
}.bg-\[\#5eb917\]{
  --tw-bg-opacity: 1;
  background-color: rgb(94 185 23 / var(--tw-bg-opacity));
}.bg-\[\#7b7878\]{
  --tw-bg-opacity: 1;
  background-color: rgb(123 120 120 / var(--tw-bg-opacity));
}.bg-\[\#BFBFBF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(191 191 191 / var(--tw-bg-opacity));
}.bg-\[\#E5E5E5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}.bg-\[\#F2F2F2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}.bg-\[\#F2F4F2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 242 / var(--tw-bg-opacity));
}.bg-\[\#F5F5F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}.bg-\[\#FE4E37\]{
  --tw-bg-opacity: 1;
  background-color: rgb(254 78 55 / var(--tw-bg-opacity));
}.bg-\[\#FF1D00\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 29 0 / var(--tw-bg-opacity));
}.bg-\[\#FFD5BF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 213 191 / var(--tw-bg-opacity));
}.bg-\[\#FFFFFFC7\]{
  background-color: #FFFFFFC7;
}.bg-\[\#FFFFFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-\[\#FFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-\[\#b0aeae\]{
  --tw-bg-opacity: 1;
  background-color: rgb(176 174 174 / var(--tw-bg-opacity));
}.bg-\[\#c4c0c0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(196 192 192 / var(--tw-bg-opacity));
}.bg-\[\#dff0f8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(223 240 248 / var(--tw-bg-opacity));
}.bg-\[\#f2f2f2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}.bg-\[\#f4f4f4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}.bg-\[\#faf0f9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(250 240 249 / var(--tw-bg-opacity));
}.bg-\[\#ff6666\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 102 / var(--tw-bg-opacity));
}.bg-\[rgba\(255\2c 29\2c 0\2c 0\.5\)\]{
  background-color: rgba(255,29,0,0.5);
}.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}.bg-\[url\(\/icons\/background\/ourStayBg\.webp\)\]{
  background-image: url(/icons/background/ourStayBg.webp);
}.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}.from-\[\#FE4E37\]{
  --tw-gradient-from: #FE4E37 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 78 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.to-\[\#F2F2F2\]{
  --tw-gradient-to: #F2F2F2 var(--tw-gradient-to-position);
}.bg-cover{
  background-size: cover;
}.bg-center{
  background-position: center;
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.object-top{
  -o-object-position: top;
     object-position: top;
}.p-1{
  padding: 0.25rem;
}.p-10{
  padding: 2.5rem;
}.p-2{
  padding: 0.5rem;
}.p-3{
  padding: 0.75rem;
}.p-4{
  padding: 1rem;
}.p-6{
  padding: 1.5rem;
}.p-\[2px\]{
  padding: 2px;
}.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}.px-\[5px\]{
  padding-left: 5px;
  padding-right: 5px;
}.px-\[80px\]{
  padding-left: 80px;
  padding-right: 80px;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}.py-\[72px\]{
  padding-top: 72px;
  padding-bottom: 72px;
}.pb-0{
  padding-bottom: 0px;
}.pb-1{
  padding-bottom: 0.25rem;
}.pb-10{
  padding-bottom: 2.5rem;
}.pb-2{
  padding-bottom: 0.5rem;
}.pb-4{
  padding-bottom: 1rem;
}.pb-8{
  padding-bottom: 2rem;
}.pb-\[30px\]{
  padding-bottom: 30px;
}.pb-\[50px\]{
  padding-bottom: 50px;
}.pl-2{
  padding-left: 0.5rem;
}.pl-4{
  padding-left: 1rem;
}.pl-5{
  padding-left: 1.25rem;
}.pr-4{
  padding-right: 1rem;
}.pt-10{
  padding-top: 2.5rem;
}.pt-16{
  padding-top: 4rem;
}.pt-2{
  padding-top: 0.5rem;
}.pt-20{
  padding-top: 5rem;
}.pt-24{
  padding-top: 6rem;
}.pt-3{
  padding-top: 0.75rem;
}.pt-32{
  padding-top: 8rem;
}.pt-4{
  padding-top: 1rem;
}.pt-5{
  padding-top: 1.25rem;
}.pt-8{
  padding-top: 2rem;
}.pt-\[80px\]{
  padding-top: 80px;
}.text-left{
  text-align: left;
}.text-center{
  text-align: center;
}.text-right{
  text-align: right;
}.text-start{
  text-align: start;
}.text-end{
  text-align: end;
}.font-sans{
  font-family: "Pretendard Variable", sans-serif;
}.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-5xl{
  font-size: 3rem;
  line-height: 1;
}.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}.text-\[10px\]{
  font-size: 10px;
}.text-\[11px\]{
  font-size: 11px;
}.text-\[12px\]{
  font-size: 12px;
}.text-\[13px\]{
  font-size: 13px;
}.text-\[14px\]{
  font-size: 14px;
}.text-\[15px\]{
  font-size: 15px;
}.text-\[16px\]{
  font-size: 16px;
}.text-\[18px\]{
  font-size: 18px;
}.text-\[24px\]{
  font-size: 24px;
}.text-\[28px\]{
  font-size: 28px;
}.text-\[35px\]{
  font-size: 35px;
}.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}.font-black{
  font-weight: 900;
}.font-bold{
  font-weight: 700;
}.font-medium{
  font-weight: 500;
}.font-normal{
  font-weight: 400;
}.font-semibold{
  font-weight: 600;
}.italic{
  font-style: italic;
}.leading-\[120\%\]{
  line-height: 120%;
}.leading-\[130\%\]{
  line-height: 130%;
}.leading-relaxed{
  line-height: 1.625;
}.leading-tight{
  line-height: 1.25;
}.text-\[\#000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.text-\[\#0199f8\]{
  --tw-text-opacity: 1;
  color: rgb(1 153 248 / var(--tw-text-opacity));
}.text-\[\#203D1E\]{
  --tw-text-opacity: 1;
  color: rgb(32 61 30 / var(--tw-text-opacity));
}.text-\[\#208220\]{
  --tw-text-opacity: 1;
  color: rgb(32 130 32 / var(--tw-text-opacity));
}.text-\[\#2B2B2B\]{
  --tw-text-opacity: 1;
  color: rgb(43 43 43 / var(--tw-text-opacity));
}.text-\[\#31734b\]{
  --tw-text-opacity: 1;
  color: rgb(49 115 75 / var(--tw-text-opacity));
}.text-\[\#333333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}.text-\[\#5f5d5d\]{
  --tw-text-opacity: 1;
  color: rgb(95 93 93 / var(--tw-text-opacity));
}.text-\[\#646464\]{
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
}.text-\[\#666\]{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}.text-\[\#6D6D6D\]{
  --tw-text-opacity: 1;
  color: rgb(109 109 109 / var(--tw-text-opacity));
}.text-\[\#797979\]{
  --tw-text-opacity: 1;
  color: rgb(121 121 121 / var(--tw-text-opacity));
}.text-\[\#969696\]{
  --tw-text-opacity: 1;
  color: rgb(150 150 150 / var(--tw-text-opacity));
}.text-\[\#9B9B9B\]{
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity));
}.text-\[\#B5B5B5\]{
  --tw-text-opacity: 1;
  color: rgb(181 181 181 / var(--tw-text-opacity));
}.text-\[\#E2E2E2\]{
  --tw-text-opacity: 1;
  color: rgb(226 226 226 / var(--tw-text-opacity));
}.text-\[\#F42500\]{
  --tw-text-opacity: 1;
  color: rgb(244 37 0 / var(--tw-text-opacity));
}.text-\[\#FE4E37\]{
  --tw-text-opacity: 1;
  color: rgb(254 78 55 / var(--tw-text-opacity));
}.text-\[\#FF0000\]{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}.text-\[\#FFFFFF\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-\[\#FFF\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-\[\#c4c3c3\]{
  --tw-text-opacity: 1;
  color: rgb(196 195 195 / var(--tw-text-opacity));
}.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.text-\[white\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.underline{
  text-decoration-line: underline;
}.line-through{
  text-decoration-line: line-through;
}.opacity-50{
  opacity: 0.5;
}.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0_-4px_6px_-1px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
  --tw-shadow: 0 -4px 6px -1px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 -4px 6px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_2px_2px_0px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 2px 2px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-\[0px_3px_6px_\#00000029\]{
  --tw-shadow: 0px 3px 6px #00000029;
  --tw-shadow-colored: 0px 3px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-150{
  transition-duration: 150ms;
}.duration-300{
  transition-duration: 300ms;
}.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}html,body{font-family:"Pretendard Variable",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;box-sizing:border-box;word-break:keep-all}*{transition:color .5s cubic-bezier(0.075, 0.82, 0.165, 1),background-color .5s cubic-bezier(0.075, 0.82, 0.165, 1)}.unselectable{-moz-user-select:none;-webkit-user-select:none;user-select:none}.selected-row{background-color:aqua !important}img{-o-object-fit:cover;object-fit:cover}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.p-sidebar-close{width:50px;height:50px;margin-right:16px}.hover\:bg-\[\#333\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}.hover\:bg-\[\#FFFFFF\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.hover\:font-bold:hover{
  font-weight: 700;
}.hover\:underline:hover{
  text-decoration-line: underline;
}.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}@media (min-width: 640px){.sm\:absolute{
    position: absolute;
  }.sm\:left-1\/2{
    left: 50%;
  }.sm\:top-1\/2{
    top: 50%;
  }.sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }.sm\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }.sm\:mb-10{
    margin-bottom: 2.5rem;
  }.sm\:mb-4{
    margin-bottom: 1rem;
  }.sm\:mb-8{
    margin-bottom: 2rem;
  }.sm\:mt-5{
    margin-top: 1.25rem;
  }.sm\:mt-\[50px\]{
    margin-top: 50px;
  }.sm\:line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }.sm\:block{
    display: block;
  }.sm\:flex{
    display: flex;
  }.sm\:grid{
    display: grid;
  }.sm\:hidden{
    display: none;
  }.sm\:aspect-\[1\/2\]{
    aspect-ratio: 1/2;
  }.sm\:h-24{
    height: 6rem;
  }.sm\:h-\[160px\]{
    height: 160px;
  }.sm\:h-\[300px\]{
    height: 300px;
  }.sm\:h-\[30px\]{
    height: 30px;
  }.sm\:h-\[350px\]{
    height: 350px;
  }.sm\:h-\[400px\]{
    height: 400px;
  }.sm\:h-\[500px\]{
    height: 500px;
  }.sm\:h-\[800px\]{
    height: 800px;
  }.sm\:max-h-\[250px\]{
    max-height: 250px;
  }.sm\:max-h-\[350px\]{
    max-height: 350px;
  }.sm\:min-h-\[100px\]{
    min-height: 100px;
  }.sm\:min-h-\[130px\]{
    min-height: 130px;
  }.sm\:min-h-\[20px\]{
    min-height: 20px;
  }.sm\:min-h-\[400px\]{
    min-height: 400px;
  }.sm\:min-h-\[40vh\]{
    min-height: 40vh;
  }.sm\:min-h-\[929px\]{
    min-height: 929px;
  }.sm\:w-1\/2{
    width: 50%;
  }.sm\:w-24{
    width: 6rem;
  }.sm\:w-\[100px\]{
    width: 100px;
  }.sm\:w-\[200px\]{
    width: 200px;
  }.sm\:w-\[30px\]{
    width: 30px;
  }.sm\:w-\[350px\]{
    width: 350px;
  }.sm\:w-\[500px\]{
    width: 500px;
  }.sm\:w-\[768px\]{
    width: 768px;
  }.sm\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }.sm\:w-full{
    width: 100%;
  }.sm\:min-w-24{
    min-width: 6rem;
  }.sm\:min-w-32{
    min-width: 8rem;
  }.sm\:min-w-\[100px\]{
    min-width: 100px;
  }.sm\:min-w-\[768px\]{
    min-width: 768px;
  }.sm\:max-w-3xl{
    max-width: 48rem;
  }.sm\:max-w-\[1280px\]{
    max-width: 1280px;
  }.sm\:max-w-\[1305px\]{
    max-width: 1305px;
  }.sm\:max-w-\[1542px\]{
    max-width: 1542px;
  }.sm\:max-w-\[300px\]{
    max-width: 300px;
  }.sm\:max-w-\[400px\]{
    max-width: 400px;
  }.sm\:max-w-\[500px\]{
    max-width: 500px;
  }.sm\:max-w-\[768px\]{
    max-width: 768px;
  }.sm\:max-w-full{
    max-width: 100%;
  }.sm\:max-w-xl{
    max-width: 36rem;
  }.sm\:flex-shrink-0{
    flex-shrink: 0;
  }.sm\:grow{
    flex-grow: 1;
  }.sm\:basis-0{
    flex-basis: 0px;
  }.sm\:-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.sm\:-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.sm\:transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }.sm\:cursor-pointer{
    cursor: pointer;
  }.sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.sm\:flex-row{
    flex-direction: row;
  }.sm\:flex-col{
    flex-direction: column;
  }.sm\:items-center{
    align-items: center;
  }.sm\:justify-start{
    justify-content: flex-start;
  }.sm\:justify-end{
    justify-content: flex-end;
  }.sm\:justify-center{
    justify-content: center;
  }.sm\:justify-between{
    justify-content: space-between;
  }.sm\:gap-0{
    gap: 0px;
  }.sm\:gap-1{
    gap: 0.25rem;
  }.sm\:gap-10{
    gap: 2.5rem;
  }.sm\:gap-14{
    gap: 3.5rem;
  }.sm\:gap-16{
    gap: 4rem;
  }.sm\:gap-2{
    gap: 0.5rem;
  }.sm\:gap-3{
    gap: 0.75rem;
  }.sm\:gap-4{
    gap: 1rem;
  }.sm\:gap-5{
    gap: 1.25rem;
  }.sm\:gap-6{
    gap: 1.5rem;
  }.sm\:gap-8{
    gap: 2rem;
  }.sm\:gap-\[30px\]{
    gap: 30px;
  }.sm\:gap-\[340px\]{
    gap: 340px;
  }.sm\:gap-\[5px\]{
    gap: 5px;
  }.sm\:gap-\[6px\]{
    gap: 6px;
  }.sm\:gap-\[80px\]{
    gap: 80px;
  }.sm\:gap-\[90px\]{
    gap: 90px;
  }.sm\:overflow-x-auto{
    overflow-x: auto;
  }.sm\:overflow-x-scroll{
    overflow-x: scroll;
  }.sm\:whitespace-nowrap{
    white-space: nowrap;
  }.sm\:whitespace-pre-wrap{
    white-space: pre-wrap;
  }.sm\:rounded-\[28\.5px\]{
    border-radius: 28.5px;
  }.sm\:rounded-lg{
    border-radius: 0.5rem;
  }.sm\:rounded-md{
    border-radius: 0.375rem;
  }.sm\:border-2{
    border-width: 2px;
  }.sm\:border-\[0px\]{
    border-width: 0px;
  }.sm\:border-\[1px\]{
    border-width: 1px;
  }.sm\:border-b-\[0\.7px\]{
    border-bottom-width: 0.7px;
  }.sm\:border-\[\#BFBFBF\]{
    --tw-border-opacity: 1;
    border-color: rgb(191 191 191 / var(--tw-border-opacity));
  }.sm\:border-b-\[\#C5C5C5\]{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(197 197 197 / var(--tw-border-opacity));
  }.sm\:bg-\[\#000\]{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }.sm\:bg-\[\#343A40\]{
    --tw-bg-opacity: 1;
    background-color: rgb(52 58 64 / var(--tw-bg-opacity));
  }.sm\:bg-\[\#FFF\]{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }.sm\:bg-\[\#f2f2f2\]{
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  }.sm\:bg-\[url\(\/icons\/background\/ourStayBgPc2\.webp\)\]{
    background-image: url(/icons/background/ourStayBgPc2.webp);
  }.sm\:p-0{
    padding: 0px;
  }.sm\:p-10{
    padding: 2.5rem;
  }.sm\:p-4{
    padding: 1rem;
  }.sm\:p-8{
    padding: 2rem;
  }.sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }.sm\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }.sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }.sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }.sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }.sm\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }.sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }.sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }.sm\:px-\[100px\]{
    padding-left: 100px;
    padding-right: 100px;
  }.sm\:px-\[120px\]{
    padding-left: 120px;
    padding-right: 120px;
  }.sm\:px-\[46px\]{
    padding-left: 46px;
    padding-right: 46px;
  }.sm\:px-\[60px\]{
    padding-left: 60px;
    padding-right: 60px;
  }.sm\:px-\[80px\]{
    padding-left: 80px;
    padding-right: 80px;
  }.sm\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }.sm\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }.sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }.sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }.sm\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }.sm\:py-\[10px\]{
    padding-top: 10px;
    padding-bottom: 10px;
  }.sm\:py-\[120px\]{
    padding-top: 120px;
    padding-bottom: 120px;
  }.sm\:py-\[12px\]{
    padding-top: 12px;
    padding-bottom: 12px;
  }.sm\:py-\[14px\]{
    padding-top: 14px;
    padding-bottom: 14px;
  }.sm\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }.sm\:py-\[35px\]{
    padding-top: 35px;
    padding-bottom: 35px;
  }.sm\:py-\[70px\]{
    padding-top: 70px;
    padding-bottom: 70px;
  }.sm\:pb-14{
    padding-bottom: 3.5rem;
  }.sm\:pr-60{
    padding-right: 15rem;
  }.sm\:pt-10{
    padding-top: 2.5rem;
  }.sm\:pt-2{
    padding-top: 0.5rem;
  }.sm\:pt-3{
    padding-top: 0.75rem;
  }.sm\:pt-36{
    padding-top: 9rem;
  }.sm\:pt-4{
    padding-top: 1rem;
  }.sm\:pt-5{
    padding-top: 1.25rem;
  }.sm\:pt-\[100px\]{
    padding-top: 100px;
  }.sm\:text-left{
    text-align: left;
  }.sm\:text-center{
    text-align: center;
  }.sm\:text-start{
    text-align: start;
  }.sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }.sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }.sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }.sm\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }.sm\:text-\[13px\]{
    font-size: 13px;
  }.sm\:text-\[24px\]{
    font-size: 24px;
  }.sm\:text-\[26px\]{
    font-size: 26px;
  }.sm\:text-\[28px\]{
    font-size: 28px;
  }.sm\:text-\[35px\]{
    font-size: 35px;
  }.sm\:text-\[36px\]{
    font-size: 36px;
  }.sm\:text-\[48px\]{
    font-size: 48px;
  }.sm\:text-\[60px\]{
    font-size: 60px;
  }.sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }.sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }.sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }.sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }.sm\:font-bold{
    font-weight: 700;
  }.sm\:font-normal{
    font-weight: 400;
  }.sm\:leading-\[130\%\]{
    line-height: 130%;
  }.sm\:text-\[\#9B9B9B\]{
    --tw-text-opacity: 1;
    color: rgb(155 155 155 / var(--tw-text-opacity));
  }.sm\:text-\[\#FE4E37\]{
    --tw-text-opacity: 1;
    color: rgb(254 78 55 / var(--tw-text-opacity));
  }.sm\:shadow-xl{
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }.sm\:brightness-50{
    --tw-brightness: brightness(.5);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}
