/* src/input.css */

@font-face {
  font-family: 'Escoredream';

  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff');

  font-weight: 100;

  font-display: swap;
}

@font-face {
  font-family: 'Escoredream';

  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');

  font-weight: 200;

  font-display: swap;
}

@font-face {
  font-family: 'Escoredream';

  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');

  font-weight: 300;

  font-display: swap;
}

@font-face {
  font-family: 'Escoredream';

  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');

  font-weight: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Escoredream';

  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');

  font-weight: 500;

  font-display: swap;
}

@font-face {
  font-family: 'Escoredream';

  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');

  font-weight: 600;

  font-display: swap;
}

@font-face {
  font-family: 'Escoredream';

  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');

  font-weight: 700;

  font-display: swap;
}

@font-face {
  font-family: 'Escoredream';

  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');

  font-weight: 800;

  font-display: swap;
}

@font-face {
  font-family: 'Escoredream';

  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');

  font-weight: 900;

  font-display: swap;
}

:root{
  --white: rgba(255, 255, 255, 1);
  --black: rgba(0, 0, 0, 1);
  --primary: rgba(161, 169, 192, 1);
  --logo-color: rgba(47, 85, 127, 1);
  --logo-color-2: rgba(37, 87, 96, 1);
  --logo-color-3: rgba(247, 184, 48, 1);
  --dark-50: rgba(233, 233, 234, 1);
  --dark-100: rgba(186, 188, 191, 1);
  --dark-200: rgba(153, 155, 160, 1);
  --dark-300: rgba(107, 110, 117, 1);
  --dark-400: rgba(78, 81, 90, 1);
  --dark-500: rgba(34, 38, 49, 1);
  --dark-600: rgba(31, 35, 45, 1);
  --dark-700: rgba(24, 27, 35, 1);
  --dark-800: rgba(19, 21, 27, 1);
  --dark-900: rgba(14, 16, 21, 1);
  --normal-50: rgba(234, 235, 237, 1);
  --normal-100: rgba(191, 193, 200, 1);
  --normal-200: rgba(159, 163, 173, 1);
  --normal-300: rgba(116, 121, 135, 1);
  --normal-400: rgba(89, 95, 112, 1);
  --normal-500: rgba(47, 55, 76, 1);
  --normal-600: rgba(43, 50, 69, 1);
  --normal-700: rgba(33, 39, 54, 1);
  --normal-800: rgba(26, 30, 42, 1);
  --normal-900: rgba(20, 23, 32, 1);
  --light-50: rgba(241, 242, 244, 1);
  --light-100: rgba(211, 214, 222, 1);
  --light-200: rgba(190, 195, 206, 1);
  --light-300: rgba(161, 167, 184, 1);
  --light-400: rgba(142, 150, 170, 1);
  --light-500: rgba(114, 124, 149, 1);
  --light-600: rgba(104, 113, 136, 1);
  --light-700: rgba(81, 88, 106, 1);
  --light-800: rgba(63, 68, 82, 1);
  --light-900: rgba(48, 52, 63, 1);
  --lighter-50: rgba(246, 246, 249, 1);
  --lighter-100: rgba(226, 228, 235, 1);
  --lighter-200: rgba(212, 215, 226, 1);
  --lighter-300: rgba(192, 197, 213, 1);
  --lighter-400: rgba(180, 186, 205, 1);
  --lighter-500: rgba(161, 169, 192, 1);
  --lighter-600: rgba(147, 154, 175, 1);
  --lighter-700: rgba(114, 120, 136, 1);
  --lighter-800: rgba(89, 93, 106, 1);
  --lighter-900: rgba(68, 71, 81, 1);
  --blue-50: rgba(230, 239, 248, 1);
  --blue-100: rgba(176, 206, 233, 1);
  --blue-200: rgba(138, 182, 223, 1);
  --blue-300: rgba(84, 148, 208, 1);
  --blue-400: rgba(51, 128, 199, 1);
  --blue-500: rgba(0, 96, 185, 1);
  --blue-600: rgba(0, 87, 168, 1);
  --blue-700: rgba(0, 68, 131, 1);
  --blue-800: rgba(0, 53, 102, 1);
  --blue-900: rgba(0, 40, 78, 1);
  --green-50: rgba(231, 246, 247, 1);
  --green-100: rgba(182, 227, 231, 1);
  --green-200: rgba(146, 214, 220, 1);
  --green-300: rgba(97, 195, 204, 1);
  --green-400: rgba(66, 184, 194, 1);
  --green-500: rgba(19, 166, 179, 1);
  --green-600: rgba(17, 151, 163, 1);
  --green-700: rgba(13, 118, 127, 1);
  --green-800: rgba(10, 91, 98, 1);
  --green-900: rgba(8, 70, 75, 1);
  --violet-50: rgba(244, 235, 253, 1);
  --violet-100: rgba(221, 193, 248, 1);
  --violet-200: rgba(205, 163, 245, 1);
  --violet-300: rgba(182, 121, 241, 1);
  --violet-400: rgba(168, 95, 238, 1);
  --violet-600: rgba(133, 50, 213, 1);
  --violet-700: rgba(104, 39, 166, 1);
  --violet-800: rgba(80, 30, 129, 1);
  --violet-900: rgba(61, 23, 98, 1);
  --orange-50: rgba(252, 241, 233, 1);
  --orange-100: rgba(247, 212, 186, 1);
  --orange-200: rgba(243, 191, 153, 1);
  --orange-300: rgba(238, 161, 107, 1);
  --orange-400: rgba(234, 143, 78, 1);
  --orange-500: rgba(229, 115, 34, 1);
  --orange-600: rgba(208, 105, 31, 1);
  --orange-700: rgba(163, 82, 24, 1);
  --orange-800: rgba(126, 63, 19, 1);
  --orange-900: rgba(96, 48, 14, 1);
  --red-50: rgba(250, 234, 241, 1);
  --red-100: rgba(240, 191, 211, 1);
  --red-200: rgba(232, 160, 189, 1);
  --red-300: rgba(222, 116, 159, 1);
  --red-400: rgba(215, 89, 141, 1);
  --red-500: rgba(205, 48, 112, 1);
  --red-600: rgba(187, 44, 102, 1);
  --red-700: rgba(146, 34, 80, 1);
  --red-800: rgba(113, 26, 62, 1);
  --red-900: rgba(86, 20, 47, 1);
  --yellow-50: rgba(254, 248, 234, 1);
  --yellow-100: rgba(253, 233, 191, 1);
  --yellow-200: rgba(251, 222, 160, 1);
  --yellow-300: rgba(250, 207, 116, 1);
  --yellow-400: rgba(249, 198, 89, 1);
  --yellow-500: rgba(247, 184, 48, 1);
  --yellow-600: rgba(225, 167, 44, 1);
  --yellow-700: rgba(175, 131, 34, 1);
  --yellow-800: rgba(136, 101, 26, 1);
  --yellow-900: rgba(104, 77, 20, 1);
  --d-map-disable: #2F374C;
  --map-disable: #D4D7E2;
  --map-floating-line: #A1A7B8;
  --map-floating:rgba(255, 255, 255, 0.6);
  --scroll-bg:#BEC3CE;
  --scroll:#8E96AA;
  --color-WB: #f6f6f9;
  --table-header-text:#13151B;
  --tab-off_bg:#D4D7E2;
  --border-color: #909AB3;
  /*11-24이후 추가*/
  --subtext: #687188;
  --violet-500: rgba(146, 55, 234, 1);
  --table-header:#D3D6DE;
  --table-border:#E2E4EB;
  --tab_off_bg:#D4D7E2;
  --tab-off_text:#A1A7B8;
  --box_incard_bg:#EDF0F5;
  --map-floating-color-2:#E2E4EB;
  --text: #13151B;
}

