/* tailwind -i ./wgis-nuri/src/main/webapp/css_src/styles.css -o ./wgis-nuri/src/main/webapp/css/styles.css --watch */

/* ! tailwindcss v3.4.11 | 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;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-72 {
  left: 18rem;
}

.right-0 {
  right: 0px;
}

.right-12 {
  right: 3rem;
}

.right-16 {
  right: 4rem;
}

.right-2 {
  right: 0.5rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

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

.top-12 {
  top: 3rem;
}

.top-2 {
  top: 0.5rem;
}

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

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

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

.-z-\[1\] {
  z-index: -1;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

.ml-2 {
  margin-left: 0.5rem;
}

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

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

.\!block {
  display: block !important;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.\!h-svh {
  height: 100svh !important;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-6 {
  height: 1.5rem;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.min-h-screen {
  min-height: 100vh;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-4 {
  width: 1rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

.min-w-64 {
  min-width: 16rem;
}

.max-w-16 {
  max-width: 4rem;
}

.max-w-20 {
  max-width: 5rem;
}

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

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.max-w-none {
  max-width: none;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

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

.basis-2\/5 {
  flex-basis: 40%;
}

.basis-3\/5 {
  flex-basis: 60%;
}

.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));
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

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

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

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

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

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

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

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

.border {
  border-width: 1px;
}

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

.border-l {
  border-left-width: 1px;
}

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

.border-brand {
  --tw-border-opacity: 1;
  border-color: rgb(11 31 101 / var(--tw-border-opacity));
}

.border-grayscale-2 {
  --tw-border-opacity: 1;
  border-color: rgb(83 83 83 / var(--tw-border-opacity));
}

.border-grayscale-3 {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
}

.\!bg-grayscale-3 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity)) !important;
}

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

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

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-brand {
  --tw-bg-opacity: 1;
  background-color: rgb(11 31 101 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-grayscale-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 246 / var(--tw-bg-opacity));
}

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

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-\[url\(\.\.\/images\/logo\.png\)\] {
  background-image: url(../images/logo.png);
}

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

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

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

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

.p-2 {
  padding: 0.5rem;
}

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

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

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

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

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

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

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

.font-\[\'Pretendard_GOV\'\] {
  font-family: 'Pretendard GOV';
}

.\!text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

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

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

.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-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

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

.text-brand {
  --tw-text-opacity: 1;
  color: rgb(11 31 101 / var(--tw-text-opacity));
}

.text-grayscale-3 {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

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

.underline {
  text-decoration-line: underline;
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.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-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);
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.invert {
  --tw-invert: invert(100%);
  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);
}

.\!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) !important;
}

.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-opacity {
  transition-property: opacity;
  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-500 {
  transition-duration: 500ms;
}

/* utilities */

/* @import "_utilities.css"; */

/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard GOV.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/

/* @font-face {
	font-family: 'Pretendard GOV';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard GOV Black'), url(..//font/woff2-subset/PretendardGOV-Black.subset.woff2) format('woff2'), url(..//font/woff-subset/PretendardGOV-Black.subset.woff) format('woff');
} */

