<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

body,
html {
    height: 100vh;
    overflow: hidden !important;
    padding: 0;
    margin: 0;
    font-family: Lato, Verdana, Meiryo, å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei";
    font-size: 14px;
}
.operate-modal-use{
    font-family: å¾®è»Ÿæ­£é»‘é«”, "Microsoft JhengHei", å¾®è»Ÿæ­£é»‘é«”, å¾®è½¯é›…é»‘, Arial, sans-serif;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    width: 100%;
    min-width: 100px;
}

.row-cols-2&gt;* {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3&gt;* {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

@media (min-width: 600px) {
    .row-cols-md-4&gt;* {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5&gt;* {
        -ms-flex: 0 0 20%;
        -webkit-box-flex: 0;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

iframe {
    position: fixed;
    display: block;
    /* iframes are inline by default */
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: none;
    /* Reset default border */
    height: 100%;
    /* Viewport-relative units */
    width: 100%;
    overflow: hidden;
}

.lang-span {
    position: absolute;
    right: 50px;
    top: 10px;
    z-index: 100;
}

/* The Modal (background) */
.modal {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 101;
}

/* Modal Content */
.operate-modal-content {
    display: none;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    width: 640px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 12px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 12px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    background: #16171B;
    border-radius: 10px;
    max-width: 95%;
    z-index: 102;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: 30%;
        opacity: 0.5
    }

    to {
        top: 50%;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: 30%;
        opacity: 0.5
    }

    to {
        top: 50%;
        opacity: 1
    }
}

.modal-body {
    padding: 2px 16px;
    /* position: relative; */
}

/* The modal Close Button */
.modal-close {
    color: #fff;
    /* float: right; */
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1em;
    z-index: 103;
}

.modal-close:hover,
.modal-close:focus {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

.operate-modal-use {
    display: none;
    position: relative;
    background: #16171B;
    color: #fff;
    max-width: 540px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 20px 30px;
    max-height: 80vh;
    overflow-y: auto;
}

.operate-modal-wrap * {
    -webkit-text-size-adjust: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.operate-modal-wrap {
    font-size: 18px;
    text-align: center;
}

.operate-modal-wrap a {
    color: #fff;
    text-decoration: none;
}

.operate-modal-wrap a:hover {
    text-decoration: underline;
}

.operate-modal-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.operate-modal-img {
    padding: 10px 0;
    min-height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.operate-modal-info {
    padding: 10px ;
    line-height: 1.7;
    min-height: 3.4em;
}

.operate-modal-btns {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* .operate-modal-btns  *{
    border: 1px red solid;
} */
.operate-modal-btns-pagenation {
    text-align: center;
    width: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 4px 8px;
    padding: 5px 0;
    line-height: 20px;
}

.operate-modal-btn-prev-wrap,
.operate-modal-btn-next-wrap {
    width: 50%;
}

.operate-modal-btn-prev-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.operate-modal-btn-next-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.operate-modal-btn-prev,
.operate-modal-btn-next,
.operate-modal-btn-close {
    padding: 5px 5px;
    line-height: 20px;
    cursor: pointer;
}

.operate-modal-btn-prev:hover,
.operate-modal-btn-next:hover {
    text-decoration: underline;
}

.operate-modal-btn-prev img,
.operate-modal-btn-next img,
.operate-modal-btn-close img {
    vertical-align: text-bottom;
}

.operate-modal-btn-prev img {
    padding-left: 12px;
}

.operate-modal-btn-next img,
.operate-modal-btn-close img {
    padding-right: 12px;
}

.operate-modal-btn-close {
    min-width: 100px;
    text-align: center;
}

.operate-modal-icons-wrap {
    margin: 15px 0 10px;
    font-size: 17px;
}

.operate-modal-wrap .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* flex-wrap: wrap; */
}

.operate-modal-wrap .row .col {
    -webkit-box-flex: 0;
    padding: 5px 15px;
    margin: 10px 0;
}
.operate-modal-info-icon ,
.operate-modal-icon {
    background: #333333;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 auto 6px;
    position: relative;
}
.operate-modal-info-icon {
    background: #333333;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 auto 6px;
    position: relative;
}

.operate-modal-info-icon .route-guidance,
.operate-modal-icon .route-guidance{
    width: 28px;
    height: 28px;
    background: #FF6201;
    border: 3px solid #fff;
    box-shadow: 0 0 0px 2px #686868;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%) scale(1.1);

}
.operate-modal-info-icon img,
.operate-modal-icon img{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%) scale(1.1);
}

.operate-modal-img2 i{
    font-size: 38px;
    margin-bottom: 8px;
    color:#FF6201;
}
.operate-modal-img2 p{
    margin: 5px 0 10px;
}

.operate-modal-info-icon{
    position: relative;
}

.operate-modal-info-icons-wrap2{
    width: 200px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.2;
}

.operate-modal-info-list-wrap{
    display: inline-block;
    text-align: center;

}

.operate-modal-info__item{
    display: inline-block;
    position: relative;
    padding-left:35px;
    color:#bfbfbf;
}
.operate-modal-info__item +.operate-modal-info__item{
    margin-left: 15px;
  
}
.operate-modal-info__item span{
    width: 28px;
    height: 28px;
    font-size: 16px;
    line-height: 28px;
    border-radius: 50%;
    background:#525151;
    color:#fff;
    position: absolute;
    left:0;
    top:0;
}

@media (max-width:600px) {
    .operate-modal-use {
        padding: 20px 15px;
    }

    .operate-modal-wrap {
        font-size: 17px;
    }

    .operate-modal-btn-prev img {
        padding-left: 8px;
    }

    .operate-modal-btn-next img {
        padding-right: 8px;
    }

    .operate-modal-icons-wrap {
        font-size: 16px;
    }

    .operate-modal-wrap .row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .operate-modal-wrap .row .col {
        padding: 0 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media (max-width:480px) {
    .operate-modal-wrap .row .col {
        padding: 0 5px;
    }
}

@media (max-width:359px) {
    .operate-modal-wrap .row:after {
        content: '';
        clear: both;
        display: block;
        overflow: hidden;
        height: 0;
    }

    .operate-modal-wrap .row .col {
        width: 50%;
        float: left;
        display: block;

    }
}

.product-guide-modal-content {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1300px;
    height: 80%;
    background-color: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 105;
}

.product-guide-modal-content iframe {
    border-radius: 10px;
}

@media (max-width:1024px) {
    .product-guide-modal-content {
        width: 85%;
    }
}

@media (max-width:1400px) {
    .product-guide-modal-content {
        width: 75%;
    }
}

.pop-modal-close {
    width: 55px;
    height: 55px;
    position: absolute;
    display: block;
    background: url(https://livetour.istaging.com/static/img/close-info-white.2b10f1d.svg) center center no-repeat rgb(0, 0, 0);
    border-radius: 50%;
    padding: 5px;
    background-size: 35px;
    top: -31px;
    right: -31px;
    cursor: pointer;
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    z-index: 1000;
}

/* æ‰‹æ©Ÿè½‰å‘css*/
.fullscreenmode,
.mobile-section {
    display: none
}

.fullscreen-btn .fullscreenmode,
.orientation-change .mobile-section {
    background-color: #fcfcfc;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 45px;
    color: #fff
}

.mobile-landspace-message {
    width: 100%;
    text-align: center;
    color: #2b2b2b;
    font-size: 22px;
}

.mobile-landspace-message .h5 {
    font-size: 40px;
}

.rotate-right-icon {
    width: 200px;
    margin: 35px auto;
    display: block
}

.rotate-right-icon img {
    width: 100%;
    max-width: 100%;
    max-height: 100%
}

.continue-btn {
    padding: 4px 20px;
    border: 1.5px solid #2b2b2b;
    font-size: 20px;
    color: #2b2b2b;
    background: transparent;
    margin: 0 auto;
}




#user-guide-modal {
    background-color: rgba(68, 68, 68, 0.8);
}

.operate-modal-content2 {
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
    background-color: transparent;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 105;
}


.operate-modal-content2 img {
    max-width: 100%;
}

.user-guide {
    font-size: 18px;
    color: #fff;
    position: fixed;
    bottom: 145px;
    right: 60px;
    z-index: 102;
}

.user-guide a {
    display: block;
    background: #9c9c9c;
    padding: 6px 40px 6px 15px;
    border: 3px solid #fff;
    border-radius: 30px;
    box-shadow: 0 0 0px 3px #9c9c9c;
    cursor: pointer;
    position: relative;
    transition: ease .2s;
}

.user-guide a:hover,
.user-guide a.open {
    background: #FF7F00;
    box-shadow: 0 0 0px 3px #ff7f00;
    text-decoration: none;
}

.user-guide a &gt; img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) scale(.85);
}

.rwd-img {
    display: none;
}


@media (max-width:1400px) {
    .operate-modal-content2 {
        top: 30px;
        width: 55%;
        padding-bottom: 65px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    }
    .pc-img {
        display: none;
    }

    .rwd-img {
        display: inline-block;
    }
}

@media (max-width:991px) {
    .user-guide {
        right: 30px;
    }
    .user-guide a {
        font-size: 15px;
    }
}

@media (max-width:767px) {
    .operate-modal-content2 {
        width: 90%;
    }
}

@media (max-width:600px) {
    .user-guide {
        right: 15px;
    }
    .user-guide a {
        font-size: 13px;
        padding: 6px 35px 6px 15px;
    }
    .user-guide a&gt;img {
        right: -5px;
        transform: translateY(-50%) scale(.75);
    }
}</pre></body></html>