@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 **/
@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__vertex.svelte-gtn5hk {
  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;
}