.corn-button-container{position:relative;display:flex;align-items:center;justify-content:center;box-sizing:border-box;font-family:HelveticaNeue;font-size:max(100vw * 20 / 1920,15px);font-weight:900;font-stretch:normal;font-style:normal;line-height:1.2;letter-spacing:normal;text-align:center;white-space:nowrap;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none}.corn-button-container .corn-button-icon{position:relative;height:max(100vw * 30 / 1920,24px);width:max(100vw * 30 / 1920,24px);object-fit:contain;margin:0 0 0 max(100vw * 18 / 1920,15px)}.corn-button-container .corn-button-text{position:relative;-webkit-user-select:none;user-select:none;color:#50fec5;margin:0}.corn-button-container .corn-button-text:not(:first-child){margin:0 max(100vw * 18 / 1920,15px) 0 max(100vw * 9 / 1920,5px)}.corn-button-container.is-default-size{width:stretch;height:max(100vw * 50 / 1920,40px);padding:max(100vw * 10 / 1920,8px);border-radius:max(100vw * 25 / 1920,20px)}.corn-button-container.is-default-size .corn-button-text{line-height:max(100vw * 30 / 1920,24px)}.corn-button-container.is-big-size{width:max(100vw * 400 / 1920,320px);height:max(100vw * 50 / 1920,40px);padding:max(100vw * 10 / 1920,8px);border-radius:max(100vw * 25 / 1920,20px)}.corn-button-container.is-big-size .corn-button-text{line-height:max(100vw * 30 / 1920,24px)}.corn-button-container.is-middle-size{width:max(100vw * 140 / 1920,112px);height:max(100vw * 40 / 1920,32px);padding:max(100vw * 9 / 1920,7px);border-radius:max(100vw * 25 / 1920,20px)}.corn-button-container.is-middle-size .corn-button-text{line-height:max(100vw * 22 / 1920,17px)}.corn-button-container.is-small-size{width:max(100vw * 138 / 1920,112px);height:max(100vw * 38 / 1920,31px);padding:max(100vw * 6 / 1920,5px);border-radius:max(100vw * 50 / 1920,40px)}.corn-button-container.is-small-size .corn-button-text{line-height:max(100vw * 25 / 1920,20px)}.corn-button-container.is-content-size{width:fit-content;height:max(100vw * 38 / 1920,31px);padding:max(100vw * 6 / 1920,5px) max(100vw * 19 / 1920,15px);border-radius:max(100vw * 50 / 1920,40px)}.corn-button-container.is-content-size .corn-button-text{line-height:max(100vw * 24 / 1920,19px)}.corn-button-container.is-default-type{background-color:#57cbcc;border-style:none}.corn-button-container.is-default-type .corn-button-text{color:#fff}.corn-button-container.is-cancel-type{background-color:#494949;border-style:none}.corn-button-container.is-cancel-type .corn-button-text{color:#fff}.corn-button-container.is-danger-type{background-color:#db3a20;border-style:none}.corn-button-container.is-danger-type .corn-button-text{color:#fff}.corn-button-container.is-dark-type{background:linear-gradient(#1e1e1e,#1e1e1e) padding-box,linear-gradient(120deg,#50ffc5,#19b9c3 60%) border-box;border:max(100vw * 1 / 1920,0px) solid transparent}.corn-button-container.is-dark-type .corn-button-text{color:#50fec5}.corn-button-container.is-dark-type:active{background-image:linear-gradient(to right,#50ffc5,#19b9c3);background-image:linear-gradient(120deg,#50ffc5,#19b9c3 60%) padding-box}.corn-button-container.is-dark-type:active .corn-button-text{color:#fff}.corn-button-container:disabled{filter:saturate(1.5) invert(.15);cursor:not-allowed}.corn-button-container:active{filter:saturate(.85) brightness(1.1)}.corn-popup-group,.corn-popup-overlay{top:0;left:0;width:100%;height:100%}.corn-popup-group{position:fixed;z-index:999}.corn-popup-group,.corn-popup-group *{font-weight:400;font-stretch:normal;font-style:normal;line-height:1.23;letter-spacing:normal;text-align:center}.corn-popup-group.hide{pointer-events:none}.corn-popup-group>.corn-popup-overlay{position:absolute}.corn-popup-overlay{position:fixed;display:flex;z-index:999;background-color:#14141480;transition:opacity .5s ease-in-out;opacity:0}.corn-popup-overlay.show{opacity:1}.corn-popup-overlay.hide{opacity:0;pointer-events:none}.corn-popup-overlay.hide .corn-popup-container{transform:translate3d(0,-20px,0)}.corn-popup-overlay .corn-popup-container{position:relative;display:flex;flex-direction:column;margin:auto;padding:36px 28px;border-radius:20px;box-sizing:border-box;background-color:#141414;transition:transform .5s ease-in-out;max-width:calc(100% - 56px);max-height:calc(100% - 56px)}.corn-popup-overlay .corn-popup-title{margin:0 auto 18px;height:26px;font-size:22px;line-height:1.23}.corn-popup-overlay .corn-popup-sub{margin:18px auto 40px;font-size:20px}.corn-popup-overlay .corn-popup-content{width:stretch;margin-bottom:30px;white-space:pre-line;max-height:calc(100% - 56px);overflow-y:scroll}.corn-popup-overlay .corn-popup-bottom{display:flex;flex-wrap:nowrap;justify-content:center}.corn-popup-overlay .corn-popup-bottom .corn-popup-button{margin:0 10px}.corn-popup-overlay.is-default-type .corn-popup-container{border:solid 1px #19b9c3}.corn-popup-overlay.is-default-type .corn-popup-sub{color:#afafaf}.corn-popup-overlay.is-default-type .corn-popup-title{color:#19b9c3}.corn-popup-overlay.is-default-type .corn-popup-content{border-top:solid 1px #19b9c3}.corn-popup-overlay.is-alert-type .corn-popup-container{border:solid 1px #db3a20}.corn-popup-overlay.is-alert-type .corn-popup-sub{color:#afafaf}.corn-popup-overlay.is-alert-type .corn-popup-title{color:#db3a20}.corn-popup-overlay.is-alert-type .corn-popup-content{border-top:solid 1px #db3a20}.ng-toast-container,.ng-toast-overlay{top:0;left:0;width:100%;height:100%;transition:all .3s ease-in-out}.ng-toast-container.hide,.ng-toast-overlay.hide{pointer-events:none;opacity:0}.ng-toast-container,.ng-toast-overlay{z-index:1000}.ng-toast-container{position:fixed;background-color:#1e1e1e80}.ng-toast-overlay{position:absolute;display:flex}.ng-toast-overlay.hide{pointer-events:none}.ng-toast-overlay.hide .ng-toast-toast{transform:translate3d(0,-20px,0);opacity:0}.ng-toast-toast{max-width:80vw;margin:auto;background-color:#fff;border-radius:20px;padding:15px 25px 25px;position:relative;font-weight:700;text-align:center;white-space:pre-line;word-break:break-all;transition:all .3s ease-in-out}.ng-toast-toast.default{padding:15px 25px}.ng-toast-toast.default .ng-toast-title{color:#707070;margin:5px 0}.ng-toast-toast.success .ng-toast-title{color:#19b9c3}.ng-toast-toast.fail .ng-toast-title{color:#db3a20}.ng-toast-icon{position:absolute;top:0;left:50%;transform:translate3d(-50%,-20px,0)}.ng-toast-title{font-size:18px;margin:15px 0 5px;-webkit-user-select:none;user-select:none}.ng-toast-content{color:#707070;font-size:13px;line-height:25px;-webkit-user-select:none;user-select:none}*{font-family:Noto Sans TC,sans-serif}:root,html,body{position:relative;width:100%;height:100%;margin:0;padding:0;white-space:normal}:root::-webkit-scrollbar-track,html::-webkit-scrollbar-track,body::-webkit-scrollbar-track{background-color:transparent}:root::-webkit-scrollbar,html::-webkit-scrollbar,body::-webkit-scrollbar{width:4px;height:4px;background-color:transparent}:root::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{background-color:#57cbcc;border-radius:8px}*::-webkit-scrollbar-track{background-color:transparent}*::-webkit-scrollbar{width:4px;height:4px;background-color:transparent}*::-webkit-scrollbar-thumb{background-color:#57cbcc;border-radius:8px}*{box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#353b43;font-size:15px;color:#fff}body ::placeholder,body ::-moz-placeholder,body ::-webkit-input-placeholder{color:#777}body *:focus{outline:none}body pre,body code,body textarea{font-family:Noto Sans TC,sans-serif}#root{width:100%;height:100%}.divider{display:flex;align-items:center;justify-content:center;width:280px;height:1px;background-color:#42484f}.divider:before{content:"";width:15%;height:5px;background-color:#57cbcc}