/* scroll */

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #bec3ce;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #8e96aa;
  border-radius: 5px;
}

html:is(.dark) ::-webkit-scrollbar-track {
  background: #181b23;
}

html:is(.dark) ::-webkit-scrollbar-thumb {
  background: #2f374c;
}

html:is(.dark) ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* html, body */

html {
  overflow: scroll;
}

html.dark {
  --primary: rgba(47, 55, 76, 1);
  --map-floating-line: #747987;
  --map-floating:rgba(47, 55, 76, 0.5);
  --scroll-bg:#181B23;
  --scroll:#2F374C;
  --color-WB: #222631;
  --table-header-text:#fff;
  --tab-off_bg:#181B23;
  --border-color: #30343F;
  /*11-24이후 추가*/
  --text: #ffffff;
  --subtext: #727C95;
  --logo-color-2: rgba(255,255,255,1);
  --table-header:#2F374C;
  --table-border:#2F374C;
  --tab_off_bg:#181B23;
  --tab-off_text:#2F374C;
  --box_incard_bg:#181B23;
  --map-floating-color-2:#181B23;
}

body {
  font-family: 'Escoredream';
  font-weight: 400;
}

caption {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  width: 1px;
  height: 1px;
}

/* table */

table {
  width: 100%;
  border-collapse: collapse;
}

caption {
  position: absolute;
  width: 0;
  height: 0;
  font-size: 0;
  z-index: -1;
  visibility: hidden;
}

/* table - type_basic */

table.type_basic {
  color: #727C95;
  text-align: center;
  border-top: 1px solid var(--table-border);
}

table.type_basic :where(th,td) {
  padding: 10px;
  border-bottom: 1px solid var(--table-border);
}

table.type_basic th {
  color: var(--table-header-text);
  font-weight: 400;
  background: var(--table-header);
}

/* dialog - type_basic */

dialog.type_basic {
  width: 50%;
  max-width: 960px;
  background: #e2e4eb;
}

dialog.type_basic .head {
  border-bottom: 1px solid var(--table-header);
}

