body { padding: 0; margin: 0; overflow: hidden; }
#unity-container { position: fixed; width: 100%; height: 100%; }
#unity-canvas { width: 100%; height: 100%; background: #231F20 }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { margin-left: auto; margin-right: auto; width: 141px; height: 18px; margin-top: 10px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
/* #startARButton{width: 154px; height: 130px; position: absolute; left: 50%; top: 5%; transform: translate(-50%); background:  url('../resource/startBtn_pr.png') no-repeat center; padding: 10px; display: none} */
#title{
    width: 80vw;
    height: 20vh;
    border: none;
    background: 0 0;
    text-align: center;
    left: 0;
    right: 0;
    /* margin: 2.5% auto 0 auto; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../resource/title_pr.png');
}
#text{
    width: 80vw;
    height: 20vh;
    border: none;
    background: 0 0;
    text-align: center;
    left: 0;
    right: 0;
    /* margin: 2.5% auto 0 auto; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../resource/text_pr.png');
}
#frame {
    position: relative;
    width: 50vw;
    margin: 0 auto;
}

#frame-img {
    display: block;
    width: 100%;
    height: auto;
}

#loading {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30vw;
    height: auto;
}
#startARButton{
   width: 80vw;
    height: 10vh;
    border: none;
    background: 0 0;
    text-align: center;
    left: 0;
    right: 0;
    /* margin: 2.5% auto 0 auto; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../resource/startBtn_pr.png');
}
#inquiry{
    width: 80vw;
    height: 10vh;
    border: none;
    background: 0 0;
    text-align: center;
    left: 0;
    right: 0;
    margin: 1% auto 2.5% auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../resource/inquiry_pr.png');
}
