body {
    width: 100vw;
    height: 100vh;
    margin: 0;
    font-family: "Heiti TC";
    font-family: "微軟正黑體";
    overflow: hidden;
    cursor: grab;

    touch-action: none;
}

img {
    width: 100%;
    height: auto;
}

p {
    font-size: 11pt;
    letter-spacing: 0px;
    line-height: 0px;
}

canvas {
    display: block;
    background: url(./img/bg.jpg) no-repeat center center;
    background-size: cover;
    background-position: bottom;
    background-color: #353535;
    touch-action: none;
}

#gogo {
    z-index: 100;
}

.all {
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
}

.label {
    color: #fff;
    font-size: 12pt;
    letter-spacing: 2px;
    padding: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0px;
    cursor: pointer;
    text-align: center;
}

.label:hover {
    background: rgba(0, 0, 0, 0.8);
}

.label2 {
    color: #fff;
    font-size: 11pt;
    letter-spacing: 2px;
    padding: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0px;
    text-align: center;
}

.ph {
    background: rgba(46, 59, 124, 0.8);
}

.b2 {
    background: rgba(163, 123, 69, 0.8);
}

.gt {
    background: rgba(168, 26, 26, 0.8);
}

.logo {
    width: 270px;
    position: absolute;
    top: -50px;
    left: -70px;
    z-index: 2;
}

