@charset "UTF-8";
.map-context-menu-wrapper {
  display: none;
  position: fixed;
  width: 30rem;
  height: 30rem;
  outline: 4px solid var(--krds-color-high-contrast-gray-0);
  border-radius: 50%;
  z-index: 9999;
  overflow: hidden;
  box-shadow: 0px 0px 11px var(--krds-color-high-contrast-gray-100);
  transition: transform 0.3s ease-in-out;
  transform-origin: center center;
}
.map-context-menu-wrapper.half {
  display: flex;
  margin-top: -10px;
  align-items: center;
  justify-content: center;
  width: 23rem;
  height: 18rem;
  outline: 0;
  box-shadow: none;
  transform-origin: unset;
  overflow: unset;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease-in-out;
}
.map-context-menu-wrapper.half .map-context-close-button {
  border: 0;
}
.map-context-menu-wrapper.half.marker-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.map-context-menu-wrapper.item-4 .map-context-button, .map-context-menu-wrapper.item-5 .map-context-button, .map-context-menu-wrapper.item-6 .map-context-button, .map-context-menu-wrapper.item-7 .map-context-button {
  transform: skew(0) rotate(0);
}
.map-context-menu-wrapper.item-4 .map-context-item:first-child .map-context-contents {
  bottom: 60px;
  left: 50px;
}
.map-context-menu-wrapper.item-4 .map-context-item:nth-child(2) .map-context-contents {
  top: 70px;
  left: 50px;
}
.map-context-menu-wrapper.item-4 .map-context-item:nth-child(3) .map-context-contents {
  top: 70px;
  left: 180px;
}
.map-context-menu-wrapper.item-4 .map-context-item:nth-child(4) .map-context-contents {
  bottom: 60px;
  left: 180px;
}
.map-context-menu-wrapper.item-5 .map-context-item:first-child .map-context-contents {
  top: 155px;
  left: 25px;
}
.map-context-menu-wrapper.item-5 .map-context-item:nth-child(2) .map-context-contents {
  top: 50px;
  left: 58px;
}
.map-context-menu-wrapper.item-5 .map-context-item:nth-child(3) .map-context-contents {
  top: 50px;
  left: 175px;
}
.map-context-menu-wrapper.item-5 .map-context-item:nth-child(4) .map-context-contents {
  top: 160px;
  right: 20px;
}
.map-context-menu-wrapper.item-5 .map-context-item:nth-child(5) .map-context-contents {
  bottom: 30px;
  left: 120px;
}
.map-context-menu-wrapper.item-6 .map-context-item:first-child .map-context-contents {
  top: 215px;
  left: 65px;
}
.map-context-menu-wrapper.item-6 .map-context-item:nth-child(2) .map-context-contents {
  top: 125px;
  left: 25px;
}
.map-context-menu-wrapper.item-6 .map-context-item:nth-child(3) .map-context-contents {
  top: 40px;
  left: 70px;
}
.map-context-menu-wrapper.item-6 .map-context-item:nth-child(4) .map-context-contents {
  top: 40px;
  left: 170px;
}
.map-context-menu-wrapper.item-6 .map-context-item:nth-child(5) .map-context-contents {
  top: 125px;
  left: 210px;
}
.map-context-menu-wrapper.item-6 .map-context-item:nth-child(6) .map-context-contents {
  top: 215px;
  left: 170px;
}
.map-context-menu-wrapper.item-7 .map-context-item:first-child .map-context-contents {
  top: 200px;
  left: 30px;
}
.map-context-menu-wrapper.item-7 .map-context-item:nth-child(2) .map-context-contents {
  top: 105px;
  left: 20px;
}
.map-context-menu-wrapper.item-7 .map-context-item:nth-child(3) .map-context-contents {
  top: 36px;
  left: 77px;
}
.map-context-menu-wrapper.item-7 .map-context-item:nth-child(4) .map-context-contents {
  top: 36px;
  right: 70px;
}
.map-context-menu-wrapper.item-7 .map-context-item:nth-child(5) .map-context-contents {
  right: 19px;
  top: 106px;
}
.map-context-menu-wrapper.item-7 .map-context-item:nth-child(6) .map-context-contents {
  bottom: 65px;
  right: 33px;
}
.map-context-menu-wrapper.item-7 .map-context-item:nth-child(7) .map-context-contents {
  bottom: 30px;
  right: 115px;
}
.map-context-menu-wrapper.item-8 .map-context-item:first-child .map-context-contents {
  bottom: 28px;
  left: 77px;
}
.map-context-menu-wrapper.item-8 .map-context-item:nth-child(2) .map-context-contents {
  top: 168px;
  left: 24px;
}
.map-context-menu-wrapper.item-8 .map-context-item:nth-child(3) .map-context-contents {
  top: 86px;
  left: 20px;
}
.map-context-menu-wrapper.item-8 .map-context-item:nth-child(4) .map-context-contents {
  top: 31px;
  left: 82px;
}
.map-context-menu-wrapper.item-8 .map-context-item:nth-child(5) .map-context-contents {
  top: 31px;
  right: 76px;
}
.map-context-menu-wrapper.item-8 .map-context-item:nth-child(6) .map-context-contents {
  top: 85px;
  right: 19px;
}
.map-context-menu-wrapper.item-8 .map-context-item:nth-child(7) .map-context-contents {
  top: 170px;
  right: 17px;
}
.map-context-menu-wrapper.item-8 .map-context-item:nth-child(8) .map-context-contents {
  bottom: 28px;
  right: 73px;
}

