@charset "UTF-8";.alert{position:fixed;left:0;top:-100px;width:100%;height:42px;background-color:#f86b6b;box-shadow:#00000026 3px 2px 7px;transition:.6s all;z-index:300}.alert.on{top:0}.alert.SUCCESS{background-color:#58bb3a}.alert.WARNING{background-color:#ffe200}.alert span{height:100%;color:#fff;display:flex;justify-content:center;align-items:center;text-align:center;text-shadow:rgba(0,0,0,.15) 3px 2px 7px}.settingprofile{display:flex;flex-direction:column;height:150px;align-items:center;width:31%;border-radius:10px;background:white}.settingprofile.img{margin:25px 0 10px}.settingprofile.img.addimg{margin:0;width:60px;height:60px}.settingprofile.emptyImg{position:relative;width:50px;height:100px;line-height:48px;border-radius:10px;background:#e5f1ff;margin:25px 0 5px}.settingprofile.emptyImg.plusIcon{position:absolute;margin:0;padding:0;width:20px;height:20px;left:30%;top:30%}.settingprofile.emptyImg.circle{border-radius:50%}.settingprofile.info{width:100%;justify-content:flex-start}.settingprofile .upload-img{display:block;width:50px;height:50px}.settingprofile .disable{display:none}.labelcard{display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:#fff;padding:20px;overflow:hidden;border-radius:8px;box-shadow:0 3px 10px #0000001a}.labelcard.section{justify-content:flex-start;background:none;padding:0;overflow:auto;border-radius:0;box-shadow:none;gap:8px}.labelcard-input{border:0;color:#000;padding:6px;border-radius:6px;background:none}.labelcard-input:focus{border:0}.labelcard-input[type=number]{border:1px solid #dfdfdf;color:#0a74fe;font-weight:500;max-width:100px;text-align:right}.labelcard-input[type=date]:focus{border:0}.labelcard-input[type=date]::-webkit-calendar-picker-indicator{margin-left:-10px}.labelcard-input[type=time]{color:#0a74fe;font-weight:600}.labelcard-input[type=time]:focus{border:0}.labelcard-input[type=time]::-webkit-datetime-edit-text{color:#0a74fe;width:30px}.labelcard-input[type=time]::-webkit-calendar-picker-indicator{filter:#0a74fe;margin-left:0}.labelcard-select{border:1px solid #dfdfdf;text-align:center}.modal{position:fixed;left:0;right:0;top:0;bottom:0;z-index:200}.modal.background{background:rgba(20,20,20,.6)}.modal.content{background:#ffffff;top:unset;border-radius:20px 20px 0 0;max-height:70%;overflow:auto}.modal.content.header{display:flex;position:sticky;left:0;right:0;top:0;padding:26px;justify-content:space-between;border-radius:0}.modal.content.header.title{padding:0}.modal.content.header.option{padding:0;width:20px;height:20px}.modal.content.body{display:flex;padding:10px 26px 26px;position:static;min-height:50px;flex-direction:column;justify-content:flex-start;border-radius:0}.modal.content.footer{display:flex;position:sticky;left:0;right:0;bottom:0;padding:20px 26px 50px;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:30px}.modal.content.footer.buttongroup{width:100%;flex-direction:row;padding:0;gap:0}.confirm .confirm-body{opacity:0;bottom:-100%;position:fixed;left:0;width:calc(100% - 40px);height:0;padding:20px;background:#fff;border-radius:30px 30px 0 0;transition:all .3s cubic-bezier(.86,0,.07,1);z-index:1001;transform:scale(0)}.confirm.on .dimlayer{background:rgba(0,0,0,.45);position:fixed;left:0;top:0;width:100%;height:100%;z-index:1001}.confirm.on .confirm-body{opacity:1;bottom:0;height:auto;transform:scale(1)}.confirm.on .confirm-body .title{margin:10px 0}.confirm.on .confirm-body .conts{margin:20px 0 30px;text-align:center}.confirm.on .confirm-body .txt{font-size:12px;color:#888;line-height:200%}.confirm.on .confirm-body .confirm-footer{display:block}.modalprofile{display:flex;flex-direction:column;justify-content:center;align-items:center;width:25%;gap:6px;margin-bottom:18px}.modalprofile.textgroup{width:100%;gap:0;margin:0}.modalprofile.textgroup.element{display:block;text-align:center;width:90%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.loading-spinner.page{position:absolute;transform:translate(-50%,-50%);display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}.loading-spinner.page.small{top:50%;left:calc(50% - 10px);width:20px;height:20px;border:2px solid #eee;border-bottom-color:#0a74fe;border-radius:50%}.loading-spinner.page.medium{top:50%;left:calc(50% - 16px);width:32px;height:32px;border:3px solid #eee;border-bottom-color:#0a74fe;border-radius:50%}.loading-spinner.page.large{top:50%;left:calc(50% - 24px);width:48px;height:48px;border:5px solid #eee;border-bottom-color:#0a74fe;border-radius:50%}.loading-spinner.part{display:inline-block;transform:translate(-50%,-50%);box-sizing:border-box;animation:rotation 1s linear infinite}.loading-spinner.part.small{width:20px;height:20px;border:2px solid #eee;border-bottom-color:#0a74fe;border-radius:50%}.loading-spinner.part.medium{width:32px;height:32px;border:3px solid #eee;border-bottom-color:#0a74fe;border-radius:50%}.loading-spinner.part.large{width:48px;height:48px;border:5px solid #eee;border-bottom-color:#0a74fe;border-radius:50%}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.common-icon.gray path{fill:#e1e1e1;stroke:#e1e1e1}.common-icon.white path{fill:#fff;stroke:#fff}.common-icon.red path{fill:#f86b6b;stroke:#f86b6b}.handy-btn{display:block;width:100%;padding:14px 0;background-color:#0a74fe;border:1px solid #0a74fe;border-radius:28px;font-size:18px;font-weight:500;color:#fff;text-align:center;box-shadow:3px 3px 3px #0000001a}.handy-btn.half{display:inline-block;width:calc(50% - 6px);font-size:16px}.handy-btn.half:first-child{margin-right:12px}.handy-btn.small{display:inline-block;width:auto;padding:6px 12px;border-radius:12px;font-size:14px;font-weight:400}.handy-btn.filter{display:inline;width:auto;padding:25px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAABHNCSVQICAgIfAhkiAAAALRJREFUSEvtlNENgkAQBd90YAl2YAtamVqZWoIdUIIdPAPxx1O4W3IBomzCD3e3wxsW0MTFxDytwOrG/0yp7ZOkY2WPZ6Dt29Wb0jmAW0ntVbMaoPmasCalr9eyptT2XpKjyYHbqIS2w7BuEqHX3KDSOYCt0nAB11FKw6SCA8ua0vSBbW8k7ZL7d+BREO7z15Y79PpMLsm+w9A7S3uGlE4OzBkoWQ8lLGmY27MCc4bC67+v9AmlSC8dOGO11wAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:center}.handy-btn.regit{font-size:14px}.handy-btn.sky-blue{background-color:#e5f1ff;border:1px solid #e5f1ff;color:#0a74fe}.handy-btn.white{background-color:#fff;color:#0a74fe;border:1px solid #0a74fe}.handy-btn.gray{background:#e6e6e6;border:1px solid #e6e6e6;color:#000;box-shadow:none}.handy-btn.red{background:#f24822;border:1px solid #f24822;color:#fff;box-shadow:none}.handy-btn.rect{border-radius:8px}.regit-btn{display:block;width:100%;margin-top:20px;padding:14px 0;border:1px solid #e8e8e8;border-radius:8px;background-color:#e5f1ff;color:#0a74fe;font-size:12px;box-shadow:0 2px 7px #0000001a}.regit-btn:before{content:"";display:inline-block;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPCAYAAAACsSQRAAAABHNCSVQICAgIfAhkiAAAANxJREFUOE/Fk8ERgjAURHfjBb1oB9qJ2IFWACU4SgF6Tw/aidoJNgEXh3Wi4BDFISfNKfn5ednk7ydaY7TVEtABxKQd/zYXcC5vXLGdMMyqM4E5oH0vRJiBTCpw0QkprPHiXcAoU2yg0wMyyioJuJTWxI2Sd4jLceoKO9g1wN9Boo1SGiXuZgKxhBxE7talNYsgJTUkrSFzCdcWJA6CeKX/65/0+aT3OQBfpfwKU+XMln74xNEpHUlM+5S4/cZfntlCDnblPCFCTvIYCiksvd7iMNOakPuDcTjE76075CXV3QSZpEcAAAAASUVORK5CYII=);width:17px;height:15px;margin:0 5px -3px 0}.text{font-size:14px;font-weight:400;color:#000}.text.xlarge{font-size:20px}.text.large{font-size:18px}.text.medium{font-size:16px}.text.small{font-size:14px}.text.xsmall{font-size:12px}.text.blue{color:#0677fe}.text.white{color:#fff}.text.black{color:#000}.text.gray{color:#888}.text.red{color:#f86b6b}.text.normal{font-weight:400}.text.bold{font-weight:500}.text.xbold{font-weight:600}.login-wrap{clear:both}.login-wrap .login-contsbox{width:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:100}.login-wrap .login-title{position:relative;padding-top:140px;text-align:center}.login-wrap .login-title:before{content:"";position:absolute;top:0;left:50%;margin-left:-57px;text-align:center;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGsAAABzCAYAAACfOvz6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjQxRkY5RTYzQTQ3MTFFRDk2RUNBQjE0QkYxMzY2NzEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjQxRkY5RTczQTQ3MTFFRDk2RUNBQjE0QkYxMzY2NzEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNDFGRjlFNDNBNDcxMUVEOTZFQ0FCMTRCRjEzNjY3MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNDFGRjlFNTNBNDcxMUVEOTZFQ0FCMTRCRjEzNjY3MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjhbTBYAAAeiSURBVHja7J17jNRUFMbvCosCwoKAouCC4hJBROWxuAgYRQ0RjYoiiEaXBIMhUTfxH4nGGE0QjE8UTUTjAwXEBxIBRUTAN4hBEY2r+EJUVIRgYF0IMH6Hng2ToZ1pp7ez0+n3JV82zKNT+uu995xzb9syMy9l4qzUeJMYtbS8va7wKXAXuA3cVo4nvB3+B/4T/gHea6iCwhIY58HD1f3ho318bz/8LbwGfgd+D/6bKHKrLGA3KHAvgcfBl2rLCasD8Ifws/Cr8C52g+46wufn2sF18CZ4ITzeEqimfRihsP6AZ8I92I6Cw5KWNAX+EX64AAdRutGb4e/gR+AOROQP1mD4C3gW3LnA+9UKvhX+Rlsx5RFgtICnwnfB5XlssxHeAu+Ed2sgIu4GVwTc1vHwPHgMPAn+l7AOSVrQAo3y/OpzeAX8EbxeQXlFLcfCfeAa+Hz4XG1FuTQWPlP/fslo0MmP3tK/ubQVfhJ+SfOmfNVRAci4eIaPz+/Sz7+d5GhQktiVPkBJtDYZ7gnfExKUaAf8FHwWPFpzr1wByCL4qiR3gzfA3bN8bh98P3yfjzyoE1yl4b5Ec3vgbQr6F82rDkuX4KXaYibC07MENa20RX+ftC6xZVrL8pIclOvgtVmCgCt1DDpHxyUvScCxDl4GvwlvdEmQn4GXwHOzjJ2tdJ8SBaupG/zA4305aIM8QF2oB/1X+DH4ihygjCbSElRMg79ScJNcgoytuv3pWbbVJql51hINGNIl/77MJVw+G/7EOHW9izTUz1cD4dlwvbaUdO3XFKLOI7pcmORoUHS6jjcbtYqQrtbwg/BNB78XjZZrS9uc8foE+FEdx6QrvVMrHImKBv0WcntpFHZaAfZJgpFr4HddeoHu+n5DEkN3P1Mk1RoM5BqPfoIXa3Jcr2PZfm2Fx2mLrdauszrLdjprVFgLv5gRfGxOcgWjLJVyb1ll8w/+qdDu0AuUfPkN+CHjTHP4leRzt2iX19rjMwcU2JyktaBcAYaXhmYBtV7fHxMQlGiTwjoVfj3Lvs009mezSxbWbx6vP26c+t6nIX9/s+ZoN2rynKkOhtMkvsesDVotuDYtnL5NIzM3nWScmWQJyU8wzpqMPQplvYb7bjnb08YpXUmX2j6j9W4jJn9jltEAQSoJvTV5/trl4yPhO4y/ar2sv3gAft44Zax0DdYEu79CnaiBC8csn7Cyqb0mtVfn8dvSaq43h5ec3CMZwvKG5fmFQxD7ardVFeL3GzThXUQg4QMM72TaWYlUFfL3pb73GjyEKKKDJXlSH0v7ILXFKURhp4Lhpt2aELvVCGXOSqY53jfOHJbMbw3Q8ak6SwujImpZv8Mvu1QzpmnUeC+8WqsfUqGfpV3dBAWdqYVEEV3LEtUqDKn17dDca1mO78zT0P0FuB/8n3HmrOYSRbTRYFgdY5y5sn0Mz6NvWWG1nYc/4pZFxaxlWewKqQJ2g1KwHWnyn+aXwrBMbNYTRUTdoLasUcaZGW4Rch8aNazfQBzR5FmiOgugREexghE9rLYW96MdUUQLiyIsirAIq6QkwVJVEY2fJ5qMK3uSDEugXGCcy3HlIkIpf0lh+i/jLBEvpMo1fZEIW648lVVlsshIFsrOtpUUx0mVxrkkaZj+7eeRekgqITMIMjPQENG+SBFblvLJzV5k7aVcqeO12FUWwkpmu6JUYcmZOkAPyFB1twDfl0uQTjY+F/PkqiEYZzFrjZ4kNfrvIFWf3qUEq+lMbTogMiPdxsJBzkettaU0nSSyP51s/CfjCqu3ghmR55lqU13TutYabdHlUfxQHGBlnqlyQLo0Y8TYLw3MUO0uC6JihNU1o38fZPzdKyOqiHFIWndW05yhfbHAkrN1TqHP1BySRTw9jZ1idUnB6q8uJvViBYMiLMKiCIsiLMKiCIsiLMKiCIsKquYoN8ndaGZ6vLeASIoLlqwteMXStu42zvLrTF1unPsi+tUqk3aT5DTJ3W1uD7CdRt0nN9UaZ94tVrBsSu45uNPl9R4BYcltjWa4vF4ZENYej+2IhoeFxTGLAQZFWAwwCi4ZB8by0McD1jC1DcnzSdweChB0QY2s+xjo8XoQtfDYjqgijrBsapWl7dSqw0oev7GOYxZFWIRFERZhUYRFERaT4gJLHqfrdfen6URSXLDk2cMzLMF6Dt7r8rpUSPoGPIHWeiS5EwJsZ6/uk5vk9kmVcYNlU3LBtNt81hMBYcnE41SX1ysDwpI7k072eG9xWFgcsxhgUITFAKPgkivrB/LQxwPWKLUNdfDoHY4MuB25UUlHl9eDzkGVeWxHVB5HWDb1s8Woss7CduSpR5HdVZtjFgMMirAIiyIsirAIiyIsirAIKw818PAVTI1hYclNfw/wOEauLUaf4xymNrjUOFcXjjZOITRfyZ065dbctm4AKVcxri4RUHKrcHke9PawsESfqcNqpXGezmoD2CrjPkXPAMOS5LHv44z74heqCKNBAotZ6E5gMcuzCCxmSTGBxQgWgcUMFoHFDBaBxQwWgcUMFoGZ+E2RJBpYHOezEgssrpOP2YA1ElZ8gH1MWMUL7GJ4DVxvnPXqy0sVVlkqlQr+pflMUJtD/wswAPCvfS+zRuBGAAAAAElFTkSuQmCC) center top no-repeat;width:107px;height:115px}.login-wrap .login-contswrap{padding:50px;width:100%;box-sizing:border-box}.login-wrap .login-contswrap .login-conts ul li{position:relative;height:58px}.login-wrap .login-contswrap .login-conts ul li input{width:98%;border:none;box-shadow:#00000026 3px 2px 7px;border-radius:30px;padding-left:45px;box-sizing:border-box}.login-wrap .login-contswrap .login-conts ul li input::-webkit-input-placeholder{color:#0006;font-size:24px}.login-wrap .login-contswrap .login-conts ul li input::-moz-placeholder{color:#0006;font-size:13px}.login-wrap .login-contswrap .login-conts ul li input::-ms-input-placeholder{color:#0006;font-size:13px}.login-wrap .login-contswrap .login-conts ul li input::placeholder{color:#0006;font-size:13px}.login-wrap .login-contswrap .login-conts .login-input{height:48px}.login-wrap .login-contswrap .login-conts .code-ic:before{content:"";position:absolute;left:25px;top:50%;margin-top:-12px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODNFQzYwNkIzQTQ4MTFFRDk3RjFEMTRBRjFCODMxRTMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODNFQzYwNkMzQTQ4MTFFRDk3RjFEMTRBRjFCODMxRTMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4M0VDNjA2OTNBNDgxMUVEOTdGMUQxNEFGMUI4MzFFMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4M0VDNjA2QTNBNDgxMUVEOTdGMUQxNEFGMUI4MzFFMyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpzllR0AAAEcSURBVHjaYrxx4wYDJYAJSosC8V0g/o+GrwIxHzEGmAKxEhC7AvFJIN4HxAFArAXEuvgMYIHSjFAaZAgXlK8AFfMHYm00fb+BeCMQv2NBk+gAYh6o89WgYhlA/AdNHT8QBwOxDxOahBAQ7wLiNUgu8IKKI+NeIJZDDgMYOAPENkDsAcQHoGJzgLgCiCWg8iogp6MHIgzsAeI3QPwCyQCQJlBc/4DKf8EWCzAwC4gfAfEdIF4AFdsExEegGmch244cCzBwF4ntB6VXAvF0aACD5PXwucAEatsOIHaAiqVANb+Ayt9B1gdzASyaQoFYEoh/QhMSCDgCsSqaRaC08RWcgKB5gQOIZwOxJpFZ4BfUVZtgLgCFcCw5mQkgwAD1azz4jebyVgAAAABJRU5ErkJggg==) center no-repeat;width:16px;height:14px}.login-wrap .login-contswrap .login-conts .id-ic:before{content:"";position:absolute;left:25px;top:50%;margin-top:-12px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUFDRDJBN0EzQTQ4MTFFREIxNDNBNTdBQjMyRENDNDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUFDRDJBN0IzQTQ4MTFFREIxNDNBNTdBQjMyRENDNDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QUNEMkE3ODNBNDgxMUVEQjE0M0E1N0FCMzJEQ0M0MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QUNEMkE3OTNBNDgxMUVEQjE0M0E1N0FCMzJEQ0M0MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plcz0qEAAADKSURBVHjaYrxx4wYDuYAJh7ggEE8F4utAfBCI/bApYsEixgzE24HYHMrXAGJbIA4C4g2EbLZD0ggDjEBcQoyzRXF4RYwYzUeA+DsW8f3EaH4GxKloBhwH4hpiAgwElgLxIWhAvYLa+pdYzSDwGIjXAPEvYuNZHohrobaCbPwJxD+A+DYQLwHiAGhUQqIAmsJAUdEExBUEXAMCV4E4AoivwGyOgAYICxGpUhuINyI7W5vEZK2EHGBroAIsRGq+iaz5AhBHkZqrAAIMAOroJeMHEMpGAAAAAElFTkSuQmCC) center no-repeat;background-size:100% 100%;width:16px;height:14px}.login-wrap .login-contswrap .login-conts .pw-ic:before{content:"";position:absolute;left:25px;top:50%;margin-top:-15px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAARCAYAAADtyJ2fAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzZCRENGQTczQTQ5MTFFRDg0RUFFNDcwRDIzRjBBMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzZCRENGQTgzQTQ5MTFFRDg0RUFFNDcwRDIzRjBBMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNkJEQ0ZBNTNBNDkxMUVEODRFQUU0NzBEMjNGMEEwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNkJEQ0ZBNjNBNDkxMUVEODRFQUU0NzBEMjNGMEEwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ph1yEVQAAAD2SURBVHjaYrxx4wYDOYAFh7gYEJsB8UsgPgvE/9AVMGHRlA3ED4F4MxCfAuKTQCxNSKMlEE8G4klQxbZALAzECwk5NRyIrwNxOZT/DIhLgXg1EIsA8RtcNooC8X00MZA/GYGYC5uNIA1F0ABhA+KZSGokoHQrEG8A4rUgDiM0OqYBcRQQ38ETA5xArAHE8kD8BGYjPxAfAWIfPBp1gfgSEAuCNDLhUSgLtQUrwKUxGhqX54CYmRSN6tCQVMRlK64k1wXEH6DJ7QspGkGK+4hJ5H+BWBkpxWADsPj8g6xxPhBbEdAIyiErgfgmssb9QKxCSn4ECDAAXXgs9my1XdgAAAAASUVORK5CYII=) center no-repeat;width:14px;height:17px}.login-wrap .login-contswrap .login-conts .id-check{margin:15px 0;font-size:14px;color:#333}.login-wrap .login-contswrap .login-conts .login-footer{margin-top:25px}.avatar.small{width:24px;height:24px;border:3px solid white}.avatar.normal{width:60px;height:60px}.avatar.square{border-radius:20%}.avatar.circle{border-radius:50%}.avatar.empty{background-color:#6cc0ff}.tag{background:#0a74fe;min-width:40px;height:20px;line-height:20px;text-align:center;color:#fff;border-radius:13px;font-size:11px;padding:1px 10px;font-weight:300}.tag.blue{background:#0a74fe}.tag.yellow{color:#000;background:#ffe200}.tag.green{background:#58bb3a}.tag.orange{color:#000;background:#ffa629}.workordercard{display:flex;flex-direction:row;background:#fff;padding:10px 12px;overflow:hidden;margin-bottom:10px;border-radius:8px;box-shadow:0 3px 10px #0000001a}.workordercard-profile{position:relative;padding-top:14px;margin-right:18px}.workordercard-profile .list{display:flex;position:absolute;overflow:visible;top:46px;left:20%}.workordercard-info{display:flex;width:100%;flex-direction:column}.workordercard-info .top{flex-direction:row;justify-content:space-between;align-items:center}.workordercard-info .bottom{display:block;float:left}.workordercard-info .bottom .list{display:flex;justify-content:flex-start;flex-wrap:wrap;width:55%}.workordercard-info .bottom .element{display:flex;flex-direction:row;gap:10px}.workordercard-info .bottom.left{width:45%}.prodcard{display:flex;flex-direction:row;justify-content:space-between;padding:6px 0;border-bottom:.5px solid #dfdfdf}.prodcard.left{padding:3px 0;flex-direction:column;border:0}.prodcard.left.datelist{flex-direction:row;gap:3px}.prodcard.right{border:0;align-items:center}.prodsummaryboard{padding:20px;overflow:hidden;margin-bottom:140px;border-radius:8px;background:#fff;box-shadow:0 3px 10px #0000001a}.prodsummaryboard.head{padding:0 0 10px;margin:0;border-radius:0;gap:20px;box-shadow:None}.prodsummaryboard.head.top{display:flex;flex-direction:row;justify-content:space-between}.prodsummaryboard.head.top.countlist{width:auto;gap:4px}.prodsummaryboard.body{position:relative;padding:0;margin:0;border-radius:0;min-height:170px;box-shadow:None}.prodsummaryboard.body.empty{display:flex;justify-content:center;align-items:center;min-height:170px;box-shadow:None}.inactivecard{display:flex;flex-direction:row;justify-content:space-between;padding:20px;border-radius:8px;box-shadow:0 3px 10px #0000001a}.inactivecard.left{padding:0;flex-direction:column;border:0;box-shadow:None}.inactivecard.left.datelist{flex-direction:row;gap:3px}.inactivecard.right{border:0;padding:0;align-items:center;box-shadow:None}.inactivecard.right.info{flex-direction:column;gap:3px;align-items:flex-end}.inactivelist{display:flex;flex-direction:column;gap:14px}.workorderlist{display:flex;flex-direction:column;justify-content:center;align-items:center;height:600px}.modalbody{display:flex;flex-direction:column}.modalbody.contentgroup{gap:14px}.modalbody.contentgroup.errortext{width:100%;align-items:flex-end}.modalbody.contentgroup.filtermodal{gap:0}.modalbody.contentgroup.filtermodal.title{flex-direction:row;border-bottom:.5px solid #d3d3d3;padding-bottom:6px}.modalbody.contentgroup.filtermodal.group{flex-direction:row;gap:12px;margin-bottom:30px;padding-bottom:14px}.modalbody.contentgroup.selelctmodal{gap:6px}.modalbody.buttongroup{flex-direction:row}.modalbody.textgroup{margin-top:auto;justify-content:center;align-items:center}.modalbody.margintop{margin-top:40px}.modalbody.marginbottom{margin-bottom:40px;justify-content:center}.modalbody.aligncenter{align-items:center}.modalbody.justifycenter{justify-content:center}.filtermodal{display:flex;flex-direction:column}.filtermodal.group{flex-direction:row;gap:12px;margin-bottom:30px;padding-bottom:14px}.avatarlist{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:center;padding-top:16px;border-top:.5px solid #d3d3d3}.avatarlist.element{flex-direction:column;gap:10px}.commandlist.header{display:flex;padding-top:30px;padding-bottom:20px;justify-content:space-between}.commandlist.header.title{padding:0;flex-direction:column;gap:6px}.commandlist.header.title.subtitle{flex-direction:row;justify-content:flex-start;align-items:center;gap:12px}.commandlist.header.title.filter{flex-direction:row;justify-content:flex-start;align-items:center}.commandlist.header.button{padding:0;display:block}.container{background:#fff}.container.header{position:sticky;left:0;right:0;top:0;background:None;z-index:10}.container.header.top{display:flex;position:relative;padding:12px 8px;flex-direction:row;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(201,201,201,.3)}.container.header.top.left{justify-content:unset;border:None;width:30px;padding:0}.container.header.top.right{border:None;width:30px;padding:0}.container.header.content{display:flex;flex-direction:column;padding:14px 20px;gap:14px;position:relative;height:auto;border-bottom:None}.container.header.content.wrapcolumn{padding:6px 0;gap:4px;flex-direction:column;justify-content:center;align-items:center}.container.header.content.wraprow{padding:0;flex-direction:row;justify-content:space-between;align-items:center}.container.body{display:flex;flex-direction:column;padding:20px;gap:20px}.container.footer{position:fixed;padding:20px 20px 50px;left:0;right:0;bottom:0}.container.white{background:#ffffff}.container.gray{background:#fafafa}.container.gradientblue{background:linear-gradient(to right,#2ca6ef,#0a6bf7)}.container.gray-gradient{background:linear-gradient(#fafafa,#ffffff)}.container.white-gradient{background:linear-gradient(rgba(250,250,250,.5),#fafafa);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.workorder{display:flex;width:100%;flex-direction:column;padding:0 20px}.workorder.orderinfo{justify-content:center;align-items:center;gap:4px}.workorder.profilelist{padding-top:20px;justify-content:space-between;flex-direction:row}.badge{display:flex;padding:3px 6px;background:#ececec;border-radius:6px}.dashboard{background-color:#fafafa}.dashboard.all{background-color:#fff}.dashboard .all-list{margin:20px 0}.dashboard .head-home{padding-top:40px}.dashboard .head-home .main-h1{font-size:16px;color:#333;font-weight:800}.dashboard .head-home .main-h1 span{font-size:16px;color:#1986f4;font-weight:800}.dashboard .head-home .main-headtxt{font-size:20px;color:#333;line-height:140%;margin-top:10px;font-weight:300}.dashboard .head-home .main-todaytitle{font-size:18px;color:#333;font-weight:600;float:left}.dashboard .head-home .main-allview{font-size:12px;color:#0677fe;font-weight:400;float:right}.dashboard .list-header{display:flex;justify-content:space-between;align-items:center}.dashboard .list-totalimg{position:relative}.dashboard .list-totalimg img{width:58px;height:58px;border-radius:10px}.dashboard .list-totalphoto{position:relative}.dashboard .list-totalphoto img{width:59px;height:59px;border-radius:100%;background:#e2e2e2}.dashboard .list-total-today ul li dl dt.name{font-size:14px}.dashboard .status-wrap{display:inline-block;margin-top:10px;border:1px solid #d8d8d8;border-radius:15px;font-size:11px;color:#333}.dashboard .status-wrap .status-info{display:flex;align-items:center;gap:4px;padding:3px 10px}.dashboard .status-wrap .date-info{border:1px solid #d8d8d8;border-radius:15px;padding:3px 10px 3px 25px;display:inline-block;position:relative;font-size:11px;color:#333;margin-top:10px}.dashboard .status-wrap .date-good{position:absolute;left:10px;top:50%;margin-top:-5px;width:10px;height:10px;background:#65cc45;border-radius:100%}.dashboard .status-wrap .date-good-span{color:#65cc45}.dashboard .list-total-today{clear:both;margin-top:5px}.dashboard .list-subject{display:flex;justify-content:flex-start;align-items:center}.dashboard .list-total-today ul li{width:100%;position:relative;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;border-bottom:1px solid #f5f2f2;padding:10px 0}.dashboard .list-total-today ul li:last-child a{border-bottom:none}.dashboard .list-total-today ul li dl{margin-left:10px}.dashboard .list-total-today ul li dl dt{font-size:16px;color:#333;font-weight:600}.dashboard .list-total-today ul li dl dt span.numsmall,.dashboard .list-total-today ul li dl dd{font-size:12px;color:#888;font-weight:400}.dashboard .list-total-today ul li dl dd span{display:block;font-weight:400;line-height:130%}.dashboard .list-stats{right:-10px;top:0;width:85px;font-size:11px;font-weight:300;text-align:center}.dashboard .list-stats.orange .list-statsper{background:#fa8f68}.dashboard .list-stats.orange .list-statsvalue span{color:#fa8f68}.dashboard .list-stats.green .list-statsper{background:#65cc45}.dashboard .list-stats.green .list-statsvalue span{color:#65cc45}.dashboard .list-stats.blue .list-statsper{background:#0a74fe}.dashboard .list-stats.blue .list-statsvalue span{color:#0a74fe}.dashboard .list-stats.yellow .list-statsper{background:#ffe200;color:#333!important}.dashboard .list-stats.yellow .list-statsvalue span{color:#ffe200}.dashboard .list-stats .list-statsper{width:58px;height:22px;line-height:22px;text-align:center;color:#fff;border-radius:13px;margin:0 auto}.dashboard .list-stats .list-statsvalue{color:#333}.dashboard .check-green{position:absolute;right:-5px;bottom:-5px;background:#65cc45;width:22px;height:22px;border-radius:13px;border:3px solid #fff;box-sizing:border-box}.dashboard .check-gray{position:absolute;right:-5px;bottom:-5px;background:#797979;width:22px;height:22px;border-radius:13px;border:3px solid #fff;box-sizing:border-box}.dashboard .check-yellow{background:#ffe200;width:22px;height:22px;border-radius:3px;border:3px solid #fff;color:#333}.dashboard .liseview-head{position:relative;height:190px;background:linear-gradient(to right,#2ca6ef,#0a6bf7);display:flex;justify-content:center;align-items:center}.dashboard .liseview-head .prev-btn{position:absolute;left:17px;top:12px}.dashboard .liseview-head span{color:#fff;text-align:center;display:block;line-height:160%}.dashboard .liseview-head span:nth-child(0){font-size:16px;margin-bottom:18px}.dashboard .liseview-head span:nth-child(1){margin-bottom:5px}.dashboard .liseview-head span:nth-child(1) img{width:58px;height:58px;border-radius:10px}.dashboard .liseview-head span:nth-child(2){font-size:18px;font-weight:800}.dashboard .liseview-head span:nth-child(3){font-size:12px;color:#ffffff94}.dashboard .view-sel{text-align:center;padding:10px 0}.dashboard .view-sel select{border:none}.dashboard .liseview-head-conts span.user-fileadd-p{width:58px;height:58px}.dashboard .liseview-head-conts span.user-fileadd-p img{width:58px;height:58px;border-radius:100%}.dashboard .view-day{padding:0 20px}.dashboard .view-day input[type=date],.dashboard .view-day input[type=month]{border:none;padding-left:10px}.dashboard .listview-back{padding:20px;height:calc(100vh - 298px);background:#fafafa}.dashboard .list-totalvalue{font-size:16px;color:#333;display:flex;justify-content:space-between;align-items:center}.dashboard .list-system .box-Atype{margin-top:0;margin-bottom:10px}.dashboard .view-listwrap{clear:both;position:relative;overflow:hidden}.dashboard .view-product{padding-bottom:15px}.dashboard .view-listimg{position:absolute;left:0;top:50%;transform:translateY(-50%)}.dashboard .view-listimg img{width:67px;height:67px;border-radius:10px}.dashboard .view-photo{position:absolute;right:-8px;bottom:-8px;width:28px;height:28px;border-radius:100%;border:2px solid #fff;background:#dedede;z-index:2}.dashboard .view-photo img{width:100%;height:100%}.dashboard .view-img{position:absolute;right:-8px;bottom:-8px;width:28px;height:28px;border-radius:10px;border:2px solid #fff;background:#dedede}.dashboard .view-img img,.dashboard .view-img2 img{width:100%;height:100%}.dashboard .view-img2{position:absolute;right:18px;bottom:-8px;width:28px;height:28px;border-radius:10px;border:2px solid #fff;background:#dedede;z-index:1}.dashboard .view-listlist{padding-left:80px}.dashboard .view-listlist .list-stats{width:100%;display:flex;justify-content:space-between;align-items:center}.dashboard .view-listlist .list-stats .list-statsper{margin:0;font-size:12px;font-weight:500}.dashboard .view-listday{font-size:18px;color:#333;font-weight:600;letter-spacing:-1px;text-align:left}.dashboard .view-item{margin-top:2px}.dashboard .view-item ul{float:left}.dashboard .view-item ul li{font-size:12px;color:#333}.dashboard .view-item ul li span{display:inline-block;width:30px;font-size:12px;color:#888}.dashboard .view-item ul.left{width:40%}.dashboard .view-item ul.right{width:60%}.dashboard .view-item ul.left2 li span{width:45px}.dashboard .view-item ul.right{text-align:left}.dashboard .view-item ul.right li{display:flex;justify-content:space-between;width:100%}.dashboard .view-item ul.right li .r-title{width:45px;font-size:12px;color:#888}.dashboard .view-item ul.right li .r-con{width:calc(100% - 55px);font-size:12px;color:#333}.management{height:100%}.management.gray{background:#fafafa}.management .admin-head{clear:both;padding:0 20px}.management .admin-head-title{font-size:18px;color:#333;font-weight:600;padding-top:30px}.management .admin-head-txt{font-size:12px;color:#333;font-weight:300;padding-top:5px;padding-bottom:10px}.management .admin-listmenu{position:relative;clear:both;display:flex;justify-content:space-between;align-items:center}.management .admin-listtitle{font-size:17px;color:#333;padding-left:35px}.management .admin-p-ic:before{content:"";width:20px;height:20px;position:absolute;left:0;top:50%;margin-top:-10px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAVdJREFUOE+tlMFtwkAURGcWDoRL6CCkA6gg0AFUEEpAgTtwDkh0kKSC0EGgA3cQOohPgAT2RGsgQrD2GoW9/vnPs3/8l8g45X40lPhMogohBDSLIzPaTLlMa6Oz0FWlXNQXgNpFXQi3hs3tKwNXrxNonQEcpLmQsFxPzOMVwDgEcJ81Dojt1YSzc82Fw1JXVVPUdyYsKWq0GheGXiD28/u5HRDAXS9eknjIgm7JuisYdyg9tUB9poYCLNZj08gdihWWXtQxRm/nTbKwHVuY0gZ3cdz/4UG2DyjuCGxACggzdyV7Ss0E+oO50uHNgKW+GgZ4EpQMnkJNxGHVFEgmQISFa6f/rpzMqxAPALZAVPK4EzCX+L6Z8OOoT4C+3fXBLXi9Y9smz//CTj4WrMamzjxb4XN4rMdgk+V+rLwNPt0R6H+qfKRD3e43bbooopqzJ1UWEaF9LH4Bys+JNFAit08AAAAASUVORK5CYII=) center no-repeat}.management .admin-p2-ic:before{content:"";width:20px;height:20px;position:absolute;left:0;top:50%;margin-top:-10px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAZBJREFUOE/lVEFSwkAQnF6gCnIBfsAPyA/EF/gE+YFB4hk8GzT+IL7E+ALhB/IC5UJSBdmxJmxgE7hYBSf3tJnZnu3p7DTIWk2Pe2mILzuW7z3uUIifo/iJHIpDLZ89ME/WM9WtAh1fMxNGSYDQzjnjLCLCjY3ZF3T8bEqEyTpQ+1gBloJE/LgOalO7YMvXMYiubMwFCnrcaTaor7QeEjDUwCAjWm2eMG88sFsjaivmmJgjrVSUbmghLHMMs0jgCoY2tBT90fR5oIjf7VaY6CMJ1KBoyc5pwrV8VzGFJP+xoAhf34l7WMzzZFbzWuMsJMC1U1vAk+8qhjWi9BnR0Zs7OQ1/CMIwfKkwXFgM+xWGI8OwhGGNt5zh2Z+NDL5T5++yhPwqDPNZBW7tnIyZdNVg/iwrsRvNXEMRH8CdObDSW7jy6g0wJqK25Jh3F8nevoyZlkkGVxzp4Dam6HqLbsmqTAd2sYNDGXOwMBcwB3Pd2e1r97f1oOp5uV5+NtWk4jSA6LlfzXseKqV7NubsD/sXgIk9JABG8P0AAAAASUVORK5CYII=) center no-repeat}.management .admin-p3-ic:before{content:"";width:20px;height:20px;position:absolute;left:0;top:50%;margin-top:-10px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAABHNCSVQICAgIfAhkiAAAAKxJREFUSEtjZKADYKSDHQzD2BKukn//kYPwWw8T2Lfo4v8YGB1/9DAe4Cz5d4CRgcEepgcmjmwGRnCNWkJScNEiSQ9MEh6NeJIini7BxVHy3wE5hYFyNYiPIf6H4QLDBMYPrKX/DZj/MwjA9PyAiuPN8XRJwqCyiIGBAV5+fe9hcgRZjC7+h5Gx8Hc34wXO4r8TGBgZ9WGOg4mPll0oVQBFRf3wSV10ScJD1hIAW7rkGnQrP/cAAAAASUVORK5CYII=) center no-repeat}.management .admin-user-main{clear:both;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 15px}.management .admin-user-main .admin-user-mainbox{padding-bottom:60px;width:100%}.management .admin-user-main .admin-user-mainbox>ul{display:flex;flex-direction:column;gap:20px;margin:20px 0}.management .admin-user-main .admin-user-mainbox>ul>li{overflow:hidden;padding:20px;border-radius:8px;background:#fff;box-shadow:0 3px 10px #0000001a}.management .admin-user-main ul li{width:100%;position:relative;display:flex;justify-content:flex-start;align-items:center;box-sizing:border-box;border-bottom:1px solid #f5f2f2}.management .admin-user-main ul li:last-child{border-bottom:none}.management .admin-user-main ul li dl{margin-left:10px}.management .admin-user-main ul li dl dt{font-size:14px;color:#333;font-weight:500}.management .admin-user-main ul li dl dt span.numsmall{font-size:12px;color:#888;font-weight:400;margin-left:4px}.management .admin-user-main ul li dl dd{font-size:12px;color:#888;font-weight:400}.management .admin-user-main ul li dl dd span{display:block;font-weight:400;line-height:130%}.management .admin-user-mainphoto{position:relative}.management .admin-user-mainphoto img{width:59px;height:59px;border-radius:100%;background:#e2e2e2}.management .user-head{position:relative;min-height:190px;background:linear-gradient(to right,#2ca6ef,#0a6bf7)}.management .user-head .prev-btn{position:absolute;left:17px;top:10px}.management .user-head .user-head-title{text-align:center;padding-top:15px}.management .user-head .user-head-title span{text-align:center;font-size:16px;color:#fff;margin-bottom:15px}.management .profile-area{display:flex;align-items:center;justify-content:center;padding:30px 0}.management .user-head-add{padding:0 15px 30px}.management .user-head-add ul{clear:both;width:128px;height:142px;margin:30px auto 0}.management .user-head-add ul li{padding-top:25px;box-sizing:border-box;height:100%;background:#fff;border-radius:10px;box-shadow:3px 3px 3px #0000001a;text-align:center}.management .user-head-add ul li span{display:block}.management .user-filettl{font-size:14px;color:#333;padding-top:3px}.management .user-filetxt{font-size:11px;color:#888;padding-top:3px}.management .user-fileadd{position:relative;display:block;width:50px;height:50px;line-height:48px;border-radius:10px;background:#e5f1ff;margin:0 auto 5px;z-index:1}.management .user-fileadd:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY5QzkzMzA5M0Q5QTExRUQ5QkQzOTI5NDNGREQ2RkQ1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY5QzkzMzBBM0Q5QTExRUQ5QkQzOTI5NDNGREQ2RkQ1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjlDOTMzMDczRDlBMTFFRDlCRDM5Mjk0M0ZERDZGRDUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjlDOTMzMDgzRDlBMTFFRDlCRDM5Mjk0M0ZERDZGRDUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5ohtKRAAAASklEQVR42mL8//8/AzUAEwOVAAuMwcjIiFUBV8k/sJO/9TBhVQDzEdVcNGoQCbEGix1cAI88I1VdxAhLB6PpaAgZxDjoyiOAAAMADq0cFH2jcZQAAAAASUVORK5CYII=) center no-repeat;width:20px;height:20px;z-index:1}.management .user-fileadd img{position:relative;z-index:100;width:50px;height:50px;border-radius:10px}.management .user-fileadd-p{position:relative;display:block;width:50px;height:50px;line-height:48px;border-radius:100%;background:#e5f1ff;margin:0 auto 5px;z-index:1}.management .user-fileadd-p:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY5QzkzMzA5M0Q5QTExRUQ5QkQzOTI5NDNGREQ2RkQ1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY5QzkzMzBBM0Q5QTExRUQ5QkQzOTI5NDNGREQ2RkQ1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjlDOTMzMDczRDlBMTFFRDlCRDM5Mjk0M0ZERDZGRDUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjlDOTMzMDgzRDlBMTFFRDlCRDM5Mjk0M0ZERDZGRDUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5ohtKRAAAASklEQVR42mL8//8/AzUAEwOVAAuMwcjIiFUBV8k/sJO/9TBhVQDzEdVcNGoQCbEGix1cAI88I1VdxAhLB6PpaAgZxDjoyiOAAAMADq0cFH2jcZQAAAAASUVORK5CYII=) center no-repeat;width:20px;height:20px;z-index:1}.management .user-fileadd-p img{position:relative;z-index:100;width:52px;height:52px;border-radius:100%}.management .user-input{height:30px;text-align:right;border:none;margin-bottom:3px}.management .user-input.select{padding:0}.management .user-regi{top:3px}.management .user-regi-txt{font-size:14px}.management .admin-system-subject{padding-left:15px;font-size:15px;font-weight:600;color:#333}.management .popup_conts{position:absolute;top:40px;right:10px;z-index:1000000}.management .layer_wrap{width:100px;height:auto;padding:10px 15px;display:block;border:1px solid #707070;background:#fff;border-radius:4px;box-sizing:border-box;box-shadow:3px 3px 3px #0000001a}.management .layer_wrap a{font-size:13px;color:#333}.management .delete-btn{position:absolute;right:15px;top:0}.management .pro-subject{display:flex;justify-content:flex-start;align-items:center}.management .pro-total-today{clear:both;margin-top:20px}.management .pro-total-today ul li{width:100%;position:relative;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;background:#fff;padding:20px;overflow:hidden;border-radius:8px;box-shadow:0 3px 10px #0000001a;margin-bottom:20px}.management .pro-total-today ul li dl{margin-left:10px}.management .pro-total-today ul li dl dt{font-size:16px;color:#333;font-weight:600}.management .pro-total-today ul li dl dt span.numsmall,.management .pro-total-today ul li dl dd{font-size:12px;color:#888;font-weight:400}.management .pro-total-today ul li dl dd span{display:block;font-weight:400;line-height:130%}.management .pro-totalphoto{width:59px;height:59px;border-radius:14px;background:#fff}.management .pro-totalphoto img{width:59px;height:59px;border-radius:14px}.management .title-area{position:relative;display:flex;align-items:center;justify-content:space-between;padding:0 15px;height:60px;border-bottom:1px solid rgba(201,201,201,.3);text-align:center}.management .title-area.white{color:#fff}.management .title-area.border-none{border:none}.management .title-area .back-icon{width:30px;height:30px}.management .title-area .option-btn.none{visibility:hidden}.management .listview-back{padding:20px}.management .crud-form{padding:20px;overflow:auto}.setting{background:#fafafa;height:100%}.setting .liseview-head{position:relative;height:190px;background:linear-gradient(to right,#2ca6ef,#0a6bf7);display:flex;justify-content:center;align-items:center}.setting .liseview-head .prev-btn{position:absolute;left:17px;top:12px}.setting .liseview-head span{color:#fff;text-align:center;display:block;line-height:160%}.setting .listview-back{padding:20px;height:calc(100% - 290px)}.setting .listview-back .myinfo{height:100%;display:flex;flex-direction:column;justify-content:space-between}.setting .listview-back .myinfo .conts{margin-bottom:20px}.setting .listview-back .myinfo .conts .handy-input-field{display:flex;justify-content:space-between;align-items:center;padding:20px;margin-top:0;margin-bottom:15px;border-radius:8px;background:#fff;box-shadow:0 3px 10px #0000001a}.setting .listview-back .myinfo .conts .handy-input-field input{height:30px;text-align:right;border:none;margin-bottom:3px}.setting .set-head-photo{width:58px;height:58px;border-radius:100%;margin:0 auto 10px}.setting .set-head-photo img{width:58px;height:58px;border-radius:100%}.setting .set-head-name{font-size:18px;color:#fff;font-weight:600;text-align:center}.setting .set-head-id{font-size:12px;color:#ffffff94;text-align:center}@font-face{font-family:Noto Sans KR;font-style:normal;font-weight:100;src:url(/assets/NotoSansKR-Thin-U2MzPOvt.woff2) format("woff2"),url(/assets/NotoSansKR-Thin-SRKPQGD9.woff) format("woff"),url(/assets/NotoSansKR-Thin-rw4fXyqh.otf) format("opentype")}@font-face{font-family:Noto Sans KR;font-style:normal;font-weight:300;src:url(/assets/NotoSansKR-Light-fjpNgKFH.woff2) format("woff2"),url(/assets/NotoSansKR-Light-uaZiEb0p.woff) format("woff"),url(/assets/NotoSansKR-Light-NDyaEXwz.otf) format("opentype")}@font-face{font-family:Noto Sans KR;font-style:normal;font-weight:400;src:url(/assets/NotoSansKR-Regular-gUyCXvQQ.woff2) format("woff2"),url(/assets/NotoSansKR-Regular-LvKkaYTX.woff) format("woff"),url(/assets/NotoSansKR-Regular-UR03_MDp.otf) format("opentype")}@font-face{font-family:Noto Sans KR;font-style:normal;font-weight:500;src:url(/assets/NotoSansKR-Medium-szQkifg3.woff2) format("woff2"),url(/assets/NotoSansKR-Medium-qU4Jxxxa.woff) format("woff"),url(/assets/NotoSansKR-Medium-m3Ddkxmg.otf) format("opentype")}@font-face{font-family:Noto Sans KR;font-style:normal;font-weight:600;src:url(/assets/NotoSansKR-Bold-Jn3mqMxm.woff2) format("woff2"),url(/assets/NotoSansKR-Bold-9qEFXACq.woff) format("woff"),url(/assets/NotoSansKR-Bold-Y599DBac.otf) format("opentype")}@font-face{font-family:Noto Sans KR;font-style:normal;font-weight:700;src:url(/assets/NotoSansKR-Bold-Jn3mqMxm.woff2) format("woff2"),url(/assets/NotoSansKR-Bold-9qEFXACq.woff) format("woff"),url(/assets/NotoSansKR-Bold-Y599DBac.otf) format("opentype")}*{font-family:Noto Sans KR,"sans-serif"}html,body{padding:0;margin:0;width:100%;height:auto;font-size:14px}input,button,select{font-size:14px;font-family:Noto Sans KR,"sans-serif"}h1,h2,h3,h4,h5,h6,div,p,dl,dt,dd,ul,ol,li,table,thead,tbody,tfoot,tr,td,caption{margin:0;padding:0}h1,h2,h3,h4,h5,h6{line-height:1}ol,ul,li{list-style:none}a{text-decoration:none;color:inherit}a:hover{text-decoration:none}em,address{font-style:normal}input[type=text],input[type=password],input[type=tel]{padding:0;margin:0;vertical-align:top}input[type=submit]{-webkit-appearance:none}table{border-collapse:collapse;border-spacing:0}table td{padding-top:3px;box-sizing:border-box}input[type=text]::-webkit-input-placeholder{color:#999}input[type=text]:-moz-placeholder{color:#999}input[type=text]::-moz-placeholder{color:#999}input[type=text]:-ms-input-placeholder{color:#999}input[type=text]::placeholder{color:#999}caption,legend{width:0;height:0;font-size:0;color:transparent;line-height:0}fieldset{margin:0;padding:0;border:none}img{vertical-align:middle;border:0}.calandar_group{clear:both}input[data-type=date].ui_cal{border:1px solid #cbcbcb;color:#666;vertical-align:top}input[data-type=date].ui_cal+.ui-datepicker-trigger{margin-left:5px;vertical-align:top;display:inline-block;margin-top:4px;cursor:pointer}.tt{line-height:36px;font-size:20px;padding:0 5px}button{outline:0;border:0;cursor:pointer;background:none}select::-ms-expand{display:none}select{width:auto;height:auto;padding:2px 25px 3px 0;border-radius:3px;border:solid 1px #ddd;background:#FFF url(../img/gray-arrow.png) right 49% no-repeat;-webkit-appearance:none;-moz-appearance:none;font-size:inherit}select.ui_sel{padding:0 27px 0 15px;color:#707070;background:#fff url(../img/select_updown_ic.png) right 50% no-repeat;border:1px solid #ddd;height:100%;font-size:14px;border-radius:3px}select.notype_sel{padding:0 27px 0 15px;color:#707070;background:#fff url(../img/select_updown_ic.png) right 50% no-repeat;border:0px solid #e3e3e9;height:30px;line-height:30px;font-size:inherit}select.popup_sel{padding:2px 50px 2px 15px;font-size:inherit;line-height:38px;color:#222;background:#FFF url(../img/select_updown_ic.png) right 49% no-repeat;width:auto;height:44px;cursor:pointer;letter-spacing:.25px;border-radius:3px}select.popup_sel_dis{padding:2px 50px 2px 15px;font-size:inherit;line-height:38px;color:#222;background:#ededed url(../img/select_updownOFF_ic.png) right 49% no-repeat;width:auto;height:44px;cursor:pointer;letter-spacing:.25px;border-radius:3px}select.popup_sel_off{padding:2px 50px 2px 15px;font-size:inherit;line-height:38px;color:#222;background:#ededed url(../img/select_updownOFF_ic.png) right 49% no-repeat;width:auto;height:44px;cursor:pointer;letter-spacing:.25px;border-radius:3px}.input_A{border:1px solid #e0e0e0;height:46px;line-height:46px;font-size:14px;color:#666;box-sizing:border-box;border-radius:4px;text-indent:16px;font-weight:300}input.input_A::-webkit-input-placeholder{color:#bfbfbf;font-size:14px;font-weight:300;letter-spacing:-.5px}input.input_A:-moz-placeholder{color:#bfbfbf;font-size:14px;font-weight:300;letter-spacing:-.5px}input.input_A::-moz-placeholder{color:#bfbfbf;font-size:14px;font-weight:300;letter-spacing:-.5px}input.input_A:-ms-input-placeholder{color:#bfbfbf;font-size:14px;font-weight:300;letter-spacing:-.5px}input.input_A::placeholder{color:#bfbfbf;font-size:14px;font-weight:300;letter-spacing:-.5px}.input_off{background:#eee;border:1px solid #e0e0e0;height:46px;line-height:46px;font-size:1rem;color:#666;box-sizing:border-box;border-radius:4px;text-indent:16px;font-weight:200}.input_on{border:1px solid #468cff;background:#eef4ff;height:46px;line-height:46px;box-sizing:border-box;border-radius:4px;text-indent:16px;font-family:AppleSDGothicNeo!important;font-size:16px;font-weight:600!important}input.input_on::-webkit-input-placeholder{color:#222;font-weight:400}input.input_on:-moz-placeholder{color:#222;font-weight:400}input.input_on::-moz-placeholder{color:#222;font-weight:400}input.input_on:-ms-input-placeholder{color:#222;font-weight:400}input.input_on::placeholder{color:#222;font-weight:400}.input-txtSmall{font-size:.8rem;color:#999;padding:10px 0}.btn_A{height:30px;line-height:30px;background:#fff;letter-spacing:-.5px}.btn_Round{height:25px;line-height:25px;background:#fff;border:1px solid #ccc;border-radius:20px;letter-spacing:-.5px;text-align:center}.btn_blank_A input,.btn_blank_A select{margin-right:10px}.bullet_span li{position:relative;padding-left:105px;box-sizing:border-box}.bullet_span li span{position:absolute;left:15px;top:0}.bullet_span li:before{content:"ㆍ";position:absolute;left:0;top:1px;color:#004098;font-size:13px;font-weight:500}.line_dot{width:100%;height:1px;margin:10px 0;background:#e7e7e7;display:inline-block}input[type=text],input[type=input],input[type=number],input[type=password],input[data-type=date] input[data-type=number],input[data-type=date]{text-indent:16px;box-sizing:border-box}input[type=checkbox]{padding:0;margin-right:5px;width:20px;height:20px}input[type=radio]{width:13px;height:13px}textarea{border:1px solid #e0e0e0;background-color:#fff;font-size:13px;padding:8px 3px 8px 7px;box-sizing:border-box;border-radius:4px}.ar{text-align:right!important}.ac{text-align:center!important}.al{text-align:left!important}.vt{vertical-align:top!important}.vm{vertical-align:middle!important}.vb{vertical-align:bottom!important}.fl{float:left!important}.fr{float:right}.cr{clear:both}.block{display:inline-block}.dpn{font-size:0;text-indent:-100000px;left:-10000px;top:auto;height:1px;overflow:hidden}.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.blind{visibility:hidden;width:1px;height:1px;overflow:hidden;position:absolute;top:-9999px}.tc-white{color:#fff!important}.tc-Dblue{color:#003e82!important}.tc-blue{color:#0a6bf7!important}.tc-Lblue{color:#2f79d9!important}.tc-Cblue{color:#4265ac}.tc-sky{color:#02acc5}a.tc-sky{color:#02acc5!important}.tc-orange{color:#f37060!important}.tc-hpink{color:#c61065}.tc-gray{color:#4c4c4c}.tc-lgray{color:#bbb}.tc-red{color:red}.tc-Dred{color:#a10007}.tc-green{color:#32b16c}.tc-yellow{color:#eda822}.tc-666{color:#666}.tc-999{color:#999}.tc-333{color:#333}.tc-222{color:#222}.tc-111{color:#111}.tc-black{color:#000}.tc-bc{color:#bcbcbc}.desc_box{position:relative;width:100%;margin-bottom:5px;padding-top:4px;color:#666}.desc_box:after{content:".";clear:both;display:block;height:0;visibility:hidden;font-size:0;line-height:0}.desc_box .fl{float:left;margin:0;padding-left:0;bottom:0;position:relative;z-index:1}.desc_box .fr{float:right;margin:0;position:relative;z-index:1}.desc_box .fr .tspot{margin-top:2px}.desc_box .fl h3{margin-bottom:0!important}.desc_box .fl h4{margin-top:6px}.desc_box .ac{position:absolute;top:0;left:0;right:0;margin:0}.desc_box.tit_box{border-bottom:solid 1px #b1b5b6;padding-bottom:10px;padding-top:4px;margin-bottom:5px}.btn_group{position:relative;margin-bottom:60px;margin-top:25px;text-align:center;min-height:35px}.btn_group:after{content:".";display:block;height:0;clear:both;visibility:hidden}.btn_group .fl{float:left;left:-1px;margin:0;padding-left:0;bottom:0;z-index:1}.btn_group .fr{float:right;right:-2px;margin:0;z-index:1}.btn_group .ac{position:absolute;top:0;left:0;right:0;margin:0}.ico i{vertical-align:top;display:inline-block;background:url(../images/sprite.png) no-repeat;overflow:hidden;text-indent:-9999px;text-align:left;color:transparent;line-height:999px}.ico.ico_util_member i{margin-top:3px;margin-right:3px;background-position:-5px -237px;width:13px;height:14px;display:none}.ico.ico_util_rightchange i{margin-top:6px;background-position:-28px -237px;width:9px;height:10px}.ico.ico_noti i{margin:2px 6px 0 7px;background-position:-295px -111px;width:16px;height:16px}.ico.ico_info i{margin:3px 6px 0 7px;background-position:-269px -111px;width:16px;height:16px}.ico.btn_stu_list i{width:13px;height:13px;background-position:-8px -5px}.ico.btn_stu_add i{width:15px;height:13px;background-position:-8px -23px}.ico.btn_stu_achk i{width:15px;height:13px;background-position:-8px -40px}.ico.btn_stu_achange i{width:15px;height:13px;background-position:-8px -58px}.ico.ico_btn_toggle1 i{width:65px;height:68px;background-position:-31px -5px}.ico.btn_vtype_list i{width:28px;height:24px;background-position:-32px -6px}.ico.btn_vtype_pic i{width:28px;height:24px;background-position:-63px -40px}.here>.ico.btn_vtype_list i{width:28px;height:24px;background-position:-32px -40px}.here>.ico.btn_vtype_pic i{width:28px;height:24px;background-position:-63px -6px}.ico_att_blue i{margin-top:2px;margin-right:5px;width:14px;height:14px;background-position:-5px -256px}.ico_att_green i{margin-top:2px;margin-right:5px;width:14px;height:14px;background-position:-24px -256px}.ico_att_orange i{margin-top:2px;margin-right:5px;width:14px;height:14px;background-position:-43px -256px}.ico_att_red i{margin-top:2px;margin-right:5px;width:14px;height:14px;background-position:-62px -256px}.ico_att_gray i{margin-top:2px;margin-right:5px;width:14px;height:14px;background-position:-81px -256px}.ico.btn_stu_att_edit i{width:24px;height:24px;background-position:-5px -275px}.ico.btn_stu_att_edit:hover i{background-position:-5px -299px}.ico.btn_stu_rock i{margin-top:2px;margin-right:5px;width:15px;height:14px;background-position:-6px -94px}.ico.btn_stu_search i{margin-top:2px;margin-right:0;width:15px;height:14px;background-position:-10px -76px}.ico.btn_stu_noti i{margin-top:2px;margin-right:5px;width:15px;height:14px;background-position:-8px -112px}.btn_group .paging{margin-top:0}.paging{margin:30px 0}.page_num{margin:0 10px}.page_num a{width:35px;height:35px;background:#fff;border:1px solid #e0e0e0;display:inline-block;line-height:35px;box-sizing:border-box}.page_first,.page_last{margin:0 5px}.page_num a.here{background:#414d7e;color:#fff;border:1px solid #414d7e}.gap5{height:5px;clear:both;overflow:hidden}.gap10{height:10px;clear:both;overflow:hidden}.gap15{height:15px;clear:both;overflow:hidden}.gap20{height:20px;clear:both;overflow:hidden}.gap25{height:25px;clear:both;overflow:hidden}.gap30{height:30px;clear:both;overflow:hidden}.gap35{height:35px;clear:both;overflow:hidden}.gap40{height:40px;clear:both;overflow:hidden}.gap50{height:50px;clear:both;overflow:hidden}.gap60{height:60px;clear:both;overflow:hidden}.gap70{height:70px;clear:both;overflow:hidden}.mgl_5{margin-left:5px}.mgl_10{margin-left:10px}.mgt_20{margin-top:20px}.no_mgt{margin-top:0!important}.no_mgf{margin-bottom:0!important}.mg5f{margin-bottom:5px}.mg10f{margin-bottom:10px!important}.mg15f{margin-bottom:15px}.mg20f{margin-bottom:20px}.mg25f{margin-bottom:25px}.mg30f{margin-bottom:30px}.mg40f{margin-bottom:40px}.mg50f{margin-bottom:50px}.mg5t{margin-top:5px}.mg10t{margin-top:10px!important}.mg15t{margin-top:15px!important}.mg20t{margin-top:20px}.mg25t{margin-top:25px}.mg30t{margin-top:30px}.mg35t{margin-top:35px}.mg40t{margin-top:40px}.mg5{margin-left:5px}.mg10{margin-left:10px}.mg15{margin-left:15px}.mg20{margin-left:20px}.mg25{margin-left:25px}.mg30{margin-left:30px}.mg50{margin-left:50px}.mg40{margin-left:40px}.mg60{margin-left:60px}.mg5r{margin-right:5px}.mg10r{margin-right:10px!important}.mg15r{margin-right:15px!important}.mg20r{margin-right:20px}.mg25r{margin-right:25px}.mg30r{margin-right:30px}.mg5a{margin:5px}.mg10a{margin:10px}.mg15a{margin:15px}.mg20a{margin:20px}.mg25a{margin:25px}.mg30a{margin:30px}.padno{padding:0!important}.padtno{padding-top:0!important}.padfno{padding-bottom:0!important}.pad0lr{padding-left:0!important;padding-right:0!important}.pad5a{padding:5px}.pad5tf{padding-top:5px!important;padding-bottom:5px!important}.pad5lr{padding-left:5px;padding-right:5px}.pad5r{padding-right:5px}.pad5l{padding-left:5px}.pad5t{padding-top:5px!important}.pad5f{padding-bottom:5px!important}.pad10a{padding:10px}.pad10tf{padding-top:10px!important;padding-bottom:10px!important}.pad10lr{padding-left:10px!important;padding-right:10px!important}.pad10r{padding-right:10px}.pad10l{padding-left:10px}.pad10t{padding-top:10px!important}.pad10f{padding-bottom:10px!important}.pad15a{padding:15px}.pad15tf{padding-top:15px;padding-bottom:15px}.pad15lr{padding-left:15px!important;padding-right:15px!important}.pad15r{padding-right:15px}.pad15l{padding-left:15px}.pad15t{padding-top:15px!important}.pad15f{padding-bottom:15px}.pad20a{padding:20px}.pad20tf{padding-top:20px;padding-bottom:20px}.pad20lr{padding-left:20px;padding-right:20px}.pad20r{padding-right:20px}.pad20l{padding-left:20px}.pad20t{padding-top:20px}.pad20f{padding-bottom:20px}.pad25a{padding:25px}.pad25tf{padding-top:25px;padding-bottom:25px}.pad25lr{padding-left:25px;padding-right:25px}.pad25r{padding-right:25px}.pad25l{padding-left:25px}.pad25t{padding-top:25px}.pad25f{padding-bottom:25px}.pad30a{padding:30px}.pad30tf{padding-top:30px;padding-bottom:30px}.pad30lr{padding-left:30px!important;padding-right:30px!important}.pad30r{padding-right:30px}.pad30l{padding-left:30px}.pad30t{padding-top:30px}.pad30f{padding-bottom:30px}.pad40a{padding:40px}.pad40tf{padding-top:40px;padding-bottom:40px}.pad40lr{padding-left:40px!important;padding-right:40px!important}.pad40r{padding-right:40px}.pad40l{padding-left:40px}.pad40t{padding-top:40px}.pad40f{padding-bottom:40px}.pad45r{padding-right:45px!important}.pad50a{padding:50px}.pad50tf{padding-top:50px;padding-bottom:50px}.pad50lr{padding-left:50px!important;padding-right:50px!important}.pad50r{padding-right:50px!important}.pad50l{padding-left:50px}.pad50t{padding-top:50px}.pad50f{padding-bottom:50px!important}.pad60a{padding:60px}.pad60tf{padding-top:60px;padding-bottom:60px}.pad60lr{padding-left:60px;padding-right:60px}.pad60r{padding-right:60px!important}.pad60l{padding-left:60px}.pad60t{padding-top:60px}.pad60f{padding-bottom:60px}.w50{width:50px!important}.w60{width:60px!important}.w80{width:80px!important}.w100{width:100px!important}.w110{width:110px!important}.w120{width:120px!important}.w130{width:130px!important}.w140{width:140px!important}.w150{width:150px!important}.w180{width:180px!important}.w160{width:160px!important}.w200{width:200px!important}.w230{width:230px!important}.w250{width:250px!important}.w300{width:300px!important}.w10p{width:10%}.w15p{width:15%}.w18p{width:18%}.w20p{width:20%}.w25p{width:25%}.w30p{width:30%}.w31p{width:31%!important}.w33p{width:33%!important}.w35p{width:35%!important}.w40p{width:40%!important}.w45p{width:45%!important}.w48p{width:48%!important}.w50p{width:50%!important}.w60p{width:60%!important}.w75p{width:75%!important}.w80p{width:80%!important}.w82p{width:82%!important}.w85p{width:85%!important}.w95p{width:95%!important}.w90p{width:90%!important}.w100p{width:100%!important}.f10{font-size:10px}.f11{font-size:11px}.f12{font-size:12px!important}.f13{font-size:13px!important}.f14{font-size:14px!important}.f15{font-size:15px!important}.f16{font-size:16px!important}.f17{font-size:17px!important}.f18{font-size:18px}.f20{font-size:20px!important}.f22{font-size:22px}.f24{font-size:24px}.f25{font-size:25px}.f26{font-size:26px}.f42{font-size:42px}.b16-txt{font-size:16px;font-weight:600;color:#222}.tlh250{line-height:250%}.tlh200{line-height:200%}.tlh190{line-height:190%}.tlh180{line-height:180%}.tlh170{line-height:170%}.tlh150{line-height:150%}.tlh140{line-height:140%}.tlh130{line-height:130%}.tlh120{line-height:120%}.tlh110{line-height:110%}.posi-fixed{position:fixed!important}.posi-relative{position:relative!important}.posi-absolute{position:absolute!important}.posi-absolbtm{position:absolute;left:0;bottom:0}.box-Atype{background:#fff;padding:20px;overflow:hidden;margin-top:24px;border-radius:8px;box-shadow:0 3px 10px #0000001a}.box-Btype{background:#fff;padding:10px 10px 10px 15px;overflow:hidden;margin-bottom:10px;border-radius:8px;box-shadow:0 3px 10px #0000001a}.box-Ctype{background:#1c2039;padding:16px;margin-top:24px;border-radius:8px;border:0px solid #e0e0e0;color:#fff}.box-red-on{border:2px solid #ff4848;background:rgba(255,72,72,.04);box-shadow:3px 3px 3px #00000029}.box-blue-on{border:1px solid #dbe8ee;background:#f4fcff}.box-blue-on2line{border:2px solid #dbe8ee;background:#f4fcff}.radio_check{clear:both}.radio_check>li{float:left;padding-right:20px;line-height:30px}.radio_check>li>.ridio_conts{font-size:14px;color:#666;padding:0 15px 0 20px;line-height:150%;vertical-align:top;margin:0}.radio_check>li>.ridio_conts:last-child{padding:3px 30px 0 20px}.radioBlue_check{position:relative;cursor:pointer;font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.radioBlue_check input{position:absolute;opacity:0;cursor:pointer}.checkmark_ridioBlue{position:absolute;top:-1px;left:0;height:24px;width:24px;background:url(../images/radio_blue_off.png) center no-repeat;background-size:24px 24px}.radioBlue_check input:checked~.checkmark_ridioBlue{background:url(../images/radio_blue_on.png) center no-repeat;background-size:24px 24px}.checkmark_ridioBlue:after{content:"";position:absolute;display:none}.radioBlue_check input:checked~.ridio_blue:after{display:block}.radioBlue_check .checkmark_ridioBlue:after{top:3px;left:3px;width:10px;height:10px;border-radius:50%;background:#f37060}.radio_conts{display:block;position:relative;padding-left:32px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.radio_conts input{position:absolute;opacity:0;cursor:pointer}.checkmark_radio{position:absolute;top:0;left:0;height:26px;width:26px;background-color:#f7f9fc;border:1px solid #b4bcd3;border-radius:50%;box-sizing:border-box}.radio_conts:hover input~.checkmark_radio{background-color:#ccc}.radio_conts input:checked~.checkmark_radio{background-color:#005fae;border:none}.checkmark_radio:after{content:"";position:absolute;display:none}.radio_conts input:checked~.checkmark_radio:after{display:block}.radio_conts .checkmark_radio:after{top:8px;left:8px;width:10px;height:10px;border-radius:50%;background:white}.checkbox_idSave{position:relative;padding-left:30px;padding-top:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#999;font-size:14px}.checkbox_idSave input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkSave{position:absolute;top:0;left:0;height:24px;width:24px;background:#e0e0e0;border-radius:4px}.checkbox_idSave:hover input~.checkSave{border:0px solid #ccc}.checkbox_idSave input:checked~.checkSave{background:#0a74fe}.checkSave:after{content:"";position:absolute}.checkbox_idSave input:checked~.checkSave:after{display:block}.checkbox_idSave .checkSave:after{left:9px;top:5px;width:4px;height:9px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.checkbox_idSave_block{padding-left:20px}.checkbox_allList{clear:both}.checkbox_allList li{position:relative}.checkbox_allList li:nth-child(1){margin-bottom:10px}.checkbox_allList li:nth-child(1):after{background:none}.checkbox_allList li:after{content:"";position:absolute;right:0;top:50%;margin-top:-8px;background:url(../img/arrow_small_07.png) right center no-repeat;background-size:16px 16px;width:16px;height:16px}.checkbox_all{position:relative;padding-left:40px;line-height:42px;padding-top:7px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:16px;color:#222;font-weight:600}.checkbox_all input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkall{position:absolute;top:0;left:0;height:28px;width:28px;background-color:#e0e0e0;border:1px solid #c8c8c8;border-radius:100%}.checkbox_all input:checked~.checkall{background-color:#0095d5;border:1px solid #3b6cf3}.checkbox_all input:checked~.checkall:after{display:block;left:11px;top:6px;width:5px;height:11px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.checkbox_all .checkall:after{content:"";position:absolute;border:1px solid #e0e0e0}.checkbox_all .checkall:after{left:11px;top:6px;width:5px;height:11px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.checkbox_allCheck{position:relative;padding-left:40px;line-height:42px;padding-top:7px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:16px;color:#222;font-weight:600}.checkbox_allCheck input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkall_check{position:absolute;top:0;left:0;height:28px;background:#fff;width:28px;border:0px solid #e0e0e0;border-radius:100%}.checkbox_allCheck input:checked~.checkall_check{background-color:#fff;border:0px solid #0095d5}.checkbox_allCheck input:checked~.checkall_check:after{display:block;left:11px;top:6px;width:5px;height:11px;border:solid #468cff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.checkbox_allCheck .checkall_check:after{content:"";position:absolute;border:1px solid #e0e0e0}.checkbox_allCheck .checkall_check:after{left:11px;top:6px;width:5px;height:11px;border:solid #e0e0e0;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.btn-groupconts{clear:both;position:relative;padding:0 0 30px}.btn-groupconts:after{content:".";display:block;height:0;clear:both;visibility:hidden}.btn-groupconts a{margin:0 5px}.btn-groupconts .shadow a{box-shadow:3px 2px 5px #99999980}.btn-blue{text-align:center;background:#3683c5;color:#fff;display:inline-block;border-radius:3px;padding:6px 10px 3px;font-size:13px;box-sizing:border-box}.btn-blue a{color:#fff}.btn-gray{text-align:center;background:#777;color:#fff;display:inline-block;border-radius:3px;font-size:13px;padding:6px 10px 3px;box-sizing:border-box}.btn-gray a{color:#fff}.btn-green{height:26px;line-height:26px;text-align:center;background:#26886c;color:#fff;display:inline-block;border-radius:3px}.btn-green a{color:#fff}.BG_Dgray{background:#191919}.BG_gray{background:#fafafa!important}.BG_white{background:#fff!important}.BG_violet{background:#472f91!important}.bullet-A{clear:both}.bullet-A li{position:relative;padding-left:15px;font-size:14px;color:#666;line-height:180%}.bullet-A li:before{content:"ㆍ";position:absolute;left:0;top:0;color:#000;font-size:17px;font-weight:600}.col5{clear:both;width:100%}.col5 ul{display:flex;align-items:stretch;justify-content:space-between;flex-wrap:wrap}.col5 ul li{width:calc((100% - 36px)/5)}.col3{clear:both;width:100%}.col3 ul{display:flex;align-items:stretch;justify-content:space-between;flex-wrap:wrap}.col3 ul li{width:calc((100% - 18px)/3)}.col4{clear:both;width:100%}.col4 ul{display:flex;align-items:stretch;justify-content:flex-start;flex-wrap:wrap}.col4 ul li{width:calc((100% - 10px)/4)}.col2{clear:both;width:100%}.col2 ul{display:flex;align-items:stretch;justify-content:space-between;flex-wrap:wrap}.col2 ul li{width:calc((100% - 40px)/2)}.col6{clear:both;width:100%}.col6 ul{display:flex;align-items:stretch;justify-content:space-between;flex-wrap:wrap}.col6 ul li{width:calc((100% - 30px)/6)}.col6 ul li:last-child{margin-right:0}.col2-base{clear:both;width:100%}.col2-base ul{margin-bottom:25px;overflow:hidden}.col2-base ul li{float:left;margin-right:25px}.col2-line{clear:both;width:100%;margin-bottom:30px}.col2-line ul{display:flex;align-items:stretch;justify-content:space-between;flex-wrap:wrap}.col2-line ul li{position:relative;width:calc((100% - 1px)/2);letter-spacing:-.5px}.col2-line ul li:after{content:"";position:absolute;right:0;top:5px;width:1px;height:10px;background:#e0e0e0}.col2-line ul li:last-child:after{content:"";background:none}.col2-line span{position:relative;padding:0 10px}.col2-line span:after{content:"";position:absolute;right:0;top:5px;width:1px;height:10px;background:#e0e0e0}.col2-line span:last-child:after{content:"";background:none}.textareaA{border:1px solid #e0e0e0;border-radius:4px;height:160px;padding:10px 15px}textarea.textareaA::-webkit-input-placeholder{color:#c8c8c8;font-size:16px;font-weight:400}textarea.textareaA:-moz-placeholder{color:#c8c8c8;font-size:16px;font-weight:400}textarea.textareaA::-moz-placeholder{color:#c8c8c8;font-size:16px;font-weight:400}textarea.textareaA:-ms-input-placeholder{color:#c8c8c8;font-size:16px;font-weight:400}textarea.textareaA::placeholder{color:#c8c8c8;font-size:16px;font-weight:400}.handy-input-field{display:flex;justify-content:space-between;align-items:center;padding:20px;margin-top:0;margin-bottom:15px;border-radius:8px;background:#fff;box-shadow:0 3px 10px #0000001a}.handy-input-field label{width:40%}.handy-input-field input{width:60%;height:30px;text-align:right;border:none;margin-bottom:3px}#wrap{clear:both;height:100vh;color:#999;min-width:100%}h1.logo a{text-align:left;text-transform:uppercase;color:#fff;font-size:48px;font-weight:400}h1.logo span{font-weight:800}.innerConts{width:100%;max-width:1400px;box-sizing:border-box}.body-wrap{padding:0 20px}.head-a{position:relative;height:60px}.head-title{height:100%;font-size:18px;color:#333;font-weight:600;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding-bottom:10px}#footer{padding-top:24px;color:#999}#footer span{display:inline-block;margin:0 5px}.main-bottom{position:fixed;background:#fff;width:100%;height:60px;left:0;bottom:0;box-shadow:#00000026 3px 1px 7px}.main-bottom ul{display:flex;align-items:center;height:100%}.main-bottom ul li{width:25%;float:left;text-align:center}.main-bottom.worker-bottom ul li{width:33.3%;float:left;text-align:center}.main-bottom ul li a{font-size:12px;color:#333}.main-bottom ul li span{display:block}.main-bottom ul li.on a{color:#0a74fe}.bodyconts-bottom{padding-bottom:90px}.bottom-btn{position:fixed;bottom:80px;right:20px;z-index:100;width:52px;height:52px;background:#0a74fe;border-radius:100%;box-shadow:3px 5px 5px #0000001a;text-align:center;display:table}.bottom-btn span{vertical-align:middle}.bottom-btn a{display:table-cell;vertical-align:middle;text-align:center}.nodate-conts{text-align:center;font-size:16px;padding-top:15%}.nodate-conts:before{content:"";display:flex;justify-content:center;align-items:center;background:url(../img/error_ic.png) center top no-repeat;width:100%;height:34px;padding-bottom:5px}.close-x,.order-regi{position:absolute;right:0;top:20px}.order-regi span{display:inline-block;background:#E5F1FF;border-radius:14px;height:28px;line-height:28px;padding:0 15px 0 35px;color:#0a74fe;font-size:12px}.order-regi span:before{content:"";position:absolute;left:12px;top:7px;background:url(../img/check-plus-ic.png) left center no-repeat;width:17px;height:15px}.dim{background:rgba(0,0,0,.45);position:absolute;left:0;top:0;width:100%;height:100%;z-index:1001}.popup-body{position:absolute;left:0;bottom:0;width:100%;background:#fff;border-radius:30px 30px 0 0;z-index:1001}.order-popup{padding:30px 25px;box-sizing:border-box}.popup-title{clear:both;font-size:16px;color:#333;padding:30px 0 10px}.popup-title2{clear:both;font-size:16px;color:#333;padding:10px 0}.popup-search{position:absolute;right:25px;top:28px}.popup-search-txt{font-size:16px;color:#333;font-weight:500;margin-top:12px}.popup-conts{padding:35px 50px}.popup-conts-title{font-size:19px;color:#333;font-weight:600}.popup-conts-txt{font-size:12px;color:#888;line-height:200%}.worker-photo-title{font-size:12px;color:#484848;border-bottom:1px solid #f5f2f2;padding-bottom:10px;margin-bottom:15px}.col4-menu{clear:both;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;border-bottom:1px solid #f5f2f2;padding-bottom:25px}.col4-menu li{flex:0 0 calc(25% - 10px)}.col4-menu li img{width:58px;height:58px;border-radius:10px;background:#DEDEDE}.worker-photo{padding-bottom:5px}.worker-photo li{margin-bottom:20px}.worker-photo li img{width:58px;height:58px;border-radius:100%;background:#DEDEDE}.col4-menu li a{font-size:13px;color:#333;border:1px solid #ACACAC;height:38px;line-height:38px;display:inline-block;text-align:center;border-radius:36px;width:100%}.col4-menu li a.on{background:#0A73FB;display:inline-block;color:#fff;width:100%;border:none;border-radius:36px}.col-menu{clear:both;padding-bottom:50px}.col-menu li a{float:left;background:#0A73FB;font-size:13px;color:#fff;height:38px;line-height:38px;display:inline-block;text-align:center;border-radius:36px;padding:0 20px;margin-right:10px}.popmenu{clear:both;border-top:1px solid #C9C9C9;height:60px;line-height:60px;text-align:center}.popmenu .col2{position:relative}.popmenu .col1 a,.popmenu .col2 a{position:relative;text-align:center;font-size:18px;color:#0a74fe;width:100%;height:100%;display:inline-block}.popmenu .col2:after{content:"";position:absolute;left:50%;top:20px;width:1px;height:20px;background:rgba(0,0,0,.16)}.order-head{position:relative;min-height:190px;background:linear-gradient(to right,#2CA6EF,#0A6BF7)}.order-head .prev-btn{position:absolute;left:17px;top:10px}.order-head .order-head-title{text-align:center;padding-top:15px}.order-head .order-head-title span{text-align:center;font-size:16px;color:#fff;margin-bottom:15px}.order-head-add{padding:30px 15px}.order-head-add ul{display:flex;justify-content:space-between;align-items:center;height:142px}.order-head-add ul li{flex:0 0 calc(33.33% - 10px);height:100%;background:#fff;border-radius:10px;box-shadow:3px 3px 3px #0000001a;text-align:center}.order-fileadd{position:relative;display:inline-block;width:50px;height:50px;line-height:48px;border-radius:10px;background:#E5F1FF;margin:25px auto 5px}.order-fileadd:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;background:url(../img/+.png) center no-repeat;width:20px;height:20px}.order-fileadd img{width:50px;height:50px;position:relative;z-index:100}.order-fileadd-p{position:relative;display:inline-block;width:50px;height:50px;line-height:48px;border-radius:100%;background:#E5F1FF;margin:25px auto 5px}.order-fileadd-p:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;background:url(../img/+.png) center no-repeat;width:20px;height:20px}.order-fileadd-p img{width:50px;height:50px;position:relative;z-index:100;border-radius:100%}.order-filettl{font-size:14px;color:#333;padding-top:3px}.order-filetxt{font-size:11px;color:#888;padding-top:3px}.order-head-add ul li span{display:block}.order-relative{position:relative;padding:5px 0}.order-relative .order-regi{top:5px}.order-system .box-Atype{margin-bottom:15px;margin-top:0}.btm-btn{height:56px;line-height:56px;text-align:center;background:#0A74FE;border-radius:28px;font-size:18px;font-weight:500;box-shadow:3px 3px 3px #0000001a}.btm-btn a{color:#fff;display:block}.modify-btn{height:56px;line-height:56px;text-align:center;background:#fff;border-radius:28px;font-size:18px;font-weight:500;border:1px solid #0A74FE}.modify-btn a{color:#0a74fe;display:block}.order-regi-col4{padding:20px 25px 5px}.order-regi-col4 .col4-menu{text-align:center;border-bottom:none}.order-regi-col4 .col4-menu span{font-size:14px;color:#333;font-weight:600;display:block;padding-top:5px}.order-product-search{clear:both;padding:0 25px 5px}.order-product-search ul li{position:relative;border-bottom:1px solid rgba(112,112,112,.1);padding:15px 0 18px}.order-product-search ul li:last-child{border-bottom:none}.order-product-search ul li .order-proimg{position:absolute;left:10px;top:50%;margin-top:-20px}.order-product-search ul li .order-proimg img{width:40px;height:40px}.order-product-search ul li dl{padding-left:60px}.order-product-search ul li dl dt{font-size:16px;color:#333;font-weight:600}.order-product-search ul li dl dd{font-size:13px;color:#888}input.popup-search-input{width:calc(100% - 60px);height:45px;border-radius:23px;border:1px solid #ccc;background:#F4F4F4 url(../img/outline-search-1.png) 15px center no-repeat;padding-left:35px;box-sizing:border-box}.order-date-conts{padding:20px 0 40px;min-height:180px}.order-piece-conts{position:relative;text-align:center;margin:50px 45px 120px;padding:0 0 10px;border-bottom:1px solid #C9C9C9}.order-piece-conts .order-piece-txt{font-size:28px;color:#333}.order-piece-conts .order-piece-txt span{position:absolute;right:2px;top:8px;font-size:20px;font-weight:600;color:#c3c3c3}.oderview-head{position:relative;background:linear-gradient(to right,#2CA6EF,#0A6BF7)}.oderview-head .prev-btn{position:absolute;left:17px;top:10px}.more-btn{position:absolute;right:10px;top:10px}.oderview-head>div{color:#fff;text-align:center;display:block;line-height:160%;font-weight:300}.oderview-head-conts .list-stats{position:relative;width:100%;right:0;margin-bottom:5px}.oderview-head-title{font-size:16px;color:#fff;padding:15px 0 30px;font-weight:500}.oderview-head .order-head-add{padding-bottom:15px}.oderview-head .order-filettl{font-weight:600}.oderview-head .order-filetxt{line-height:150%}.oderview-head .order-head-add ul{height:155px}.orderview-piece{font-size:14px;color:#333;font-weight:400;text-align:right;padding-right:40px}.orderview-modify{position:absolute;right:0;top:50%;margin-top:-14px}.orderview-link{position:absolute;right:3px;top:50%;margin-top:-14px}.orderview-time{font-size:14px;color:#333;font-weight:400;text-align:right;padding-right:40px}.base-back{background:#fff;padding:20px}.base-head{position:relative;height:55px;line-height:55px;border-bottom:1px solid rgba(201,201,201,.3)}.base-head .prev-btn{position:absolute;left:17px;top:0;margin-top:0}.base-head-title{font-size:16px;color:#333;text-align:center}.available-basetxt{font-size:16px;color:#333;font-weight:600}.available-list{position:relative;clear:both}.available-list .available-listbox{display:flex;justify-content:space-between;align-items:center;padding-right:30px}.available-list .available-listbox dl.right{text-align:center}.available-list .available-listbox dl.right dt{font-size:16px;color:#333;font-weight:600}.available-list .available-listbox dl.right dd{font-size:12px;color:#888;font-weight:400}.available-list .available-listadd{position:absolute;right:0;top:50%;margin-top:-12px}.available-list .available-listbox .right{font-size:16px;color:#333;font-weight:600}.available-list .available-listbox dl.left{text-align:left}.available-list .available-listbox dl.left dt{font-size:16px;color:#333;font-weight:600}.available-list .available-listbox dl.left dd{font-size:12px;color:#888;font-weight:400}.rolling-type{clear:both;text-align:center;padding:0 0 20px}.rolling-type ul li{padding:12px 0;font-size:16px;color:#888;font-weight:300}.rolling-type ul li.on{background:#E5F1FF;font-size:20px;color:#333;padding:15px 0}
