@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 **/
.st-toast.svelte-16iousb {
  display: flex;
  pointer-events: auto;
  width: 320px;
  height: auto;
  padding-left: 0.875rem;
  color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  /*background-color: #fff !important;*/
  border: 5px solid transparent;
  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(rgb(213, 58, 157), rgb(116, 58, 213));
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.st-toast.svelte-16iousb .st-toast-icon:where(.svelte-16iousb) {
  flex-shrink: 0;
  margin-right: 0.875rem;
  /*margin-top: 0.875rem;*/
}

.st-toast.light.svelte-16iousb {
  color: #161616;
  fill: #161616;
}

.st-toast.light.info.svelte-16iousb {
  display: flex;
  align-items: center;
  border: 2px solid transparent;
  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(rgb(213, 58, 157), rgb(116, 58, 213));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 2rem;
  /*border-left: 3px solid rgb(2, 132, 199);*/
  /*background: rgba(2, 132, 199, 0.2);*/
}
.st-toast.light.info.svelte-16iousb .st-toast-title:where(.svelte-16iousb) {
  color: rgb(2, 132, 199);
  text-decoration-line: underline;
}

.st-toast.light.info.svelte-16iousb progress:where(.svelte-16iousb) {
  background: rgba(2, 132, 199, 0.2);
}

.st-toast.light.info.svelte-16iousb progress[value]:where(.svelte-16iousb)::-webkit-progress-bar {
  background-color: transparent;
}

.st-toast.light.info.svelte-16iousb progress[value]:where(.svelte-16iousb)::-webkit-progress-value {
  background-color: rgb(2, 132, 199);
}

.st-toast.light.info.svelte-16iousb .st-toast-icon:where(.svelte-16iousb) {
  fill: rgb(2, 132, 199);
}

.st-toast.light.info.svelte-16iousb .st-toast-close-btn:where(.svelte-16iousb):focus {
  /*border: solid 1px rgb(2, 132, 199);*/
}

.st-toast.light.info.svelte-16iousb::before {
  /*border-color: rgb(2, 132, 199);*/
  /*content: "";*/
  /*pointer-events: none;*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*box-sizing: border-box;*/
  /*filter: opacity(0.4);*/
  /*border-style: solid;*/
  /*border-width: 1px 1px 1px 0;*/
}

.st-toast.light.error.svelte-16iousb {
  display: flex;
  align-items: center;
  border: 2px solid transparent;
  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(rgb(213, 58, 157), rgb(116, 58, 213));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 2rem;
}
.st-toast.light.error.svelte-16iousb .st-toast-title:where(.svelte-16iousb) {
  color: #dc3545;
  text-decoration-line: underline;
}

.st-toast.light.error.svelte-16iousb progress:where(.svelte-16iousb) {
  background: rgba(225, 29, 72, 0.2);
}

.st-toast.light.error.svelte-16iousb progress[value]:where(.svelte-16iousb)::-webkit-progress-bar {
  background-color: transparent;
}

.st-toast.light.error.svelte-16iousb progress[value]:where(.svelte-16iousb)::-webkit-progress-value {
  background-color: rgb(225, 29, 72);
}

.st-toast.light.error.svelte-16iousb .st-toast-icon:where(.svelte-16iousb) {
  fill: rgb(225, 29, 72);
}

.st-toast.light.error.svelte-16iousb .st-toast-close-btn:where(.svelte-16iousb):focus {
  /*border: solid 1px rgb(225, 29, 72);*/
}

.st-toast.light.error.svelte-16iousb::before {
  /*border-color: rgb(225, 29, 72);*/
  /*content: "";*/
  /*pointer-events: none;*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*box-sizing: border-box;*/
  /*filter: opacity(0.4);*/
  /*border-style: solid;*/
  /*border-width: 1px 1px 1px 0;*/
}

.st-toast.light.warning.svelte-16iousb {
  display: flex;
  align-items: center;
  border: 2px solid transparent;
  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(rgb(213, 58, 157), rgb(116, 58, 213));
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 2rem;
}
.st-toast.light.warning.svelte-16iousb .st-toast-title:where(.svelte-16iousb) {
  color: rgb(202, 138, 4);
  text-decoration-line: underline;
}

.st-toast.light.warning.svelte-16iousb progress:where(.svelte-16iousb) {
  background: rgba(202, 138, 4, 0.2);
}

.st-toast.light.warning.svelte-16iousb progress[value]:where(.svelte-16iousb)::-webkit-progress-bar {
  background-color: transparent;
}

.st-toast.light.warning.svelte-16iousb progress[value]:where(.svelte-16iousb)::-webkit-progress-value {
  background-color: rgb(202, 138, 4);
}

.st-toast.light.warning.svelte-16iousb .st-toast-icon:where(.svelte-16iousb) {
  fill: rgb(202, 138, 4);
}

.st-toast.light.warning.svelte-16iousb .st-toast-close-btn:where(.svelte-16iousb):focus {
  /*border: solid 1px rgb(202, 138, 4);*/
}

.st-toast.light.warning.svelte-16iousb::before {
  /*border-color: rgb(202, 138, 4);*/
  /*content: "";*/
  /*pointer-events: none;*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*box-sizing: border-box;*/
  /*filter: opacity(0.4);*/
  /*border-style: solid;*/
  /*border-width: 1px 1px 1px 0;*/
}

.st-toast-details.svelte-16iousb {
  margin-top: 0.875rem;
  margin-right: 1rem;
  text-align: left;
  align-self: flex-start;
}

.st-toast-details.svelte-16iousb .st-toast-title:where(.svelte-16iousb) {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  word-break: break-word;
  margin: 0;
  outline: none;
}

.st-toast-details.svelte-16iousb .st-toast-description:where(.svelte-16iousb) {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: 0.16px;
  margin-top: 0;
  margin-bottom: 1rem;
  word-break: break-word;
}

.st-toast-close-btn.svelte-16iousb {
  outline: 2px solid transparent;
  outline-offset: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-left: auto;
  padding: 0;
  height: 3rem;
  width: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  transition: outline 110ms, background-color 110ms;
}
ul.svelte-1gn2zo2 {
	list-style: none;
	margin: 0;
	padding: 0;
}
li.svelte-1gn2zo2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.toast-container.svelte-1gn2zo2 {
	z-index: 9999;
	position: fixed;
	padding: 4px;
	box-sizing: border-box;
	color: #fff;
	width: max-content;
	max-width: 100%;
	pointer-events: none;
}
.toast-container.bottom-right.svelte-1gn2zo2 {
	bottom: 1em;
	right: 1em;
}
.toast-container.bottom-left.svelte-1gn2zo2 {
	bottom: 1em;
	left: 1em;
}
.toast-container.top-left.svelte-1gn2zo2 {
	top: 1em;
	left: 1em;
}
.toast-container.top-right.svelte-1gn2zo2 {
	top: 1em;
	right: 1em;
}
.toast-container.top-center.svelte-1gn2zo2 {
	top: 1em;
	right: 50%;
	left: 50%;
	transform: translate(-50%, 0);
}
.toast-container.bottom-center.svelte-1gn2zo2 {
	bottom: 1em;
	right: 50%;
	left: 50%;
	transform: translate(-50%, 0);
}
.toast-container.center-center.svelte-1gn2zo2 {
	top: 50%;
	right: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toast-container.svelte-1gn2zo2 > :where(.svelte-1gn2zo2):not(:last-child) {
	margin-bottom: 10px;
}

/*------------------------------------*\
  # 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 **/
.modal.fade.show.svelte-z9d1qf {
  display: block;
  pointer-events: none;
}

.icon-window-close.svelte-z9d1qf {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  color: #fff;
}
dialog.svelte-x588u2 {
	max-width: 400px;
	width: 95%;
	border-radius: 0.2em;
	border: none;
	padding: 0;
}
dialog.svelte-x588u2::backdrop {
	background: rgba(0, 0, 0, 0.3);
}
dialog.svelte-x588u2 > div:where(.svelte-x588u2) {
	padding: 1em;
}
dialog[open].svelte-x588u2 {
	animation: svelte-x588u2-zoom 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes svelte-x588u2-zoom {
	from {
		transform: scale(0.95);
	}
	to {
		transform: scale(1);
	}
}
dialog[open].svelte-x588u2::backdrop {
	animation: svelte-x588u2-fade 0.2s ease-out;
}

@keyframes svelte-x588u2-fade {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
button.svelte-x588u2 {
	display: block;
}

.icon-window-close.svelte-x588u2 {
	position: absolute;
	right: 1rem;
	top: 1rem;
	cursor: pointer;
}

/*------------------------------------*\
  # 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 **/
.dialog.svelte-1wibzwk {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  max-height: 85vh;
  width: 95%;
  padding: 1rem;
  z-index: 1055;
  background-color: #fff;
  border: 2px solid transparent;
  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), var(--pm-grad-main);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  overflow: hidden;
  border-radius: 1rem;
}

@keyframes svelte-1wibzwk-zoom {
  from {
    transform: scale(0.95);
  }
  to {
    transform: scale(1);
  }
}
@keyframes svelte-1wibzwk-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
button.svelte-1wibzwk {
  display: block;
}

.icon-window-close.svelte-1wibzwk {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  color: var(--pm-main);
}
/*------------------------------------*\
  # 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 **/
.modal-dialog.bank.svelte-1ime74v {
  max-width: 680px;
  max-height: 90vh;
  overflow-y: auto;
}
.modal-dialog.bank.svelte-1ime74v .modal-header {
  padding-right: 3rem;
}
.modal-dialog.bank.svelte-1ime74v .bank-modal-title:where(.svelte-1ime74v) {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
}
@media (max-width: 599.98px) {
  .modal-dialog.bank.svelte-1ime74v .bank-modal-title:where(.svelte-1ime74v) {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    font-size: 1.1rem;
  }
}

.modal.fade.show.svelte-1ime74v {
  display: block;
  pointer-events: none;
}

.icon-window-close.svelte-1ime74v {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  color: #fff;
}

.bank-tab-box.svelte-1ime74v {
  padding: 2rem;
  width: 100%;
  display: flex;
  gap: 1rem;
}
@media (max-width: 599.98px) {
  .bank-tab-box.svelte-1ime74v {
    flex-wrap: wrap;
  }
}
.bank-tab-box.svelte-1ime74v .bank-tab:where(.svelte-1ime74v) {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e9ecef;
  width: 150px;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 1rem;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (max-width: 599.98px) {
  .bank-tab-box.svelte-1ime74v .bank-tab:where(.svelte-1ime74v) {
    font-size: 1rem;
    padding: 0.5rem;
    width: 120px;
    flex-shrink: 0;
  }
}
.bank-tab-box.svelte-1ime74v .bank-tab.active:where(.svelte-1ime74v) {
  border-width: 5px;
  border-color: var(--pm-main-light);
  background-color: #0d6efd;
  color: #fff;
}
.bank-tab-box.svelte-1ime74v .bank-tab:where(.svelte-1ime74v) .rotate:where(.svelte-1ime74v) {
  transition: transform 0.6s ease;
  transform: rotate(180deg);
}

.bank-logo-box.svelte-1ime74v {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 568px;
  margin-left: 5rem;
  overflow-y: auto;
  max-height: 60vh;
  mask-image: linear-gradient(to bottom, transparent 0%, #fff 0%, #fff 95%, transparent 100%);
}
@media (max-width: 599.98px) {
  .bank-logo-box.svelte-1ime74v {
    width: 350px;
    margin-left: 1.5rem;
    margin-top: 0;
  }
}
.bank-logo-box.svelte-1ime74v .bank-btn:where(.svelte-1ime74v) {
  display: flex;
  align-items: center;
  text-align: start;
  border: none;
  width: 175px;
  font-size: 1.1rem;
  padding: 0.5rem 0;
}
.bank-logo-box.svelte-1ime74v .bank-btn.bank-disabled:where(.svelte-1ime74v) {
  filter: grayscale(100);
}
.bank-logo-box.svelte-1ime74v .bank-btn:where(.svelte-1ime74v):nth-child(3n) {
  margin-right: 0;
}
.bank-logo-box.svelte-1ime74v .bank-btn:where(.svelte-1ime74v):hover {
  background-color: var(--pm-main-light);
}
@media (max-width: 599.98px) {
  .bank-logo-box.svelte-1ime74v .bank-btn:where(.svelte-1ime74v) {
    width: 150px;
    padding-right: 1rem;
    font-size: 1rem;
  }
  .bank-logo-box.svelte-1ime74v .bank-btn:where(.svelte-1ime74v):nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .bank-logo-box.svelte-1ime74v .bank-btn:where(.svelte-1ime74v):nth-child(3n) {
    margin-right: 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 **/
/*------------------------------------*\
  # 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 **/
.board-container.svelte-1flqvws {
  margin: 0 auto 10px;
  border-radius: 0 0 0.5rem 0.5rem;
  word-break: break-all;
  padding: 1.3rem;
}

.board.svelte-1flqvws {
  color: #212529;
  overflow: hidden;
}

.board-header.svelte-1flqvws {
  display: none;
  border-top: var(--pm-list-group-border-width) solid var(--pm-list-group-border-color);
  border-bottom: var(--pm-list-group-border-width) solid var(--pm-list-group-border-color);
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .board-header.svelte-1flqvws {
    display: flex;
  }
}
.board-header.svelte-1flqvws span:where(.svelte-1flqvws) {
  display: inline-block;
  padding: 1rem 0.8rem;
  background-color: #f8f9fa;
}

.board-body.svelte-1flqvws {
  padding-left: 0;
}
.board-body.svelte-1flqvws li:where(.svelte-1flqvws) {
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 0.5rem;
}
.board-body.svelte-1flqvws li:where(.svelte-1flqvws):first-of-type {
  border-top: 1px solid #e9ecef;
}
@media (min-width: 992px) {
  .board-body.svelte-1flqvws li:where(.svelte-1flqvws):first-of-type {
    border-top: 0;
    margin-bottom: 1rem;
  }
}

.placeholder-glow.svelte-1flqvws {
  flex-direction: column;
  padding: 0.5rem 0;
}
@media (min-width: 992px) {
  .placeholder-glow.svelte-1flqvws {
    flex-direction: row;
  }
}
/* (unused) .placeholder-glow .placeholder {
  width: 80% !important;
}*/
@media (min-width: 992px) {
  /* (unused) .placeholder-glow .placeholder {
    width: auto;
  }*/
}

.pagination.svelte-1flqvws {
  display: none;
}
@media (min-width: 992px) {
  .pagination.svelte-1flqvws {
    display: block;
  }
}

.board-footer.svelte-1flqvws {
  text-align: center;
}
@media (min-width: 992px) {
  .board-footer.svelte-1flqvws .next:where(.svelte-1flqvws),
  .board-footer.svelte-1flqvws .prev:where(.svelte-1flqvws) {
    display: 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 **/
.board-container.svelte-n656i8 {
  margin: 0 auto 10px;
  border-radius: 0 0 0.5rem 0.5rem;
  word-break: break-all;
  padding: 1.3rem;
}

.board.svelte-n656i8 {
  color: #212529;
  overflow: hidden;
}

.board-header.svelte-n656i8 {
  display: none;
  border-top: var(--pm-list-group-border-width) solid var(--pm-list-group-border-color);
  border-bottom: var(--pm-list-group-border-width) solid var(--pm-list-group-border-color);
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .board-header.svelte-n656i8 {
    display: flex;
  }
}
.board-header.svelte-n656i8 span:where(.svelte-n656i8) {
  display: inline-block;
  padding: 1rem 0.8rem;
  background-color: #f8f9fa;
}

.board-body.svelte-n656i8 {
  padding-left: 0;
}
.board-body.svelte-n656i8 li:where(.svelte-n656i8) {
  border-bottom: 1px solid #e9ecef;
}
.board-body.svelte-n656i8 li:where(.svelte-n656i8):first-of-type {
  border-top: 1px solid #e9ecef;
}
@media (min-width: 992px) {
  .board-body.svelte-n656i8 li:where(.svelte-n656i8):first-of-type {
    border-top: 0;
  }
}
@media (hover: hover) {
  .board-body.svelte-n656i8 li:where(.svelte-n656i8):hover {
    background-color: var(--pm-main-light);
    background-image: linear-gradient(60deg, rgba(var(--pm-main), 0.15), rgba(214, 51, 132, 0));
  }
}

.placeholder-glow.svelte-n656i8 {
  flex-direction: column;
  padding: 0.5rem 0;
}
@media (min-width: 992px) {
  .placeholder-glow.svelte-n656i8 {
    flex-direction: row;
  }
}
.placeholder-glow.svelte-n656i8 .placeholder:where(.svelte-n656i8) {
  width: 80% !important;
}
@media (min-width: 992px) {
  .placeholder-glow.svelte-n656i8 .placeholder:where(.svelte-n656i8) {
    width: auto;
  }
}

.pagination.svelte-n656i8 {
  display: none;
}
@media (min-width: 992px) {
  .pagination.svelte-n656i8 {
    display: block;
  }
}

.board-footer.svelte-n656i8 {
  text-align: center;
}
@media (min-width: 992px) {
  .board-footer.svelte-n656i8 .next:where(.svelte-n656i8),
  .board-footer.svelte-n656i8 .prev:where(.svelte-n656i8) {
    display: 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 **/
a.svelte-1bvnug9 {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  padding: 0.8rem 0;
  padding-left: 0.5rem;
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  a.svelte-1bvnug9 {
    padding-left: 0;
    flex-direction: row;
    font-size: 1rem;
  }
}

span.svelte-1bvnug9 {
  display: inline-block;
  padding: 0.5rem 0;
}

.nm.svelte-1bvnug9 {
  display: none;
}

.title.svelte-1bvnug9 {
  width: 100%;
  font-weight: 400;
}

.date.svelte-1bvnug9 {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  span.svelte-1bvnug9 {
    padding: 0.5rem 0.8rem;
  }
  .nm.svelte-1bvnug9 {
    display: inline-block;
  }
  .title.svelte-1bvnug9 {
    width: 58.33333333%;
  }
  .date.svelte-1bvnug9 {
    width: 16.6666%;
    padding-top: 0.5rem;
    padding-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 **/
.exchange.svelte-zdi4te {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  cursor: pointer;
  padding: 0.7rem 0;
  font-size: 0.9rem;
  font-weight: 400;
  box-shadow: 0 0 20px rgba(227, 230, 236, 0.6);
  border-radius: 0.375rem;
}
@media (hover: hover) {
  .exchange.svelte-zdi4te:hover {
    font-weight: 900;
    background-color: var(--pm-main-light);
    background-image: linear-gradient(60deg, rgba(var(--pm-main), 0.15), rgba(214, 51, 132, 0));
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border: 1px solid #e9ecef;
    padding: 1rem 0;
    transition: all ease-out 0.1s;
  }
}
.exchange.svelte-zdi4te .desc:where(.svelte-zdi4te) {
  width: 75%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.exchange.svelte-zdi4te .desc:where(.svelte-zdi4te) .detail:where(.svelte-zdi4te) .icon:where(.svelte-zdi4te) {
  position: absolute;
  color: #dc3545;
  padding-left: 0.5rem;
  font-weight: 700;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.exchange.svelte-zdi4te .status:where(.svelte-zdi4te) {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  width: 25%;
  min-width: 100px;
}
.exchange.svelte-zdi4te .chatbot-icon:where(.svelte-zdi4te) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  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);
}
@media (min-width: 992px) {
  .exchange.svelte-zdi4te .no:where(.svelte-zdi4te) {
    width: 8.3333333333%;
    padding: 0.5rem 0.8rem;
  }
  .exchange.svelte-zdi4te .nm:where(.svelte-zdi4te) {
    display: block;
  }
  .exchange.svelte-zdi4te .desc:where(.svelte-zdi4te) .detail:where(.svelte-zdi4te) {
    display: flex;
    flex-direction: row;
  }
  .exchange.svelte-zdi4te .desc:where(.svelte-zdi4te) .detail:where(.svelte-zdi4te) .applying:where(.svelte-zdi4te) {
    width: calc(33.3333333333% - 2rem);
    padding: 0.5rem 0;
    text-wrap: wrap;
  }
  .exchange.svelte-zdi4te .desc:where(.svelte-zdi4te) .detail:where(.svelte-zdi4te) .price:where(.svelte-zdi4te) {
    width: 22.2222222222%;
    padding: 0.5rem 0.8rem;
  }
  .exchange.svelte-zdi4te .desc:where(.svelte-zdi4te) .banking:where(.svelte-zdi4te) {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 44.4444444444%;
    padding-left: 0.8rem;
  }
  .exchange.svelte-zdi4te .desc:where(.svelte-zdi4te) .banking:where(.svelte-zdi4te) .buyer:where(.svelte-zdi4te) {
    width: 50%;
    padding: 0.5rem 0;
  }
  .exchange.svelte-zdi4te .desc:where(.svelte-zdi4te) .banking:where(.svelte-zdi4te) .datetime:where(.svelte-zdi4te) {
    display: inline-block;
    padding: 0.5rem 0.8rem;
    width: 50%;
  }
  .exchange.svelte-zdi4te .status:where(.svelte-zdi4te) {
    width: 16.6666666667%;
    padding: 0.5rem 0.8rem;
    justify-content: flex-start;
  }
  .exchange.svelte-zdi4te .status:where(.svelte-zdi4te) .chatbot-icon:where(.svelte-zdi4te) {
    position: absolute;
    left: -22px;
  }
}
/*------------------------------------*\
  # 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 **/
span.svelte-icioep {
  font-weight: 400;
  font-size: 0.7rem;
  cursor: default;
  min-width: 60px;
  margin-left: auto;
}
span.btn-info.svelte-icioep {
  font-weight: 600;
  color: #ffffff;
}
/*------------------------------------*\
  # 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 **/
@keyframes svelte-gtn5hk-bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.tool-tip.svelte-gtn5hk {
  position: absolute;
  width: 20rem;
  padding: 1rem;
  font-size: 0.9rem;
  border-radius: 1rem;
  border: 1px solid #efefef;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  background-color: var(--pm-main);
  color: #ffffff;
  pointer-events: none;
  filter: brightness(1.3);
  animation: svelte-gtn5hk-bounce2 2s ease 1;
}
.tool-tip.svelte-gtn5hk h6:where(.svelte-gtn5hk) {
  margin-bottom: 0;
}

.tool-tip.svelte-gtn5hk:before {
  content: "";
  position: absolute;
  right: 10%;
  bottom: -5px;
  transform: rotate(45deg);
  width: 0.8rem;
  height: 0.8rem;
  background: inherit;
  filter: inherit;
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-radius: 0.25rem;
}
/*------------------------------------*\
  # 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 **/
.icon-window-close.svelte-1pzwcan {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  color: var(--pm-main);
}

.tool-tip-box.svelte-1pzwcan {
  display: none;
}

.invalid.svelte-1pzwcan ~ .tool-tip-box:where(.svelte-1pzwcan) {
  display: block;
}
/*------------------------------------*\
  # 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 **/
.page-loader.svelte-1v8slv6 {
  display: flex;
  min-height: 50vh;
  align-items: center;
  justify-content: center;
}
/*------------------------------------*\
  # 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 **/
ul.svelte-19qll7u {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 1px solid #e9ecef;
}
ul.svelte-19qll7u .title:where(.svelte-19qll7u) {
  font-weight: 400;
}

li.svelte-19qll7u {
  flex: 1 1 0;
  text-align: center;
}

span.svelte-19qll7u {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  cursor: pointer;
  color: #dee2e6;
}

span.svelte-19qll7u:hover,
li.active.svelte-19qll7u > span:where(.svelte-19qll7u):hover {
  color: var(--pm-main);
}

li.active.svelte-19qll7u > span:where(.svelte-19qll7u) {
  display: inline-block;
  position: relative;
  color: var(--pm-main);
  background-color: #fff;
  transition: border-width 0.6s linear;
}

@keyframes svelte-19qll7u-line2 {
  100% {
    width: 80%;
  }
}
li.active.svelte-19qll7u > span:where(.svelte-19qll7u):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.2rem;
  background: var(--pm-main);
  border-radius: 2em;
  animation: svelte-19qll7u-line2 0.3s 0.2s both;
}
/*------------------------------------*\
  # 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 **/
.form-control-lg.svelte-1mq8y5b {
  font-weight: 200;
  margin-bottom: 0.5rem;
  background-color: var(--pm-main-light);
}

.pm-pin.svelte-1mq8y5b {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* (unused) textarea.form-control {
  display: block;
  width: 100%;
  min-height: 200px;
  font-weight: lighter;
  background-color: var(--pm-main-light);
  margin-bottom: 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 **/
.col-3.svelte-f1xxka {
  width: 23.5% !important;
}

.col-4.svelte-f1xxka {
  width: 32.3% !important;
}

.col-12.svelte-f1xxka {
  width: 100% !important;
}

.form-control-lg.svelte-f1xxka {
  font-weight: 200;
  margin-bottom: 0.5rem;
  background-color: var(--pm-main-light);
  font-size: 0.875rem;
  text-align: center;
}
/*------------------------------------*\
  # 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 **/
.dashboard-container.svelte-1x44azp {
  position: relative;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 0.5rem;
  background: #fff;
  overflow: hidden;
}
.dashboard-container.svelte-1x44azp .card-header:where(.svelte-1x44azp) {
  background-color: var(--pm-main-light);
  padding: 1.3rem;
}
.dashboard-container.svelte-1x44azp .dashboard-header-btn-group:where(.svelte-1x44azp) {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.dashboard-container.svelte-1x44azp .dashboard-header-btn-group:where(.svelte-1x44azp) .dashboard-btn:where(.svelte-1x44azp) {
  color: var(--pm-main);
  font-weight: bolder;
}
.dashboard-container.disable.svelte-1x44azp .card-header:where(.svelte-1x44azp) {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  background-color: #fff;
  font-size: 1rem !important;
  color: #343a40;
}
.dashboard-container.disable.svelte-1x44azp .card-header:where(.svelte-1x44azp) .dashboard-subtitle:where(.svelte-1x44azp) {
  font-size: 0.6rem;
  color: #343a40 !important;
}
.dashboard-container.disable.svelte-1x44azp .card-header:where(.svelte-1x44azp) .title-icon {
  font-size: 1.2rem !important;
}
.dashboard-container.svelte-1x44azp .card:where(.svelte-1x44azp) {
  border: none;
}
.dashboard-container.svelte-1x44azp .card:where(.svelte-1x44azp) .card-header:where(.svelte-1x44azp) {
  display: flex;
  position: relative;
  border: none;
  font-size: 1.1rem;
  font-weight: 700;
  transition: all 0.1s ease-in-out;
}
.dashboard-container.svelte-1x44azp .card:where(.svelte-1x44azp) .card-header:where(.svelte-1x44azp) .dashboard-subtitle:where(.svelte-1x44azp) {
  font-weight: 400;
  font-size: 0.8rem;
}
.dashboard-container.svelte-1x44azp .card:where(.svelte-1x44azp) .card-header:where(.svelte-1x44azp) .title-icon {
  color: var(--pm-main);
  font-size: calc(1.3rem + 0.6vw);
}
.dashboard-container.svelte-1x44azp .card:where(.svelte-1x44azp) .card-body:where(.svelte-1x44azp) {
  position: relative;
  padding: 1rem;
  background-color: #fff;
  border-radius: 0.5rem;
}

.cnt-badge.svelte-1x44azp {
  width: 20px;
  height: 20px;
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #198754;
  font-size: 0.8rem;
  border-radius: 1rem;
  top: -0.8rem;
}
/*------------------------------------*\
  # 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-1f2vf7h {
  min-height: 350px;
}
.notice-summary.svelte-1f2vf7h .list-group:where(.svelte-1f2vf7h) {
  border-radius: 0;
  font-size: 0.9rem;
}
.notice-summary.svelte-1f2vf7h .list-group-item:where(.svelte-1f2vf7h) {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  border-left: none;
  border-right: none;
  border-color: #dee2e6;
  background-color: #fff;
}
.notice-summary.svelte-1f2vf7h .list-group-item:where(.svelte-1f2vf7h) .notice:where(.svelte-1f2vf7h) {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.notice-summary.svelte-1f2vf7h .list-group-item:where(.svelte-1f2vf7h) .notice:where(.svelte-1f2vf7h) .icon:where(.svelte-1f2vf7h) {
  position: absolute;
  color: #dc3545;
  padding-left: 0.5rem;
  font-weight: 700;
}
.notice-summary.svelte-1f2vf7h .list-group-item:where(.svelte-1f2vf7h) .notice:where(.svelte-1f2vf7h) .title:where(.svelte-1f2vf7h) {
  display: inline-block;
  padding-left: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice-summary.svelte-1f2vf7h .list-group-item:where(.svelte-1f2vf7h) .notice:where(.svelte-1f2vf7h) .date:where(.svelte-1f2vf7h) {
  color: #495057;
  text-align: end;
  font-size: 0.75rem;
  display: inline-block;
  padding-right: 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-1fnivl2 {
  padding-top: 6rem;
}
@media (max-width: 599.98px) {
  .no-items.svelte-1fnivl2 {
    padding: 2rem 0;
  }
}

.chatbot-icon.svelte-1fnivl2 {
  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-1fnivl2: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-1fnivl2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0.5rem;
}

.list-group.svelte-1fnivl2 {
  border-radius: 0;
  font-size: 0.9rem;
  transition: all ease 0.5s;
}
.list-group.svelte-1fnivl2 .list-group-item:where(.svelte-1fnivl2) {
  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-1fnivl2 .list-group-item:where(.svelte-1fnivl2) .exchange:where(.svelte-1fnivl2) {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.list-group.svelte-1fnivl2 .list-group-item:where(.svelte-1fnivl2) .exchange:where(.svelte-1fnivl2) .icon:where(.svelte-1fnivl2) {
  position: absolute;
  color: #dc3545;
  padding-left: 0.5rem;
  font-weight: 700;
}
.list-group.svelte-1fnivl2 .list-group-item:where(.svelte-1fnivl2) .exchange:where(.svelte-1fnivl2) .title:where(.svelte-1fnivl2) {
  display: inline-block;
  padding-left: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.placeholder-glow.svelte-1fnivl2 {
  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 **/
textarea.form-control.svelte-b8lawp {
  display: block;
  width: 100%;
  min-height: 200px;
  font-weight: lighter;
  background-color: var(--pm-main-light);
  margin-bottom: 1rem;
}
  .dropzone.svelte-13pdczd {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-width: 2px;
    border-radius: 2px;
    border-color: #eeeeee;
    border-style: dashed;
    background-color: #fafafa;
    color: #bdbdbd;
    outline: none;
    transition: border 0.24s ease-in-out;
  }
  .dropzone.svelte-13pdczd:focus {
    border-color: #2196f3;
  }

/*------------------------------------*\
  # 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 **/
.upload-btn.svelte-r5a7g4 {
  border-width: 2px;
  color: #0d6efd;
  border-color: #0d6efd;
  padding: 2px 5px;
  border-style: dotted;
  border-radius: 5px;
  margin-bottom: 3px;
}

.preview.svelte-r5a7g4 {
  display: inline-block;
  position: relative;
}
.preview.svelte-r5a7g4 .badge:where(.svelte-r5a7g4) {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 20%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: 400;
  width: 20px;
  height: 20px;
  font-size: 0.7rem;
  text-align: center;
}
.preview.svelte-r5a7g4 .extracting:where(.svelte-r5a7g4),
.preview.svelte-r5a7g4 .extracted:where(.svelte-r5a7g4) {
  position: absolute;
  text-align: center;
  font-weight: bolder;
  width: 100%;
}
.preview.svelte-r5a7g4 .extracting:where(.svelte-r5a7g4) {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pm-main);
  font-size: 0.5rem;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.9;
}
.preview.svelte-r5a7g4 .extracted:where(.svelte-r5a7g4) {
  top: 50%;
  background-color: var(--pm-main);
  font-size: 0.7rem;
  color: #ffffff;
}
.preview.svelte-r5a7g4 img.thumb:where(.svelte-r5a7g4) {
  width: 50px;
  height: 50px;
}
.preview.svelte-r5a7g4 + .origin:where(.svelte-r5a7g4) {
  position: absolute;
  width: 80%;
  display: none;
}
.preview.svelte-r5a7g4:hover + .origin:where(.svelte-r5a7g4) {
  display: block;
  bottom: 100%;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}
/*------------------------------------*\
  # 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 **/
.err-main.svelte-muot5p {
  padding: 1rem;
}

.error-container.svelte-muot5p {
  max-width: 700px;
  margin: 2rem auto 10rem;
}
.error-container.svelte-muot5p .info:where(.svelte-muot5p) {
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 8px;
  margin-bottom: 1rem;
}
.error-container.svelte-muot5p .card-header:where(.svelte-muot5p) {
  background-color: var(--pm-main);
  color: #fff;
  padding: 1rem;
}
.error-container.svelte-muot5p .card-body:where(.svelte-muot5p) {
  font-weight: normal;
  padding: 2.5rem 1rem;
}
.error-container.svelte-muot5p .card-footer:where(.svelte-muot5p) {
  padding: 1rem;
}
.error-container.svelte-muot5p .btn:where(.svelte-muot5p) {
  min-width: 100px;
}