@font-face {
  font-family: 'Pretendard GOV';

  font-weight: 800;

  font-display: swap;

  src: local('Pretendard GOV ExtraBold'), url(..//font/woff2-subset/PretendardGOV-ExtraBold.subset.woff2) format('woff2'), url(..//font/woff-subset/PretendardGOV-ExtraBold.subset.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard GOV';

  font-weight: 700;

  font-display: swap;

  src: local('Pretendard GOV Bold'), url(..//font/woff2-subset/PretendardGOV-Bold.subset.woff2) format('woff2'), url(..//font/woff-subset/PretendardGOV-Bold.subset.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard GOV';

  font-weight: 600;

  font-display: swap;

  src: local('Pretendard GOV SemiBold'), url(..//font/woff2-subset/PretendardGOV-SemiBold.subset.woff2) format('woff2'), url(..//font/woff-subset/PretendardGOV-SemiBold.subset.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard GOV';

  font-weight: 500;

  font-display: swap;

  src: local('Pretendard GOV Medium'), url(..//font/woff2-subset/PretendardGOV-Medium.subset.woff2) format('woff2'), url(..//font/woff-subset/PretendardGOV-Medium.subset.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard GOV';

  font-weight: 400;

  font-display: swap;

  src: local('Pretendard GOV Regular'), url(..//font/woff2-subset/PretendardGOV-Regular.subset.woff2) format('woff2'), url(..//font/woff-subset/PretendardGOV-Regular.subset.woff) format('woff');
}

.material-symbols-outlined,
.icon,
.icon:before {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.icon.fill,
.icon.fill:before {
  font-variation-settings: 'FILL' 1;
}

.icon.menu:before {
  content: '\e5d2';
}

.icon.play:before {
  content: '\e037';
}

.icon.close:before {
  content: '\e5cd';
}

.icon.stop:before {
  content: '\e047';
}

.icon.history:before {
  content: '\e889';
}

.icon.search:before {
  content: '\e8b6';
}

.icon.share:before {
  content: '\e80d';
}

.icon.settings:before {
  content: '\e8b8';
}

.icon.help:before {
  content: '\e887';
}

.icon.my-location:before {
  content: '\e55c';
}

.icon.maps:before {
  content: '\e55b';
}

.icon.arrow-up:before {
  content: '\e316';
}

.icon.arrow-down:before {
  content: '\e313';
}

.icon.apps:before {
  content: '\e5c3';
}

h2.popup-title {
  position: relative;
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(11 31 101 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  h2.popup-title {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

h2.popup-title {
  &:after {
    content: '';
  }
  &:after {
    position: absolute;
  }
  &:after {
    bottom: 0px;
  }
  &:after {
    left: 50%;
  }
  &:after {
    height: 0.25rem;
  }
  &:after {
    width: 100%;
  }
  &:after {
    --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));
  }
  &:after {
    --tw-bg-opacity: 1;
    background-color: rgb(11 31 101 / var(--tw-bg-opacity));
  }
  @media (min-width: 1024px) {
    &:after {
      height: 0.375rem;
    }
  }
}

/* components */

/* @import "./components/_scaffolding.css"; */

#nav {
  &.closed {
    --tw-translate-x: -100%;
    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));
  }
}

#nav-wrap {
  &.collapsed {
    --tw-translate-x: -100%;
    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));
  }
  &:not(.collapsed) .overlay {
    position: fixed;
  }
  &:not(.collapsed) .overlay {
    top: 0px;
  }
  &:not(.collapsed) .overlay {
    left: 0px;
  }
  &:not(.collapsed) .overlay {
    min-height: 100%;
  }
  &:not(.collapsed) .overlay {
    width: 100%;
  }
  &:not(.collapsed) .overlay {
    background-color: rgb(0 0 0 / 0.75);
  }
  @media (min-width: 768px) {
    &:not(.collapsed) .overlay {
      display: none !important;
    }
  }
  &.collapsed .overlay {
    display: none;
  }
}

#toggleHandle {
  position: fixed;
  left: 0px;
  top: 5rem;
  z-index: 10;
  width: 1.5rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-start-end-radius: 0.75rem;
  border-end-end-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
  > span {
    display: block;
  }
  > span:before {
    content: '\e5cc';
    /* arrow left e5cb, menu e5d2 */
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }
}

/* 간편메뉴/상세메뉴 셀렉터 */