.topright {
    width: 380px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.btn_box {
    width: 250px;
    height: 200px;
    position: absolute;
    right: 100px;
    bottom: 50px;

    background-image: url("./img/btn_bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.btn {
    height: auto;
    position: relative;
    margin: 10px;
    float: left;
    cursor: pointer;
    transition: 0.5s;
}

.btn_out {
    width: 90px;
    height: 80px;
    position: relative;
    left: 17px;
    top: 18px;
    background-image: url("./img/btn_out_down.png");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    transform: scale(1.2, 1.2);
}

.btn_in {
    width: 80px;
    height: 70px;
    position: relative;
    top: 65px;
    left: 15px;
    background-image: url("./img/btn_in.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.btn:hover {
    transform: scale(1.2, 1.2) !important;
}

.tag_box {
    width: 240px;
    height: auto;
    position: absolute;
    top: 200px;
    left: 30px;
    color: white;
    font-size: 14pt;
    border-left: 1px white solid;
    letter-spacing: 2px;
    user-select: none;
    z-index: 1;
}

.gt_ {
    --main-bgColor: rgba(158, 45, 45, 0.8);
}
.ph_ {
    --main-bgColor: rgba(46, 59, 124, 0.8);
}
.bb_ {
    --main-bgColor: rgba(49, 30, 17, 0.8);
}
.b2_ {
    --main-bgColor: rgba(163, 123, 69, 0.8);
}

.tag {
    padding: 8px;
    padding-left: 20px;
    margin-top: 10px;
    cursor: pointer;
    border-left: 2px solid transparent;
    background: linear-gradient(
        to right,
        var(--main-bgColor) 0%,
        rgba(46, 59, 124, 0) 50%
    );
    background-size: 200%;
    background-position-x: 100%;
    background-repeat: no-repeat;
    transition: .5s;
}
.tag:first-child {
    margin-top: 0;
}

.tag:hover,
.selecting {
    background-position-x: left;
    backdrop-filter: blur(1.5px);
}
.events-none {
    pointer-events: none;
}

.tag-box-bg {
    position: absolute;
    top: 60px;
    left: -50px;
    width: 500px;
    height: 500px;
    pointer-events: none;
    background: radial-gradient(
        circle,
        rgba(0 0 0 / 0.2) 0%,
        rgba(0 0 0 / 0) 65%
    );
    background-position-x: -150px;
    background-repeat: no-repeat;
    border-bottom-right-radius: 50%;
    filter: blur(50px);
}


/* ***** Coming Soon used ***** */
.tag1 {
    padding: 8px;
    padding-left: 20px;
    margin-top: 10px;
    color: #b3b3b3;
}

.right_bottom {
    height: 40px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

.btn_r {
    width: 30px;
	margin: auto;
    height: 30px;
    position: relative;
    padding-right: 10px;
    cursor: pointer;
}
.btn_r2 {
    width: 30px;
    height: 30px;
    position: relative;
    float: left;
    padding-right: 0px;
    cursor: pointer;
}

.enter {
    display: none;
}

.mask {
    display: none;
    width: 100%;
    height: 100%;
    background: rgb(53, 53, 53, 0.95);
    position: absolute;
    top: 0px;
    left: 0px;
}

.close {
    display: none;
}

.copyright_box {
    width: 310px;
    height: 50px;
    position: absolute;

    left: 50%;
    top: 50%;
    transform: translate(-50%, -50px);

    color: #ffffff;

    display: none;

    z-index: 2;
}

.content {
    width: 100%;
    height: 50px;
    position: relative;
    padding-left: 15px;
}

.copy {
    width: 60px;
    position: relative;
    margin: 0 auto;
    padding-top: 80px;
    display: block;
    cursor: pointer;
}

.text {
    font-size: 18pt;
    font-weight: bold;
    line-height: 25px;
    float: left;
}

.line {
    width: 2px;
    height: 90%;
    margin-top: 5px;
    position: relative;
    margin-left: 40px;
    margin-right: 40px;
    background-color: #ffffff;
    float: left;
}

.panos {
    width: 120px;

    position: relative;
    cursor: pointer;
    float: left;
}

.help_box {
    width: 40%;
    height: 30%;
    position: absolute;

    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);

    display: none;
    z-index: 2;
}

.help_gif {
    width: 100%;
    height: auto;
}

.loading {
    color: white;
    width: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    float: left;
    display: block;
}

.copyright1 {
    color: #cccccc;
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 10pt;
}
.mobile_rotate_box {
    display: none;
}
@media only screen and (max-width: 1366px) {
    canvas {
        background: url(./img/model_bg_tablet_landscape.jpg) no-repeat center
            center;
        background-size: cover;
    }

    .tag_box {
        display: none;
        border-left: 0px;
        border-left-style: none;
        text-align: center;
        font-size: 16pt;

        width: 350px;

        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        z-index: 2;
    }
    .tag-box-bg {
        display: none;
    }

    .tag {
        background: rgb(255, 255, 255, 0.5);
        border: 1px;
        border-style: solid;
    }

    .tag:hover {
        background: rgb(255, 255, 255, 0.9);
        color: #535353;
    }

    .tag1 {
        background: rgb(201, 202, 202, 0.3);
        border: 1px;
        border-style: solid;
    }

    .enter {
        width: 200px;
        display: block;
        position: absolute;
        bottom: 40px;
        left: 50%;
        margin-left: -125px;
        z-index: 1;
    }

    .close {
        width: 60px;
        position: relative;
        margin: 0 auto;
        padding-top: 20px;
        display: block;
    }
    .help_box {
        width: 50%;
    }

    .btn_box {
        left: 50px;
        bottom: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    canvas {
        background: url(./img/model_bg_tablet_landscape.jpg) no-repeat center
            center;
        background-size: cover;
    }

    .tag_box {
        display: none;
        border-left: 0px;
        border-left-style: none;
        text-align: center;
        font-size: 16pt;

        width: 350px;

        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        z-index: 2;
    }

    .tag {
        background: rgb(255, 255, 255, 0.5);
        border: 1px;
        border-style: solid;
    }

    .tag:hover {
        background: rgb(255, 255, 255, 0.9);
        color: #535353;
    }

    .tag1 {
        background: rgb(201, 202, 202, 0.3);
        border: 1px;
        border-style: solid;
    }

    .enter {
        width: 200px;
        display: block;
        position: absolute;
        bottom: 40px;
        left: 50%;
        margin-left: -125px;
    }

    .close {
        width: 60px;
        position: relative;
        margin: 0 auto;
        padding-top: 20px;
        display: block;
    }
    .help_box {
        width: 50%;
    }

    .btn_box {
        left: 50px;
        bottom: 20px;
    }
}

@media only screen and (max-width: 926px) {
    canvas {
        background: url(./img/model_bg_mobile_landscape.jpg) no-repeat;
        background-size: cover;
        background-position: top;
    }

    .logo {
        width: 170px;
        top: -30px;
        left: -40px;
    }

    .enter {
        width: 110px;
        margin-left: -65px;
        bottom: 5px;
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -55px;
    }

    .btn_box {
        width: 180px;
        height: 120px;
        left: auto;
        right: 10px;
        top: 10px;
    }

    .btn_out {
        width: 60px;
        left: 10px;
        top: 10px;
    }

    .btn_in {
        width: 50px;
        left: 15px;
        top: 48px;
    }

    .help_box {
        width: 40%;
    }

    .close {
        width: 40px;
        position: relative;
        margin: 0 auto;
        padding-top: 10px;
        display: block;
    }

    .tag_box {
        display: none;
        border-left: 0px;
        border-left-style: none;
        text-align: center;
        font-size: 14pt;

        width: 387px;

        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        z-index: 2;
    }

    .tag {
        width: 170px;
        height: 70px;
        padding-top: 30px;
        float: left;
        padding-left: 8px;
        margin-top: 0px;

        background: rgb(255, 255, 255, 0.5);
        border: 1px;
        border-style: solid;
    }

    .tag:hover {
        background: rgb(255, 255, 255, 0.9);
        color: #535353;
    }

    .tag1 {
        width: 170px;
        height: 70px;
        padding-top: 30px;
        float: left;
        padding-left: 8px;
        margin-top: 0px;

        background: rgb(201, 202, 202, 0.3);
        border: 1px;
        border-style: solid;
    }

    .ph_ {
        margin-left: 10px;
    }

    .bb_ {
        margin-top: 10px;
    }

    .b2_ {
        margin-top: 10px;
        margin-left: 10px;
    }

    .tag_box .close {
        top: 10px;
    }

    .loading {
        width: 30%;
    }

    .copyright1 {
        font-size: 6pt;
    }

    
}
@media only screen and (max-width: 900px) {
    .mobile_rotate_box {
        display: block;
        width: 100vw;
        height: 100vh;
        background: rgb(0, 0, 0, 0.7);
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 100;
    }

    .mobile_rotate {
        width: 35%;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}


.teach{
    position: fixed;
    width: 20%;
    z-index: 50;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    opacity: 1;
    pointer-events: none;
}
.teach img{
    transition: 0.3s;
}
.teach .active{
    opacity: 0;
    transition: 0.3s;
}