@charset "UTF-8";.loading_wrapper{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:10000;background:#000000b3;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.loading_box{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;max-width:500px;width:100%;text-align:center}.loading_box .txt{color:#fff;line-height:1.7;font-size:1.125rem;margin:0 30px}.loading_box i{font-size:75px;margin:0 0 26px;color:#fff6d1}.loading_box .balloon{position:relative;width:220px;height:36px;margin:0 auto 30px;background:#fff6d1;text-align:center;font-size:1.125rem;font-weight:700;border-radius:50px;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;opacity:.9;color:var(--clText)}.loading_box .balloon:after{border:solid transparent;content:"";width:24px;height:12px;pointer-events:none;position:absolute;-webkit-clip-path:polygon(0 0,100% 0%,50% 100%);clip-path:polygon(0 0,100% 0%,50% 100%);background-color:#fff6d1;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%)}