.button {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .button {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.button {
  i {
    margin-left: 0.5rem;
  }
  i {
    display: none;
  }
  i {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  i {
    --tw-text-opacity: 1;
    color: rgb(153 153 153 / var(--tw-text-opacity));
  }
}

.button.active {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(11 31 101 / var(--tw-bg-opacity));
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .button.active {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.button.active {
  i {
    display: block;
  }
}

#menu-detailed,
#menu-simple {
  /* min-w-20 md:min-w-48  */
  h2.menu-header {
    display: flex;
  }
  h2.menu-header {
    cursor: pointer;
  }
  h2.menu-header {
    align-items: center;
  }
  h2.menu-header {
    justify-content: space-between;
  }
  h2.menu-header {
    padding-left: 0.25rem;
  }
  h2.menu-header {
    font-weight: 600;
  }
  @media (min-width: 768px) {
    h2.menu-header {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }
  ul.depth-1 {
    display: none;
  }
  ul.depth-1 {
    > li {
      margin-left: 0.5rem;
      margin-right: 0.5rem;
    }
    h3 {
      font-weight: 500;
    }
    h3 {
      font-size: 0.75rem;
      line-height: 1rem;
    }
    @media (min-width: 768px) {
      h3 {
        font-size: 0.875rem;
        line-height: 1.25rem;
      }
    }
  }
  label {
    position: relative;
  }
  label {
    display: block;
  }
  label {
    border-radius: 0.25rem;
  }
  label {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  label {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  label:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }
  label {
    &.active {
      --tw-bg-opacity: 1;
      background-color: rgb(11 31 101 / var(--tw-bg-opacity));
    }
    &.active {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
    input {
      display: none !important;
    }
  }
}

.gauge {
  position: relative;
  height: 0.5rem;
  width: 6rem;
  span {
    width: 60%;
    font-size: 0
  }
  span {
    position: relative;
  }
  span {
    top: 50%;
  }
  span {
    z-index: 10;
  }
  span {
    display: block;
  }
  span {
    height: 0.25rem;
  }
  span {
    --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));
  }
  span {
    border-radius: 9999px;
  }
  span {
    --tw-bg-opacity: 1;
    background-color: rgb(11 31 101 / var(--tw-bg-opacity));
  }
  span {
    &:before {
      content: '';
    }
    &:before {
      position: absolute;
    }
    &:before {
      right: 0px;
    }
    &:before {
      top: 50%;
    }
    &:before {
      z-index: 20;
    }
    &:before {
      display: block;
    }
    &:before {
      height: 0.5rem;
    }
    &:before {
      width: 0.25rem;
    }
    &:before {
      --tw-translate-x: 0.125rem;
      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));
    }
    &:before {
      --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));
    }
    &:before {
      cursor: pointer;
    }
    &:before {
      --tw-bg-opacity: 1;
      background-color: rgb(11 31 101 / var(--tw-bg-opacity));
    }
  }
  &:before {
    content: '';
  }
  &:before {
    top: 50%;
  }
  &:before {
    --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));
  }
  &:before {
    position: absolute;
  }
  &:before {
    display: block;
  }
  &:before {
    height: 0.25rem;
  }
  &:before {
    width: 100%;
  }
  &:before {
    border-radius: 9999px;
  }
  &:before {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  }
}

