._aiAgentPopup_1d3m6_1 {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  background-color: #f7f8ec;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 216px;
  position: relative;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

._bgImage_1d3m6_18 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

._bgImage_1d3m6_18 svg {
  width: 100%;
  height: 100%;
}

/* 컨텐츠 영역 */
._popupContent_1d3m6_33 {
  width: 100%;
  height: 176px;
  align-self: stretch;
  background: transparent;
  text-align: center;

  position: relative;
  z-index: 1;
}

._popupTitle_1d3m6_44 {
  color: var(--text-default, #111115);

  /* lg/Bold */
  font-family: var(--body, SUIT);
  font-size: var(--size-lg, 18px);
  font-style: normal;
  font-weight: var(--weight-bold, 700);
  line-height: var(--line-height-leading-7, 28px); /* 155.556% */
  letter-spacing: var(--letter-spacing-tracking-normal, -0.25px);
}

._popupDescription_1d3m6_56 {
  color: var(--text-subtle, #4e4e55);

  text-align: center;
  font-family: Inter, SUIT;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.28px;
}

._btnWrapper_1d3m6_68 {
  display: flex;
  width: 100%;
  border-top: 1px solid var(--border-darker, rgba(39, 39, 42, 0.15));
}

._popupCtaButton_1d3m6_74:disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
  pointer-events: none;
}

/* 기본 버튼 스타일 */
._popupCtaButton_1d3m6_74 {
  width: 50%;
  padding: 10px 17px;

  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);

  display: inline-block;
  color: #fff;
  font-size: 14px;
  cursor: pointer !important;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -0.6px;
  background: #fff;
  border: none;

  p {
    color: var(--text-default, #111115);
    font-family: var(--body, SUIT);
    font-size: 13px;
    font-style: normal;
    font-weight: var(--weight-medium, 500);
    line-height: var(--line-height-leading-5, 20px); /* 153.846% */
    letter-spacing: var(--letter-spacing-tracking-normal, -0.25px);
    word-break: keep-all;
  }
}

._circle_1d3m6_112 {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  left: 46%;
  transform: translateX(-50%);
  bottom: 40px;
}

._circle1_1d3m6_123,
._circle2_1d3m6_124,
._circle3_1d3m6_125,
._star_1d3m6_126 {
  position: absolute;
  pointer-events: none;
}

._circle1_1d3m6_123 {
  top: 67%;
  left: 50%;
  transform: translate(-50%, -50%);
}

._circle2_1d3m6_124 {
  top: 72%;
  left: 50%;
  transform: translate(-50%, -50%);
}

._circle3_1d3m6_125 {
  top: 71%;
  left: 50%;
  transform: translate(-50%, -50%);
}

._star_1d3m6_126 {
  top: 77%;
  left: 50%;
  transform: translate(-50%, -50%);
}

._speechBubble_1d3m6_155 {
  display: inline-flex;
  padding: 3.718px 5.576px;
  align-items: center;
  gap: 3.718px;
  border-radius: 92.941px;
  border: 0.929px solid rgba(0, 0, 0, 0.05);
  background: #fff;
  color: #5b6757;
  font-family: Inter, SUIT;
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  line-height: 14.871px;
  letter-spacing: -0.139px;
}

._bubbleLeft_1d3m6_172,
._bubbleRight_1d3m6_173 {
  position: absolute;
}

._bubbleRight_1d3m6_173 {
  bottom: 25%;
  left: 50%;
}

._bubbleLeft_1d3m6_172 {
  bottom: 16%;
  left: 5%;
}

._sparkleIcon_1d3m6_187 {
  font-size: 14px;
}

._typingIndicator_1d3m6_191 {
  display: flex;
  align-items: center;
  gap: 3px;
}

._typingIndicator_1d3m6_191 ._dot_1d3m6_197 {
  width: 3.879px;
  height: 3.879px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 7.759px;
  background: #1be2b0;
}

._typingIndicator_1d3m6_191 ._dot_1d3m6_197:nth-child(2) {
  width: 6.465px;
  height: 6.465px;
  background: #33afdb;
}

._typingIndicator_1d3m6_191 ._dot_1d3m6_197:nth-child(3) {
  width: 3.879px;
  height: 3.879px;
  background: #4b71ff;
}

._typingDots_1d3m6_218 {
  position: absolute;
  bottom: 10%;
  right: 15%;
  display: inline-flex;
  padding: 3.718px;
  align-items: center;
  border-radius: 92.941px;
  border: 0.929px solid rgba(0, 0, 0, 0.05);
  background: #fff;
}

._dotContainer_1d3m6_230 {
  display: flex;
  width: 28.812px;
  height: 6.506px;
  padding: 0 5.172px;
  align-items: center;
  gap: 2.586px;
}

._dot_1d3m6_197 {
  width: 3.879px;
  height: 3.879px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 7.759px;
  background: #c2c2c2;
}

/* 하단 */
._popupFooter_1d3m6_249 {
  display: flex;
  height: 40px;
  padding: 8px 10px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: #fff;
  position: relative;
  z-index: 1;
}

._dontShowLabel_1d3m6_261 {
  display: flex;
  align-items: center;
  gap: 4px;

  color: var(--label-primaryLabel, #38373e);
  text-align: center;

  /* body-text */
  font-family: Inter, SUIT;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
}

._dontShowLabel_1d3m6_261 input[type='checkbox'] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: #1a1a1a;
}

._closeButton_1d3m6_285 {
  color: var(--label-primaryLabel, #38373e);
  text-align: center;
  font-family: Inter, SUIT;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.18px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;

  background: transparent;
  border: none;
  cursor: pointer;
}

._closeButton_1d3m6_285:hover {
  color: #1a1a1a;
}

._textContent_1d3m6_309 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px 0 56px;
}

/* 반응형 */
@media (max-width: 400px) {
  ._aiAgentPopup_1d3m6_1 {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
  }
}
.rta {
  position: relative;
  font-size: 18px;
  width: 100%;
  height: 100%;
}
.rta__loader.rta__loader--empty-suggestion-data {
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(27, 31, 35, 0.1);
  padding: 5px;
}
.rta--loading .rta__loader.rta__loader--suggestion-data {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.rta--loading .rta__loader.rta__loader--suggestion-data > * {
  position: relative;
  top: 50%;
}
.rta__textarea {
  width: 100%;
  height: 100%;
  font-size: 1em;
}
.rta__autocomplete {
  position: absolute;
  display: block;
  margin-top: 1em;
}
.rta__autocomplete--top {
  margin-top: 0;
  margin-bottom: 1em;
}
.rta__list {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #dfe2e5;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(27, 31, 35, 0.1);
  list-style: none;
}
.rta__entity {
  background: white;
  width: 100%;
  text-align: left;
  outline: none;
}
.rta__entity:hover {
  cursor: pointer;
}
.rta__item:not(:last-child) {
  border-bottom: 1px solid #dfe2e5;
}
.rta__entity > * {
  padding-left: 4px;
  padding-right: 4px;
}
.rta__entity--selected {
  color: #fff;
  text-decoration: none;
  background: #0366d6;
}
.Toastify__toast-container {
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 9999px);
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--dark {
  background: #121212;
  color: #fff;
}
.Toastify__toast--default {
  background: #fff;
  color: #aaa;
}
.Toastify__toast--info {
  background: #3498db;
}
.Toastify__toast--success {
  background: #07bc0c;
}
.Toastify__toast--warning {
  background: #f1c40f;
}
.Toastify__toast--error {
  background: #e74c3c;
}
.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
  }
}
.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.Toastify__close-button--default {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}
.Toastify__progress-bar--default {
  background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
}
.Toastify__progress-bar--dark {
  background: #bb86fc;
}
@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

/*# sourceMappingURL=ReactToastify.css.map */* {
  margin: 0;
  padding: 0;
}

html,
body,
#root {
  height: 100%;
  font-family: 'SUIT Variable', SUIT, sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

button {
  transition-duration: 0.2s;
}

:root {
  --royal-blue: #2c55dd;
  --light-blue: #377dff;
  --dark-blue: #113ac2;
  --black-pearl: #071b32;
  --black: #1a1a1a;
  --brown-grey: #989898;
  --pale-lilac: #e5e6eb;
  --white: #ffffff;
  --pale-grey: #f6f9fc;

  /* 솔루션 별 브랜드 컬러 변수 */
  /* primary (메인 컬러) */
  --primary-color-bot: #306afe;
  --primary-color-happysync: #ffd549;
  --primary-color-sangdamcall: #00906b;
  --primary-color-happytalk: #8294ae;
  --primary-color-heythere: #775dc3;
  /* secondary */
  --secondary-color-happytalk: #8294ae;
  /* fill (secondary Btn 배경) */
  --brand-fill-heythere-fill: rgba(103, 56, 239, 0.1);
  --brand-fill-happytalk-fill: rgba(89, 136, 254, 0.1);
  --brand-fill-sangdamcall-fill: rgba(0, 144, 107, 0.1);
  --brand-fill-sync-fill: rgba(243, 194, 27, 0.1);
  --brand-fill-bot-fill: rgba(48, 106, 254, 0.1);
  /* interaction (hover or select) */
  --brand-interaction-heythere-interaction: rgba(103, 56, 239, 0.1);
  --brand-interaction-happytalk-interaction: rgba(89, 136, 254, 0.1);
  --brand-interaction-sangdamcall-interaction: rgba(0, 144, 107, 0.1);
  --brand-interaction-sync-interaction: rgba(243, 194, 27, 0.1);
  --brand-interaction-bot-interaction: rgba(48, 106, 254, 0.1);
  /* interaction-focus (focus) */
  --brand-interaction-focus-heythere-inter-focus: rgba(103, 56, 239, 0.16);
  --brand-interaction-focus-happytalk-inter-focus: rgba(89, 136, 254, 0.16);
  --brand-interaction-focus-sangdamcall-inter-focus: rgba(0, 144, 107, 0.16);
  --brand-interaction-focus-sync-inter-focus: rgba(243, 194, 27, 0.16);
  --brand-interaction-focus-bot-focus: rgba(48, 106, 254, 0.16);

  /* status color */
  --red: #f9642a;
  --caution: #ff7a00;
  --green: #00ba77;
  --blue: #0a7aff;
  --yellow: #ffc107;

  /* status fill color */
  --red-fill: rgba(249, 100, 42, 0.1);
  --caution-fill: rgba(255, 122, 0, 0.1);
  --green-fill: rgba(0, 186, 119, 0.1);
  --blue-fill: rgba(10, 122, 255, 0.1);
  --yellow-fill: #fff8e1;

  /* label color */
  --primary-black: #38373e;
  --secondary-black: #8a8a8e;
  --tertiary-black: rgba(60, 60, 67, 0.3);
  --quaternary-black: rgba(60, 60, 67, 0.2);

  /* background color */
  --primary-background: #f2f4f7;
  --secondary-background: rgba(60, 60, 67, 0.2);
  --tertiary-background: #f4f5f5;

  --white-group-background: #ffffff;

  /* separator - area divisionr*/
  --separator: rgba(60, 60, 67, 0.08);
  /* black */
  /* 완전한 불투명도 (100%) */
  --black-100: rgba(0, 0, 0, 1);
  /* 50% 불투명도 */
  --black-50: rgba(0, 0, 0, 0.5);
  /* 10% 불투명도 */
  --black-10: rgba(0, 0, 0, 0.1);
  /* 5% 불투명도 */
  --black-5: rgba(0, 0, 0, 0.05);

  /* 임시 */
  --form-border: #c7c7c7;

  /* graph */
  --graph-sky: #8fc7ff;
  --graph-yellow: #f5e699;
  --graph-green: #9cf3d6;
  --graph-gray: #e5e5ea;
  --graph-red: #fdccbd;
  --graph-purple: #bdb4ee;

  /* LNB */
  --lnb-width: 60px;
  --lnb-sub-width: 244px;

  /* space */
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-5: 20px;
  --s-6: 24px;

  /* radius */
  --r-8: 8px;
  --r-12: 12px;
  --r-16: 16px;
  --r-24: 24px;

  --happytalk: #5988fe;
  --happytalk-interaction: #5988fe1a;
  --tertiary-fill: #8c8c9c1f;

  --text-default: #111115;
}

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

a {
  text-decoration: none;
}

.diagram-container {
  cursor: move;
  background-color: #fff;
  background-image:
    linear-gradient(#fafafa 1px, transparent 1px), linear-gradient(90deg, #fafafa 1px, transparent 1px),
    linear-gradient(#fafafa 1px, transparent 1px), linear-gradient(90deg, #fafafa 1px, transparent 1px);
  background-size: 20px 20px;
  background-position: -1px -1px;
  width: 100%;
  height: 100%;
}

body.play-scenario-canvas-move .diagram-container > svg,
body.play-scenario-canvas-move .diagram-container > div {
  /* border: 1px solid #ff0000; */
  transition-duration: 0.4s;
  transition-property: transform;
}

/** Toastify - https://fkhadra.github.io/react-toastify/how-to-style */

.Toastify__toast-container {
  z-index: 99999999;
  bottom: 60px;
  padding: 0;
  min-width: 240px;
  width: auto;
}

.Toastify__toast {
  min-height: 40px;
  padding-left: 14px;
}

.Toastify__close-button {
  margin-top: 2px;
}

/** Toastify Colors */
.Toastify__toast--info {
  background: #e3f1ff;
  color: #6e9ffe;
  border-bottom: 1px solid #cedef4;
}

.Toastify__close-button--info {
  color: #377dff;
}

/** https://github.com/fkhadra/react-contexify */
.react-contexify .playground-menu-group .react-contexify__item__content {
  padding: 8px 12px;
}

.react-contexify .playground-menu-sub .react-contexify__item {
  vertical-align: middle;
}

.c-drag-area {
  height: 18px;
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-app-region: drag;
}
@font-face {
  font-family: 'Inter';
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/Inter/Inter-VariableFont_opsz,wght.ttf) format('truetype');
}
/*
IBM Plex Mono
Optimized for macOS + Windows cross-platform consistency
*/

@font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/IBM_Plex_Mono/IBMPlexMono-Thin.ttf) format('truetype');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/IBM_Plex_Mono/IBMPlexMono-ExtraLight.ttf) format('truetype');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/IBM_Plex_Mono/IBMPlexMono-Light.ttf) format('truetype');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/IBM_Plex_Mono/IBMPlexMono-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/IBM_Plex_Mono/IBMPlexMono-Medium.ttf) format('truetype');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/IBM_Plex_Mono/IBMPlexMono-SemiBold.ttf) format('truetype');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(/fonts/IBM_Plex_Mono/IBMPlexMono-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'SUIT';
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/SUIT-Variable-woff2/SUIT-Variable.woff2) format('woff2');
}