.map-context-list {
  position: relative;
  width: 100%;
  height: 100%;
}

.map-context-item {
  transition: 0.3s ease-in-out;
  transform-origin: center center;
}

.map-context-rotate-item {
  position: absolute;
  overflow: hidden;
  width: 15rem;
  height: 15rem;
  transform-origin: 100% 100%;
  border: 1px solid var(--krds-color-high-contrast-gray-0);
  transition: 0.3s ease-in-out;
}
.map-context-rotate-item:hover .map-context-button {
  background-color: var(--krds-color-high-contrast-gray-100);
}

.map-context-button {
  position: absolute;
  right: -150px;
  bottom: -150px;
  display: block;
  border-radius: 50%;
  width: 30rem;
  height: 30rem;
  transform: skew(-45deg) rotate(-67.5deg);
  backface-visibility: hidden;
  background-color: var(--krds-color-high-contrast-gray-90);
}

.map-context-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  min-width: 65px;
  pointer-events: none;
  z-index: 100;
}

.map-context-text {
  text-align: center;
  display: block;
  font-size: 1.2rem;
  color: var(--krds-color-high-contrast-gray-0);
}

.map-context-close-area {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.map-context-close-button {
  width: 6rem;
  height: 6rem;
  border-radius: 9999px;
  border: 0.4rem solid var(--krds-color-high-contrast-gray-0);
  box-shadow: inset 0px 0px 5px var(--krds-color-high-contrast-gray-100);
  background: var(--krds-color-high-contrast-gray-80) url("../images/common/ico/ico-bot-modal-close-fff.svg") no-repeat center;
  background-size: 2rem;
}
.map-context-close-button:hover {
  background-color: var(--krds-color-light-danger-50);
}

.map-context-half-button {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 9999px;
  font-size: 1.6rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: 1px solid var(--krds-color-high-contrast-gray-100);
  background-color: rgba(19, 20, 22, 0.8980392157);
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0);
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.5s;
}
.map-context-half-button.pos-1 {
  transform: translate3d(-70px, 0, 0) scale(1);
  background-image: url("../images/common/context/ico-context-01.svg");
}
.map-context-half-button.pos-1 ~ .map-context-popup {
  right: 1rem;
  bottom: 3.2rem;
}
.map-context-half-button.pos-2 {
  transform: translate3d(-45px, -45px, 0) scale(1);
  background-image: url("../images/common/context/ico-context-02.svg");
}
.map-context-half-button.pos-2 ~ .map-context-popup {
  bottom: 9rem;
  right: 0;
}
.map-context-half-button.pos-3 {
  transform: translate3d(0, -70px, 0) scale(1);
  background-image: url("../images/common/context/ico-context-03.svg");
}
.map-context-half-button.pos-3 ~ .map-context-popup {
  bottom: 19rem;
  left: 50%;
  transform: translateX(-50%);
}
.map-context-half-button.pos-3 .map-context-half-icon {
  right: auto;
  left: -2px;
}
.map-context-half-button.pos-4 {
  transform: translate3d(45px, -45px, 0) scale(1);
  background-image: url("../images/common/context/ico-context-04.svg");
}
.map-context-half-button.pos-4 ~ .map-context-popup {
  bottom: 9rem;
  left: 0;
}
.map-context-half-button.pos-5 {
  transform: translate3d(70px, 0, 0) scale(1);
  background-image: url("../images/common/context/ico-context-05.svg");
}
.map-context-half-button.pos-5 ~ .map-context-popup {
  left: 2rem;
  bottom: 3.2rem;
}
.map-context-half-button.pos-4 .map-context-half-button-inner, .map-context-half-button.pos-5 .map-context-half-button-inner {
  right: auto;
  left: 0;
}
.map-context-half-button.pos-4 .map-context-half-icon, .map-context-half-button.pos-5 .map-context-half-icon {
  right: auto;
  left: -2px;
}