dialog.type_basic .title {
  font-size: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
}

dialog.type_basic .btnClose {
  padding: 4px 10px;
  font-size: 14px;
  background: var(--blue-500);
  border: 1px solid var(--blue-500);
  border-radius: 5px;
}

/* list - ol */

ol.type_basic {
  counter-reset: my-counter;
}

ol.type_basic li {
  counter-increment: my-counter;
}

ol.type_basic li .church:before {
  content: counter(my-counter);
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  line-height: 20px;
  text-align: center;
  background: var(--primary);
}

ol.type_rank {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0;
}

ol.type_rank li {
  display: grid;
  gap: 0 8px;
  grid-template-columns: 32px 1fr 112px;
  align-items: center;
  width: 100%;
}

html.dark {
  & dialog.type_basic {
    background: #222631;
  }
  & dialog.type_basic .head {
    border-color: var(--table-border);
  }
}

dialog.type_basic::backdrop {
  background: #000;
  opacity: 0.5;
}

dialog.type_basic.w-60 {
  width: 60%;
}

dialog.type_basic.w-40 {
  width: 40%;
}

/* 말줄임 */

.ellipsis {
  overflow: hidden;
  width: 96%;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  height: calc(1.4em * 1);
  line-height: 1.4;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ellipsis.row-2 {
  height: calc(1.4em * 2);
  -webkit-line-clamp: 2;
}

.mdi--sitemap {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 2v6h2v3H5c-1.11 0-2 .89-2 2v3H1v6h6v-6H5v-3h6v3H9v6h6v-6h-2v-3h6v3h-2v6h6v-6h-2v-3c0-1.11-.89-2-2-2h-6V8h2V2z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.mdi--google-maps {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18.27 6c1.01 2.17.78 4.73-.33 6.81c-.94 1.69-2.29 3.12-3.44 4.69c-.5.7-1 1.45-1.37 2.26c-.13.27-.22.55-.32.83s-.19.56-.28.84c-.09.26-.2.57-.53.57c-.39 0-.5-.44-.58-.74c-.24-.73-.48-1.43-.85-2.1c-.42-.79-.95-1.52-1.49-2.23zM9.12 8.42l-3.3 3.92c.61 1.29 1.52 2.39 2.39 3.49c.21.25.42.51.62.78L13 11.67l-.04.01c-1.46.5-3.08-.24-3.66-1.68c-.08-.17-.14-.37-.18-.57a3 3 0 0 1 0-1zm-2.54-3.8l-.01.01c-1.62 2.05-1.9 4.9-.93 7.31L9.63 7.2l-.05-.05zm7.64-2.26L11 6.17l.04-.01c1.34-.46 2.84.12 3.52 1.34c.15.28.27.58.31.88c.06.38.08.65.01 1.02v.01l3.2-3.8a7 7 0 0 0-3.85-3.24zM9.89 6.89l3.91-4.65l-.04-.01C13.18 2.08 12.59 2 12 2c-1.97 0-3.83.85-5.15 2.31l-.02.01z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.mdi--church {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18 12.22V9l-5-2.5V5h2V3h-2V1h-2v2H9v2h2v1.5L6 9v3.22L2 14v8h8v-3c0-1.1.9-2 2-2s2 .9 2 2v3h8v-8zm-6 1.28c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.mdi--clipboard-account {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M18 19H6v-1.4c0-2 4-3.1 6-3.1s6 1.1 6 3.1M12 7a3 3 0 0 1 3 3a3 3 0 0 1-3 3a3 3 0 0 1-3-3a3 3 0 0 1 3-3m0-4a1 1 0 0 1 1 1a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1m7 0h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.mdi--account-group {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 5.5A3.5 3.5 0 0 1 15.5 9a3.5 3.5 0 0 1-3.5 3.5A3.5 3.5 0 0 1 8.5 9A3.5 3.5 0 0 1 12 5.5M5 8c.56 0 1.08.15 1.53.42c-.15 1.43.27 2.85 1.13 3.96C7.16 13.34 6.16 14 5 14a3 3 0 0 1-3-3a3 3 0 0 1 3-3m14 0a3 3 0 0 1 3 3a3 3 0 0 1-3 3c-1.16 0-2.16-.66-2.66-1.62a5.54 5.54 0 0 0 1.13-3.96c.45-.27.97-.42 1.53-.42M5.5 18.25c0-2.07 2.91-3.75 6.5-3.75s6.5 1.68 6.5 3.75V20h-13zM0 20v-1.5c0-1.39 1.89-2.56 4.45-2.9c-.59.68-.95 1.62-.95 2.65V20zm24 0h-3.5v-1.75c0-1.03-.36-1.97-.95-2.65c2.56.34 4.45 1.51 4.45 2.9z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.mdi--archive-search {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 6H2V2h18zm-8.97 6H8v-1.5c0-.28.22-.5.5-.5h4.54c1.8-1.13 4.03-1.3 5.96-.5V7H3v13h8.82c-2.12-2.2-2.38-5.5-.79-8m12.36 9L22 22.39l-3.12-3.07c-.69.43-1.51.68-2.38.68c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5s4.5 2 4.5 4.5c0 .88-.25 1.71-.69 2.4zM19 15.5a2.5 2.5 0 0 0-5 0a2.5 2.5 0 0 0 5 0'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.mdi--phone-log {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 15.5a1 1 0 0 1 1 1V20a1 1 0 0 1-1 1A17 17 0 0 1 3 4a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1c0 1.24.2 2.45.57 3.57c.11.35.03.74-.25 1.01l-2.2 2.21c1.44 2.83 3.76 5.15 6.59 6.59l2.2-2.2c.28-.28.67-.36 1.02-.25c1.12.37 2.32.57 3.57.57M12 3h2v2h-2m3-2h6v2h-6m-3 1h2v2h-2m3-2h6v2h-6m-3 1h2v2h-2m3-2h6v2h-6'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.mdi-light--chevron-left {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M14.41 18.16L8.75 12.5l5.66-5.66l.7.71l-4.95 4.95l4.95 4.95z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.mdi-light--chevron-right {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m8.59 18.16l5.66-5.66l-5.66-5.66l-.7.71l4.95 4.95l-4.95 4.95z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.mdi-light--bell {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 4.5a.5.5 0 0 0-.5-.5a.5.5 0 0 0-.5.5v1.53c-2.25.25-4 2.15-4 4.47v5.91L5.41 18h12.18L16 16.41V10.5c0-2.32-1.75-4.22-4-4.47zM11.5 3A1.5 1.5 0 0 1 13 4.5v.71c2.31.65 4 2.79 4 5.29V16l3 3H3l3-3v-5.5C6 8 7.69 5.86 10 5.21V4.5A1.5 1.5 0 0 1 11.5 3m0 19a2.5 2.5 0 0 1-2.45-2h1.04a1.495 1.495 0 0 0 2.82 0h1.04a2.5 2.5 0 0 1-2.45 2'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.mdi-light--cog {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m19.588 15.492l-1.814-1.29a6.483 6.483 0 0 0-.005-3.421l1.82-1.274l-1.453-2.514l-2.024.926a6.484 6.484 0 0 0-2.966-1.706L12.953 4h-2.906l-.193 2.213A6.483 6.483 0 0 0 6.889 7.92l-2.025-.926l-1.452 2.514l1.82 1.274a6.483 6.483 0 0 0-.006 3.42l-1.814 1.29l1.452 2.502l2.025-.927a6.483 6.483 0 0 0 2.965 1.706l.193 2.213h2.906l.193-2.213a6.484 6.484 0 0 0 2.965-1.706l2.025.927l1.453-2.501ZM13.505 2.985a.5.5 0 0 1 .5.477l.178 2.035a7.45 7.45 0 0 1 2.043 1.178l1.85-.863a.5.5 0 0 1 .662.195l2.005 3.47a.5.5 0 0 1-.162.671l-1.674 1.172c.128.798.124 1.593.001 2.359l1.673 1.17a.5.5 0 0 1 .162.672l-2.005 3.457a.5.5 0 0 1-.662.195l-1.85-.863c-.602.49-1.288.89-2.043 1.179l-.178 2.035a.5.5 0 0 1-.5.476h-4.01a.5.5 0 0 1-.5-.476l-.178-2.035a7.453 7.453 0 0 1-2.043-1.179l-1.85.863a.5.5 0 0 1-.663-.194L2.257 15.52a.5.5 0 0 1 .162-.671l1.673-1.171a7.45 7.45 0 0 1 0-2.359L2.42 10.148a.5.5 0 0 1-.162-.67L4.26 6.007a.5.5 0 0 1 .663-.195l1.85.863a7.45 7.45 0 0 1 2.043-1.178l.178-2.035a.5.5 0 0 1 .5-.477h4.01ZM11.5 9a3.5 3.5 0 1 1 0 7a3.5 3.5 0 0 1 0-7Zm0 1a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5Z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.mdi--account-tie {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 3c2.21 0 4 1.79 4 4s-1.79 4-4 4s-4-1.79-4-4s1.79-4 4-4m4 10.54c0 1.06-.28 3.53-2.19 6.29L13 15l.94-1.88c-.62-.07-1.27-.12-1.94-.12s-1.32.05-1.94.12L11 15l-.81 4.83C8.28 17.07 8 14.6 8 13.54c-2.39.7-4 1.96-4 3.46v4h16v-4c0-1.5-1.6-2.76-4-3.46'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.mdi--account-cash {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M11 8c0 2.21-1.79 4-4 4s-4-1.79-4-4s1.79-4 4-4s4 1.79 4 4m0 6.72V20H0v-2c0-2.21 3.13-4 7-4c1.5 0 2.87.27 4 .72M24 20H13V3h11zm-8-8.5a2.5 2.5 0 0 1 5 0a2.5 2.5 0 0 1-5 0M22 7a2 2 0 0 1-2-2h-3c0 1.11-.89 2-2 2v9a2 2 0 0 1 2 2h3c0-1.1.9-2 2-2z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.mdi--account-file-text {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7.5 5C9.43 5 11 6.57 11 8.5S9.43 12 7.5 12S4 10.43 4 8.5S5.57 5 7.5 5M1 19v-2.5C1 14.57 4.46 13 7.5 13c1.18 0 2.42.24 3.5.64V19zm21 0h-8c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h5l4 4v9c0 .55-.45 1-1 1m-4-9h3v-.17L18.17 7H18zm-3 2v1.5h6V12zm0 3v1.5h6V15z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.mdi--account {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 4a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 10c4.42 0 8 1.79 8 4v2H4v-2c0-2.21 3.58-4 8-4'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.mdi-light--arrow-right {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4 12h12.25L11 6.75l.66-.75l6.5 6.5l-6.5 6.5l-.66-.75L16.25 13H4z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.mdi--chevron-right {
  display: inline-block;
  width: 24px;
  height: 24px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M8.59 16.58L13.17 12L8.59 7.41L10 6l6 6l-6 6z'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.left-nav > nav li > a{
  font-size: 1rem;
  align-items: center;
  .wckc-icon{
    background-image: url('/assets/images/common/logo-wckc.svg');
    width: 20px;
    height: 20px;
  }
  > i {
    width: 20px;
    height: 20px;
  }
}

.left-nav > nav .active > a{
  background-color: var(--lighter-100);
  color: var(--dark-900);
  .wckc-icon{
    background-image: url('/assets/images/common/d-logo-wckc.svg');
  }
}

/*11-24*/

.left-nav > nav li .depth_2{
  display: none;
  > li > a {
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    --tw-text-opacity: 1;
    color: rgb(192 197 213 / var(--tw-text-opacity, 1));
    position: relative;
    display: block;
    font-size: 14px;
  }
  > li > a:is(.dark *) {
    --tw-text-opacity: 1;
    color: rgb(104 113 136 / var(--tw-text-opacity, 1));
  }
  > li > a::before{
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color:rgba(104 113 136 / var(--tw-text-opacity, 1));
    content: '';
    position: absolute;
    left: 30px;
    top: 19px;
  }
  > li > a:hover, > li > a.active {
    color: var(--white);
  }
  > li > a.active::before{
    background-color: var(--white);
  }
}

.left-nav > nav .active .depth_2{
  display: block;
}

.w-20.left-menu .left-nav > nav li .depth_2{
  display: none !important;
}

/*--*/

.cont{
  padding-left: 240px;
  padding-top: 68px;
  width: 100%;
}

header{
  position: fixed;
  z-index: 10;
  top: 0;
  width: calc(100% - 240px);
  .user-btns > a > i{
    width: 32px;
    height: 32px;
  }
}

header.fold_menu{
  width: calc(100% - 80px);
}

#mapSvg path {
  pointer-events: none;
}

#mapSvg g {
  pointer-events: all;
}

.map-bx{
  .point {
    position: absolute;
    width: 5px;
    height: 5px;
    background: var(--map-floating-line);
    border-radius: 50%;
  }
  .label-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .label, .detail_label {
    padding: 10px;
    backdrop-filter: blur(5px);
    background-color: var(--map-floating);
  }
  .line-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible;
  }
}

.latest-news {
  .img-bx > img {
    min-width: 120px;
    width: 100%;
    height: auto;
  }
  .txt-bx h6 {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
  }
  .txt-bx p{
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
  }
}

.scrollbar-thin::-webkit-scrollbar {
  width: 4px;
}

.scrollbar-thin::-webkit-scrollbar-thumb {
  background-color: var(--scroll);
  /* gray-700 */
  border-radius: 9999px;
}

.scrollbar-thin::-webkit-scrollbar-track {
  background-color: var(--scroll-bg);
  /* gray-800 */
}

/*로그인*/

#login{
  background-size: cover;
  background-position: center;
}

.form-bx{
  position: relative;
}

.form-bx > input{
  padding: 20px;
  width: 100%;
  border-radius: 5px;
}

.form-bx > label{
  position: absolute;
  left: 1rem;
  top: 1.25rem;
  color: var(--light-500);
  padding: 0 4px;
  background-color: var(--white);
  transition: 0.3s;
}

.form-bx:has(input:not(:-moz-placeholder)) > label{
  top: -7px;
  font-size: 0.75rem;
}

.form-bx:has(input:focus) > label, .form-bx:has(input:not(:placeholder-shown)) > label{
  top: -7px;
  font-size: 0.75rem;
}

/* 메인 */

.btn_single .btn,
.btn_group .btn {
  padding: 4px 10px;
  color: var(--white);
  font-size: 14px;
  background: #595F70;
  border:1px solid #595F70;
}

.btn_single .btn:not(.active),
.btn_group .btn:not(.active) {
  color: var(--border-color);
  background: rgba(0,0,0,0.05);
  border-color:var(--border-color);
}

.btn_group .btn:first-child {
  border-radius: 5px 0 0 5px;
}

.btn_group .btn:last-child {
  border-radius: 0 5px 5px 0;
}

.btn_single .btn {
  background: var(--blue-500);
  border-color: var(--blue-500);
  border-radius: 5px;
}

ol.type_rank .church {
  font-weight: 600;
}

ol.type_rank .price {
  padding: 0 6px;
  margin-left: auto;
  font-size: 14px;
  border-radius: 9999px;
}

ol.type_rank [class*='number-'] {
  order: -1;
}

.dashboard-opt3 .rank,
.dashboard-opt2 .rank {
  display: grid;
  grid-template-rows: 31px 1fr;
}

/*11-24 이후 _shh*/

.tab_nav{
  display: flex;
  gap: 10px;
  .nav_item{
    padding: 10px 12px;
    background-color: var(--tab_off_bg);
    color: var(--tab-off_text);
    border-radius: 5px;
  }
  .nav_item:hover{
    background-color: var(--blue-300);
    color: var(--white);
  }
  .nav_item.active{
    background-color: var(--blue-500);
    color: var(--white);
  }
}

.tab_nav_sm{
  display: flex;
  gap: 10px;
  .nav_item{
    padding: 10px;
    background-color: var(--tab_off_bg);
    color: var(--tab-off_text);
    border-radius: 10px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    span.num{
      width: 20px;
      height: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 10px;
      background-color: var(--tab-off_text);
      color: var(--tab_off_bg);
      border-radius: 5px;
    }
  }
  .nav_item:hover, .nav_item.hover{
    background-color: var(--blue-300);
    color: var(--white);
    span.num{
      background-color: var(--white);
      color: var(--blue-300);
    }
  }
  .nav_item.active{
    background-color: var(--blue-500);
    color: var(--white);
    span.num{
      background-color: var(--white);
      color: var(--blue-500);
    }
  }
}

.top-minlist{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  > li {
    border-right: 1px solid var(--subtext);
  }
  > li:last-child {
    border-right: 0;
  }
}

.church_card{
  .card-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--blue-500);
    padding: 10px 20px;
    border-radius: 10px;
    color: var(--white);
    .church_name{
      display: inline-flex;
      gap: 10px;
      align-items: center;
      flex-direction: row;
      .num{
        width: 20px;
        height: 20px;
        border-radius: 2px;
        background-color: var(--white);
        font-size: 10px;
        color: var(--blue-500);
        display: flex;
        align-items: center;
        justify-content: center;
      }
    }
  }
  .card-body{
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    .minister_list{
      display: flex;
      flex-wrap: wrap;
      border-radius: 5px;
      padding: 10px;
      gap: 10px;
      > div {
        display: flex;
        flex-direction: column;
        gap: 4px;
      }
    }
    .minister_list:not(:has(*)){
      display: none;
    }
    .ach_bx {
      padding: 4px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      > ul {
        list-style: none;
        padding: 0;
        display: flex;
        gap: 10px;
        flex-direction: column;
        > li{
          display: flex;
          gap: 8px;
          align-items: center;
        }
      }
    }
  }
}

.inner-card{
  background-color: var(--box_incard_bg);
  border-radius: 5px;
}

.minister_list{
  background-color: var(--box_incard_bg);
}

.progress-bar{
  background-color: var(--map-floating-color-2);
  height: 6px;
  border-radius: 3px;
  width: 100%;
  position: relative;
  > div{
    max-width: 100%;
  }
}

.area-img-tab{
}

.area_tab button{
  padding: 20px;
  border-radius: 10px;
  font-size: 1.25rem;
  background-color: var(--tab_off_bg);
  color: var(--tab-off_text);
}

.area_tab button.hover{
  background-color: var(--blue-300);
  color: var(--white);
}

.area_tab button.active{
  background-color: var(--blue-500);
  color: var(--white);
}

.tr-link tbody tr {
  cursor: pointer;
}

.tr-link tbody tr:hover{
  background-color: var(--blue-50);
  color: var(--blue-500);
}

.num_data_grid{
  .inner-card{
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    .subtext{
      text-align: center;
    }
    .num{
      font-size: 1.25rem;
      color: var(--text);
      font-weight: 600;
    }
  }
}

.youtube_card{
  overflow: hidden;
  .youtubeSwiper{
    width: 100%;
    overflow: visible;
    .swiper-wrapper{
      overflow: visible;
      width: 100%;
      .swiper-slide{
        a{
          width: 100%;
          img{
            width: 100%;
            border-radius: 5px;
            aspect-ratio: 16 / 9;
            -o-object-fit: cover;
               object-fit: cover;
          }
          span{
            color: var(--text);
            margin-top: 10px;
            display: block;
          }
        }
      }
    }
  }
  .btn-next, .btn-prev{
    position: absolute;
    background-image: none;
    color: var(--text);
  }
  .btn-prev{
    right: 60px;
    top: 20px;
  }
  .btn-next{
    right: 20px;
    top: 20px;
  }
}

/*--*/

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | 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: Escoredream, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.left-menu-item {
  display: flex;
  width: 100%;
  gap: 0.625rem;
  border-radius: 0.3125rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(192 197 213 / var(--tw-text-opacity, 1));
}

.left-menu-item:hover {
  background-color: rgb(104 113 136 / 0.5);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.left-menu-item:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(104 113 136 / var(--tw-text-opacity, 1));
}

.left-menu-item:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.person-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(19 21 27 / var(--tw-text-opacity, 1));
}

.person-item:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 249 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

.card:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(34 38 49 / var(--tw-bg-opacity, 1));
}

.card-title {
  font-size: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 21 27 / var(--tw-text-opacity, 1));
}

.card-title:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.total-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 0.625rem;
  font-weight: 700;
}

.total-card-title {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.total-card-num-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.total-card-num {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.total-card-num-value {
  font-size: 2rem;
  font-weight: 900;
}

.total-card-num-unit {
  font-size: 1.25rem;
  font-weight: 400;
}

.total-card-comparison {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.3125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(47 55 76 / var(--tw-text-opacity, 1));
}

.detail-label-item {
  display: flex;
  justify-content: space-between;
}

.detail-label-key {
  --tw-text-opacity: 1;
  color: rgb(104 113 136 / var(--tw-text-opacity, 1));
}

.detail-label-key:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(114 124 149 / var(--tw-text-opacity, 1));
}

.detail-label-value {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(19 21 27 / var(--tw-text-opacity, 1));
}

.detail-label-value:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.subtext {
  --tw-text-opacity: 1;
  color: rgb(104 113 136 / var(--tw-text-opacity, 1));
}

.subtext:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(114 124 149 / var(--tw-text-opacity, 1));
}

.map-label-bx {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-radius: 0.3125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(161 167 184 / var(--tw-border-opacity, 1));
  padding: 0.625rem;
}

.map-label-bx:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(116 121 135 / var(--tw-border-opacity, 1));
}

.map-btn {
  position: absolute;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / .40);
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(34 38 49 / var(--tw-text-opacity, 1));
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.map-btn:hover {
  background-color: rgb(255 255 255 / 1);
}

/*11월 24일 이후*/

.btn {
  border-radius: 0.3125rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 10px;
  padding-bottom: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 96 185 / var(--tw-bg-opacity, 1));
}