.card {
  position: relative;
  display: flex;
  height: 3rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(11 31 101 / var(--tw-bg-opacity));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  &.active {
    border-width: 2px;
  }
  &.active {
    --tw-border-opacity: 1;
    border-color: rgb(239 68 68 / var(--tw-border-opacity));
  }
  /* simple menu */
  &.simple-pop {
    background-image: url('../images/cards/simple-pop.png');
  }
  &.GK2A_EA_S_RGBTRUE {
    background-image: url('../images/cards/GK2A_EA_S_RGBTRUE.png');
  }
  &.PTY {
    background-image: url('../images/cards/simple-pty.png');
  }
  &.UVWSD {
    background-image: url('../images/cards/UVWSD.png');
  }
  /* radar */
  &.pop,
  &.sobs-pop {
    background-image: url('../images/cards/pop.png');
  }
  &.pty {
    background-image: url('../images/cards/pty.png');
  }
  &.lgt {
    background-image: url('../images/cards/lgt.png');
  }
  /* satellite */
  &.GK2A_EA_S_DAYNIGHT {
    background-image: url('../images/cards/GK2A_EA_S_DAYNIGHT.png');
  }
  &.GK2A_EA_RGBHLC {
    background-image: url('../images/cards/GK2A_EA_RGBHLC.png');
  }
  &.GK2A_EA_RGBCS {
    background-image: url('../images/cards/GK2A_EA_RGBCS.png');
  }
  &.GK2A_EA_IR105 {
    background-image: url('../images/cards/GK2A_EA_IR105.png');
  }
  &.GK2A_EA_VI006 {
    background-image: url('../images/cards/GK2A_EA_VI006.png');
  }
  &.GK2A_EA_WV069 {
    background-image: url('../images/cards/GK2A_EA_WV069.png');
  }
  &.GK2A_EA_FOG {
    background-image: url('../images/cards/GK2A_EA_FOG.png');
  }
  &.GK2A_EA_ADPS {
    background-image: url('../images/cards/GK2A_EA_ADPS.png');
  }
  /* ocean */
  &.WAV {
    background-image: url('../images/cards/WAV.png');
  }
  &.WSD {
    background-image: url('../images/cards/WSD.png');
  }
  &.VEC {
    background-image: url('../images/cards/VEC.png');
  }
  &.VIS {
    background-image: url('../images/cards/VIS.png');
  }
  /* dfs */
  &.TMP {
    background-image: url('../images/cards/TMP.png');
  }
  &.WCT {
    background-image: url('../images/cards/WCT.png');
  }
  &.TMP {
    background-image: url('../images/cards/TMP.png');
  }
  &.REH {
    background-image: url('../images/cards/REH.png');
  }
  &.POP {
    background-image: url('../images/cards/POP-dfs.png');
  }
  &.PCP {
    background-image: url('../images/cards/PCP.png');
  }
  &.SNO {
    background-image: url('../images/cards/SNO.png');
  }
  &.SKY {
    background-image: url('../images/cards/SKY.png');
  }
  &.PTY.dfs {
    background-image: url('../images/cards/PTY-dfs.png');
  }
  &.UVWSD.dfs {
    background-image: url('../images/cards/UVWSD-dfs.png');
  }
  /* obs */
  &.obs {
    background-image: url('../images/cards/buoy-obs.png');
  }
  &.sfc.obs {
    background-image: url('../images/cards/sfc-obs.png');
  }
  /* day */
  &.DAYRAIN {
    background-image: url('../images/cards/DAYRAIN.png');
  }
  &.TA_MAX {
    background-image: url('../images/cards/TA_MAX.png');
  }
  &.TA_MIN {
    background-image: url('../images/cards/TA_MIN.png');
  }
  &.WS_MAX {
    background-image: url('../images/cards/WS_MAX.png');
  }
  &.WS_INS_MAX {
    background-image: url('../images/cards/WS_INS_MAX.png');
  }
  &.wrn:before {
    content: '';
  }
  &.wrn:before {
    position: absolute;
  }
  &.wrn:before {
    inset: 0px;
  }
  &.wrn:before {
    display: block;
  }
  &.wrn:before {
    background-color: rgb(0 0 0 / 0.4);
  }
  &.wrn span {
    position: relative;
  }
  &.wrn span {
    z-index: 10;
  }
  &.wrn-all {
    background-image: url('../images/cards/wrn-all.png');
  }
  &.wrn.C {
    background-image: url('../images/cards/wrn-C.png');
  }
  &.wrn.D {
    background-image: url('../images/cards/wrn-D.png');
  }
  &.wrn.F {
    background-image: url('../images/cards/wrn-F.png');
  }
  &.wrn.H {
    background-image: url('../images/cards/wrn-H.png');
  }
  &.wrn.R {
    background-image: url('../images/cards/wrn-R.png');
  }
  &.wrn.S {
    background-image: url('../images/cards/wrn-S.png');
  }
  &.wrn.T {
    background-image: url('../images/cards/wrn-T.png');
  }
  &.wrn.V {
    background-image: url('../images/cards/wrn-V.png');
  }
  &.wrn.W {
    background-image: url('../images/cards/wrn-W.png');
  }
  &.wrn.Y {
    background-image: url('../images/cards/wrn-Y.png');
  }
  &.wrn.O {
    background-image: url('../images/cards/wrn-O.png');
  }
  &.wrn.N {
    background-image: url('../images/cards/wrn-N.png');
  }
  &.ifs,
  &.ifs.cw {
    background-image: url('../images/cards/ifs-cw.png');
  }
  &.ifs.hw {
    background-image: url('../images/cards/ifs-hw.png');
  }
}

