*,:after,:before{box-sizing:border-box}body,html{height:100%;margin:0;padding:0;overflow:hidden;font-family:sans-serif;background-color:#000}.reader{position:relative;display:flex;align-items:flex-start;justify-content:center;width:100vw;height:100%}.reader-video{width:100%;height:100%;background-color:#000;object-fit:fill}.reticle{position:fixed;top:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;width:100vw;height:100%}.reticle-box{width:90vw;height:90vw;border:4px solid #fff}@-webkit-keyframes move_reticle{from{width:90vw;height:90vw}to{width:95vw;height:95vw}}@keyframes move_reticle{from{width:90vw;height:90vw}to{width:95vw;height:95vw}}.modal-overlay{position:fixed;top:0;left:0;z-index:10;display:none;align-items:center;justify-content:center;width:100vw;height:100%;background-color:rgba(0,0,0,.7)}.modal-overlay.is-show{display:flex}.modal{width:80%;border-radius:10px;background:#fff}.modal-cnt{padding:30px 15px}.modal-title{display:block;margin-bottom:15px;text-align:center}.modal-result{width:100%;height:auto;word-break:break-all;font-size:16px;border:none;resize:none}.modal-btn{display:block;width:100%;padding:20px;color:#333;text-align:center;text-decoration:none;font-size:18px;border:none;border-top:1px solid #ddd;background:0 0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.unsupported{position:fixed;top:0;left:0;z-index:999;display:none;flex-direction:column;align-items:center;justify-content:center;width:100vw;height:100%;color:#fff;background:#000}.unsupported.is-show{display:flex}.unsupported-title{font-weight:700;font-size:2em}