.btn-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 168 / var(--tw-bg-opacity, 1));
}

.btn-green {
  --tw-bg-opacity: 1;
  background-color: rgb(19 166 179 / var(--tw-bg-opacity, 1));
}

.btn-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 151 163 / var(--tw-bg-opacity, 1));
}

.btn-violet {
  --tw-bg-opacity: 1;
  background-color: rgb(146 55 234 / var(--tw-bg-opacity, 1));
}

.btn-violet:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(133 50 213 / var(--tw-bg-opacity, 1));
}

.btn-red {
  --tw-bg-opacity: 1;
  background-color: rgb(205 48 112 / var(--tw-bg-opacity, 1));
}

.btn-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 44 102 / var(--tw-bg-opacity, 1));
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

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

.top-0 {
  top: 0px;
}

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

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

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

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

.mb-auto {
  margin-bottom: auto;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-\[0\.25rem\] {
  margin-right: 0.25rem;
}

.mr-auto {
  margin-right: auto;
}

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

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-1 {
  height: 0.25rem;
}

.h-3 {
  height: 0.75rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

.h-min {
  height: -moz-min-content;
  height: min-content;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

.w-3 {
  width: 0.75rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

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

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

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

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

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

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

.w-\[4rem\] {
  width: 4rem;
}

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-60 {
  min-width: 15rem;
}

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

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

.min-w-\[14rem\] {
  min-width: 14rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

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

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

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

.gap-1 {
  gap: 0.25rem;
}

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

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[8px\] {
  gap: 8px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 4px;
}

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

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

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

.rounded-l-md {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}

.border {
  border-width: 1px;
}

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

.border-r {
  border-right-width: 1px;
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(0 96 185 / var(--tw-border-opacity, 1));
}

.border-border-color {
  --tw-border-opacity: 1;
  border-color: rgb(144 154 179 / var(--tw-border-opacity, 1));
}

.border-left-menu-text {
  --tw-border-opacity: 1;
  border-color: rgb(192 197 213 / var(--tw-border-opacity, 1));
}

.border-light-500 {
  --tw-border-opacity: 1;
  border-color: rgb(114 124 149 / var(--tw-border-opacity, 1));
}

.border-map-floating-line {
  --tw-border-opacity: 1;
  border-color: rgb(161 167 184 / var(--tw-border-opacity, 1));
}

.border-subtext {
  --tw-border-opacity: 1;
  border-color: rgb(104 113 136 / var(--tw-border-opacity, 1));
}

.bg-background {
  --tw-bg-opacity: 1;
  background-color: rgb(226 228 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(176 206 233 / var(--tw-bg-opacity, 1));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 96 185 / var(--tw-bg-opacity, 1));
}

.bg-card {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 249 / var(--tw-bg-opacity, 1));
}

.bg-darker-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(28 56 87 / var(--tw-bg-opacity, 1));
}

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

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 166 179 / var(--tw-bg-opacity, 1));
}

.bg-header {
  --tw-bg-opacity: 1;
  background-color: rgb(47 85 127 / var(--tw-bg-opacity, 1));
}

.bg-label-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(212 215 226 / var(--tw-bg-opacity, 1));
}