#timebar {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 30;
  background-color: rgb(255 255 255 / 0.75);
}

#timebar-days,
#timebar-hours {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  #timebar.dragging & {
    transition-duration: 0s;
  }
}

#timebar-days {
  position: relative;
  z-index: 40;
  li {
    position: relative;
  }
  li {
    display: flex;
  }
  li {
    height: 2.5rem;
  }
  li {
    width: 8rem;
  }
  li {
    flex-shrink: 0;
  }
  li {
    cursor: pointer;
  }
  li {
    align-items: center;
  }
  li {
    justify-content: center;
  }
  li + li:before {
    content: '';
  }
  li + li:before {
    position: absolute;
  }
  li + li:before {
    left: 0px;
  }
  li + li:before {
    top: 50%;
  }
  li + li:before {
    margin-left: -1px;
  }
  li + li:before {
    display: block;
  }
  li + li:before {
    height: 1.5rem;
  }
  li + li:before {
    width: 0.125rem;
  }
  li + li:before {
    --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));
  }
  li + li:before {
    --tw-bg-opacity: 1;
    background-color: rgb(11 31 101 / var(--tw-bg-opacity));
  }
  li.active {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }
  li.active {
    --tw-bg-opacity: 1;
    background-color: rgb(11 31 101 / var(--tw-bg-opacity));
  }
  li.active {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  li.active {
    &:before,
    & + li:before {
      display: none;
    }
    &:after {
      content: '';
    }
    &:after {
      position: absolute;
    }
    &:after {
      bottom: 0px;
    }
    &:after {
      display: block;
    }
    &:after {
      width: 0.75rem;
      height: 0.75rem;
    }
    &:after {
      --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));
    }
    &:after {
      --tw-rotate: 45deg;
      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));
    }
    &:after {
      --tw-bg-opacity: 1;
      background-color: rgb(11 31 101 / var(--tw-bg-opacity));
    }
    .label {
      display: flex !important;
    }
  }
  .label-today {
    position: absolute;
  }
  .label-today {
    top: 0.25rem;
  }
  .label-today {
    left: 50%;
  }
  .label-today {
    --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));
  }
  .label-today {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .label-date {
    display: block;
  }
  .label-date {
    text-align: center;
  }
  .label-date {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .label-date {
    font-weight: 600;
  }
  @media (min-width: 768px) {
    .label-date {
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }
  .label {
    position: absolute;
  }
  .label {
    bottom: 0.25rem;
  }
  .label {
    left: 0px;
  }
  .label {
    right: 0px;
  }
  .label {
    display: flex;
  }
  .label {
    align-items: center;
  }
  .label {
    justify-content: space-between;
  }
  .label {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .label {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.timebar-hours-wrap {
  position: relative;
  &:after {
    content: '';
  }
  &:after {
    position: absolute;
  }
  &:after {
    left: 50%;
  }
  &:after {
    top: 50%;
  }
  &:after {
    z-index: 0;
  }
  &:after {
    height: 2rem;
  }
  &:after {
    width: 4rem;
  }
  &:after {
    --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));
  }
  &:after {
    --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));
  }
  &:after {
    border-radius: 0.25rem;
  }
  &:after {
    border-width: 1px;
  }
  &:after {
    --tw-border-opacity: 1;
    border-color: rgb(11 31 101 / var(--tw-border-opacity));
  }
}

#timebar-hours {
  position: relative;
  z-index: 10;
  display: flex;
  height: 3rem;
  width: 100%;
  align-items: stretch;
  justify-content: center;
  /* overflow-x-auto snap-mandatory snap-x scroll-smooth */
  /* &::-webkit-scrollbar {
    display: none;
  } */
  /* li {
    @apply snap-always snap-center;
  } */
  li:before {
    content: '';
  }
  li:before {
    position: absolute;
  }
  li:before {
    top: 0px;
  }
  li:before {
    left: 50%;
  }
  li:before {
    margin-left: -1px;
  }
  li:before {
    display: block;
  }
  li:before {
    height: 0.5rem;
  }
  li:before {
    width: 0.125rem;
  }
  li:before {
    --tw-bg-opacity: 1;
    background-color: rgb(11 31 101 / var(--tw-bg-opacity));
  }
}

