@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");

/*
! tailwindcss v3.4.7 | 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: #e5e7eb;
  /* 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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 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] {
  display: none;
}

body {
  font-family: 'Pretendard', sans-serif;
}

*, ::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:  ;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.bottom-0{
  bottom: 0px;
}

.bottom-\[14\%\]{
  bottom: 14%;
}

.end-4{
  inset-inline-end: 1rem;
}

.start-4{
  inset-inline-start: 1rem;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.left-\[18px\]{
  left: 18px;
}

.right-0{
  right: 0px;
}

.right-\[18px\]{
  right: 18px;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-\[-1000px\]{
  top: -1000px;
}

.top-\[20\%\]{
  top: 20%;
}

.z-30{
  z-index: 30;
}

.z-50{
  z-index: 50;
}

.\!my-16{
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-\[14px\]{
  margin-left: 14px;
  margin-right: 14px;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.\!mb-0{
  margin-bottom: 0px !important;
}

.\!mb-8{
  margin-bottom: 2rem !important;
}

.\!mt-2{
  margin-top: 0.5rem !important;
}

.\!mt-6{
  margin-top: 1.5rem !important;
}

.\!mt-8{
  margin-top: 2rem !important;
}

.\!mt-9{
  margin-top: 2.25rem !important;
}

.\!mt-\[30px\]{
  margin-top: 30px !important;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-9{
  margin-bottom: 2.25rem;
}

.mb-\[30px\]{
  margin-bottom: 30px;
}

.mb-\[48px\]{
  margin-bottom: 48px;
}

.mb-\[6px\]{
  margin-bottom: 6px;
}

.mb-\[9px\]{
  margin-bottom: 9px;
}

.me-2{
  margin-inline-end: 0.5rem;
}

.me-4{
  margin-inline-end: 1rem;
}

.ms-2{
  margin-inline-start: 0.5rem;
}

.ms-3{
  margin-inline-start: 0.75rem;
}

.ms-5{
  margin-inline-start: 1.25rem;
}

.ms-\[10px\]{
  margin-inline-start: 10px;
}

.ms-\[9px\]{
  margin-inline-start: 9px;
}

.ms-auto{
  margin-inline-start: auto;
}

.mt-1\.5{
  margin-top: 0.375rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-9{
  margin-top: 2.25rem;
}

.mt-\[15px\]{
  margin-top: 15px;
}

.mt-\[30px\]{
  margin-top: 30px;
}

.mt-\[32px\]{
  margin-top: 32px;
}

.mt-\[3px\]{
  margin-top: 3px;
}

.mt-\[6px\]{
  margin-top: 6px;
}

.mt-\[9px\]{
  margin-top: 9px;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-1{
  height: 0.25rem;
}

.h-3 {
  height: 0.75rem;;
}

.h-10{
  height: 2.5rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-\[37px\]{
  height: 37px;
}

.h-\[60px\]{
  height: 60px;
}

.h-\[100px\]{
  height: 100px;
}

.h-\[178px\]{
  height: 178px;
}

.h-\[200px\]{
  height: 200px;
}

.h-\[272px\]{
  height: 272px;
}

.h-\[28px\]{
  height: 28px;
}

.h-\[293px\]{
  height: 293px;
}

.h-\[320px\]{
  height: 320px;
}

.h-\[324px\]{
  height: 324px;
}

.h-\[44px\]{
  height: 44px;
}

.h-\[524px\]{
  height: 524px;
}

.h-\[72px\]{
  height: 72px;
}

.h-\[84px\]{
  height: 84px;
}

.h-\[86px\]{
  height: 86px;
}

.h-full{
  height: 100%;
}

.max-h-0{
  max-height: 0px;
}

.max-h-\[1000px\]{
  max-height: 1000px;
}

.min-h-5{
  min-height: 1.25rem;
}

.min-h-\[40px\]{
  min-height: 40px;
}

.min-h-\[340px\]{
  min-height: 340px;
}

.min-h-\[44px\]{
  min-height: 44px;
}

.\!w-auto{
  width: auto !important;
}

.w-1{
  width: 0.25rem;
}

.w-3{
  width: 0.75rem;
}

.w-5{
  width: 1.25rem;
}

.w-9{
  width: 2.25rem;
}

.w-\[60px\]{
  width: 60px;
}

.w-\[100px\]{
  width: 100px;
}

.w-\[124\]{
  width: 124;
}

.w-\[153px\]{
  width: 153px;
}

.w-\[154px\]{
  width: 154px;
}

.w-\[164px\]{
  width: 164px;
}

.w-\[70px\]{
  width: 70px;
}

.w-\[72px\]{
  width: 72px;
}

.w-\[76px\]{
  width: 76px;
}

.w-\[88px\]{
  width: 88px;
}

.w-\[92\%\]{
  width: 92%;
}

.w-full{
  width: 100%;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-\[182px\]{
  max-width: 182px;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-sm{
  max-width: 24rem;
}

.flex-1{
  flex: 1 1 0%;
}

.basis-4\/5{
  flex-basis: 80%;
}

.basis-\[86px\]{
  flex-basis: 86px;
}

.-translate-x-2\/4{
  --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));
}

.translate-y-\[-50\%\]{
  --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));
}

.rotate-180{
  --tw-rotate: 180deg;
  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));
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.grid-cols-\[60px_minmax\(0\2c 1fr\)\]{
  grid-template-columns: 60px minmax(0,1fr);
}

.grid-cols-\[100px_minmax\(0\2c 1fr\)\]{
  grid-template-columns: 100px minmax(0,1fr);
}

.grid-cols-\[3px\2c 1fr\]{
  grid-template-columns: 3px 1fr;
}

.flex-col{
  flex-direction: column;
}

.place-items-center{
  place-items: center;
}

.items-center{
  align-items: center;
}

.items-baseline{
  align-items: baseline;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.justify-items-center{
  justify-items: center;
}


.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-4{
  gap: 1rem;
}

.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-auto{
  overflow-y: auto;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-pre-line{
  white-space: pre-line;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-\[27px\]{
  border-radius: 27px;
}

.rounded-\[36px\]{
  border-radius: 36px;
}

.rounded-\[50px\]{
  border-radius: 50px;
}

.rounded-\[7px\]{
  border-radius: 7px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-t{
  border-top-width: 1px;
}

.border-none{
  border-style: none;
}

.border-\[\#882424\]{
  --tw-border-opacity: 1;
  border-color: rgb(136 36 36 / var(--tw-border-opacity));
}

.border-\[\#AAA\]{
  --tw-border-opacity: 1;
  border-color: rgb(170 170 170 / var(--tw-border-opacity));
}

.border-\[\#BBB\]{
  --tw-border-opacity: 1;
  border-color: rgb(187 187 187 / var(--tw-border-opacity));
}

.border-\[\#CDCDCD\]{
  --tw-border-opacity: 1;
  border-color: rgb(205 205 205 / var(--tw-border-opacity));
}

.border-\[\#D3D3D3\]{
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity));
}

.border-\[\#DDD\]{
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}

.border-\[\#51BFA2\]{
  border-color: #51BFA2;
}

.border-current{
  border-color: currentColor;
}

.border-customColor-borderInput{
  --tw-border-opacity: 1;
  border-color: rgb(187 187 187 / var(--tw-border-opacity));
}

.border-customColor-primary{
  --tw-border-opacity: 1;
  border-color: rgb(81 191 162 / var(--tw-border-opacity));
}

.border-customColor-textColorFooter{
  --tw-border-opacity: 1;
  border-color: rgb(205 205 205 / var(--tw-border-opacity));
}

.border-b-\[\#000\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-b-\[\#CCC\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.border-b-\[\#CDCDCD\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(205 205 205 / var(--tw-border-opacity));
}

.bg-\[\#000000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#444\]{
  --tw-bg-opacity: 1;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity));
}

.bg-\[\#666\]{
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}

.bg-\[\#B7BDFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(183 189 255 / var(--tw-bg-opacity));
}

.bg-\[\#F6F6F6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.bg-\[\#FFB7B7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 183 183 / var(--tw-bg-opacity));
}

.bg-\[\#51BFA2\] {
  background-color: #51BFA2;
}

.bg-\[rgba\(51\2c 51\2c 51\2c 0\.5\)\]{
  background-color: rgba(51,51,51,0.5);
}

.bg-customColor-bgFooter{
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.bg-customColor-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(81 191 162 / var(--tw-bg-opacity));
}

.bg-customColor-subColor{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-ct-pattern{
  background-image: url('../../images/c2.jpeg');
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.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; /* 24px */
  padding-right: 1.5rem; /* 24px */
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[14px\]{
  padding-left: 14px;
  padding-right: 14px;
}