.bg-map-floating-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 228 235 / var(--tw-bg-opacity, 1));
}

.bg-normal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 193 200 / var(--tw-bg-opacity, 1));
}

.bg-normal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(47 55 76 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(161 169 192 / var(--tw-bg-opacity, 1));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(205 48 112 / var(--tw-bg-opacity, 1));
}

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

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 184 48 / var(--tw-bg-opacity, 1));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-blue-500 {
  --tw-gradient-from: #0060b9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 96 185 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-500 {
  --tw-gradient-from: #13a6b3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 166 179 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-500 {
  --tw-gradient-from: #cd3070 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 48 112 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-500 {
  --tw-gradient-from: #9237ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 55 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-green-500 {
  --tw-gradient-to: #13a6b3 var(--tw-gradient-to-position);
}

.to-orange-500 {
  --tw-gradient-to: #e57322 var(--tw-gradient-to-position);
}

.to-red-500 {
  --tw-gradient-to: #cd3070 var(--tw-gradient-to-position);
}

.to-violet-500 {
  --tw-gradient-to: #9237ea var(--tw-gradient-to-position);
}

.fill-blue-300 {
  fill: #5494d0;
}

.fill-blue-50 {
  fill: #e6eff8;
}

.fill-logo-color-1 {
  fill: #2f557f;
}

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