#timestamp {
  position: fixed;
  top: 0.5rem;
  left: 50%;
  display: flex;
  --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));
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

@media (min-width: 768px) {
  #timestamp {
    top: 1rem;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}

#timestamp {
  border-radius: 0.75rem;
  background-color: rgb(255 255 255 / 0.75);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(11 31 101 / var(--tw-text-opacity));
  --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);
  time {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  @media (min-width: 768px) {
    time {
      margin-left: 2rem;
      margin-right: 2rem;
    }
  }
  @media (min-width: 768px) {
    time {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
  }
  span {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  @media (min-width: 768px) {
    span {
      width: 6rem;
    }
  }
  @media (min-width: 768px) {
    span {
      font-size: 1rem;
      line-height: 1.5rem;
    }
  }
}

#timebar-control {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 50;
  display: flex;
  align-items: center;
  -moz-column-gap: 0px;
       column-gap: 0px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  #timebar-control {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

#timebar-control {
  top: 2.5rem;
  body.timebar-enabled.timebar-daysonly & {
    top: 0px;
  }
  body.timebar-enabled.timebar-daysonly & {
    border-color: transparent;
  }
  .icon-button {
    width: 3rem !important;
    height: 3rem !important;
  }
}

input[type=range] {
  height: 8px !important;
  border-radius: 0.25rem;
}

input[type=range].range {
  width: 100%;
  margin: 2px 0;
  background: #ececec;
  -webkit-appearance: none;
}

input[type=range].range.level-0 {
  background: linear-gradient(to right, #0b1f65 0%, #0b1f65 0%, #ececec 0%, #ececec 100%);
}

input[type=range].range.level-1 {
  background: linear-gradient(to right, #0b1f65 0%, #0b1f65 10%, #ececec 10%, #ececec 100%);
}

input[type=range].range.level-2 {
  background: linear-gradient(to right, #0b1f65 0%, #0b1f65 20%, #ececec 20%, #ececec 100%);
}

input[type=range].range.level-3 {
  background: linear-gradient(to right, #0b1f65 0%, #0b1f65 30%, #ececec 30%, #ececec 100%);
}

input[type=range].range.level-4 {
  background: linear-gradient(to right, #0b1f65 0%, #0b1f65 40%, #ececec 40%, #ececec 100%);
}

input[type=range].range.level-5 {
  background: linear-gradient(to right, #0b1f65 0%, #0b1f65 50%, #ececec 50%, #ececec 100%);
}

input[type=range].range.level-6 {
  background: linear-gradient(to right, #0b1f65 0%, #0b1f65 60%, #ececec 60%, #ececec 100%);
}

input[type=range].range.level-7 {
  background: linear-gradient(to right, #0b1f65 0%, #0b1f65 70%, #ececec 70%, #ececec 100%);
}

input[type=range].range.level-8 {
  background: linear-gradient(to right, #0b1f65 0%, #0b1f65 80%, #ececec 80%, #ececec 100%);
}

input[type=range].range.level-9 {
  background: linear-gradient(to right, #0b1f65 0%, #0b1f65 90%, #ececec 90%, #ececec 100%);
}

input[type=range].range.level-10 {
  background: linear-gradient(to right, #0b1f65 100%, #0b1f65 0%, #ececec 0%, #ececec 0%);
}

input[type=range].range:focus {
  outline: none;
}

input[type=range].range::-webkit-slider-runnable-track {
  background: transparent;
  /* decolored */
  border: 0;
  width: 100%;
  height: 8px;
  cursor: pointer;
}

input[type=range].range::-webkit-slider-thumb {
  margin-top: -2px;
  width: 6px;
  height: 12px;
  background: #0b1f65;
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type=range].range:focus::-webkit-slider-runnable-track {
  background: transparent;
  /* decolored */
}

input[type=range].range::-moz-range-track {
  background: transparent;
  /* decolored */
  border: 0;
  width: 100%;
  height: 8px;
  cursor: pointer;
}

input[type=range].range::-moz-range-thumb {
  width: 6px;
  height: 12px;
  background: #0b1f65;
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
}

input[type=range].range::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 3px 0;
  color: transparent;
  width: 100%;
  height: 8px;
  cursor: pointer;
}

input[type=range].range::-ms-fill-lower {
  background: transparent;
  /* decolored */
  border: 0;
}

input[type=range].range::-ms-fill-upper {
  background: transparent;
  /* decolored */
  border: 0;
}

input[type=range].range::-ms-thumb {
  width: 6px;
  height: 12px;
  background: #0b1f65;
  border: 1px solid #000000;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}

input[type=range].range:focus::-ms-fill-lower {
  background: transparent;
  /* decolored */
}

input[type=range].range:focus::-ms-fill-upper {
  background: transparent;
  /* decolored */
}

/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/

@supports (-ms-ime-align:auto) {
  /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */

  input[type=range].range {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.icon-button {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  text-align: center;
  i {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  i {
    line-height: 1 !important;
  }
  i {
    --tw-text-opacity: 1;
    color: rgb(153 153 153 / var(--tw-text-opacity));
  }
  @media (min-width: 768px) {
    i {
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }
  span {
    display: flex;
  }
  span {
    cursor: pointer;
  }
  span {
    flex-direction: column;
  }
  span {
    align-items: center;
  }
  span {
    justify-content: center;
  }
  span {
    line-height: 1 !important;
  }
  span {
    --tw-text-opacity: 1;
    color: rgb(153 153 153 / var(--tw-text-opacity));
  }
  span {
    font-size: 10px;
  }
  @media (min-width: 768px) {
    span {
      font-size: 0.75rem;
      line-height: 1rem;
    }
  }
}

.material-symbols-outlined.fill {
  font-variation-settings: 'FILL' 1;
}

#rnb {
  position: absolute;
  right: 3px;
  bottom: 7rem;
  margin-bottom: 0.5rem;
}

#rnb > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

#rnb {
  /* @apply flex gap-x-2; */
  body.timebar-enabled & {
    /* @apply bottom-24; */
  }
  body.timebar-enabled & {
    bottom: calc(6rem + 112px) !important;
  }
  .gnb-area {
    /* @apply absolute top-0 left-full ml-3 !mt-0; */
  }
}

#rnb .icon-button,
.ctrl-wrap .icon-button {
  /* @apply border rounded-xl bg-white shadow; */
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
  background-color: rgb(0 0 0 / 0.3);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  &:hover {
    background-color: rgb(0 0 0 / 0.5);
  }
  i {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

body#weather-map {
  .ol-scale-line {
    /* @apply !right-[256px]; */
  }
  .ol-scale-line {
    right: 48px !important;
  }
  .ol-scale-line {
    display: none !important;
  }
  .ol-zoom {
    right: 0.25rem !important;
  }
  .ol-full-screen {
    bottom: 80px !important;
  }
  .ol-full-screen {
    z-index: 50;
  }
  .ctrl-wrap {
    /* map layer selector */
  }
  .ctrl-wrap {
    position: absolute;
  }
  .ctrl-wrap {
    bottom: 120px;
  }
  .ctrl-wrap {
    right: 0.25rem;
  }
  .ctrl-wrap {
    top: auto !important;
  }
  .ol-control button {
    width: 2rem !important;
    height: 2rem !important;
  }
}

body#weather-map.timebar-enabled {
  .ol-overlaycontainer-stopevent {
    height: calc(100svh - 6rem) !important;
  }
  .ctrl-wrap {
    bottom: 216px !important;
  }
}

[v-cloak] {
  visibility: hidden !important;
}

.hover\:bg-grayscale-5:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 246 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .md\:left-2 {
    left: 0.5rem;
  }

  .md\:min-w-48 {
    min-width: 12rem;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}