html{overflow:hidden}body,html{overscroll-behavior-x:none;overscroll-behavior-y:none}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{height:100vh}body,button,html,input,textarea{color:#1d1d1d}.manager_page{display:flex;gap:20px;height:100%;text-align:left}.client_page{height:100%}a{color:#1d1d1d;font-style:normal;text-decoration:none}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.main_wrap{box-sizing:border-box;height:100%;padding:20px 0;width:100%}.scrollbar{background:#e6e6e6;display:inline-block;height:250px;overflow-y:scroll;width:40px}.div-child{min-height:450px}#scroll::-webkit-scrollbar,#scroll::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:inset 0 0 6px #0000004d;width:10px}#scroll::-webkit-scrollbar-thumb{background-color:grey}::-webkit-scrollbar{border-radius:10px;height:10px;width:8px}::-webkit-scrollbar-thumb{background-color:#dcdcdc;border-radius:10px;-webkit-transition:all .3s;transition:all .3s;width:10px}::-webkit-scrollbar-thumb:hover{background-color:#656565}.bot_10{margin-bottom:10px}.male_on_off{align-items:center;display:flex;margin:0 auto;width:90%}.male_on_off .check_box{transform:scale(1)}input::placeholder{color:#d4d4d4}.normal_btn{background-color:#17297a}.normal_btn,.red_btn{border:none;border-radius:4px;color:#fff}.red_btn{background-color:red}.margin_top_10{margin-top:10px}.margin_bottom_10{margin-bottom:10px}.margin_bottom_20{margin-bottom:20px}.margin_right_10{margin-right:10px}.margin_left_10{margin-left:10px}.logout_btn{background-color:red;border:none;border-radius:4px;color:#fff}.male_on_off input[type=checkbox]{-webkit-appearance:none;appearance:none;background:#ccc;border-radius:50px;box-shadow:inset 0 0 5px #0003;cursor:pointer;height:25px;position:relative;transition:.4s;width:50px}.male_on_off input:checked[type=checkbox]{background:#7da6ff}.male_on_off input[type=checkbox]:after{background:#fff;border-radius:50%;box-shadow:0 0 5px #0003;content:"";height:25px;left:0;position:absolute;top:0;transform:scale(1.1);transition:.4s;width:25px}.male_on_off input:checked[type=checkbox]:after{left:50%}#login_wrapper{align-items:center;background:#ffd6d9;background:linear-gradient(180deg,#ffd6d9 0,#ffe0dd 50%,#ffd2d5);display:flex;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd6d9",endColorstr="#ffd2d5",GradientType=0);height:100vh;justify-content:center;margin:0 auto;overflow:scroll;position:relative;width:100%}#find_info #mb_hp_label{display:inline-block;margin-left:10px}#find_info p{line-height:1.5em}#find_info #mb_email{margin:10px 0}#mb_login{height:90vh;max-width:500px;position:absolute;width:90%}#login_fs,#mb_login{box-sizing:border-box}#mb_login #login_fs .frm_input{margin:0 0 10px}#mb_login #login_fs .btn_submit{border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;height:auto;line-height:1;margin:0 0 6px;padding:15px 0;width:100%}input[id=login_id],input[id=login_pw]{border:1.5px solid #28cac5;border-radius:30px;box-sizing:border-box;padding:15px;width:100%}.mbskin_box{padding:10px}.mbskin{padding:20px 40px}.bc_new{background:#28cac5}.cc_new{color:#7ce2e3}input[id=login_id]::placeholder,input[id=login_pw]::placeholder{color:#28cac5;font-weight:200}#mb_login #login_fs .btn_submit{border-radius:30px}.login_if_auto{align-items:center;color:#28cac5;display:flex;font-weight:800;gap:5px;margin-bottom:10px;margin-left:10px;text-align:left}.login_if_lpl{font-weight:800;margin:0 auto;text-align:center;width:100%}#login_info a{color:#28cac5;font-size:13px;text-decoration:none}#login_info a:after{content:"|";padding:0 8px}#login_info a:last-child:after{content:""}#login_password_lost_1{border-bottom:none}.wrap_box{width:100%}.wrap_box img{display:block;width:100%}@supports (-webkit-appearance:none) or (-moz-appearance:none){.mbskin input[type=checkbox],.mbskin input[type=radio]{--active:#28cac5;--active-inner:#fff;--focus:2px #275efe4d;--border-hover:#28cac5;--background:#fff;--disabled:#f6f8ff;--disabled-inner:#e1e6f9;-webkit-appearance:none;-moz-appearance:none;background:var(--background);background:var(--b,var(--background));border:1px solid var(--bc,var(--border));cursor:pointer;display:inline-block;height:21px;margin:0;outline:none;position:relative;transition:background .3s,border-color .3s,box-shadow .2s;vertical-align:top}.mbskin input[type=checkbox]:after,.mbskin input[type=radio]:after{content:"";display:block;left:0;position:absolute;top:0;transition:transform .3s ease,opacity .2s;transition:transform var(--d-t,.3s) var(--d-t-e,ease),opacity var(--d-o,.2s)}.mbskin input[type=checkbox]:checked,.mbskin input[type=radio]:checked{--b:var(--active);--bc:var(--active);--d-o:.3s;--d-t:.6s;--d-t-e:cubic-bezier(.2,.85,.32,1.2)}.mbskin input[type=checkbox]:disabled,.mbskin input[type=radio]:disabled{--b:var(--disabled);cursor:not-allowed;opacity:.9}.mbskin input[type=checkbox]:disabled:checked,.mbskin input[type=radio]:disabled:checked{--b:var(--disabled-inner);--bc:var(--border)}.mbskin input[type=checkbox]:disabled+label,.mbskin input[type=radio]:disabled+label{cursor:not-allowed}.mbskin input[type=checkbox]:hover:not(:checked):not(:disabled),.mbskin input[type=radio]:hover:not(:checked):not(:disabled){--bc:var(--border-hover)}.mbskin input[type=checkbox]:focus,.mbskin input[type=radio]:focus{box-shadow:0 0 0 var(--focus)}.mbskin input[type=checkbox]:not(.switch),.mbskin input[type=radio]:not(.switch){width:21px}.mbskin input[type=checkbox]:not(.switch):after,.mbskin input[type=radio]:not(.switch):after{opacity:0;opacity:var(--o,0)}.mbskin input[type=checkbox]:not(.switch):checked,.mbskin input[type=radio]:not(.switch):checked{--o:1}.mbskin input[type=checkbox]+label,.mbskin input[type=radio]+label{color:#28cac5;cursor:pointer;display:inline-block;font-size:14px;line-height:21px;margin-left:4px;vertical-align:top}.mbskin input[type=checkbox]:not(.switch){border-radius:50%}.mbskin input[type=checkbox]:not(.switch):after{border:2px solid var(--active-inner);border-left:0;border-top:0;height:9px;left:6px;top:2px;transform:rotate(20deg);transform:rotate(var(--r,20deg));width:5px}.mbskin input[type=checkbox]:not(.switch):checked{--r:43deg}.mbskin input[type=checkbox].switch{border-radius:11px;width:38px}.mbskin input[type=checkbox].switch:after{background:var(--border);background:var(--ab,var(--border));border-radius:50%;height:15px;left:2px;top:2px;transform:translateX(0);transform:translateX(var(--x,0));width:15px}.mbskin input[type=checkbox].switch:checked{--ab:var(--active-inner);--x:17px}.mbskin input[type=checkbox].switch:disabled:not(:checked):after{opacity:.6}.mbskin input[type=radio]{border-radius:50%}.mbskin input[type=radio]:after{background:var(--active-inner);border-radius:50%;height:19px;opacity:0;transform:scale(.7);transform:scale(var(--s,.7));width:19px}.mbskin input[type=radio]:checked{--s:.5}}@font-face{font-family:Pretendard-Regular;font-style:normal;font-weight:400;src:url(https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff) format("woff")}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}#wrapper{box-sizing:border-box;min-height:100vh;padding-bottom:calc(80px + constant(safe-area-inset-bottom));padding-top:calc(48px + constant(safe-area-inset-top));position:relative}body,button,html,input,textarea{font-family:Pretendard-Regular}.top_nav_wrap{align-items:center;background-color:#fff;box-sizing:border-box;display:flex;justify-content:space-between;padding:10px 14px;width:100vw}.baby_wrap{width:100%}.baby_wrap .baby_state{border-radius:10%;box-shadow:0 3px 10px #63636333;margin:30px auto 0;max-width:1200px;position:relative;width:80%}.baby_wrap .baby_state:after{content:"";display:block;padding-bottom:100%}.baby_wrap .baby_state .inner{box-sizing:border-box;height:100%;padding:8%;position:absolute;width:100%}.baby_wrap .jusu_info{left:0;top:0}.baby_wrap .jusu_info .baby_name{font-family:Pretendard-Medium;font-size:17px;font-weight:bolder}.baby_wrap .jusu_info .d_day{font-family:Pretendard-BoldExtra;font-size:20px;font-weight:bolder}.baby_wrap .download_btn{bottom:5%;cursor:pointer;position:absolute;right:5%}.pushFilter_wrap{max-width:800px;text-align:left;width:100%}.pushFilter_wrap label{display:inline-block;margin-bottom:10px}.pushFilter_wrap input,.pushFilter_wrap input[type=date],.pushFilter_wrap select{border:1px solid #dcdcdc;border-radius:4px;padding:4px 5px;width:120px}.pushFilter_wrap input[type=checkbox],.pushFilter_wrap input[type=radio]{width:auto}.sub_title{display:block;margin-bottom:10px}.targetViewer_l_table_wrap__RRxs6{border:1px solid #dcdcdc;box-sizing:border-box;height:auto;max-height:200px;overflow:auto;width:100%}.Button_main_btn__8fMcM{--l-background-color:#17297a;background-color:var(--l-background-color);border:none;border-radius:4px;color:#fff;&.Button_color__s5wgu{&.Button_red__zkcOY{--l-background-color:red}}}.TargetFilterCopyPaste_l_TargetFilterCopyPaste_buttonContainer__7J8hF{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;margin:1rem 0}body{background-color:#ebebeb}main{padding-top:20px;width:100%}.push_wrap{background-color:#fff;border-radius:4px;box-shadow:1px 1px 5px rgba(0,0,0,.275);box-sizing:border-box;height:100%;margin:0 auto;max-width:800px;overflow:auto;padding:25px;position:relative;width:90%}.push_wrap .title{font-size:20px;margin-bottom:10px;text-align:left}.div_title{margin:30px 0;text-align:left}.div_wrap{border-left:1px solid #dcdcdc;margin-bottom:20px;margin-left:14px;padding:10px 0 50px 30px;text-align:left}.div_wrap label{color:#0a0a0a;display:block;font-size:15px;font-weight:800}.pushFilter_wrap .filters label{display:inline-block}@media screen and (max-width:1000px){.pushFilter_wrap .filters label{width:100%}}.pushFilter_wrap .filters label input[type=text]{max-width:120px;min-width:120px}.pushFilter_wrap .filters label select{max-width:131px;min-width:131px}.filter_on_off{align-items:center;display:flex;gap:10px;justify-content:flex-start;vertical-align:middle}.filter_on_off input[type=radio]{transform:translateY(2px)}.pushFilter_wrap .title{display:block;font-size:12px;margin-right:10px;min-width:80px}textarea.normal_textarea{border-radius:4px;max-width:500px;min-height:150px;padding:10px 5px;resize:none;width:70%}.targetList_btn,textarea.normal_textarea{border:1px solid #dcdcdc;box-sizing:border-box}.targetList_btn{background-color:initial;border-radius:4px;margin-right:4px;padding:4px 8px}.targetList_btn:after{background-color:#0a0a0a;border-radius:50%;color:#fff;content:"✕";display:inline-block;margin-left:10px;padding:4px 8px;width:10px}.div_title label{display:block;margin-bottom:10px}.div_title span{background-color:#17297a;border-radius:50%;box-sizing:border-box;color:#fff;display:inline-block;height:30px;margin-right:20px;padding-top:5px;text-align:center;vertical-align:middle;width:30px}input.normal_input{border:none;border-bottom:1px solid #dcdcdc;box-sizing:border-box;max-width:500px;padding:5px;width:70%}input.normal_input:focus,textarea.normal_textarea:focus{border-color:#e4e4e4;border-radius:4px;box-shadow:0 0 10px #e4e4e4;outline:none!important}.massage_wrap{margin-bottom:10px}.massage_wrap label{margin-bottom:3px}button.send_btn{background-color:#17297a;border:none;border-radius:4px;color:#fff;display:block;margin:0 auto;max-width:500px;padding:10px 0 11px;transition:all .5s;width:90%}button.send_btn.no_active{opacity:.6}button.send_btn.active{background-color:#17297a;cursor:pointer}button.send_btn.active:hover{background-color:#0426be}.push_wrapper{max-width:1500px;width:100%}.push_wrapper h1{font-size:20px;font-weight:800;padding:10px 0}.push_table_wrap{background-color:#fff;border-radius:8px;max-height:80vh;overflow-y:scroll;width:100%}.push_table_style_wrap{padding:22px}.push_table_style{margin:0 auto;padding:20px;width:80%}.push_table_style th{border-bottom:1px solid #dcdcdc;color:#c0c0cc;font-size:12px;padding:11px 10px;position:-webkit-sticky;position:sticky;text-align:center;top:0;white-space:nowrap}.push_table_style th:first-child{border-bottom-left-radius:8px;border-top-left-radius:8px}.push_table_style th:last-child{border-bottom-right-radius:8px;border-top-right-radius:8px}.push_table_style tbody td{box-sizing:border-box;color:#808285;font-size:16px;overflow:hidden;padding:15px 10px;text-align:center;vertical-align:middle}.push_table_style tbody td a{box-sizing:border-box;display:block;overflow-wrap:break-word}.push_table_style tbody tr{border-bottom:1px solid #dcdcdc}.push_table_style tbody tr:last-child{border:none}.push_table_style tbody td:first-child{max-width:400px;min-width:300px;padding-left:30px;text-align:left;width:200px}.push_table_style tbody td:first-child div:first-child{border-bottom:1px dashed #dcdcdc;color:#4e71c3;overflow:hidden;padding-bottom:10px;text-overflow:ellipsis;white-space:nowrap}.push_table_style tbody td:first-child div:nth-child(2){line-height:20px;padding-top:10px;text-align:left}.push_table_style tbody td:nth-child(2){min-width:200px;text-align:center;width:200px}.push_table_style tbody td:nth-child(3){color:#000;max-width:100px;min-width:100px;text-align:center;white-space:nowrap;width:100px}.push_table_style .delivered{color:#a1a1a1;font-size:14px}.push_table_style tbody td:nth-child(4){max-width:150px;min-width:150px;text-align:center;width:150px}.push_table_style tbody td:nth-child(5){margin:0 auto;max-width:150px;min-width:150px;width:150px}.push_table_style tbody td:nth-child(6),.push_table_style tbody td:nth-child(7){max-width:200px;min-width:200px;width:200px}.push_table_style tbody td:nth-child(10),.push_table_style tbody td:nth-child(8),.push_table_style tbody td:nth-child(9){max-width:100px;min-width:100px;width:100px}.push_table_style tbody td:nth-child(11){max-width:130px;min-width:130px;width:130px}.push_table_style tbody td:nth-child(12){max-width:100px;min-width:100px;width:100px}.push_table_style tbody td img{display:block;margin:0 auto;text-align:center;width:200px}.push_table_style tbody td button{background-color:#e95419;border:none;border-radius:4px;box-sizing:border-box;color:#fff;padding:4px;white-space:nowrap}.push_wrapper .table-pagination{padding:20px 0;width:100%}.push_wrapper .table-pagination input{border:1px solid #dcdcdc;border-radius:4px;color:gray;padding-left:10px;width:50px}.push_wrapper .table-pagination button{background:#fff;border:none;border-radius:4px;font-size:13px;margin:0 4px}.push_wrapper select{border:1px solid #dcdcdc;border-radius:4px;color:#333;padding:4px}.table-pagesize{align-items:center;display:flex;justify-content:flex-end;margin:5px}.table-pagesize input{border:1px solid #fff;border-radius:4px;margin-right:10px;max-width:50px}.table-pagesize button{background-color:#f54100;color:#fff;margin-right:10px}.go_link_btn a,.table-pagesize button{border:none;border-radius:4px;cursor:pointer;padding:4px 10px}.go_link_btn a{color:#2f55ff;text-align:center}.table_wrap{background-color:#fff;border:1px solid #dee1e4;border-radius:8px;overflow-y:scroll}.table_style{margin:0 auto;overflow:auto;padding:20px;width:100%;thead{background:#01c2d1;color:#fff;position:-webkit-sticky;position:sticky;top:0;white-space:nowrap}}.table_style th{padding:11px 10px;text-align:center;white-space:nowrap}.table_style th:first-child{border-bottom-left-radius:8px;border-top-left-radius:8px}.table_style th:last-child{border-bottom-right-radius:8px;border-top-right-radius:8px}.table_style tbody td{color:#808285;max-width:200px;min-width:100px;overflow:hidden;padding:8px 10px;text-align:center;white-space:nowrap}.tr_duplication{background-color:#ff0}.tr_duplication div{color:#000}.tr_warning{background-color:orange}.tr_warning div{color:#000}.tr_not_found{background-color:blue}.tr_not_found div{color:#fff}.select_title{margin-right:10px}.office_title{color:#a8a8a8;font-size:12px}.table_wrap .title{font-size:20px;margin-bottom:10px}
/*# sourceMappingURL=main.4e22be9f.css.map*/