.p-10 {
  padding: 2.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-\[0\.625rem\] {
  padding: 0.625rem;
}

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

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

.p-\[20px\] {
  padding: 20px;
}

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.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-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

.\!text-sm {
  font-size: 0.875rem !important;
}

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

.text-4xl {
  font-size: 2rem;
}

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

.text-base {
  font-size: 1rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
}

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

.font-light {
  font-weight: 300;
}

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

.not-italic {
  font-style: normal;
}

.leading-6 {
  line-height: 1.5rem;
}

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

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(0 96 185 / var(--tw-text-opacity, 1));
}

.text-left-menu-text {
  --tw-text-opacity: 1;
  color: rgb(192 197 213 / var(--tw-text-opacity, 1));
}

.text-logo-color-1 {
  --tw-text-opacity: 1;
  color: rgb(47 85 127 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(205 48 112 / var(--tw-text-opacity, 1));
}

.text-text {
  --tw-text-opacity: 1;
  color: rgb(19 21 27 / var(--tw-text-opacity, 1));
}

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

.opacity-\[\.75\] {
  opacity: .75;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 168 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 68 131 / var(--tw-bg-opacity, 1));
}

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

.dark\:left-auto:is(.dark *) {
  left: auto;
}

.dark\:right-1:is(.dark *) {
  right: 0.25rem;
}

