@import "../components/onboarding.css?v=1";
@import "../components/header.css?v=1";
@import "../components/footer.css?v=1";
@import "../components/input.css?v=1";
@import "../components/button.css?v=1";
@import "../components/alert.css?v=1";
@import "../components/layer.css?v=2";
@import "../components/textStyle.css?v=1";
@import "../components/table.css?v=1";

.map {
  gap: 0;
}
.map .map__top {
  width: 100%;
  position: relative;
  padding-top: 1.6rem;
}
.map .map__top h2 {
  font-family: var(--font-s600);
  font-weight: 400;
  font-size: 2.2rem;
  color: var(--color-black);
  margin-bottom: 0.8rem;
}
.map .map__top p {
  font-family: var(--font-o600);
  font-size: 1.5rem;
  color: var(--color-black);
  line-height: 1.4;
}
.map .map__top .selectMap_swiper {
  width: auto;
  margin: 1.6rem -2.4rem 0;
  padding-inline: 2.4rem;
  position: relative;
  overflow: hidden;
}
.map .map__top .selectMap_swiper .swiper-slide {
  width: -moz-fit-content !important;
  width: fit-content !important;
  flex-shrink: 0;
  position: relative;
  padding-inline: 0.4rem;
  transition-property: transform;
}
.map .map__top .selectMap_swiper .swiper-slide a {
  width: fit-content;
  height: 3.7rem;
  border-radius: 0.6rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 4rem 1.6rem;
  border: 0.1rem solid var(--color-black);
  font-size: 1.5rem;
  color: var(--color-black);
  line-height: 1;
  text-align: center;
}
.map .map__top .selectMap_swiper .swiper-slide a::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  background: url("/theme/blot/src/assets/icons/common/simbol.png?v=1") 50% 50% / contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.6rem;
}
.map .map__top .selectMap_swiper .swiper-slide a.active {
  background-color: var(--color-black);
  color: var(--color-white);
}
.map .map__top .selectMap_swiper .swiper-slide:nth-child(1) {
  padding-left: 0;
}
.map .map__top .selectMap_swiper .swiper-slide:last-child {
  padding-right: 0;
}
.map .map__bottom {
  width: 100%;
  position: relative;
  margin-top: 2.4rem;
}
.map .map__bottom .info_wrap {
  position: relative;
  width: calc(100% + 4.8rem);
  margin-inline: -2.4rem;
  height: 36rem;
}
.map .map__bottom .info {
  width: 100%;
  position: relative;
  transform-origin: 0 0;
  /*transition: transform 0.05s ease-out;*/
}
.map .map__bottom .info * {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.map .map__bottom .info::-webkit-scrollbar {
  display: none;
}
.map .map__bottom .info .map_img {
  width: 66.5rem;
  height: 36rem;
  cursor: e-resize;
}
.map .map__bottom .info .map_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.map .map__bottom .info .location {
  font-family: var(--font-o600);
  font-size: 1.4rem;
  color: var(--color-black);
  position: absolute;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.map .map__bottom .info .location::before {
  content: "";
  width: 1.7rem;
  height: 2.34rem;
  background: url("/theme/blot/src/assets/icons/common/map_simbol.png") 50% 50% / contain no-repeat;
  position: absolute;
}
.map .map__bottom .info .location.nt_1 {
  padding-left: 2rem;
  bottom: 16.6rem;
  left: 1.7rem;
}
.map .map__bottom .info .location.nt_1::before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.map .map__bottom .info .location.nt_1.active {
  padding-left: 3.1rem;
  left: 1.4rem;
}
.map .map__bottom .info .location.nt_1.active::before {
  animation: float-updown-1 1.2s ease-in-out 3;
}
.map .map__bottom .info .location.nt_2 {
  padding-top: 2.7rem;
  bottom: 6.7rem;
  left: 11.4rem;
}
.map .map__bottom .info .location.nt_2::before {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.map .map__bottom .info .location.nt_2.active {
  padding-top: 3.8rem;
  left: 9.4rem;
  bottom: 6.2rem;
}
.map .map__bottom .info .location.nt_2.active::before {
  animation: float-updown-2 1.2s ease-in-out 3;
}
.map .map__bottom .info .location.nt_3 {
  padding-bottom: 2.7rem;
  top: 4.2rem;
  left: 6.4rem;
}
.map .map__bottom .info .location.nt_3::before {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.map .map__bottom .info .location.nt_3.active {
  padding-bottom: 3.8rem;
  top: 2.2rem;
  left: 3.2rem;
}
.map .map__bottom .info .location.nt_3.active::before {
  animation: float-updown-2 1.2s ease-in-out 3;
}
.map .map__bottom .info .location.nt_4 {
  padding-left: 2rem;
  bottom: 13.6rem;
  left: 1.7rem;
}
.map .map__bottom .info .location.nt_4::before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url("/theme/blot/src/assets/icons/common/map_ai_simbol.png") 50% 50% / contain no-repeat;
}
.map .map__bottom .info .location.nt_4.active {
  padding-left: 3.1rem;
}
.map .map__bottom .info .location.nt_4.active::before {
  animation: float-updown-1 1.2s ease-in-out 3;
}
.map .map__bottom .info .location.nt_5 {
  padding-left: 2rem;
  top: 15rem;
  left: 33.8rem;
}
.map .map__bottom .info .location.nt_5::before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.map .map__bottom .info .location.nt_5.active {
  padding-left: 3.1rem;
  top: 13.7rem;
  left: 33.2rem;
}
.map .map__bottom .info .location.nt_5.active::before {
  animation: float-updown-1 1.2s ease-in-out 3;
}
.map .map__bottom .info .location.nt_6 {
  padding-left: 2rem;
  top: 8.4rem;
  left: 37rem;
}
.map .map__bottom .info .location.nt_6::before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.map .map__bottom .info .location.nt_6.active {
  padding-left: 3.1rem;
  top: 7.5rem;
  left: 36.7rem;
}
.map .map__bottom .info .location.nt_6.active::before {
  animation: float-updown-1 1.2s ease-in-out 3;
}
.map .map__bottom .info .location.nt_7 {
  padding-left: 2rem;
  bottom: 20rem;
  left: 52rem;
}
.map .map__bottom .info .location.nt_7::before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.map .map__bottom .info .location.nt_7.active {
  padding-left: 3.1rem;
}
.map .map__bottom .info .location.nt_7.active::before {
  animation: float-updown-1 1.2s ease-in-out 3;
}
.map .map__bottom .info .location.active {
  font-size: 2.1rem;
}
.map .map__bottom .info .location.active::before {
  width: 2.64rem;
  height: 3.52rem;
}
.map .map__bottom .info.click .location {
  opacity: 0.6;
}
.map .map__bottom .info.click .location.active {
  opacity: 1;
}
.map .map__bottom .info_circle {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  border-radius: 0.6rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.24);
  padding: 0.5rem 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-block: 2rem 1.2rem;
}
.map .map__bottom .info_circle p {
  position: relative;
  padding-left: 1.5rem;
  font-family: var(--font-o600);
  font-size: 1.2rem;
  letter-spacing: -0.04rem;
  color: var(--color-black);
}
.map .map__bottom .info_circle p::before {
  content: "";
  width: 1.2rem;
  height: 1.6rem;
  background: url("/theme/blot/src/assets/icons/common/map_simbol.png") 50% 50% / contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.map .map__bottom .info_circle p:nth-child(2)::before {
  background: url("/theme/blot/src/assets/icons/common/map_ai_simbol.png") 50% 50% / contain no-repeat;
}
.map .map__bottom .noti {
  font-family: var(--font-o600);
  font-size: 1.4rem;
  line-height: 1.4;
  color: #222;
}

@keyframes float-updown-1 {
  0%, 100% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(-70%);
  }
}

@keyframes float-updown-2 {
  0%, 100% {
    transform: translateX(-50%) translateY(0%);
  }
  50% {
    transform: translateX(-50%) translateY(-20%);
  }
}


/* 스크롤 담당 래퍼 */
#mapWrap{
  position: relative;
  --scaled-w: 0px;
  --scaled-h: 0px;
  touch-action: none;
}
#mapWrap::-webkit-scrollbar{ display:none;}

  /* 스크롤 범위 확보용 가짜 박스 */
#mapWrap::after{
  content: "";
  display: block;
  width: var(--scaled-w);
  height: var(--scaled-h);
  pointer-events: none;
}

#mapWrap.baseScale{
  overflow-x: auto;
  overflow-y: hidden;
  touch-action: pan-x;
}

#mapWrap.zoomed{
  overflow: auto;
  touch-action: none;
}

#mapZoom{
  position: absolute;
  left: 0; top: 0;
  transform-origin: 0 0;
  will-change: transform;
  backface-visibility: hidden;
}

@media (hover:hover) and (pointer:fine) {
  #mapWrap { cursor: grab; }
  #mapWrap.dragging { cursor: grabbing; }
  #mapWrap *, #mapZoom { cursor: inherit; }
}