@charset "UTF-8";
/*------------------------------------*\
  # Theme
\*------------------------------------*/
/*------------------------------------*\
  # Colors
\*------------------------------------*/
/** identity 기본 변수 - 부트스트랩 오버라이딩 변수 포함 **/
/** App Identity Variables - New!!, Not Bootstrap variables **/
/** 부트스트랩 기본 z-index **/
/** 부트스트랩 기본 변수 오버라이드 항목 **/
/** 아래는 정리 필요 **/
/** grid **/
/** Link **/
/*------------------------------------*\
  # Colors
\*------------------------------------*/
/*------------------------------------*\
  # Font, Text Custom Variables
\*------------------------------------*/
/*--------------------------------------*\
  # Layout 요소
\*--------------------------------------*/
/*--------------------------------------*\
  #Button Variables, Placeholder, Mixin
\*--------------------------------------*/
/*------------------------------------*\
  #요 아래 친구들은 지울 수 있게 정리하자
\*------------------------------------*/
/** Form **/
/** grid **/
/** space **/
/** padding **/
.wrapper.svelte-mo06tq {
  position: fixed;
  transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  visibility: hidden;
  left: 100%;
  top: 0;
  bottom: -20%;
  width: 100%;
  background-color: #f8f9fa;
  z-index: 1039;
}
.wrapper.active.svelte-mo06tq {
  visibility: visible;
  transform: translateX(-100%);
}
@media (min-width: 600px) {
  .wrapper.svelte-mo06tq {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    transform: unset;
    visibility: visible;
    transition: unset;
  }
  .wrapper.active.svelte-mo06tq {
    visibility: visible;
    transform: unset;
  }
}
/*------------------------------------*\
  # Theme
\*------------------------------------*/
/*------------------------------------*\
  # Colors
\*------------------------------------*/
/** identity 기본 변수 - 부트스트랩 오버라이딩 변수 포함 **/
/** App Identity Variables - New!!, Not Bootstrap variables **/
/** 부트스트랩 기본 z-index **/
/** 부트스트랩 기본 변수 오버라이드 항목 **/
/** 아래는 정리 필요 **/
/** grid **/
/** Link **/
/*------------------------------------*\
  # Colors
\*------------------------------------*/
/*------------------------------------*\
  # Font, Text Custom Variables
\*------------------------------------*/
/*--------------------------------------*\
  # Layout 요소
\*--------------------------------------*/
/*--------------------------------------*\
  #Button Variables, Placeholder, Mixin
\*--------------------------------------*/
/*------------------------------------*\
  #요 아래 친구들은 지울 수 있게 정리하자
\*------------------------------------*/
/** Form **/
/** grid **/
/** space **/
/** padding **/
.pm-box__header-menu.svelte-6x6tv {
  position: absolute;
  right: 1rem;
}
/*------------------------------------*\
  # Theme
\*------------------------------------*/
/*------------------------------------*\
  # Colors
\*------------------------------------*/
/** identity 기본 변수 - 부트스트랩 오버라이딩 변수 포함 **/
/** App Identity Variables - New!!, Not Bootstrap variables **/
/** 부트스트랩 기본 z-index **/
/** 부트스트랩 기본 변수 오버라이드 항목 **/
/** 아래는 정리 필요 **/
/** grid **/
/** Link **/
/*------------------------------------*\
  # Colors
\*------------------------------------*/
/*------------------------------------*\
  # Font, Text Custom Variables
\*------------------------------------*/
/*--------------------------------------*\
  # Layout 요소
\*--------------------------------------*/
/*--------------------------------------*\
  #Button Variables, Placeholder, Mixin
\*--------------------------------------*/
/*------------------------------------*\
  #요 아래 친구들은 지울 수 있게 정리하자
\*------------------------------------*/
/** Form **/
/** grid **/
/** space **/
/** padding **/
.pm-signage.svelte-n21ml5 {
  border: 1px solid var(--pm-main);
  border-width: 3px;
  border-radius: 2rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075), inset -0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.45);
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}
.pm-signage--item.svelte-n21ml5 {
  display: flex;
  align-items: center;
  border: none;
  font-size: 0.9rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  background-color: inherit;
  height: 3rem;
}
.pm-signage--item.svelte-n21ml5 .notice:where(.svelte-n21ml5) {
  display: flex;
  width: 100%;
  padding: 0.5rem 0;
  flex-direction: row;
  align-items: center;
}
.pm-signage--item.svelte-n21ml5 .notice:where(.svelte-n21ml5) .icon:where(.svelte-n21ml5) {
  position: absolute;
  color: #dc3545;
  padding-left: 0.5rem;
  font-weight: 700;
}
.pm-signage--item.svelte-n21ml5 .notice:where(.svelte-n21ml5) .title:where(.svelte-n21ml5) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  padding-left: 2rem;
  margin-right: auto;
  font-weight: 700;
}
/*------------------------------------*\
  # Theme
\*------------------------------------*/
/*------------------------------------*\
  # Colors
\*------------------------------------*/
/** identity 기본 변수 - 부트스트랩 오버라이딩 변수 포함 **/
/** App Identity Variables - New!!, Not Bootstrap variables **/
/** 부트스트랩 기본 z-index **/
/** 부트스트랩 기본 변수 오버라이드 항목 **/
/** 아래는 정리 필요 **/
/** grid **/
/** Link **/
/*------------------------------------*\
  # Colors
\*------------------------------------*/
/*------------------------------------*\
  # Font, Text Custom Variables
\*------------------------------------*/
/*--------------------------------------*\
  # Layout 요소
\*--------------------------------------*/
/*--------------------------------------*\
  #Button Variables, Placeholder, Mixin
\*--------------------------------------*/
/*------------------------------------*\
  #요 아래 친구들은 지울 수 있게 정리하자
\*------------------------------------*/
/** Form **/
/** grid **/
/** space **/
/** padding **/
.main-banner.svelte-1rkecco {
  position: relative;
  overflow: hidden;
  background-color: var(--pm-main);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.main-banner.svelte-1rkecco .main-banner__media:where(.svelte-1rkecco) {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.main-banner.svelte-1rkecco .main-banner__picture:where(.svelte-1rkecco) {
  display: block;
  width: 100%;
  height: 100%;
}
.main-banner.svelte-1rkecco .main-banner__image:where(.svelte-1rkecco) {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.main-banner.svelte-1rkecco .main-banner__backdrop:where(.svelte-1rkecco) {
  position: absolute;
  inset: 0;
  background: linear-gradient(130deg, var(--pm-main-dark-10) 10%, var(--pm-main-dark-5) 15%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0.3) 80%, transparent 90%, var(--pm-main-dark-10) 98%);
  box-shadow: inset 0 2px 10px -10px rgba(0, 0, 0, 0.15), inset 0 4px 15px 5px rgba(0, 0, 0, 0.12), inset 0 6px 20px 10px rgba(0, 0, 0, 0.06);
}
.main-banner.svelte-1rkecco .main-banner__container:where(.svelte-1rkecco) {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}
.main-banner.svelte-1rkecco .main-card:where(.svelte-1rkecco) {
  display: flex;
  align-items: center;
  height: 300px;
  color: #fff;
}
@media (max-width: 599.98px) {
  .main-banner.svelte-1rkecco .main-card:where(.svelte-1rkecco) {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .main-banner.svelte-1rkecco .main-card:where(.svelte-1rkecco) {
    height: 600px;
  }
}
.main-banner.svelte-1rkecco .main-card:where(.svelte-1rkecco) .main-card__body:where(.svelte-1rkecco) {
  height: 100%;
  padding: 2rem;
}
@media (min-width: 992px) {
  .main-banner.svelte-1rkecco .main-card:where(.svelte-1rkecco) .main-card__body:where(.svelte-1rkecco) {
    padding-top: 5rem;
  }
}
@media (max-width: 599.98px) {
  .main-banner.svelte-1rkecco .main-card:where(.svelte-1rkecco) .main-card__body:where(.svelte-1rkecco) {
    padding: 1rem;
    padding-top: 1.5rem;
  }
}
.main-banner.svelte-1rkecco .main-card:where(.svelte-1rkecco) .main-card__body:where(.svelte-1rkecco) .title:where(.svelte-1rkecco) {
  font-size: 3rem;
  font-weight: 900;
}
@media (min-width: 992px) {
  .main-banner.svelte-1rkecco .main-card:where(.svelte-1rkecco) .main-card__body:where(.svelte-1rkecco) .title:where(.svelte-1rkecco) {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 599.98px) {
  .main-banner.svelte-1rkecco .main-card:where(.svelte-1rkecco) .main-card__body:where(.svelte-1rkecco) .title:where(.svelte-1rkecco) {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }
}
.main-banner.svelte-1rkecco .main-card:where(.svelte-1rkecco) .main-card__body:where(.svelte-1rkecco) .sub-title:where(.svelte-1rkecco) {
  margin-bottom: 2rem;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .main-banner.svelte-1rkecco .main-card:where(.svelte-1rkecco) .main-card__body:where(.svelte-1rkecco) .sub-title:where(.svelte-1rkecco) {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 599.98px) {
  .main-banner.svelte-1rkecco .main-card:where(.svelte-1rkecco) .main-card__body:where(.svelte-1rkecco) .sub-title:where(.svelte-1rkecco) {
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
/*------------------------------------*\
  # Theme
\*------------------------------------*/
/*------------------------------------*\
  # Colors
\*------------------------------------*/
/** identity 기본 변수 - 부트스트랩 오버라이딩 변수 포함 **/
/** App Identity Variables - New!!, Not Bootstrap variables **/
/** 부트스트랩 기본 z-index **/
/** 부트스트랩 기본 변수 오버라이드 항목 **/
/** 아래는 정리 필요 **/
/** grid **/
/** Link **/
/*------------------------------------*\
  # Colors
\*------------------------------------*/
/*------------------------------------*\
  # Font, Text Custom Variables
\*------------------------------------*/
/*--------------------------------------*\
  # Layout 요소
\*--------------------------------------*/
/*--------------------------------------*\
  #Button Variables, Placeholder, Mixin
\*--------------------------------------*/
/*------------------------------------*\
  #요 아래 친구들은 지울 수 있게 정리하자
\*------------------------------------*/
/** Form **/
/** grid **/
/** space **/
/** padding **/
.no-items.svelte-11ia4up {
  padding-top: 6rem;
}
@media (max-width: 599.98px) {
  .no-items.svelte-11ia4up {
    padding: 2rem 0;
  }
}

.no-items-item.svelte-11ia4up {
  height: auto !important;
  border-bottom: none;
}

.chatbot-icon.svelte-11ia4up {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: purple;
  filter: brightness(1.3);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  margin-right: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.chatbot-icon.svelte-11ia4up:after {
  content: "chatbot";
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  font-size: 0.5rem;
  color: #000;
  font-weight: bolder;
}

.exchange-summary.svelte-11ia4up {
  overflow: hidden;
  padding-top: 1px;
  padding-bottom: 0;
}

.list-group.svelte-11ia4up {
  border-radius: 0;
  font-size: 0.9rem;
  transition: transform ease 0.5s;
}
.list-group.svelte-11ia4up .list-group-item:where(.svelte-11ia4up) {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  border-left: none;
  border-right: none;
  border-top: none;
  border-color: #dee2e6;
  height: 58px;
  background: #fff;
}
.list-group.svelte-11ia4up .list-group-item:where(.svelte-11ia4up):first-child {
  border-top: 1px solid #dee2e6;
}
.list-group.svelte-11ia4up .list-group-item:where(.svelte-11ia4up) .exchange:where(.svelte-11ia4up) {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.list-group.svelte-11ia4up .list-group-item:where(.svelte-11ia4up) .exchange:where(.svelte-11ia4up) .icon:where(.svelte-11ia4up) {
  position: absolute;
  color: #dc3545;
  padding-left: 0.5rem;
  font-weight: 700;
}
.list-group.svelte-11ia4up .list-group-item:where(.svelte-11ia4up) .exchange:where(.svelte-11ia4up) .title:where(.svelte-11ia4up) {
  display: inline-block;
  padding-left: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.placeholder-glow.svelte-11ia4up {
  padding: 0.8rem 0;
}
/*------------------------------------*\
  # Theme
\*------------------------------------*/
/*------------------------------------*\
  # Colors
\*------------------------------------*/
/** identity 기본 변수 - 부트스트랩 오버라이딩 변수 포함 **/
/** App Identity Variables - New!!, Not Bootstrap variables **/
/** 부트스트랩 기본 z-index **/
/** 부트스트랩 기본 변수 오버라이드 항목 **/
/** 아래는 정리 필요 **/
/** grid **/
/** Link **/
/*------------------------------------*\
  # Colors
\*------------------------------------*/
/*------------------------------------*\
  # Font, Text Custom Variables
\*------------------------------------*/
/*--------------------------------------*\
  # Layout 요소
\*--------------------------------------*/
/*--------------------------------------*\
  #Button Variables, Placeholder, Mixin
\*--------------------------------------*/
/*------------------------------------*\
  #요 아래 친구들은 지울 수 있게 정리하자
\*------------------------------------*/
/** Form **/
/** grid **/
/** space **/
/** padding **/
.notice-summary.svelte-3bum5p {
  min-height: 350px;
}
.notice-summary.svelte-3bum5p .list-group:where(.svelte-3bum5p) {
  border-radius: 0;
  font-size: 0.9rem;
}
.notice-summary.svelte-3bum5p .list-group-item:where(.svelte-3bum5p) {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  border-left: none;
  border-right: none;
  border-color: #dee2e6;
  background-color: #fff;
}
.notice-summary.svelte-3bum5p .list-group-item:where(.svelte-3bum5p) .notice:where(.svelte-3bum5p) {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.notice-summary.svelte-3bum5p .list-group-item:where(.svelte-3bum5p) .notice:where(.svelte-3bum5p) .icon:where(.svelte-3bum5p) {
  position: absolute;
  color: #dc3545;
  padding-left: 0.5rem;
  font-weight: 700;
}
.notice-summary.svelte-3bum5p .list-group-item:where(.svelte-3bum5p) .notice:where(.svelte-3bum5p) .title:where(.svelte-3bum5p) {
  display: inline-block;
  padding-left: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice-summary.svelte-3bum5p .list-group-item:where(.svelte-3bum5p) .notice:where(.svelte-3bum5p) .date:where(.svelte-3bum5p) {
  color: #495057;
  text-align: end;
  font-size: 0.75rem;
  display: inline-block;
  padding-right: 0.5rem;
}
.notice-summary__inline-error.svelte-3bum5p {
  border-bottom: none;
}
/*------------------------------------*\
  # Theme
\*------------------------------------*/
/*------------------------------------*\
  # Colors
\*------------------------------------*/
/** identity 기본 변수 - 부트스트랩 오버라이딩 변수 포함 **/
/** App Identity Variables - New!!, Not Bootstrap variables **/
/** 부트스트랩 기본 z-index **/
/** 부트스트랩 기본 변수 오버라이드 항목 **/
/** 아래는 정리 필요 **/
/** grid **/
/** Link **/
/*------------------------------------*\
  # Colors
\*------------------------------------*/
/*------------------------------------*\
  # Font, Text Custom Variables
\*------------------------------------*/
/*--------------------------------------*\
  # Layout 요소
\*--------------------------------------*/
/*--------------------------------------*\
  #Button Variables, Placeholder, Mixin
\*--------------------------------------*/
/*------------------------------------*\
  #요 아래 친구들은 지울 수 있게 정리하자
\*------------------------------------*/
/** Form **/
/** grid **/
/** space **/
/** padding **/
.main-banner.svelte-1uha8ag {
  position: relative;
  height: 300px;
  width: 100%;
}
@media (max-width: 599.98px) {
  .main-banner.svelte-1uha8ag {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .main-banner.svelte-1uha8ag {
    height: 600px;
  }
}

main.svelte-1uha8ag {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 0.5rem;
  min-height: 100vh;
}
@media (max-width: 599.98px) {
  main.svelte-1uha8ag {
    width: 95%;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .info-section.svelte-1uha8ag {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .info-section.svelte-1uha8ag > div:where(.svelte-1uha8ag) {
    width: 49%;
  }
}

.dashboard-slot.svelte-1uha8ag {
  position: relative;
}

/**
	 * NoticeDashboard 는 PC에서만 표시
	 * - 렌더는 항상 같이 하되
	 * - 모바일에서는 CSS 로만 숨긴다.
	 */
.desktop-notice-slot.svelte-1uha8ag {
  display: none;
}
@media (min-width: 992px) {
  .desktop-notice-slot.svelte-1uha8ag {
    display: block;
  }
}

.mobile-extra-section.svelte-1uha8ag {
  position: relative;
}
@media (min-width: 600px) {
  .mobile-extra-section.svelte-1uha8ag {
    display: none;
  }
}

.mobile-extra-inner.svelte-1uha8ag {
  position: relative;
}

.list-group.svelte-1uha8ag {
  border-radius: 0;
  font-weight: normal;
  font-size: 0.9rem;
}

.list-group-item.svelte-1uha8ag {
  border-left: none;
  border-right: none;
  border-color: #dee2e6;
  background-color: #fff;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.signage-wrapper.svelte-1uha8ag {
  background: linear-gradient(var(--pm-main), #fafafa);
  border-radius: 1rem 1rem 0 0;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0.5rem 0;
}

.pm-signage--item.svelte-1uha8ag {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  border-radius: 0;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
  height: 2rem;
}
.pm-signage--item-v.svelte-1uha8ag {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  border: 1px solid #e9ecef;
  padding-bottom: 0.5rem;
  width: 5rem;
}
.pm-signage--item-v.svelte-1uha8ag img:where(.svelte-1uha8ag) {
  width: 75%;
  border-radius: 1rem;
  margin: 0.5rem auto;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.pm-signage--item-v.svelte-1uha8ag .name:where(.svelte-1uha8ag) {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
}
.pm-signage--item-v.svelte-1uha8ag .rate:where(.svelte-1uha8ag) {
  font-size: 0.9rem;
  font-weight: 700;
}