.map-context-half-button-text {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--krds-color-high-contrast-gray-0);
  transition: 0.5s ease-in-out;
  white-space: nowrap;
}

.map-context-half-button-inner {
  overflow: hidden;
  display: flex;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  min-width: 0;
  height: 4.8rem;
  border-radius: 2.4rem;
  border: 1px solid var(--krds-color-high-contrast-gray-100);
  transition: 0.5s ease-in-out;
  background-color: rgba(19, 20, 22, 0.8);
  pointer-events: none;
}

.map-context-menu-title {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.8rem;
  border-radius: 1.4rem;
  font-size: 1.7rem;
  color: var(--krds-color-high-contrast-gray-0);
  font-weight: 700;
  padding: 0 1.8rem;
  background-color: rgba(0, 0, 0, 0.9);
}

.map-context-half-list {
  position: absolute;
  top: 110px;
}

.map-context-half-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 1px solid transparent;
  box-sizing: border-box;
}

.map-context-half-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-context-half-item.active .map-context-popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 10;
}
.map-context-half-item.active .map-context-half-button-inner {
  opacity: 1;
  visibility: visible;
  z-index: 0;
  min-width: 13.6rem;
}
.map-context-half-item.active .map-context-half-button-text {
  right: 54px;
  z-index: 0;
}
.map-context-half-item.active .map-context-half-icon {
  border-color: var(--krds-color-light-primary-70);
  background-color: var(--krds-color-high-contrast-gray-100);
}
.map-context-half-item.active .map_context_tooltip {
  display: none;
}
.map-context-half-item.active .pos-2 .map-context-half-button-inner {
  min-width: 16.3rem;
}
.map-context-half-item.active .pos-3 {
  background-color: var(--krds-color-light-primary-40);
}
.map-context-half-item.active .pos-3 .map-context-half-button-text {
  right: auto;
  left: 60px;
}
.map-context-half-item.active .pos-4 .map-context-half-button-text {
  left: 60px;
}
.map-context-half-item.active .pos-5 .map-context-half-button-inner {
  min-width: 14.5rem;
}
.map-context-half-item.active .pos-5 .map-context-half-button-text {
  left: 60px;
}
.map-context-half-item .pos-1 ~ .map_context_tooltip {
  transform: none;
  top: -10px;
  right: 120px;
}
.map-context-half-item .pos-1 .map-context-half-icon {
  background-image: url("../images/common/context/ico-context-01.svg");
}
.map-context-half-item .pos-2 ~ .map_context_tooltip {
  top: -54px;
  right: 97px;
}
.map-context-half-item .pos-2 .map-context-half-icon {
  background-image: url("../images/common/context/ico-context-02.svg");
}
.map-context-half-item .pos-3 .map-context-half-button-inner {
  top: -60px;
  left: -42px;
  right: auto;
  transform: none;
}
.map-context-half-item .pos-3 ~ .map_context_tooltip {
  top: -150px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.map-context-half-item .pos-3 .map-context-half-icon {
  background-image: url("../images/common/context/ico-context-03.svg");
}
.map-context-half-item .pos-3 .map-context-half-button-text {
  right: auto;
  left: 48px;
}
.map-context-half-item .pos-4 ~ .map_context_tooltip {
  top: -54px;
  left: 97px;
}
.map-context-half-item .pos-4 .map-context-half-button-text {
  right: auto;
  left: 45px;
}
.map-context-half-item .pos-4 .map-context-half-icon {
  background-image: url("../images/common/context/ico-context-04.svg");
}
.map-context-half-item .pos-5 ~ .map_context_tooltip {
  transform: none;
  right: auto;
  top: -10px;
  left: 120px;
}
.map-context-half-item .pos-5 .map-context-half-button-text {
  right: auto;
  left: 45px;
}
.map-context-half-item .pos-5 .map-context-half-icon {
  background-image: url("../images/common/context/ico-context-05.svg");
}
.map-context-half-item:hover .map_context_tooltip {
  opacity: 1;
  width: fit-content;
  visibility: visible;
  transition: all 0.4s;
  z-index: 10;
}

.map_context_tooltip {
  position: absolute;
  border-radius: var(--krds-radius-small1);
  right: calc(100% + 6px);
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--krds-light-color-alpha-inverse100);
  padding: 5px 8px;
  color: #fff;
  width: 0;
  font-size: var(--krds-pc-font-size-label-xxsmall);
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
}
.map_context_tooltip::before, .map_context_tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: var(--krds-light-color-alpha-inverse100);
  border-right: 0;
}
.map_context_tooltip.top::before {
  top: auto;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  border: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid var(--krds-light-color-alpha-inverse100);
}
.map_context_tooltip.top::after {
  display: none;
}
.map_context_tooltip.bottom::before {
  display: none;
}
.map_context_tooltip.bottom::after {
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  border: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid var(--krds-light-color-alpha-inverse100);
}
.map_context_tooltip.left::before {
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid var(--krds-light-color-alpha-inverse100);
}
.map_context_tooltip.left::after {
  display: none;
}
.map_context_tooltip.right::after {
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
}
.map_context_tooltip.right::before {
  display: none;
}