.dark\:block:is(.dark *) {
  display: block;
}

.dark\:hidden:is(.dark *) {
  display: none;
}

.dark\:border-d-border-color:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(48 52 63 / var(--tw-border-opacity, 1));
}

.dark\:border-d-map-floating-line:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(116 121 135 / var(--tw-border-opacity, 1));
}

.dark\:border-d-subtext:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(114 124 149 / var(--tw-border-opacity, 1));
}

.dark\:border-left-menu-text:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(192 197 213 / var(--tw-border-opacity, 1));
}

.dark\:bg-blue-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 96 185 / var(--tw-bg-opacity, 1));
}

.dark\:bg-d-background:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(19 21 27 / var(--tw-bg-opacity, 1));
}

.dark\:bg-d-card:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(34 38 49 / var(--tw-bg-opacity, 1));
}

.dark\:bg-d-darker-bg:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(26 30 42 / var(--tw-bg-opacity, 1));
}

.dark\:bg-d-header:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 35 45 / var(--tw-bg-opacity, 1));
}

.dark\:bg-d-label-bg:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(26 30 42 / var(--tw-bg-opacity, 1));
}

.dark\:bg-d-map-floating-2:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(24 27 35 / var(--tw-bg-opacity, 1));
}

.dark\:bg-d-primary:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(47 55 76 / var(--tw-bg-opacity, 1));
}

.dark\:fill-blue-400:is(.dark *) {
  fill: #3380c7;
}

.dark\:text-d-text:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dark\:text-left-menu-text:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(192 197 213 / var(--tw-text-opacity, 1));
}