.bold16 {
    font-family: "HyundaiSansHeadJP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.only-mo {
    display: none !important;
}
.top-btn-area {
    position: fixed;
    width: 100%;
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    padding: 24px;
    gap: 12px;
}

.bottom-left-btn-area {
    z-index: 1;
    position: fixed;
    width: 50%;
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    padding: 24px;
    left: 0;
    bottom: 0;
}

.bottom-right-btn-area {
    position: fixed;
    width: 50%;
    display: flex;
    flex-direction: row;
    padding: 24px;
    right: 0;
    bottom: 0;
}

.main-btn-area .top-btn-area .left-btn-area {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.main-btn-area .right-btn-area {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    margin-left: auto;
}

.main-btn-area .counsel-box {
    position: absolute;
    bottom: 24px;
    right: 24px;
    width: 58px;
    height: 56px;
}

.main-btn-area .lottie-counsel {
    position: absolute;
    right: 0;
    top: 0;
    width: max-content;
    pointer-events: none;
}

.main-btn-area .counsel-box .btn-counsel {
    position: absolute;
    top: 0;
    right: 3px;
    display: flex;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: #000;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

.main-btn-area .counsel-box .btn-counsel:before {
    width: 24px;
    height: 24px;
    background: url('../image/icon/icon_counsel.svg') no-repeat center / 100%;
    content: '';
}

.home-btn {
    z-index: 1101;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    width: 48px;
    height: 48px;
    border-radius: 999px;
}

.home-btn .icon {
    width: 24px;
    height: 24px;
    background-image: url(../image/icon/icon_home_white_2.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.side-menu .close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    width: 48px;
    height: 48px;
    border-radius: 999px;
}

.side-menu .close-btn .icon {
    width: 32px;
    height: 32px;
    background-image: url(../image/icon/icon_sm_close_white.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.side-menu .btn-white {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    border-radius: 999px;
}

.side-menu .bgm-btn .icon {
    width: 24px;
    height: 24px;
    background-image: url(../image/icon/icon_speaker_off_black.svg);
}

.side-menu .bgm-btn.on .icon {
    background-image: url(../image/icon/icon_speaker_on_black.svg);
}

.side-menu .fullscreen-btn .icon {
    width: 24px;
    height: 24px;

    background-image: url(../image/icon/icon_fullscreen_off_black.svg);
}

.side-menu .fullscreen-btn.on .icon {
    background-image: url(../image/icon/icon_fullscreen_on_black.svg);
}

.side-menu .exit-btn .icon {
    width: 24px;
    height: 24px;

    background-image: url(../image/icon/icon_exit_black.svg);
}

.side-menu .info-btn .icon {
    width: 24px;
    height: 24px;

    background-image: url(../image/icon/icon_info_black.svg);
}

/* #region Top Btns */


.floor-btn {
    display: flex;
    flex-direction: row;
    align-items: center;

    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 999px;
    padding: 8px;
    padding-left: 16px;
    gap: 8px;
    height: 48px;
}

.floor-btn .value {
    font-family: "HyundaiSansHeadJP", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.floor-btn .icon {
    width: 24px;
    height: 24px;
    background-image: url(../image/icon/icon_arrow_right_white.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.main-btn-area .top-btn-area .menu-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 48px;
    padding: 8px 20px;
    gap: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 999px;
}

.main-btn-area .top-btn-area .menu-bar .bold16 {
    color: #fff;
}

.main-btn-area .top-btn-area .menu-bar .line {
    width: 1px;
    height: 14px;
    background-color: #fff;
    opacity: 0.7;
}

.main-btn-area .hamburger-menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    width: 48px;
    height: 48px;
    border-radius: 999px;
}

.main-btn-area .hamburger-menu-btn .icon {
    width: 24px;
    height: 24px;
    background-image: url(../image/icon/icon_menu_white2.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.main-btn-area .btn.btn-white {
    background-color: rgba(0, 0, 0, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.main-btn-area .bgm-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
}

.main-btn-area .bgm-btn .icon {
    width: 24px;
    height: 24px;
    background-image: url(../image/icon/icon_speaker_off_white.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.main-btn-area .bgm-btn.on .icon {
    background-image: url(../image/icon/icon_speaker_on_white.svg);
}

.main-btn-area .exit-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
}

.main-btn-area .exit-btn .icon {
    width: 24px;
    height: 24px;
    background-image: url(../image/icon/icon_exit_white.svg);
    background-repeat: no-repeat;
    background-position: center;
}
/* #endregion */

/* #region Bottom Btns */
.main-btn-area .bottom-left-btn-area .sns-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px;
    gap: 6px;

    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 999px;
}

.main-btn-area .bottom-left-btn-area .sns-bar button {
    width: 32px;
    height: 32px;
}

.main-btn-area .bottom-left-btn-area .sns-bar .btn-twitter {
    background-image: url(../image/icon/icon_twitter_white.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.main-btn-area .bottom-left-btn-area .sns-bar .btn-instagram {
    background-image: url(../image/icon/icon_instagram_white.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.main-btn-area .bottom-left-btn-area .sns-bar .btn-youtube {
    background-image: url(../image/icon/icon_youtube_white.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.main-btn-area .bottom-left-btn-area .sns-bar .btn-line {
    background-image: url(../image/icon/icon_line_white.svg);
    background-repeat: no-repeat;
    background-position: center;
}



.main-btn-area .bottom-right-btn-area .btn-consultation {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: 1px solid rgba(255, 255, 255, 0.4); */
    /* background-color: rgba(0, 0, 0, 0.7); */
    /* width: 52px; */
    /* height: 52px; */
    /* border-radius: 999px; */
}

.main-btn-area .bottom-right-btn-area .btn-consultation .icon {
    /* width: 32px; */
    /* height: 32px; */
    /* background-image: url(../image/icon/icon_consultation_white.svg);
    background-repeat: no-repeat;
    background-position: center; */
}

.main-btn-area .bottom-right-btn-area .btn-ar {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    width: 56px;
    height: 56px;
    border-radius: 999px;
}

.main-btn-area .bottom-right-btn-area .btn-ar .icon {
    width: 32px;
    height: 32px;
    background-image: url(../image/icon/icon_ar_white.svg);
    background-repeat: no-repeat;
    background-position: center;
}

/* #endregion Bottom Btns */

.side-menu {
    display: none;
    width: 100vw;
    height: var(--mo-vh);
    position: fixed;
    z-index: 1001;
}

.side-menu.menu-floor {
    pointer-events: none;
    /* width: 344px; */
}

.side-menu.menu-util {
    width: 96px;
    right: 0;
}

.side-menu .side-menu-area {
    display: flex;
    flex-direction: row;
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1002;
    background-color: unset;
    min-width: unset;
    max-width: unset;
    cursor: url(../cursor.png), default !important;
    flex-shrink: 0;
}

.side-menu .side-menu-area .dimm {
    flex: 1;
    /* background-color: rgba(0, 0, 0, 0.6); */
}

.side-menu .menu-wrapper {
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(40px);
    cursor: default;
}

.side-menu.menu-floor .menu-wrapper {
    right: unset;
    position: unset;
    left: 0;
    transform-origin: 0% 0%;
    pointer-events: auto;
}

.side-menu.menu-floor .dimm {
    transform-origin: 100% 0%;
}

.side-menu.menu-floor .menu-wrapper .top-btn-area {
    padding: 24px 24px 32px;
    /* height: 92px; */
}

.side-menu .menu-wrapper .menu-btn-area {
    flex-grow: 1;
}

.side-menu .menu-wrapper .bottom-btn-area {
    display: flex;
    flex-direction: column;
    padding: 16px 24px 24px;
    gap: 16px;
    bottom: 0;
    position: unset;
}

.side-menu .menu-wrapper::-webkit-scrollbar {
    display: none;
}

.side-menu.menu-floor .menu-wrapper {
    display: flex;
    flex-direction: column;
    width: 344px;
}

.side-menu.menu-util .menu-wrapper {
    display: flex;
    flex-direction: column;
    width: 96px;
}

.side-menu.menu-floor .top-btn-area {
    position: relative;
    z-index: 1100;
}

.side-menu.menu-floor .floor-btn .icon {
    background-image: url(../image/icon/icon_pin_white.svg);
    opacity: 0.7;
}

.side-menu.menu-floor .menu-btn-area {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0px 32px 0px;
}

.menu-acc .item-list {
    display: flex;
}

.side-menu .menu-btn-area {
    gap: 16px;
    overflow-y: auto;
    user-select: none;
}

.side-menu .menu-btn-area::-webkit-scrollbar {
    width: 12px;
}

.side-menu .menu-btn-area::-webkit-scrollbar-track {
    background: transparent;
}

.side-menu .menu-btn-area::-webkit-scrollbar-thumb {
    width: 12px;
    background: rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    border: 4px solid transparent;
    border-radius: 999px;
}

.side-menu .menu-btn-area .title {
    font-family: "HyundaiSansHeadJP", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
}

.side-menu .sns-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px;
    gap: 16px;

    /* background-color: rgba(0, 0, 0, 0.7); */
    /* border-radius: 999px; */
}

.side-menu .sns-bar button {
    width: 32px;
    height: 32px;
}

.side-menu .sns-bar .btn-twitter {
    background-image: url(../image/icon/icon_twitter_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.side-menu .sns-bar .btn-instagram {
    background-image: url(../image/icon/icon_instagram_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.side-menu .sns-bar .btn-youtube {
    background-image: url(../image/icon/icon_youtube_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.side-menu .sns-bar .btn-line {
    background-image: url(../image/icon/icon_line_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.menu-acc .floor-menu-btn {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.menu-acc.menu-floor-wrapper .floor-menu-btn .icon {
    width: 24px;
    height: 24px;
    background-image: url(../image/icon/icon_arrow_down_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.menu-acc.menu-floor-wrapper.select .floor-menu-btn .icon {
    width: 24px;
    height: 24px;
    background-image: url(../image/icon/icon_arrow_up_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.menu-floor-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.menu-floor-wrapper .item-list {
    display: none;
}

.menu-floor-wrapper.select .item-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 250px;
    max-height: 560px;
    overflow-y: scroll;
}

.menu-floor-wrapper.select .item-list .item {
    position: relative;
}

/* .menu-floor-wrapper.select .item-list .item:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 29.1%, rgba(0, 0, 0, 0.24) 51.01%, rgba(0, 0, 0, 0.40) 80.76%);
    content: "";
} */

.menu-floor-wrapper .item-list::-webkit-scrollbar {
    width: 4px;
}
.menu-floor-wrapper .item-list::-webkit-scrollbar-track {
    background: transparent;
}
.menu-floor-wrapper .item-list::-webkit-scrollbar-thumb {
    width: 12px;
    background: rgba(255, 255, 255, 0.4);
    background-clip: padding-box;
    border-radius: 999px;
}

.item {
    width: 234px;
    height: 164px;
}

.item .item-btn {
    width: 100%;
    height: 100%;
}

/* .item .item-btn .img {
    width: 100%;
    height: 100%;
} */

.item .item-btn:hover img{
    /* stroke: 2px solid #fff; */
    
    outline: 2px solid #fff;
    outline-offset: -2px;
}

.item .item-btn .title {
    position: absolute;
    left: 16px;
    bottom: 16px;

    font-family: "HyundaiSansHeadJP", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
}

.day-night-toggle .toggle-btn-area {
    width: 100%;
    height: 100%;
    padding: 8px;
}


.day-night-toggleSwitch {
    width: 84px;
    height: 48px;
    display: flex;
    position: relative;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    padding: 8px;
    gap: 16px;
    align-items: center;
    justify-content: center;
}

.day-night-toggleSwitch .day {
    display: flex;
    width: 20px;
    height: 20px;
}

.day-night-toggleSwitch .day .icon {
    width: 20px;
    height: 20px;
    background-image: url("../image/icon/icon_day_white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.day-night-toggleSwitch .night {
    display: flex;
    width: 20px;
    height: 20px;
}

.day-night-toggleSwitch .night .icon {
    width: 20px;
    height: 20px;
    background-image: url("../image/icon/icon_night_white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.day-night-toggleSwitch .toggleButton {
width: 32px;
height: 32px;
position: absolute;
top: 50%;
left: 8px;
transform: translateY(-50%);
border-radius: 50%;
background-image: url("../image/icon/icon_day_black.svg");
background-position: center;
background-repeat: no-repeat;
background-color: #ffffff;
}

#toggle-menu:checked ~ .day-night-toggleSwitch .toggleButton {
left: calc(100% - 40px);
background-image: url("../image/icon/icon_night_black.svg");
background-position: center;
background-repeat: no-repeat;
background-color: #FFFFFF;
}

#mo-toggle-menu:checked ~ .day-night-toggleSwitch .toggleButton {
    left: calc(100% - 40px);
    background-image: url("../image/icon/icon_night_black.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    }

.day-night-toggleSwitch,
.toggleButton {
transition: all 0.2s ease-in;
}

.side-menu.menu-util .btns-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    padding: 24px;
}

.side-menu.menu-util .btns-area .util-btns-area {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: start;
}

.side-menu.menu-util .btns-area .info-btn {
    margin-top: auto;
}

/* 팝업 전체 영역 */
.popup-gallery {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1101;
    width: 100%;
    height: 100vh;
    cursor: auto;
  }
  
  .popup-gallery .popup-dimm {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* swiper 정렬 영역 */
  .popup-gallery .swiper-area {
    width: 908px;
    height: 600px;
    position: relative;
  }
  
  .gallery-swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  
  .gallery-swiper .swiper-slide {
    width: 100%;
    height: 100%;
  }
  
  .gallery-swiper .swiper-slide img {
    width: 908px;
    height: 600px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
  }
  
  /* 페이지네이션 (하단 점들) */
  .gallery-swiper.swiper-pagination {
    position: absolute;
    bottom: -24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .popup-gallery .swiper-pagination-bullet {
    background-color: #cccccc;
    opacity: unset;
  }

  .popup-gallery .swiper-pagination-bullet-active {
    background-color: #0793ea;
  }
  
  /* 좌우 버튼 공통 */
  .gallery-swiper.swiper-button-next,
  .gallery-swiper.swiper-button-prev {
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
  }

  .gallery-swiper.swiper-button-next:after,
  .gallery-swiper.swiper-button-prev:after {
    width: 100%;
    height: 100%;
    background: url("../image/icon/icon_swiper_arrow.svg") no-repeat center / 100%;
    content: '';
  }

  .gallery-swiper.swiper-button-next:after {
    transform: rotate(180deg);
  }

  /* .gallery-swiper.swiper-button-next::after,
  .gallery-swiper.swiper-button-prev::after {
      color: #fff;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
  } */
  
  /* 버튼 위치 조정 */
  .gallery-swiper.swiper-button-prev {
    left: -104px;
  }
  .gallery-swiper.swiper-button-next {
    right: -104px;
  }
  
  /* 닫기 버튼 */
  .popup-gallery .close-btn {
    position: absolute;
    top: 24px;
    right: 24px;
    background-color: #000;
    border-radius: 999px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }
  
  .popup-gallery .close-btn .icon {
    width: 32px;
    height: 32px;
    background-image: url(../image/icon/icon_sm_close_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .popup-gallery .disclaimer {
    display: flex;
    position: fixed;
    justify-content: center;
    width: 100%;
    height: 240px;
    align-items: flex-end;
    opacity: 0.8;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 48.56%, rgba(0, 0, 0, 0) 102.81%);
    bottom: 0;
  }

  .popup-gallery .disclaimer-text {
    position: relative;
    font-family: "HyundaiSansHeadJP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    height: auto;
    bottom: 24px;
    text-align: center;
  }

  .main-btn-area .disclaimer {
    z-index: 1000;
    display: flex;
    position: absolute;
    justify-content: center;    
    width: 100%;
    height: 240px;
    align-items: flex-end;
    opacity: 0.8;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) -48.56%, rgba(0, 0, 0, 0) 102.81%);
    bottom: 0;

    pointer-events: none;
    touch-action: none;
  }

  .main-btn-area .disclaimer-text {
    position: relative;
    font-family: "HyundaiSansHeadJP", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    height: auto;
    bottom: 24px;
    opacity: 0.7;
    text-align: center;
  }

/************************************************** 모바일 **************************************************/
@media screen and (max-width: 1280px), (max-height: 860px) {
    .only-pc {
        display: none !important;
    }

    .only-mo {
        display: flex !important;
    }

    .top-btn-area {
        position: absolute;
        padding: 0;
    }

    .bottom-left-btn-area,
    .bottom-right-btn-area {
        pointer-events: none;
    }

    .side-menu.menu-floor {
        /* width: 100%;
        max-width: 375px; */
        width: 45%;
        min-width: 300px;
        max-width: 540px;
    }

    .side-menu.menu-floor .menu-wrapper {
        width: 100%;
    }

    .main-btn-area .bottom-btn-area .right-btn-area {
        flex-direction: column;
        gap: 8px;
    }

    .side-menu.menu-floor .menu-wrapper .top-btn-area{
        padding: 20px 20px 40px;
        justify-content: space-between;
    }

    .mo-only.home-btn {
        display: flex !important;
        width: 48px;
        height: 48px;
    }
    
    .mo-only.home-btn .icon {
        background-color: transparent;
        width: 32px;
        height: 32px;
        background-image: url(../image/icon/icon_home_black2.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

    .mo-only.close-btn {
        width: 48px;
        height: 48px;
        background-color: transparent;
    }

    .mo-only.close-btn .icon {
        display: flex;
        width: 100%;
        background-image: url(../image/icon/icon_sm_close_white2.svg);
        background-repeat: no-repeat;
        background-position: center;
        /* background-size: cover; */
    }

    .side-menu.menu-floor .menu-wrapper {
        /* max-width: 375px; */
    }

    .side-menu.menu-floor .mo-only.menu-btn-area {
        display: flex !important;
        flex-direction: column;
        padding: 0px 32px;
        gap: unset;
    }

    .side-menu.menu-floor .menu-btns-wrapper {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding-bottom: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

    .main-btn-area .left-btn-area {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 2;
    }
    .main-btn-area .right-btn-area {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 2;
    }
    .main-btn-area .hamburger-menu-btn {
        
    }

    .main-btn-area .hamburger-menu-btn .icon {
        
    }


    .main-btn-area .btn.btn-white {
        
    }

    .main-btn-area .bgm-btn {
        
    }

    .main-btn-area .bgm-btn .icon {
        
    }

    .main-btn-area .bgm-btn.on .icon {
        
    }

    .main-btn-area .exit-btn {
        
    }

    .main-btn-area .exit-btn .icon {
        
    }

    .menu-acc.move-floor-wrapper .floor-menu-btn .icon {
        width: 24px;
        height: 24px;
        background-image: url(../image/icon/icon_arrow_down_white.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    .menu-acc.move-floor-wrapper.select .floor-menu-btn .icon {
        width: 24px;
        height: 24px;
        background-image: url(../image/icon/icon_arrow_up_white.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .side-menu.menu-floor .day-night-wrapper {
        padding-top: 32px;
    }

    .side-menu.menu-floor .mo-only.bottom-btn-area {
        display: flex !important;
        /* background-color: red; */
        /* height: 32px; */
        margin-top: auto;
        padding: 20px 20px 20px 0px;
        margin-left: -12px;
    }

    .side-menu.menu-floor .sns-bar {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 8px;
        gap: 16px;
    }
    
    .side-menu.menu-floor .sns-bar button {
        width: 32px;
        height: 32px;
    }
    
    .side-menu.menu-floor .sns-bar .btn-twitter {
        background-image: url(../image/icon/icon_twitter_white.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    .side-menu.menu-floor .sns-bar .btn-instagram {
        background-image: url(../image/icon/icon_instagram_white.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    .side-menu.menu-floor .sns-bar .btn-youtube {
        background-image: url(../image/icon/icon_youtube_white.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    
    .side-menu.menu-floor .sns-bar .btn-line {
        background-image: url(../image/icon/icon_line_white.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .side-menu.menu-floor .floor-move-btns-area {
        display: none;
        flex-direction: column;
        gap: 8px;
        padding: 16px 8px 8px;
        align-items: flex-start;
    }
    
    .side-menu.menu-floor .select .floor-move-btns-area {
        display: flex;
    }

    .side-menu.menu-floor .move-place-wrapper {
        max-height: 490px;
    }

    .side-menu.menu-floor .item-list-wrapper {
        display: none;
        margin-top: 16px;
        width: 220px;
    }

    .side-menu.menu-floor .select .item-list-wrapper {
        display: flex;
    }

    .side-menu.menu-floor .item-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 12px;
        /* padding: 16px 0px 0px 0px; */
        /* max-width: 220px; */
        /* margin-right: 100px; */
        /* width: 100%; */
        /* height: 560px; */
        overflow-y: scroll;
        max-height: 444px;
    }

    .side-menu.menu-floor .item-list::-webkit-scrollbar {
        width: 12px;
    }
    
    .side-menu.menu-floor .item-list::-webkit-scrollbar-track {
        background: transparent;
    }
    
    .side-menu.menu-floor .item-list::-webkit-scrollbar-thumb {
        width: 12px;
        background: rgba(255, 255, 255, 0.4);
        background-clip: padding-box;
        border: 4px solid transparent;
        border-radius: 999px;
    }

    .side-menu.menu-floor .item-list .item {
        width: 200px;
        height: 140px;
    }

    .side-menu.menu-floor .item-list .item .item-btn img {
        width: 200px;
        height: 140px;
    }

    .side-menu.menu-floor .item-list .item .item-btn .title {
        font-family: "HyundaiSansHeadJP", sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 20px;
        -webkit-font-smoothing: antialiased;
    }

    .side-menu .menu-btn-area .title {
        font-family: "HyundaiSansHeadJP", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        color: #fff;
    }

    .item .item-btn:hover img{
        /* stroke: 2px solid #fff; */
        
        outline: unset;
        outline-offset: unset;
    }

    .popup-gallery .swiper-area {
        width: 100%;
        max-width: 400px;
        height: 281px;
    }

    .gallery-swiper .swiper-slide img {
        width: 100%;
        max-width: 400px;
        height: 281px;
        object-fit: cover;
    }

      /* 페이지네이션 (하단 점들) */
    .gallery-swiper.swiper-pagination {
        
    }

      /* 좌우 버튼 공통 */
    .gallery-swiper.swiper-button-next,
    .gallery-swiper.swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .gallery-swiper.swiper-button-next::after,
    .gallery-swiper.swiper-button-prev::after {
        width: 16px;
        height: 16px;
        background: url('../image/icon/icon_swiper_arrow_mo.svg') no-repeat center / 100%;
    }

    /* 버튼 위치 조정 */
    .gallery-swiper.swiper-button-prev {
        background-color: rgba(0,0,0,0.45);
        left: 0;
        border-radius: 0px 4px 4px 0px;
    }
    .gallery-swiper.swiper-button-next {
        background-color: rgba(0,0,0,0.45);
        right: 0;
        border-radius: 4px 0px 0px 4px;
    }

    .popup-gallery .disclaimer {
        height: 168px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) -7.69%, rgba(0, 0, 0, 0) 102.81%);
    }
    
    .popup-gallery .disclaimer-text {
        bottom: 20px;
        font-size: 11px;
        line-height: 18px;
    }

    .main-btn-area {
        position: relative;
    }

    /* .main-btn-area .btn-counsel {
        position: fixed;
        bottom: 70px;
        right: 20px;
    } */

    .main-btn-area .counsel-box {
        position: fixed;
        bottom: 70px;
        right: 20px;
    }

    .main-btn-area .lottie-counsel {
        
    }

    .main-btn-area .counsel-box .btn-counsel {
        
    }

    .main-btn-area .counsel-box .btn-counsel:before {
        
    }

    .main-btn-area:before {
        /* position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 140px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 12.17%, rgba(0, 0, 0, 0.40) 100%);
        pointer-events: none;
        content: ""; */
    }

    .main-btn-area .disclaimer {
        position: fixed;
        height: 100px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) -111.8%, rgba(0, 0, 0, 0.00) 87.7%);;
    }

    .main-btn-area .disclaimer-text {
        position: fixed;
        bottom: 20px;
        left: 0;
        right: 0;
        font-size: 11px;
        line-height: 18px;
    }
}

/* 가로모드 */
@media screen and (max-width: 1280), (max-height: 860px) and (orientation: landscape) {
    .popup-gallery:has(.disclaimer) .swiper-area {
        height: calc(var(--mo-vh) - 94px);
        transform: translate(0, -27px);
        z-index: 1;
    }
    .popup-gallery:has(.disclaimer) .swiper-area img {
        height: calc(var(--mo-vh) - 94px);
    }
    .main-btn-area .disclaimer-text .only-mo,
    .popup-gallery .disclaimer .disclaimer-text .only-mo {
        display: none !important;
    }
    .main-btn-area:before {
        /* background: linear-gradient(77deg, rgba(0, 0, 0, 0.00) 75.22%, rgba(0, 0, 0, 0.40) 117.86%); */
    }

    .main-btn-area .btn-counsel {
        bottom: 58px;
    }
}