.map-context-popup {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  transition: 0.5s ease-in-out;
  position: absolute;
  min-width: 22.6rem;
  padding: 1.6rem 3.2rem 1.2rem 3.2rem;
  border: 1px solid var(--krds-color-high-contrast-gray-100);
  border-radius: 9999px;
  backdrop-filter: blur(4px);
  background-color: rgba(19, 20, 22, 0.8);
  z-index: 100;
}
.map-context-popup::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -8px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid var(--krds-color-high-contrast-gray-100);
}

.map-context-popup-list {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  flex-wrap: wrap;
  overflow: hidden;
}

.map-context-popup-item:nth-child(1) .map-context-popup-link {
  transition-delay: 0s;
}
.map-context-popup-item:nth-child(2) .map-context-popup-link {
  transition-delay: 0.1s;
}
.map-context-popup-item:nth-child(3) .map-context-popup-link {
  transition-delay: 0.2s;
}

.map-context-popup-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.4rem;
  font-size: 1.3rem;
  color: var(--krds-color-high-contrast-gray-0) !important;
  transform: translateY(-60px);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s ease-in-out;
  transition-property: transform, opacity, visibility;
}
.map-context-popup-link img {
  border-radius: 50%;
}
.map-context-popup-link.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.map-context-popup-link:hover {
  font-weight: bold;
}
.map-context-popup-link:focus {
  outline-offset: -2px;
}
.map-context-popup-link::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.map-context-pin-image-area::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 52px;
  width: 70px;
  height: 94px;
  background: url("../images/common/ico/ico-pinlet-marker.svg") no-repeat center;
}

.marker-wrap.has-context-menu {
  position: absolute;
  z-index: 4;
}

.marker-item {
  position: relative;
}
.marker-item .map-context-menu-wrapper.half {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
}
.marker-item .map-context-half-list {
  position: relative;
  top: auto;
  width: 100%;
  height: 100%;
}
.marker-item .marker {
  position: static;
  transform: none;
}
.marker-item .marker:focus {
  outline-offset: -2px;
  outline: 2px solid var(--krds-color-high-contrast-gray-100);
  box-shadow: none;
  border-radius: 4px;
}

.krds-modal[class*=context-in] {
  transform: scale(0);
  display: block;
  pointer-events: none;
  transition: 0.3s ease-in-out;
  transform-origin: center center;
  width: fit-content;
  height: fit-content;
}
.krds-modal[class*=context-in] .modal-dialog {
  margin: 0;
  height: auto;
}
.krds-modal[class*=context-in].context-in-info-modal {
  left: calc(55% - 580px);
  top: calc(70% - 430px);
}
.krds-modal[class*=context-in].context-in-info-modal2 {
  left: calc(75% - 590px);
  top: calc(95% - 610px);
}
.krds-modal[class*=context-in].context-in-drone-modal {
  left: calc(55% - 580px);
  top: calc(70% - 470px);
}
.krds-modal[class*=context-in].context-in-drone-modal2 {
  left: calc(75% - 590px);
  top: calc(95% - 610px);
}
.krds-modal.context-in-modal-active {
  opacity: 1;
  visibility: visible;
  z-index: 30;
  transform: scale(1) !important;
  pointer-events: auto;
}

