﻿.cover {
    display: flex;
    width: 2160px;
    height: 3840px;
    background-color: #000;
    position: fixed;
    z-index: 9999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.loading-spinner {
    width: 200px;
    height: 200px;
    border: 20px solid #3498db;
    border-top: 20px solid transparent;
    border-radius: 50%;
    animation: rotate 1s linear infinite;
}


.btn_outline {
    outline: 20px solid #FF0000;
}

.sub_page_main {
    position: absolute;
    top: 0px;
    width: 2160px;
    height: 2650px;
    z-index: 100;
}

.sub_page_main .frame_info {
    width: 100%;
    height: 100%;
}

.sub_page_main .frame_info iframe {
    width: 100%;
    height: 100%;
    border: 0px;
    overflow: hidden;
}


.sub_search_page_main {
    position: absolute;
    top: 0px;
    width: 2160px;
    height: 2650px;
    z-index: 101;
}

.sub_search_page_main .frame_info {
    width: 100%;
    height: 100%;
}

.sub_search_page_main .frame_info iframe {
    width: 100%;
    height: 100%;
    border: 0px;
    overflow: hidden;
}


.list_main {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 2160px;
    height: 3560px;
    box-sizing: border-box;
}

.list_main .list_area .img_main {
    position: absolute;
    width: 2160px;
    height: 3560px;
}

.notice_main {
    position: absolute;
    overflow: hidden;
    top: 264px;
    width: 2160px;
    height: 3576px;
    background: #000000;
}

.notice_main .notice_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 2160px;
    height: 3054px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notice_main .notice_box img {
    width: 100%;
    height: 100%;
}

.notice_main .notice_box video {
    width: 100%;
    height: 100%;
}

.notice_main .notice_box img2 {
    max-width: 100%;
    max-height: 100%;
}

.notice_main .notice_box video2 {
    max-width: 100%;
    max-height: 100%;
}

.index_info {
    z-index: 20;
}


.btn_back {
    position: absolute;
    left: 0px;
    top: 1520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 132px;
    height: 372px;
    color: #fff;
    font-weight: 500;
    background: url(../../images/btn_side.svg) no-repeat center / 100% auto;
    filter: drop-shadow(3px 3px 15px #00000042);
    z-index: 120;
    font-size: 36px;
}

.btn_back img {
    margin-bottom: 25px;
}

.service {
    z-index: 120;
}

.keyboard_box {
    z-index: 120;
}

.blur {
    z-index: 200;
}

.popup .info strong {
    align-items: center;
    height: 55px;
    padding-bottom: 0;
}

.popup .info em {
    margin-bottom: 20px;
}

.popup .btn_position.disabled {
    background: #aaaaaa;
    opacity: 0.5;
}

.popup .btn_position.hide {
    background: #aaaaaa;
    opacity: 0.0;
}

.popup .info_title button {
    width: 90px;
    height: 90px;
}

.popup .info_title b {
    width: 900px;
    line-height: 100px;
    padding: 60px 0 60px 105px;
    height: auto;
    word-break: keep-all;
    box-sizing: border-box;
}

.popup .info_title .btn_group{
    top: 100px;
}

.popup .info strong .info_txt {
    display: inline-block;
    width: 250px;
    line-height: 1;
}

.popup .info p {
    line-height: 59px;
}

.keyboard button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.keyboard_box .keyboard .button_last {
    font-size: 56px;
}

.keyboard button em {
    color: #6EA2FF;
}

.keyboard_box input[type='text']::placeholder {
    font-family: noto;
}

.btm .tap a .txt_zone {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.btm .tap li {
    width: 432px;
}

.btm .tap li img:nth-child(2) {
    display: none;
}

.btm .tap li.active img:nth-child(1) {
    display: none;
}

.btm .tap li.active img:nth-child(2) {
    display: inline-block;
}

.btm .tap li a .txt_zone b {
    line-height: 1.5;
    word-break: keep-all;
}

#id_store_popup_desc {
    height: 190px;
    overflow: scroll;
}

.img_box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: url(../../images/img_sample.svg) no-repeat center / 100% auto;
}

.img_box img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    object-fit: cover;
}


.popup .menu .txt_box {
    width: 355px;
}


.popup .menu .img_box img {
    object-fit: cover;
}

.popup .map_detail {
    overflow: hidden;
}

.map {
    position: relative;
    user-select: none;
}

.map .map_zone {
    position: absolute;
    user-select: none;
    top: 0px;
    left: 0px;
}

#id_tour_map {
    width: 1150px;
    height: 1247px;
    position: relative;
}

#id_tour_map_main {
    width: auto;
    height: auto;
    transform-origin: 0px 0px;
    transform: scale(1) translate(0px, 0px);
    position: absolute;
}

#id_map {
    width: 1150px;
    height: 1247px;
    position: relative;
}

#id_map_main {
    width: 2470px;
    height: 2650px;
    transform-origin: 0px 0px;
    transform: scale(1) translate(0px, 0px);
    /*    transition: transform 0.1s, left 0.1s, top 0.1s;*/
    position: absolute;
}

.map_icon {
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, -100%);
}

.index_btm {
    z-index: 100;
    top: 3054px;
}

.header {
    z-index: 200;
}

.popup {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.popup .menu {
    height: 560px;
}