.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}

.px-\[7px\]{
  padding-left: 7px;
  padding-right: 7px;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[11px\]{
  padding-top: 11px;
  padding-bottom: 11px;
}

.py-\[13px\]{
  padding-top: 13px;
  padding-bottom: 13px;
}

.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-\[8px\]{
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-\[9px\]{
  padding-top: 9px;
  padding-bottom: 9px;
}

.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}

.\!pe-10{
  padding-inline-end: 2.5rem !important;
}

.\!ps-10{
  padding-inline-start: 2.5rem !important;
}

.\!pe-8{
  padding-inline-end: 2rem !important;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-9{
  padding-bottom: 2.25rem;
}

.pb-\[23px\]{
  padding-bottom: 23px;
}

.pe-2{
  padding-inline-end: 0.5rem;
}

.ps-6{
  padding-inline-start: 1.5rem;
}

.ps-8{
  padding-inline-start: 2rem;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-\[15px\]{
  padding-top: 15px;
}

.pt-\[30px\]{
  padding-top: 30px;
}

.pt-\[60px\]{
  padding-top: 60px;
}

.pt-\[9px\]{
  padding-top: 9px;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-\[15px\]{
  font-size: 15px;
}

.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-medium{
  font-weight: 500 !important;
}

.font-\[350\]{
  font-weight: 350;
}

.font-bold{
  font-weight: 700;
}

.font-extralight{
  font-weight: 200;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-\[15\.4px\]{
  line-height: 15.4px;
}

.leading-\[22px\]{
  line-height: 22px;
}

.leading-\[34px\]{
  line-height: 34px;
}

.leading-\[40px\]{
  line-height: 40px;
}

.leading-none{
  line-height: 1;
}

.tracking-\[-0\.48px\]{
  letter-spacing: -0.48px;
}

.tracking-\[-0\.5px\]{
  letter-spacing: -0.5px;
}

.tracking-\[-0\.72px\]{
  letter-spacing: -0.72px;
}

.tracking-\[-1\.6px\]{
  letter-spacing: -1.6px;
}

.text-\[\#333\]{
  --tw-text-opacity: 1;
  color: rgb(3 3 3 / var(--tw-text-opacity));
}

.text-\[\#000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#242D88\]{
  --tw-text-opacity: 1;
  color: rgb(36 45 136 / var(--tw-text-opacity));
}

.text-\[\#444\]{
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}

.text-\[\#666\]{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-\[\#777\]{
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}

.text-\[\#7E7E7E\]{
  --tw-text-opacity: 1;
  color: rgb(126 126 126 / var(--tw-text-opacity));
}

.text-\[\#882424\]{
  --tw-text-opacity: 1;
  color: rgb(136 36 36 / var(--tw-text-opacity));
}

.text-\[\#999\]{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.text-\[\#BBB\]{
  --tw-text-opacity: 1;
  color: rgb(187 187 187 / var(--tw-text-opacity));
}

.text-\[\#CDCDCD\]{
  --tw-text-opacity: 1;
  color: rgb(205 205 205 / var(--tw-text-opacity));
}

.text-\[\#FF3B30\]{
  --tw-text-opacity: 1;
  color: rgb(255 59 48 / var(--tw-text-opacity));
}

.text-customColor-bgFooter{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  /* text-align: center; */
}

.text-customColor-borderColorCheckbox{
  --tw-text-opacity: 1;
  color: rgb(170 170 170 / var(--tw-text-opacity));
}

.text-customColor-colorText{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-customColor-primary{
  --tw-text-opacity: 1;
  color: rgb(81 191 162 / var(--tw-text-opacity));
}

.text-customColor-subTextCarousel{
  --tw-text-opacity: 1;
  color: rgb(255 245 0 / var(--tw-text-opacity));
}

.text-customColor-subTextLink{
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity));
}

.text-customColor-textColorFooter{
  --tw-text-opacity: 1;
  color: rgb(205 205 205 / var(--tw-text-opacity));
}

.text-customColor-textColorFooter_2{
  --tw-text-opacity: 1;
  color: rgb(157 157 157 / var(--tw-text-opacity));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.shadow-\[4px_4px_19px_0px_\#00000c33\]{
  --tw-shadow: 4px 4px 19px 0px #00000c33;
  --tw-shadow-colored: 4px 4px 19px 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);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ct-input{
  display: block;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(187 187 187 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.ct-input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.ct-btn-auth{
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(81 191 162 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ct-btn-auth:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ct-btn-no-bg{
  margin-bottom: 0.5rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(81 191 162 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.5px;
  --tw-text-opacity: 1;
  color: rgb(81 191 162 / var(--tw-text-opacity));
}

@media (prefers-color-scheme: dark){
  .ct-btn-no-bg{
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
  }

  .ct-btn-no-bg:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .ct-btn-no-bg:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
  }
}

.ct-btn-primary{
  border-radius: 0.5rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(81 191 162 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ct-btn-primary-no-bg{
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(81 191 162 / var(--tw-border-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.5px;
  --tw-text-opacity: 1;
  color: rgb(81 191 162 / var(--tw-text-opacity));
}

.ct-height-login {
  height: calc(100dvh - 90px)
}

.ct-height-find-password {
  height: calc(100dvh - 335px)
}

.ct-height-findid-only {
  height: calc(100dvh - 335px)
}

.ct-height-my-Page {
  height: calc(100dvh - 420px)
}

.ct-select-tag{
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(187 187 187 / var(--tw-border-opacity));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.5px;
  --tw-text-opacity: 1;
  color: rgb(187 187 187 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="8" viewBox="0 0 16 8" fill="none"><path d="M1.80103 0L0.169222 0C0.0277842 0 -0.0503232 0.129412 0.0362281 0.216806L7.46909 7.79325C7.53196 7.85762 7.61248 7.90971 7.70449 7.94554C7.7965 7.98137 7.89758 8 8 8C8.10243 8 8.20351 7.98137 8.29552 7.94554C8.38753 7.90971 8.46804 7.85762 8.53092 7.79325L15.9638 0.216803C16.0503 0.127728 15.9722 0 15.8308 0L14.199 0C14.0955 0 13.9963 0.0386522 13.933 0.102517L8.00106 6.15292L2.06702 0.10252C2.00369 0.0386544 1.90447 0 1.80103 0Z" fill="%23BBBBBB"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px;
}

.ct-input-checkbox{
  height: 1rem;
  width: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  position: relative;
}

.ct-input-checkbox::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 8px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
}

.ct-input-checkbox:checked{
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(81 191 162 / var(--tw-bg-opacity));
}

.ct-input-checkbox:checked::after {
  border-color: white;
  opacity: 1;
}

.ct-active-register-service{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(81 191 162 / var(--tw-text-opacity));
}

.ct-bg-img-register-service {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url('../../images/c9.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.ct-active-pagination{
  --tw-bg-opacity: 1;
  background-color: rgb(81 191 162 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.ct-display-line-clamp {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ct-display-line-clamp-list-position-page {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* my Styles */

.register-service-btn-active{
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(81 191 162 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.menu-home-page {
  transform: translateX(-1000px);
  transition: all .3s ease-in-out;
}

#toggle-menu:checked ~ .menu-home-page {
  transform: translateX(0)
}

.swiper-pagination-bullet {
  background-color: #FFF !important;
  opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
  background-color: #FFF !important;
  opacity: 1 !important;
}

.mySwiperRegisterService .swiper-pagination-bullet {
  background-color: #BBB !important;
}

.mySwiperRegisterService .swiper-pagination-bullet-active {
  background-color: #51BFA2 !important;
}

.mySwiperRegisterService .swiper-button-prev,
.mySwiperRegisterService .swiper-button-next {
  top: 42% !important;
}

.mySwiperRegisterPosition .swiper-pagination{
  right: 5% !important;
  width: 14%;
  border-radius: 7px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: .7;
  left: unset;
}

.flatpickr-calendar{
  flex: 1 1 0% !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity)) !important;
  padding: 1rem;
}

.flatpickr-day{
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.flatpickr-day:not(.flatpickr-disabled){
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(177 227 188 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.flatpickr-day.selected{
  border-style: none !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(81 191 162 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.flatpickr-day.sunday,
.flatpickr-day.saturday {
  color: red;
}

.flatpickr-day.selected.sunday,
.flatpickr-day.selected.saturday {
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.flatpickr-weekdays .flatpickr-weekday:nth-child(1),
.flatpickr-weekdays .flatpickr-weekday:last-child(1) {
  color: red;
}

.flatpickr-calendar.arrowTop::before, .flatpickr-calendar.arrowTop::after{
  display: none;
}

.flatpickr-innerContainer{
  display: flex !important;
  justify-content: center !important;
}

.register-service-once .flatpickr-day:not(.flatpickr-disabled) {
  background-color: transparent !important;
    color: #393939;
}

.register-service-once .flatpickr-day.selected {
  background-color: rgb(81 191 162 / var(--tw-bg-opacity)) !important;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.register-service-once .flatpickr-day.sunday,
.register-service-once .flatpickr-day.saturday,
.flatpickr-weekdaycontainer span.flatpickr-weekday:first-child,
.flatpickr-weekdaycontainer span.flatpickr-weekday:last-child {
  color: red;
}

.register-service-once .flatpickr-day.selected.sunday,
.register-service-once .flatpickr-day.selected.saturday {
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  opacity: .4;
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:-right-2::before{
  content: var(--tw-content);
  right: -0.5rem;
}

.before\:bottom-0::before{
  content: var(--tw-content);
  bottom: 0px;
}

.before\:top-0::before{
  content: var(--tw-content);
  top: 0px;
}

.before\:w-px::before{
  content: var(--tw-content);
  width: 1px;
}

.before\:bg-customColor-subTextLink::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(157 157 157 / var(--tw-bg-opacity));
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:-left-2::after{
  content: var(--tw-content);
  left: -0.5rem;
}

.after\:bottom-0::after{
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-\[-14px\]::after{
  content: var(--tw-content);
  left: -14px;
}

.after\:right-\[-38\%\]::after{
  content: var(--tw-content);
  right: -60%;
}

.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}

.after\:top-\[12\%\]::after{
  content: var(--tw-content);
  top: 12%;
}

.after\:top-\[22\%\]::after{
  content: var(--tw-content);
  top: 22%;
}

.after\:hidden::after{
  content: var(--tw-content);
  display: none;
}

.after\:h-\[32px\]::after{
  content: var(--tw-content);
  height: 32px;
}

.after\:h-\[4px\]::after{
  content: var(--tw-content);
  height: 4px;
}

.after\:w-\[2px\]::after{
  content: var(--tw-content);
  width: 2px;
}

.after\:w-\[4px\]::after{
  content: var(--tw-content);
  width: 4px;
}

.after\:w-px::after{
  content: var(--tw-content);
  width: 1px;
}

.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:bg-\[\#777\]::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(119 119 119 / var(--tw-bg-opacity));
}

.after\:bg-black::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.after\:bg-customColor-subTextLink::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(157 157 157 / var(--tw-bg-opacity));
}

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}

.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

@media (prefers-color-scheme: dark){
  .dark\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }

  .dark\:text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

  .dark\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.cancel_request section {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 36px);
}

.cancel_request {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
  opacity: 0;
}

.cancel_request.show {
  max-height: 100%; 
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.popup-content {
  background-color: white;
  padding: 16px 0;
  border-radius: 16px;
  text-align: center;
  position: relative;
  width: calc(100% - 36px);
}

.popup-top {
  padding: 0 24px 16px 24px;
}

.popup-name {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}

.popup img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.popup-quote {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  padding: 0 24px;
  text-align: justify;
}

.popup .close {
  cursor: pointer;
}

.popup.show {
  opacity: 1;
  visibility: visible;
}

.popup.show .popup-content {
  transform: scale(1);
}

.register-service-select-price input[type="radio"] {
  display: none;
}

.register-service-select-price input[type="radio"]:checked + p {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(81 191 162 / var(--tw-text-opacity));
}
    


.inquiry-modal {
  position: fixed;
  z-index: 9;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.60);
  display: none;
  align-items: center;
  justify-content: center;
}
.inquiry-modal .modal-wrap {
  width: calc(100% - 30px);
  max-width: 684px;
  padding: 24px;
  background: #F7F7F7;
  position: relative;
}
.inquiry-modal .close-modal {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
  background: #333;
  border-radius: 50%;
  padding: 5px;
}
.inquiry-modal .modal-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 36px;
}
.inquiry-modal .modal-wrap .btn-primary {
  max-width: 427px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  width: 200px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  font-size: 17px;
  letter-spacing: -0.065rem;
  border: 1px solid #ddd;
  cursor: pointer;
  background: #222;
  color: #fff;
}
.package::after {
  right: 0;
}
@media(max-width: 767px) {
  .inquiry-modal .modal-wrap {
      padding: 24px 12px;
  }
  .inquiry-modal .close-modal {
      right: 12px;
      top: 24px;
  }
}

.white_space_pre {
  white-space: pre-line !important;
}


  