/* ipd css 공통화 */
.marker-wrap.size-30x36 .marker {
  width: 3rem;
  height: 3.6rem;
}
.marker-wrap.size-30x36 .svg-icon {
  min-width: 3rem;
  min-height: 3.6rem;
  background-size: 3rem 3.6rem;
}

.svg-icon.marker-building01 {
  background: url("../images/common/ico/ico-marker-building01.svg") no-repeat center;
}
.svg-icon.marker-building02 {
  background: url("../images/common/ico/ico-marker-building02.svg") no-repeat center;
}
.svg-icon.marker-building03 {
  background: url("../images/common/ico/ico-marker-building03.svg") no-repeat center;
}
.svg-icon.marker-building04 {
  background: url("../images/common/ico/ico-marker-building04.svg") no-repeat center;
}
.svg-icon.marker-building05 {
  background: url("../images/common/ico/ico-marker-building05.svg") no-repeat center;
}

[class*=context-in].krds-modal .modal-dialog .conts-text .box_bg.break-item dl dt {
  width: auto;
}
[class*=context-in].krds-modal .modal-dialog .conts-text .box_bg.break-item dl dd {
  word-break: break-all;
}
[class*=context-in] .krds-pagination {
  font-size: 1.5rem;
  margin-top: var(--krds-padding-3);
  color: var(--krds-light-color-text-basic-inverse);
  flex-wrap: wrap;
}
[class*=context-in] .krds-pagination.small {
  column-gap: 0.8rem;
  row-gap: 0.4rem;
}
[class*=context-in] .krds-pagination .page-links {
  width: 100%;
}
[class*=context-in] .krds-pagination .page-navi,
[class*=context-in] .krds-pagination .page-link {
  border: 1px solid transparent;
}
[class*=context-in] .krds-pagination .page-navi:hover,
[class*=context-in] .krds-pagination .page-link:hover {
  border: 1px solid var(--krds-color-light-primary-40);
}
[class*=context-in] .krds-pagination .page-navi {
  font-size: var(--krds-pc-font-size-body-xsmall);
}
[class*=context-in] .krds-pagination .page-navi.next {
  order: 1;
}
[class*=context-in] .krds-pagination .page-navi.disabled {
  pointer-events: none;
}
[class*=context-in] .krds-pagination .page-links .page-link {
  font-size: 1.3rem;
}

/* --- */
@media (max-width: 1200px) {
  .krds-modal[class*=context-in] {
    transform: scale(1);
  }
  .krds-modal[class*=context-in] .modal-back {
    transition: 0.5s ease-in-out;
  }
  .krds-modal[class*=context-in].context-in-info-modal, .krds-modal[class*=context-in].context-in-info-modal2, .krds-modal[class*=context-in].context-in-drone-modal, .krds-modal[class*=context-in].context-in-drone-modal2 {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: calc(100% - 95px);
    opacity: 1;
    visibility: visible;
    z-index: 30;
  }
  .krds-modal[class*=context-in].context-in-info-modal .modal-back, .krds-modal[class*=context-in].context-in-info-modal2 .modal-back, .krds-modal[class*=context-in].context-in-drone-modal .modal-back, .krds-modal[class*=context-in].context-in-drone-modal2 .modal-back {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  .krds-modal[class*=context-in].context-in-info-modal .modal-dialog.vh .modal-content, .krds-modal[class*=context-in].context-in-info-modal2 .modal-dialog.vh .modal-content {
    transform: translateY(1000px);
  }
  .krds-modal[class*=context-in].context-in-drone-modal .modal-dialog.vh .modal-content, .krds-modal[class*=context-in].context-in-drone-modal2 .modal-dialog.vh .modal-content {
    transform: translateY(1000px);
  }
  .krds-modal[class*=context-in].context-in-modal-active .modal-dialog.vh .modal-content {
    transform: translateY(0px);
    transition-delay: 0.1s;
  }
  .krds-modal[class*=context-in].context-in-modal-active .modal-back {
    opacity: 1;
    visibility: visible;
  }
  .krds-modal[class*=context-in] .modal-dialog {
    padding: 0;
    align-items: flex-end;
    height: calc(100% - 32px);
  }
  .krds-modal[class*=context-in] .modal-content {
    border-radius: var(--krds-modal--wrap-radius) var(--krds-modal--wrap-radius) 0 0;
    transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
/*# sourceMappingURL=core_context_menu.css.map */
