@charset "UTF-8";

/* src/styles.scss */
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  z-index: 1000;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  opacity: 0;
  z-index: 1000;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.cdk-overlay-backdrop-showing {
  opacity: 1;
}
@media (forced-colors: active) {
  .cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(var(--gray-90-rgb), 0.5);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing,
.cdk-high-contrast-active .cdk-overlay-transparent-backdrop {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
  z-index: 1000;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  overflow: hidden;
}
app-root {
  position: relative;
  z-index: 0;
  display: block;
  min-height: 100dvh;
}
.touch-screen * {
  cursor: default !important;
}
:root {
  --white: #ffffff;
  --black: #000000;
  --black-100: #141517;
  --gray-100: #2f2d2d;
  --gray-90: #575555;
  --gray-90-rgb:
    87,
    85,
    85;
  --gray-80: #848382;
  --gray-70: #bcbaba;
  --gray-60: #d8d8d8;
  --gray-50: #eeeeee;
  --gray-40: #f1f0ef;
  --gray-30: #faf9f9;
  --point-200: #d3243b;
  --point-100: #e34a5e;
  --point-20: #f9dbdf;
  --point-10: #fdedef;
  --point-5: #fdf6f7;
  --label-yellow: rgb(255, 232, 133);
  --label-green: #bbe17b;
  --label-skyblue: #bbeaff;
  --label-lavender: #a2bdfc;
  --label-pink: #ffa5c1;
  --label-orange: #f8b990;
  --label-mint: #6ad2c0;
  --label-turquoise: #6b9cb2;
  --label-purple: #9289d2;
  --label-red: #eb7c7c;
  --state-error-100: #c2273b;
  --state-error-10: #f9eaec;
  --state-error-5: #fcf4f5;
  --state-success-100: #0d755e;
  --state-success-10: #e7f2ef;
  --state-success-5: #f3f8f7;
  --state-warning-100: #c96b12;
  --state-warning-10: #faf1e8;
  --state-warning-5: #fcf7f3;
  --state-etc-100: #3457b1;
  --state-etc-10: #ebeff8;
  --state-etc-5: #f5f6fb;
}
.pretendard-bold-32 {
  color: var(--text-color, var(--black-100, #141517));
  font-family: "Pretendard";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 44.2px;
}
.pretendard-bold-27 {
  color: var(--text-color, var(--black-100, #141517));
  font-family: "Pretendard";
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 38.9px;
}
.pretendard-bold-20 {
  color: var(--text-color, var(--black-100, #141517));
  font-family: "Pretendard";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.9px;
}
.pretendard-bold-17 {
  color: var(--text-color, var(--black-100, #141517));
  font-family: "Pretendard";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.3px;
}
.pretendard-bold-15 {
  color: var(--text-color, var(--black-100, #141517));
  font-family: "Pretendard";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.1px;
}
.pretendard-bold-14 {
  color: var(--text-color, var(--black-100, #141517));
  font-family: "Pretendard";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.8px;
}
.pretendard-regular-17 {
  color: var(--text-color, var(--black-100, #141517));
  font-family: "Pretendard";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.3px;
}
.pretendard-regular-15 {
  color: var(--text-color, var(--black-100, #141517));
  font-family: "Pretendard";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.1px;
}
.pretendard-regular-14 {
  color: var(--text-color, var(--black-100, #141517));
  font-family: "Pretendard";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.8px;
}
.cdk-overlay-container .modal {
  pointer-events: none;
}
.cdk-overlay-container .modal__container,
.cdk-overlay-container .modal__container-step1,
.cdk-overlay-container .modal__container-step1-1,
.cdk-overlay-container .modal__container-step1-2,
.cdk-overlay-container .modal__container-step2,
.cdk-overlay-container .modal__container-step3,
.cdk-overlay-container .modal__container-step3-1,
.cdk-overlay-container .modal__container-step4,
.cdk-overlay-container .modal__container-step5,
.cdk-overlay-container .modal__container-step6,
.cdk-overlay-container .modal__container-step7,
.cdk-overlay-container .modal__container-step8,
.cdk-overlay-container .modal__container-step9,
.cdk-overlay-container .modal__container__cancel,
.cdk-overlay-container .modal__container__empty,
.cdk-overlay-container .modal__container__locker {
  pointer-events: auto;
}
.cdk-global-overlay-wrapper:has(.toast-overlay-pane) {
  z-index: 8888 !important;
}
.shadow-layout {
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0px 5px 18px 0px #efeeed;
}
.shadow-modal {
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0px 5px 18px 0px #c6c6c6;
}
.shadow-mini-modal {
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0px 3px 14px 0px #e0e0e0;
}
.shadow-folder {
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0px 3px 6px 0px rgba(235, 124, 124, 0.3);
}
.shadow-locker-card {
  border-radius: 20px;
  background: var(--white);
  box-shadow: 1px 2px 4px 0px #f2f2f2;
}
.shadow-drag-and-drop {
  border-radius: 20px;
  background: var(--white);
  box-shadow: 1px 1px 13px 3px #c7c7c7;
}
.shadow-card {
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0px 1px 7px 1px #e1e1e1;
}
.shadow-top-bar {
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0px 2px 10px 0px #efeeed;
}
.shadow-bottom-bar {
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0px -2px 15px 0px #efeeed;
}
.shadow-table-h-scroll {
  border-radius: 20px;
  background: var(--white);
  box-shadow: 3px 0px 15px 0px #e1e1e1;
}
.shadow-selected-locker {
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0px 0px 0px 2.5px #2f2d2d;
}
.icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.icon-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  border: 1px solid var(--gray-60);
  cursor: pointer;
}
.icon-button-xl-ghost {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  border: 1px solid var(--gray-60);
  cursor: pointer;
}
.icon-button-xl-ghost:hover {
  background: var(--gray-30);
}
.icon-button-xl-ghost:focus-visible {
  outline: 2px solid var(--black-100);
}
.icon-button-xl-bg {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  background: var(--gray-90);
  cursor: pointer;
}
.icon-button-xl-bg:hover {
  background: var(--gray-100);
}
.icon-button-xl-bg:focus-visible {
  outline: 2px solid var(--black-100);
}
.icon-button-m-ghost {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid var(--gray-60);
  cursor: pointer;
}
.icon-button-m-ghost:hover {
  background: var(--gray-30);
}
.icon-button-m-ghost:focus-visible {
  outline: 2px solid var(--black-100);
}
.icon-button-m-ghost-red {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid var(--point-100);
  cursor: pointer;
}
.icon-button-m-ghost-red:hover {
  background: var(--point-5);
}
.icon-button-m-ghost-red:focus-visible {
  border: 2px solid var(--black-100);
}
.icon-button-m-bg {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: var(--point-100);
  cursor: pointer;
}
.icon-button-m-bg:hover {
  background: var(--point-200);
}
.icon-button-m-bg:focus-visible {
  outline: 2px solid var(--black-100);
}
.icon-button-m-no-border {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  cursor: pointer;
}
.icon-button-m-no-border:hover {
  background: var(--gray-30);
}
.icon-button-m-no-border:focus-visible {
  outline: 2px solid var(--black-100);
}
.icon-button-s-ghost {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  border-radius: 12px;
  border: 1px solid var(--gray-60);
  cursor: pointer;
}
.icon-button-s-ghost:hover {
  background: var(--gray-30);
}
.icon-button-s-ghost:focus-visible {
  outline: 2px solid var(--black-100);
}
.icon-button-s-ghost--disabled {
  cursor: not-allowed;
}
.icon-button-s-ghost--disabled svg path {
  fill: var(--gray-60);
}
.icon-button-s-ghost--disabled:hover {
  background-color: var(--white);
}
.icon-button-s-no-border {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  border-radius: 12px;
  cursor: pointer;
}
.icon-button-s-no-border:hover {
  background: var(--gray-30);
}
.icon-button-s-no-border:focus-visible {
  outline: 2px solid var(--black-100);
}
.icon-button-s-no-border--disabled {
  cursor: not-allowed;
}
.icon-button-s-no-border--disabled svg path {
  fill: var(--gray-60);
}
.icon-button-s-no-border--disabled:hover {
  background-color: var(--white);
}
.icon-button-xs-border {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.icon-button-xs-border:hover svg.caret-circle-down {
  display: none !important;
}
.icon-button-xs-border:hover svg.caret-circle-down-duotone {
  display: inline !important;
}
.icon-button-xs-border:focus-visible {
  border-radius: 2px;
  border: 2px solid var(--black-100);
}
.icon-button-xs-fill {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  border-radius: 12px;
  border: 1.5px solid var(--white);
  background: var(--gray-100);
  cursor: pointer;
}
.icon-button-xs-fill:hover {
  background: var(--black-100);
}
.icon-button-xs-fill:focus-visible {
  border: 1.5px solid var(--black-100);
  outline: 2px solid var(--black-100);
}
.icon-button-xs-no-border {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 12px;
  cursor: pointer;
}
.icon-button-xs-no-border:hover {
  background: var(--gray-30);
}
.icon-button-xs-no-border:focus-visible {
  border: 2px solid var(--black-100);
}
.icon-text-button-l-case1-1 {
  display: flex;
  align-items: center;
  height: 45px;
  padding: 9px 25px 7px 20px;
  border-radius: 14px;
  background: var(--point-5);
  cursor: pointer;
}
.icon-text-button-l-case1-1__icon {
  margin-right: 10px;
}
.icon-text-button-l-case1-1__text {
  color: var(--point-100);
  font-family: "Pretendard";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.3px;
}
.icon-text-button-l-case1-1__spinner svg {
  display: none;
  animation: rotate 1s infinite linear;
}
.icon-text-button-l-case1-1:hover {
  background: var(--point-10);
}
.icon-text-button-l-case1-1:focus-visible {
  outline: 2px solid var(--black-100);
}
.icon-text-button-l-case1-1--progress .icon-text-button-l-case1-1__spinner svg {
  display: block !important;
}
.icon-text-button-l-case1-1--progress .icon-text-button-l-case1-1__icon {
  display: none !important;
}
.icon-text-button-l-case1-1--progress .icon-text-button-l-case1-1__text {
  margin-left: 10px;
}
.icon-text-button-l-case1-1--disabled {
  background-color: var(--gray-50);
  cursor: not-allowed;
}
.icon-text-button-l-case1-1--disabled .icon-text-button-l-case1-1__text {
  color: white;
}
.icon-text-button-l-case1-1--disabled svg path {
  fill: var(--white);
}
.icon-text-button-l-case1-1--disabled:hover {
  background-color: var(--gray-50);
}
.icon-text-button-l-case1-2 {
  display: flex;
  align-items: center;
  height: 45px;
  padding: 9px 20px 7px 25px;
  border-radius: 14px;
  background: var(--point-5);
  cursor: pointer;
}
.icon-text-button-l-case1-2__icon {
  margin-left: 10px;
}
.icon-text-button-l-case1-2__text {
  color: var(--point-100);
  font-family: "Pretendard";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.3px;
}
.icon-text-button-l-case1-2__spinner svg {
  display: none;
  animation: rotate 1s infinite linear;
}
.icon-text-button-l-case1-2:hover {
  background: var(--point-10);
}
.icon-text-button-l-case1-2:focus-visible {
  outline: 2px solid var(--black-100);
}
.icon-text-button-l-case1-2--progress .icon-text-button-l-case1-2__spinner svg {
  display: block !important;
}
.icon-text-button-l-case1-2--progress .icon-text-button-l-case1-2__icon {
  display: none !important;
}
.icon-text-button-l-case1-2--progress .icon-text-button-l-case1-2__text {
  margin-left: 10px;
}
.icon-text-button-l-case1-2--disabled {
  background-color: var(--gray-50);
  cursor: not-allowed;
}
.icon-text-button-l-case1-2--disabled .icon-text-button-l-case1-2__text {
  color: white;
}
.icon-text-button-l-case1-2--disabled svg path {
  fill: var(--white);
}
.icon-text-button-l-case1-2--disabled:hover {
  background-color: var(--gray-50);
}
.icon-text-button-l-case2-1 {
  display: flex;
  align-items: center;
  height: 45px;
  padding: 9px 25px 7px 20px;
  border-radius: 14px;
  background: var(--point-100);
  cursor: pointer;
}
.icon-text-button-l-case2-1__icon {
  margin-right: 10px;
}
.icon-text-button-l-case2-1__text {
  color: var(--white);
  font-family: "Pretendard";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.3px;
}
.icon-text-button-l-case2-1__spinner svg {
  display: none;
  animation: rotate 1s infinite linear;
}
.icon-text-button-l-case2-1:hover {
  background: var(--point-200);
}
.icon-text-button-l-case2-1:focus-visible {
  outline: 2px solid var(--black-100);
}
.icon-text-button-l-case2-1--progress .icon-text-button-l-case2-1__spinner svg {
  display: block !important;
}
.icon-text-button-l-case2-1--progress .icon-text-button-l-case2-1__icon {
  display: none !important;
}
.icon-text-button-l-case2-1--progress .icon-text-button-l-case2-1__text {
  margin-left: 10px;
}
.icon-text-button-l-case2-1--disabled {
  background-color: var(--gray-50);
  cursor: not-allowed;
}
.icon-text-button-l-case2-1--disabled .icon-text-button-l-case2-1__text {
  color: white;
}
.icon-text-button-l-case2-1--disabled svg path {
  fill: var(--white);
}
.icon-text-button-l-case2-1--disabled:hover {
  background-color: var(--gray-50);
}
.icon-text-button-l-case2-2 {
  display: flex;
  align-items: center;
  height: 45px;
  padding: 9px 20px 7px 25px;
  border-radius: 14px;
  background: var(--point-100);
  cursor: pointer;
}
.icon-text-button-l-case2-2__icon {
  margin-left: 10px;
}
.icon-text-button-l-case2-2__text {
  color: var(--white);
  font-family: "Pretendard";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.3px;
}
.icon-text-button-l-case2-2__spinner svg {
  display: none;
  animation: rotate 1s infinite linear;
}
.icon-text-button-l-case2-2:hover {
  background: var(--point-200);
}
.icon-text-button-l-case2-2:focus-visible {
  outline: 2px solid var(--black-100);
}
.icon-text-button-l-case2-2--progress .icon-text-button-l-case2-2__spinner svg {
  display: block !important;
}
.icon-text-button-l-case2-2--progress .icon-text-button-l-case2-2__icon {
  display: none !important;
}
.icon-text-button-l-case2-2--progress .icon-text-button-l-case2-2__text {
  margin-left: 10px;
}
.icon-text-button-l-case2-2--disabled {
  background-color: var(--gray-50);
  cursor: not-allowed;
}
.icon-text-button-l-case2-2--disabled .icon-text-button-l-case2-2__text {
  color: white;
}
.icon-text-button-l-case2-2--disabled svg path {
  fill: var(--white);
}
.icon-text-button-l-case2-2--disabled:hover {
  background-color: var(--gray-50);
}
.icon-text-button-m-ghost {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 7.5px 15px 5.5px 11px;
  border-radius: 14px;
  border: 1px solid var(--point-100);
  cursor: pointer;
}
.icon-text-button-m-ghost__icon {
  margin-right: 5px;
}
.icon-text-button-m-ghost__text {
  color: var(--point-100);
  font-family: "Pretendard";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.3px;
}
.icon-text-button-m-ghost__spinner svg {
  display: none;
  animation: rotate 1s infinite linear;
}
.icon-text-button-m-ghost:hover {
  background: var(--point-5);
}
.icon-text-button-m-ghost:focus-visible {
  outline: 2px solid var(--black-100);
}
.icon-text-button-m-ghost--progress .icon-text-button-m-ghost__spinner svg {
  display: block !important;
}
.icon-text-button-m-ghost--progress .icon-text-button-m-ghost__icon {
  display: none !important;
}
.icon-text-button-m-ghost--progress .icon-text-button-m-ghost__text {
  margin-left: 8px;
}
.icon-text-button-m-ghost--disabled {
  border: 1px solid var(--point-20);
  background-color: var(--white);
  cursor: not-allowed;
}
.icon-text-button-m-ghost--disabled .icon-text-button-m-ghost__text {
  color: var(--point-20);
}
.icon-text-button-m-ghost--disabled svg path {
  fill: var(--point-20);
}
.icon-text-button-m-ghost--disabled:hover {
  border: 1px solid var(--point-20);
  background-color: var(--white);
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.shared-tooltip {
  padding: 4px 9px;
  max-width: 500px;
  border-radius: 10px;
  opacity: 0;
  z-index: 999;
  text-align: center;
  overflow-wrap: break-word;
}
.shared-tooltip-font {
  font-family: "Pretendard";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.1px;
}
.shared-tooltip-theme-dark {
  color: var(--white);
  background: var(--gray-100);
  box-shadow: 1px 2px 4px 0px #f2f2f2;
}
.shared-tooltip-theme-white {
  color: var(--black-100);
  border: 1px solid var(--gray-60);
  background: var(--white);
  box-shadow: 1px 2px 4px 0px #f2f2f2;
}
.shared-tooltip-show {
  opacity: 1;
}
.shared-tooltip-content {
  white-space: nowrap;
  word-break: normal;
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
  direction: ltr;
  display: block;
  width: auto;
  padding: 4px 8px;
}
.shared-tooltip-top:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}
.shared-tooltip-top-theme-dark-arrow:after {
  border-width: 5px;
  border-style: solid;
  border-color: var(--gray-100) transparent transparent transparent;
}
.shared-tooltip-top-theme-white-arrow:after {
  top: calc(100% - 4px);
  left: calc(50% - 4px);
  margin-left: 0;
  width: 8px;
  height: 8px;
  transform: rotateZ(45deg);
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: var(--gray-60);
  background-color: var(--white);
  z-index: 999;
}
.shared-tooltip-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
}
.shared-tooltip-right-theme-dark-arrow:after {
  border-width: 5px;
  border-style: solid;
  border-color: transparent var(--gray-100) transparent transparent;
}
.shared-tooltip-right-theme-white-arrow:after {
  top: calc(50% - 4px);
  right: calc(100% - 4px);
  margin-top: 0;
  width: 8px;
  height: 8px;
  transform: rotateZ(45deg);
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: var(--gray-60);
  background-color: var(--white);
  z-index: 999;
}
.shared-tooltip-bottom:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
}
.shared-tooltip-bottom-theme-dark-arrow:after {
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent var(--gray-100) transparent;
}
.shared-tooltip-bottom-theme-white-arrow:after {
  top: -4px;
  left: calc(50% - 4px);
  margin-left: 0;
  width: 8px;
  height: 8px;
  transform: rotateZ(45deg);
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: var(--gray-60);
  background-color: var(--white);
  z-index: 999;
}
.shared-tooltip-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
}
.shared-tooltip-left-theme-dark-arrow:after {
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent var(--gray-100);
}
.shared-tooltip-left-theme-white-arrow:after {
  top: calc(50% - 4px);
  left: calc(100% - 4px);
  margin-top: 0;
  width: 8px;
  height: 8px;
  transform: rotateZ(45deg);
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: var(--gray-60);
  background-color: var(--white);
  z-index: 999;
}
.shared-custom-tooltip {
  border-radius: 9px;
  z-index: 999;
}
.shared-custom-tooltip-theme-dark {
  border: 1px solid var(--gray-100);
  background: var(--gray-100);
}
.shared-custom-tooltip-theme-white {
  border: 1px solid var(--gray-60);
  background: var(--white);
}
.shared-custom-tooltip-top:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}
.shared-custom-tooltip-top-theme-dark-arrow:after {
  border-width: 5px;
  border-style: solid;
  border-color: var(--gray-100) transparent transparent transparent;
}
.shared-custom-tooltip-top-theme-white-arrow:after {
  top: calc(100% - 4px);
  left: calc(50% - 4px);
  margin-left: 0;
  width: 8px;
  height: 8px;
  transform: rotateZ(45deg);
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: var(--gray-60);
  background-color: var(--white);
  z-index: 999;
}
.shared-custom-tooltip-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
}
.shared-custom-tooltip-right-theme-dark-arrow:after {
  border-width: 5px;
  border-style: solid;
  border-color: transparent var(--gray-100) transparent transparent;
}
.shared-custom-tooltip-right-theme-white-arrow:after {
  top: calc(50% - 4px);
  right: calc(100% - 4px);
  margin-top: 0;
  width: 8px;
  height: 8px;
  transform: rotateZ(45deg);
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: var(--gray-60);
  background-color: var(--white);
  z-index: 999;
}
.shared-custom-tooltip-bottom:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
}
.shared-custom-tooltip-bottom-theme-dark-arrow:after {
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent var(--gray-100) transparent;
}
.shared-custom-tooltip-bottom-theme-white-arrow:after {
  top: -4px;
  left: calc(50% - 4px);
  margin-left: 0;
  width: 8px;
  height: 8px;
  transform: rotateZ(45deg);
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: var(--gray-60);
  background-color: var(--white);
  z-index: 999;
}
.shared-custom-tooltip-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
}
.shared-custom-tooltip-left-theme-dark-arrow:after {
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent var(--gray-100);
}
.shared-custom-tooltip-left-theme-white-arrow:after {
  top: calc(50% - 4px);
  left: calc(100% - 4px);
  margin-top: 0;
  width: 8px;
  height: 8px;
  transform: rotateZ(45deg);
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: var(--gray-60);
  background-color: var(--white);
  z-index: 999;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.sized-box-w2 {
  min-width: 2px;
  height: 1px;
}
.sized-box-w3 {
  min-width: 3px;
  height: 1px;
}
.sized-box-w4 {
  min-width: 4px;
  height: 1px;
}
.sized-box-w5 {
  min-width: 5px;
  height: 1px;
}
.sized-box-w6 {
  min-width: 6px;
  height: 1px;
}
.sized-box-w8 {
  min-width: 8px;
  height: 1px;
}
.sized-box-w9 {
  min-width: 9px;
  height: 1px;
}
.sized-box-w10 {
  min-width: 10px;
  height: 1px;
}
.sized-box-w11 {
  min-width: 11px;
  height: 1px;
}
.sized-box-w12 {
  min-width: 12px;
  height: 1px;
}
.sized-box-w15 {
  min-width: 15px;
  height: 1px;
}
.sized-box-w18 {
  min-width: 18px;
  height: 1px;
}
.sized-box-w19 {
  min-width: 19px;
  height: 1px;
}
.sized-box-w20 {
  min-width: 20px;
  height: 1px;
}
.sized-box-w22 {
  min-width: 22px;
  height: 1px;
}
.sized-box-w23 {
  min-width: 23px;
  height: 1px;
}
.sized-box-w25 {
  min-width: 25px;
  height: 1px;
}
.sized-box-w26 {
  min-width: 26px;
  height: 1px;
}
.sized-box-w28 {
  min-width: 28px;
  height: 1px;
}
.sized-box-w30 {
  min-width: 30px;
  height: 1px;
}
.sized-box-w32 {
  min-width: 32px;
  height: 1px;
}
.sized-box-w35 {
  min-width: 35px;
  height: 1px;
}
.sized-box-w40 {
  min-width: 40px;
  height: 1px;
}
.sized-box-w45 {
  min-width: 45px;
  height: 1px;
}
.sized-box-w50 {
  min-width: 50px;
  height: 1px;
}
.sized-box-w60 {
  min-width: 60px;
  height: 1px;
}
.sized-box-w70 {
  min-width: 70px;
  height: 1px;
}
.sized-box-w80 {
  min-width: 80px;
  height: 1px;
}
.sized-box-w90 {
  min-width: 90px;
  height: 1px;
}
.sized-box-w100 {
  min-width: 100px;
  height: 1px;
}
.sized-box-h1 {
  width: 1px;
  min-height: 1px;
}
.sized-box-h2 {
  width: 1px;
  min-height: 2px;
}
.sized-box-h3 {
  width: 1px;
  min-height: 3px;
}
.sized-box-h4 {
  width: 1px;
  min-height: 4px;
}
.sized-box-h5 {
  width: 1px;
  min-height: 5px;
}
.sized-box-h6 {
  width: 1px;
  min-height: 6px;
}
.sized-box-h7 {
  width: 1px;
  min-height: 7px;
}
.sized-box-h8 {
  width: 1px;
  min-height: 8px;
}
.sized-box-h9 {
  width: 1px;
  min-height: 9px;
}
.sized-box-h10 {
  width: 1px;
  min-height: 10px;
}
.sized-box-h12 {
  width: 1px;
  min-height: 12px;
}
.sized-box-h13 {
  width: 1px;
  min-height: 13px;
}
.sized-box-h14 {
  width: 1px;
  min-height: 14px;
}
.sized-box-h15 {
  width: 1px;
  min-height: 15px;
}
.sized-box-h16 {
  width: 1px;
  min-height: 16px;
}
.sized-box-h17 {
  width: 1px;
  min-height: 17px;
}
.sized-box-h18 {
  width: 1px;
  min-height: 18px;
}
.sized-box-h20 {
  width: 1px;
  min-height: 20px;
}
.sized-box-h22 {
  width: 1px;
  min-height: 22px;
}
.sized-box-h23 {
  width: 1px;
  min-height: 23px;
}
.sized-box-h25 {
  width: 1px;
  min-height: 25px;
}
.sized-box-h26 {
  width: 1px;
  min-height: 26px;
}
.sized-box-h28 {
  width: 1px;
  min-height: 28px;
}
.sized-box-h30 {
  width: 1px;
  min-height: 30px;
}
.sized-box-h31 {
  width: 1px;
  min-height: 31px;
}
.sized-box-h35 {
  width: 1px;
  min-height: 35px;
}
.sized-box-h40 {
  width: 1px;
  min-height: 40px;
}
.sized-box-h45 {
  width: 1px;
  min-height: 45px;
}
.sized-box-h50 {
  width: 1px;
  min-height: 50px;
}
.sized-box-h60 {
  width: 1px;
  min-height: 60px;
}
.sized-box-h70 {
  width: 1px;
  min-height: 70px;
}
.sized-box-h74 {
  width: 1px;
  min-height: 74px;
}
.sized-box-h80 {
  width: 1px;
  min-height: 80px;
}
.sized-box-h90 {
  width: 1px;
  min-height: 90px;
}
.sized-box-h100 {
  width: 1px;
  min-height: 100px;
}
.badge {
  background: var(--badge-background-color, var(--gray-50));
  color: var(--badge-text-color, var(--black-100));
  border-radius: var(--badge-border-radius, 20px);
  padding: var(--badge-padding, 5px 9px 4px 9px);
}
.ellipsis-1-line {
  white-space: nowrap;
  overflow: hidden;
  min-width: 0;
  max-width: var(--ellipsis-width, 100%);
  text-overflow: ellipsis;
  text-align: start;
  word-break: break-all;
}
.ellipsis-2-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  max-width: var(--ellipsis-width, 100%);
  text-overflow: ellipsis;
  text-align: start;
  overflow-wrap: anywhere;
}
.full-absolute {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.full-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.scroll-x {
  overflow-x: auto !important;
  overflow-y: hidden;
}
.scroll-x::-webkit-scrollbar {
  height: 15px;
}
.scroll-x::-webkit-scrollbar-thumb {
  border: 4px solid transparent;
  border-radius: 10px;
  background-clip: padding-box;
  background-color: var(--gray-60);
}
.scroll-x::-webkit-scrollbar-thumb:hover {
  background-color: var(--gray-70);
}
.scroll-x::-webkit-scrollbar-track {
  margin: 10px 0;
  border-radius: 10px;
}
.scroll-y {
  overflow-x: hidden;
  overflow-y: auto !important;
}
.scroll-y::-webkit-scrollbar {
  width: 15px;
}
.scroll-y::-webkit-scrollbar-thumb {
  border: 4px solid transparent;
  border-radius: 10px;
  background-clip: padding-box;
  background-color: var(--gray-60);
}
.scroll-y::-webkit-scrollbar-thumb:hover {
  background-color: var(--gray-70);
}
.scroll-y::-webkit-scrollbar-track {
  margin: 10px 0;
  border-radius: 10px;
}
.scroll-xy {
  overflow: auto !important;
}
.scroll-xy::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
.scroll-xy::-webkit-scrollbar-thumb {
  border: 4px solid transparent;
  border-radius: 10px;
  background-clip: padding-box;
  background-color: var(--gray-60);
}
.scroll-xy::-webkit-scrollbar-thumb:hover {
  background-color: var(--gray-70);
}
.scroll-xy::-webkit-scrollbar-track {
  margin: 10px 0;
  border-radius: 10px;
}
.scrollbar-gutter {
  scrollbar-gutter: stable both-edges;
}
.ngx-scrollbar {
  --scrollbar-size: 7px !important;
  --scrollbar-thumb-color: var(--gray-60) !important;
  --scrollbar-thumb-hover-color: var(--gray-70) !important;
  --scrollbar-border-radius: 10px !important;
}
.w-full {
  width: 100% !important;
}
.h-full {
  height: 100% !important;
}
.user-select-none {
  -webkit-user-select: none;
  user-select: none;
}
.up-down-motion {
  animation: 1s ease-in-out 0s infinite alternate upDownMotion;
}
@keyframes upDownMotion {
  from {
    bottom: 5px;
  }
  to {
    bottom: -5px;
  }
}
.b-1 {
  border: 1px solid black;
}
:root {
  --lightergrey: #e9e9e9;
  --lightgrey: #cfcfcf;
  --grey: #c9c9c9;
  --darkgrey: #606060;
  --border-color: #f1f1f1;
  --background-color: #f6f6f6;
  --font-color: #212121;
  --lighterred: #ffb9c2;
  --lightred: #fb7f8f;
  --red: #e34a5e;
  --darkred: #c2273b;
  --lightergreen: #ace5d7;
  --lightgreen: #62c7af;
  --green: #23967c;
  --darkgreen: #0d755e;
  --lighteryellow: #fed2a9;
  --lightyellow: #ffb774;
  --yellow: #ed9440;
  --darkyellow: #c96b12;
  --lighterblue: #d6e1ff;
  --lightblue: #88a1e4;
  --blue: #4e70c9;
  --darkblue: #3457b1;
  --hp-lighergrey: #f9f9f9;
  --hp-lightgrey: #979797;
  --hp-grey: #606060;
  --hp-black: #212121;
  --hp-red: #e34a5e;
}
.rw-typo-headline1 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.484px;
  color: var(--font-color);
}
.rw-typo-headline2 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.484px;
  color: var(--font-color);
}
.rw-typo-title1 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.256px;
  color: var(--font-color);
}
.rw-typo-title2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.225px;
  color: var(--font-color);
}
.rw-typo-title2-none-color {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.225px;
}
.rw-typo-title2-medium {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.225px;
  color: var(--font-color);
}
.rw-typo-bodytext0-bold {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.196px;
  color: var(--font-color);
}
.rw-typo-bodytext0-regular {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.196px;
  color: var(--font-color);
}
.rw-typo-bodytext0-darkgrey-bold {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.256px;
  color: var(--darkgrey);
}
.rw-typo-bodytext0-red-bold {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.256px;
  color: var(--red);
}
.rw-typo-bodytext0 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.196px;
  color: var(--font-color);
}
.rw-typo-bodytext0-darkgrey {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.196px;
  color: var(--darkgrey);
}
.rw-typo-bodytext1 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.196px;
  color: var(--font-color);
}
.rw-typo-bodytext1_darkgrey {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.196px;
  color: var(--darkgrey);
}
.rw-typo-bodytext1_grey {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.196px;
  color: var(--grey);
}
.rw-typo-bodytext2 {
  font-size: 1.3rem;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: -0.182px;
  color: var(--font-color);
}
.rw-typo-bodytext2-regular {
  font-size: 1.3rem;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: -0.182px;
  color: var(--font-color);
}
.rw-typo-bodytext1-regular_darkgrey {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -0.144px;
  color: var(--darkgrey);
}
.rw-typo-bodytext2-regular_darkgrey {
  font-size: 1.3rem;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: -0.182px;
  color: var(--darkgrey);
}
.rw-typo-bodytext2-normal_darkgrey {
  font-size: 1.3rem;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: -0.182px;
  color: var(--darkgrey);
}
.rw-typo-bodytext2-bold {
  font-size: 1.3rem;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: -0.182px;
  color: var(--font-color);
}
.rw-typo-bodytext2-bold_darkgrey {
  font-size: 1.3rem;
  line-height: 19px;
  font-weight: 700;
  letter-spacing: -0.182px;
  color: var(--darkgrey);
}
.rw-typo-subtext0 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: -0.144px;
  color: var(--font-color);
}
.rw-typo-subtext0-regular {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.144px;
  color: var(--font-color);
}
.rw-typo-subtext1 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.144px;
  color: var(--darkgrey);
}
.rw-typo-subtext2 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.144px;
  color: var(--grey);
}
.rw-typo-subtext2-1 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.144px;
  color: var(--grey);
}
.rw-typo-subtext2-fontcolor {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.144px;
  color: var(--font-color);
}
.rw-typo-subtext2-darkgrey {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: -0.144px;
  color: var(--darkgrey);
}
.rw-typo-subtext3 {
  font-size: 1.1rem;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: -0.12px;
  color: var(--font-color);
}
.rw-typo-subtext3-darkgrey {
  font-size: 1.1rem;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: -0.12px;
  color: var(--darkgrey);
}
.rw-typo-subtext4 {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.12px;
  color: var(--grey);
}
.rw-tooltip {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 150px;
  padding: 8px 10px !important;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.12px;
  text-align: center;
  color: var(--white);
  overflow-wrap: break-word;
  background-color: var(--darkgrey);
  border-radius: 6px;
  opacity: 0;
  z-index: 9999;
}
.rw-tooltip-show {
  opacity: 0.85;
}
.rw-tooltip-top:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--darkgrey) transparent transparent transparent;
}
.rw-tooltip-right:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent var(--darkgrey) transparent transparent;
}
.rw-tooltip-bottom:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent var(--darkgrey) transparent;
}
.rw-tooltip-bottom-right:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 80%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent var(--darkgrey) transparent;
}
.rw-tooltip-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent var(--darkgrey);
}
.rw-input {
  box-sizing: border-box;
  height: 50px;
  padding: 16px 15px 15px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  outline: none;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.196px;
  color: var(--font-color);
}
.rw-input::placeholder {
  font-weight: 400 !important;
  color: var(--grey) !important;
}
.rw-input::-webkit-input-placeholder {
  font-weight: 400 !important;
  color: var(--grey) !important;
}
.rw-input:-ms-input-placeholder {
  font-weight: 400 !important;
  color: var(--grey) !important;
}
.rw-input:focus {
  font-weight: 500;
  border: 1px solid var(--grey);
}
.rw-input:focus::placeholder {
  font-weight: 400 !important;
  color: var(--grey) !important;
}
.rw-input:focus::-webkit-input-placeholder {
  font-weight: 400 !important;
  color: var(--grey) !important;
}
.rw-input:focus:-ms-input-placeholder {
  font-weight: 400 !important;
  color: var(--grey) !important;
}
.rw-input:disabled {
  border: 1px solid var(--border-color) !important;
  background-color: var(--background-color);
  color: var(--grey);
  cursor: not-allowed;
}
.rw-textarea {
  box-sizing: border-box;
  height: 180px;
  padding: 15px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  outline: none;
  resize: none;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.196px;
  color: var(--font-color);
}
.rw-textarea::placeholder {
  font-weight: 400 !important;
  color: var(--grey) !important;
}
.rw-textarea::-webkit-input-placeholder {
  font-weight: 400 !important;
  color: var(--grey) !important;
}
.rw-textarea:-ms-input-placeholder {
  font-weight: 400 !important;
  color: var(--grey) !important;
}
.rw-textarea:focus {
  font-weight: 500;
  border: 1px solid var(--grey);
}
.rw-textarea:focus::placeholder {
  font-weight: 400 !important;
  color: var(--grey) !important;
}
.rw-textarea:focus::-webkit-input-placeholder {
  font-weight: 400 !important;
  color: var(--grey) !important;
}
.rw-textarea:focus:-ms-input-placeholder {
  font-weight: 400 !important;
  color: var(--grey) !important;
}
.rw-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rw-button .mdi {
  position: relative;
  top: 1px;
  margin-right: 4px;
  font-size: 2rem;
}
.rw-button .mdi ~ span {
  margin-right: 4px;
}
.rw-button-type1:hover {
  background-color: var(--background-color);
}
.rw-button-type2:hover {
  opacity: 0.8;
}
.rw-button-disabled {
  color: var(--white) !important;
  background-color: var(--lightergrey) !important;
  cursor: not-allowed;
}
.rw-button-disabled:hover {
  color: var(--white);
  background-color: var(--lightergrey);
  opacity: 1;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 500;
  margin: 0;
  font-style: normal;
  font-size: 1.3rem;
  color: var(--font-color);
}
textarea {
  font-family: "Noto Sans KR";
}
pre {
  font-family: "Noto Sans KR" !important;
}
.thin-scroll-y {
  overflow: overlay;
  overflow-y: auto;
}
.thin-scroll-y::-webkit-scrollbar {
  width: 9px;
}
.thin-scroll-y::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 15px;
}
.thin-scroll-y::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  background-clip: padding-box;
  background-color: #cfcfcf;
  border-radius: 15px;
}
.thin-scroll-y::-webkit-scrollbar-thumb:hover {
  background-color: var(--darkgrey);
}
.thin-scroll-x {
  overflow: overlay;
  overflow-x: auto;
}
.thin-scroll-x::-webkit-scrollbar {
  height: 9px;
}
.thin-scroll-x::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 15px;
}
.thin-scroll-x::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  background-clip: padding-box;
  background-color: #cfcfcf;
  border-radius: 15px;
}
.thin-scroll-x::-webkit-scrollbar-thumb:hover {
  background-color: var(--darkgrey);
}
.thin-scroll-x::-webkit-scrollbar-corner {
  background-color: transparent;
}
.thin-scroll-y-overlay {
  overflow-y: overlay;
}
.thin-scroll-y-overlay::-webkit-scrollbar {
  width: 9px;
}
.thin-scroll-y-overlay::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 15px;
}
.thin-scroll-y-overlay::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  background-clip: padding-box;
  background-color: #cfcfcf;
  border-radius: 15px;
}
.thin-scroll-y-overlay::-webkit-scrollbar-thumb:hover {
  background-color: var(--darkgrey);
}
.thin-scroll-x-overlay {
  overflow-x: overlay;
}
.thin-scroll-x-overlay::-webkit-scrollbar {
  height: 9px;
}
.thin-scroll-x-overlay::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 15px;
}
.thin-scroll-x-overlay::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  background-clip: padding-box;
  background-color: #cfcfcf;
  border-radius: 15px;
}
.thin-scroll-x-overlay::-webkit-scrollbar-thumb:hover {
  background-color: var(--darkgrey);
}
.thin-scroll-x-overlay::-webkit-scrollbar-corner {
  background-color: transparent;
}
.thin-scroll-y-overlay2 {
  overflow-y: overlay;
}
.thin-scroll-y-overlay2::-webkit-scrollbar {
  width: 7px;
}
.thin-scroll-y-overlay2::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 15px;
}
.thin-scroll-y-overlay2::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  background-clip: padding-box;
  background-color: #cfcfcf;
  border-radius: 30px;
}
.thin-scroll-y-overlay2::-webkit-scrollbar-thumb:hover {
  background-color: var(--darkgrey);
}
.thin-scroll-y-overlay2::-webkit-scrollbar-corner {
  background-color: transparent;
}
.thin-scroll-x-overlay2 {
  overflow-x: overlay;
}
.thin-scroll-x-overlay2::-webkit-scrollbar {
  height: 7px;
}
.thin-scroll-x-overlay2::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 15px;
}
.thin-scroll-x-overlay2::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  background-clip: padding-box;
  background-color: #cfcfcf;
  border-radius: 30px;
}
.thin-scroll-x-overlay2::-webkit-scrollbar-thumb:hover {
  background-color: var(--darkgrey);
}
.thin-scroll-x-overlay2::-webkit-scrollbar-corner {
  background-color: transparent;
}
.thin-scroll-y2 {
  overflow-y: auto;
}
.thin-scroll-y2::-webkit-scrollbar {
  width: 7px;
}
.thin-scroll-y2::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 15px;
}
.thin-scroll-y2::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  background-clip: padding-box;
  background-color: #cfcfcf;
  border-radius: 30px;
}
.thin-scroll-y2::-webkit-scrollbar-thumb:hover {
  background-color: var(--darkgrey);
}
.thin-scroll-y2::-webkit-scrollbar-corner {
  background-color: transparent;
}
.thin-scroll-x2 {
  overflow-x: auto;
}
.thin-scroll-x2::-webkit-scrollbar {
  height: 7px;
}
.thin-scroll-x2::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 15px;
}
.thin-scroll-x2::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  background-clip: padding-box;
  background-color: #cfcfcf;
  border-radius: 30px;
}
.thin-scroll-x2::-webkit-scrollbar-thumb:hover {
  background-color: var(--darkgrey);
}
.thin-scroll-x2::-webkit-scrollbar-corner {
  background-color: transparent;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.display-block {
  display: block !important;
}
.display-flex {
  display: flex !important;
}
.display-none {
  display: none !important;
}
.b-1 {
  border: 1px solid black;
}
.grecaptcha-badge {
  visibility: hidden;
}
.mdi {
  display: flex;
}
.container-fluid {
  padding-right: 70px;
  padding-left: 70px;
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.row > .col,
.row > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
.no-gutters {
  padding-right: 0;
  padding-left: 0;
}
.no-gutters .row {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters .row > .col,
.no-gutters .row > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
gridster {
  border-radius: 10px;
  background-color: var(--black-200) !important;
}
gridster-item {
  border-radius: 15px;
  border: 1px solid var(--black-200) !important;
  background-color: var(--black-200) !important;
}
.gridster-preview {
  background: none;
}
.fc-dayGridMonth-view .fc-popover,
.fc-timeGridWeek-view .fc-popover,
.fc-timeGridDay-view .fc-popover {
  border-radius: 5px;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.31);
  background-color: #ffffff;
}
.fc-dayGridMonth-view .fc-popover .fc-popover-header,
.fc-timeGridWeek-view .fc-popover .fc-popover-header,
.fc-timeGridDay-view .fc-popover .fc-popover-header {
  background: none;
}
.fc-dayGridMonth-view .fc-popover .fc-popover-body,
.fc-timeGridWeek-view .fc-popover .fc-popover-body,
.fc-timeGridDay-view .fc-popover .fc-popover-body {
  padding: 3px !important;
}
.fc-dayGridMonth-view .fc-popover .fc-popover-body .fc-daygrid-event-harness,
.fc-timeGridWeek-view .fc-popover .fc-popover-body .fc-daygrid-event-harness,
.fc-timeGridDay-view .fc-popover .fc-popover-body .fc-daygrid-event-harness {
  margin: 2px;
}
.fc-listWeek-view {
  position: relative;
}
.fc-listWeek-view .fc-list-event > div:nth-child(1) {
  position: absolute;
  right: 10px;
}
.fc-listWeek-view .fc-list-event > div:nth-child(1) .mdi {
  margin-left: 0 !important;
}
.fc-listWeek-view .fc-list-event .fc-list-event-time {
  min-width: 150px;
}
.item.gu-mirror {
  position: relative;
  width: 276px;
  height: 120px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: var(--white);
}
.item.gu-mirror:hover .third .trash {
  display: block;
}
.item.gu-mirror rw-radio-button {
  display: none;
}
.item.gu-mirror .first {
  position: relative;
  height: 25px;
}
.item.gu-mirror .first .circles .circle {
  width: 10px;
  height: 10px;
  margin: 0 2px;
  border-radius: 50%;
  background-color: var(--black-400);
}
.item.gu-mirror .first .circles .pt {
  background-color: var(--font-color);
}
.item.gu-mirror .first .circles ._group {
  background-color: var(--yellow);
}
.item.gu-mirror .first span:nth-child(2) {
  margin-left: 5px;
  font-size: 1.2rem;
  color: var(--black-600);
}
.item.gu-mirror .first .mdi {
  position: absolute;
  top: 1px;
  right: -3px;
  font-size: 2.6rem;
  color: var(--lightblue);
}
.item.gu-mirror .second span {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--black-600);
}
.item.gu-mirror .third {
  height: 30px;
}
.item.gu-mirror .third .trainer span {
  margin-left: 5px;
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--black-600);
}
.item.gu-mirror .third .trash {
  display: none;
  padding: 2px;
  border-radius: 50%;
  cursor: pointer;
}
.item.gu-mirror .third .trash .mdi {
  color: var(--black-400);
}
.item.gu-mirror .third .trash:hover {
  background-color: var(--black-200);
}
.item.gu-mirror .third .trash:hover .mdi {
  color: var(--black-500);
}
.indicator.gu-mirror {
  position: relative;
  height: 42px;
  padding: 0 30px 0 5px;
  margin: 5px 0;
  border-radius: 5px;
}
.indicator.gu-mirror:hover {
  border: 1px solid var(--black-500);
  background-color: var(--black-100);
  cursor: pointer;
}
.indicator.gu-mirror .name {
  width: 100%;
  border: 1px solid transparent;
  background-color: transparent;
}
.indicator.gu-mirror .unit {
  width: 120px;
  border: 1px solid transparent;
  background-color: transparent;
}
.indicator.gu-mirror .mdi-menu {
  color: var(--black-400);
  margin-right: 5px;
  cursor: move;
}
.indicator.gu-mirror .mdi-menu:hover {
  color: var(--black-500);
}
.indicator.gu-mirror .trash {
  position: absolute;
  right: 0;
  width: 29px;
  height: 29px;
  border-radius: 50%;
}
.indicator.gu-mirror .trash:hover {
  background-color: var(--black-300);
}
.indicator.gu-mirror .trash:hover .mdi {
  color: var(--black-500);
}
.indicator.gu-mirror .trash .mdi {
  color: var(--black-400);
}
.hp-headline1 {
  font-family: "Noto Sans KR";
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: -1.6px;
  color: var(--hp-black);
}
.hp-headline2 {
  font-family: "Noto Sans KR";
  font-weight: 500;
  font-size: 3.2rem;
  letter-spacing: -1.024px;
  color: var(--hp-black);
}
.hp-title1 {
  font-family: "Noto Sans KR";
  font-weight: 700;
  font-size: 2.9rem;
  letter-spacing: -0.841px;
  color: var(--hp-black);
}
.hp-title2 {
  font-family: "Noto Sans KR";
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: -0.256px;
  line-height: 1.5;
  color: var(--hp-red);
}
.hp-title3 {
  font-family: "Noto Sans KR";
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: -0.289px;
  color: var(--hp-red);
}
.hp-title4 {
  font-family: "Noto Sans KR";
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -0.4px;
  color: var(--hp-red);
}
.hp-body-text1 {
  font-family: "Noto Sans KR";
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: -0.324px;
  color: var(--hp-grey);
}
.hp-body-text2 {
  font-family: "Noto Sans KR";
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: -0.256px;
  color: var(--hp-black);
}
.hp-sub-text {
  font-family: "Noto Sans KR";
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.225px;
  color: var(--hp-grey);
}
.hp-tab-menu {
  font-family: "Noto Sans KR";
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: -0.256px;
  color: var(--hp-lightgrey);
}
.hp-more-btn {
  font-family: "Noto Sans KR";
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.225px;
  color: var(--hp-black);
}
.hp-scroll-ani .hp-SA1 {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.7s ease;
}
.hp-scroll-ani .hp-SA1.active {
  transform: translateY(0);
  opacity: 1;
}
.hp-scroll-ani .hp-SA2 {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.7s ease 0.25s;
}
.hp-scroll-ani .hp-SA2.active {
  transform: translateY(0);
  opacity: 1;
}
.hp-scroll-ani .hp-SA3 {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.7s ease 0.5s;
}
.hp-scroll-ani .hp-SA3.active {
  transform: translateY(0);
  opacity: 1;
}
.hp-scroll-ani .hp-SA4 {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.7s ease 0.75s;
}
.hp-scroll-ani .hp-SA4.active {
  transform: translateY(0);
  opacity: 1;
}
.hp-scroll-ani .hp-SA5 {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.7s ease 1s;
}
.hp-scroll-ani .hp-SA5.active {
  transform: translateY(0);
  opacity: 1;
}
.center-empty-guide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.center-empty-guide p {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 19px;
  text-align: center;
  letter-spacing: -0.144px;
  color: var(--grey);
}
.center-empty-guide > img {
  margin-bottom: 15px;
}
.center-empty-guide .center-empty-button {
  margin-top: 20px !important;
}
.center-empty-button {
  width: 170px;
  height: 35px;
  background-color: var(--white);
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 17px;
  letter-spacing: -0.144px;
  color: var(--grey);
}
.center-empty-button:hover {
  background-color: #e9e9e9;
}
.center-empty-button > img {
  width: 15px;
  height: 15px;
  margin-top: 3.5px;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.line-ellipsis-one {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  word-wrap: break-word;
}
.line-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  word-wrap: break-word;
}
.ellipsis-dropdown {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 13px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 10px rgba(181, 181, 181, 0.109804);
  border-radius: 5px;
  line-break: anywhere;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -0.144px;
  color: #212121;
  position: absolute;
  width: 100%;
}
[data-two-line-ellipsis] {
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  word-wrap: break-word;
}
[data-two-line-ellipsis]:hover::before {
  content: attr(data-two-line-ellipsis);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 13px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 10px rgba(181, 181, 181, 0.109804);
  border-radius: 5px;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -0.144px;
  color: #212121;
  position: absolute;
  width: 100%;
  bottom: 5px;
}
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  pointer-events: none;
}
.gu-hide {
  left: -9999px !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
