.standard-text[data-v-b1aa35df]{white-space:normal;word-break:keep-all;overflow-wrap:break-word}.kp-input-container[data-v-b1aa35df]{display:grid;grid-template-columns:repeat(2,1fr)}.dp__input_wrap{position:relative;width:100%;box-sizing:unset}.dp__input_wrap:focus{border-color:var(--dp-border-color-hover);outline:none}.dp__input{background-color:var(--dp-background-color);border-radius:4px;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;border:1px solid var(--dp-border-color);outline:none;transition:border-color .2s cubic-bezier(.645,.045,.355,1);width:100%;font-size:1rem;line-height:1.5rem;padding:6px 12px;color:var(--dp-text-color);box-sizing:border-box}.dp__input::-moz-placeholder{opacity:.7}.dp__input::placeholder{opacity:.7}.dp__input:hover{border-color:var(--dp-border-color-hover)}.dp__input_reg{caret-color:#0000}.dp__input_focus{border-color:var(--dp-border-color-hover)}.dp__disabled{background:var(--dp-disabled-color)}.dp__disabled::-moz-placeholder{color:var(--dp-disabled-color-text)}.dp__disabled::placeholder{color:var(--dp-disabled-color-text)}.dp__input_icons{display:inline-block;width:1rem;height:1rem;stroke-width:0;font-size:1rem;line-height:1.5rem;padding:6px 12px;color:var(--dp-icon-color);box-sizing:content-box}.dp__input_icon{cursor:pointer;position:absolute;top:50%;left:0;transform:translateY(-50%);color:var(--dp-icon-color)}.dp__clear_icon{position:absolute;top:50%;right:0;transform:translateY(-50%);cursor:pointer;color:var(--dp-icon-color)}.dp__input_icon_pad{padding-left:35px}.dp__input_valid{box-shadow:0 0 4px var(--dp-success-color);border-color:var(--dp-success-color)}.dp__input_valid:hover{border-color:var(--dp-success-color)}.dp__input_invalid{box-shadow:0 0 4px var(--dp-danger-color);border-color:var(--dp-danger-color)}.dp__input_invalid:hover{border-color:var(--dp-danger-color)}.dp__menu{position:absolute;background:var(--dp-background-color);border-radius:4px;min-width:260px;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid var(--dp-menu-border-color);box-sizing:border-box}.dp__menu:after{box-sizing:border-box}.dp__menu:before{box-sizing:border-box}.dp__menu:focus{border:1px solid var(--dp-menu-border-color);outline:none}.dp__menu_index{z-index:99999}.dp__menu_readonly,.dp__menu_disabled{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.dp__menu_disabled{background:rgba(255,255,255,.5);cursor:not-allowed}.dp__menu_readonly{background:rgba(0,0,0,0);cursor:default}.dp__arrow_top{left:50%;top:-1px;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-left:1px solid var(--dp-menu-border-color);border-top:1px solid var(--dp-menu-border-color);transform:translate(-50%,-50%) rotate(45deg)}.dp__arrow_bottom{left:50%;bottom:-1px;height:12px;width:12px;background-color:var(--dp-background-color);position:absolute;border-right:1px solid var(--dp-menu-border-color);border-bottom:1px solid var(--dp-menu-border-color);transform:translate(-50%,50%) rotate(45deg)}.dp__now_wrap{text-align:center;padding:2px 0}.dp__now_button{border:1px solid var(--dp-primary-color);color:var(--dp-primary-color);padding:0 4px;font-weight:700;border-radius:4px;font-size:1rem;cursor:pointer;background:rgba(0,0,0,0)}.dp__preset_ranges,.dp__sidebar_left{padding:5px;border-right:1px solid var(--dp-border-color)}.dp__sidebar_right{padding:5px;border-left:1px solid var(--dp-border-color)}.dp__preset_range{padding:5px}.dp__preset_range:hover{background-color:var(--dp-hover-color);cursor:pointer}.dp__menu_content_wrapper{display:flex}.dp__calendar_wrap{display:flex;justify-content:center;align-items:center;flex-direction:column;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;flex:0}.dp__calendar_header{position:relative;display:flex;justify-content:center;align-items:center;color:var(--dp-text-color);white-space:nowrap;font-weight:700}.dp__calendar_header_item{text-align:center;flex-grow:1;height:35px;padding:5px;width:35px;box-sizing:border-box}.dp__calendar_row{display:flex;justify-content:center;align-items:center;margin:5px 0}.dp__calendar_item{text-align:center;flex-grow:1;box-sizing:border-box;color:var(--dp-text-color)}.dp__calendar{position:relative}.dp__calendar_header_cell{border-bottom:thin solid var(--dp-border-color);padding:.5rem}.dp__cell_inner{display:flex;align-items:center;text-align:center;justify-content:center;border-radius:4px;height:35px;padding:5px;width:35px;border:1px solid rgba(0,0,0,0);box-sizing:border-box;position:relative}.dp__cell_auto_range_start,.dp__date_hover_start:hover,.dp__range_start{border-bottom-right-radius:0;border-top-right-radius:0}.dp__cell_auto_range_end,.dp__date_hover_end:hover,.dp__range_end{border-bottom-left-radius:0;border-top-left-radius:0}.dp__range_end,.dp__range_start,.dp__active_date{background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__cell_auto_range_end,.dp__cell_auto_range_start{border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__date_hover_end:hover,.dp__date_hover_start:hover,.dp__date_hover:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__cell_offset{color:var(--dp-secondary-color)}.dp__cell_disabled{color:var(--dp-secondary-color);cursor:not-allowed}.dp__range_between{background:var(--dp-hover-color);border-radius:0;border-top:1px solid var(--dp-hover-color);border-bottom:1px solid var(--dp-hover-color)}.dp__range_between_week{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border-radius:0;border-top:1px solid var(--dp-primary-color);border-bottom:1px solid var(--dp-primary-color)}.dp__today{border:1px solid var(--dp-primary-color)}.dp__week_num{color:var(--dp-secondary-color);text-align:center}.dp__cell_auto_range{border-radius:0;border-top:1px dashed var(--dp-primary-color);border-bottom:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_start{border-left:1px dashed var(--dp-primary-color)}.dp__cell_auto_range_end{border-right:1px dashed var(--dp-primary-color)}.dp__calendar_header_separator{width:100%;height:1px;background:var(--dp-border-color)}.dp__calendar_next{margin-left:10px}.dp__marker_line,.dp__marker_dot{height:5px;background-color:var(--dp-marker-color);position:absolute;bottom:0}.dp__marker_dot{width:5px;border-radius:50%;left:50%;transform:translate(-50%)}.dp__marker_line{width:100%;left:0}.dp__marker_tooltip{position:absolute;border-radius:4px;background-color:var(--dp-tooltip-color);padding:5px;border:1px solid var(--dp-border-color);z-index:99999;box-sizing:border-box;cursor:default}.dp__tooltip_content{white-space:nowrap}.dp__tooltip_text{display:flex;align-items:center;flex-flow:row nowrap;color:var(--dp-text-color)}.dp__tooltip_mark{height:5px;width:5px;border-radius:50%;background-color:var(--dp-text-color);color:var(--dp-text-color);margin-right:5px}.dp__arrow_bottom_tp{left:50%;bottom:0;height:8px;width:8px;background-color:var(--dp-tooltip-color);position:absolute;border-right:1px solid var(--dp-border-color);border-bottom:1px solid var(--dp-border-color);transform:translate(-50%,50%) rotate(45deg)}.dp__instance_calendar{position:relative;width:100%}@media only screen and (max-width: 600px){.dp__flex_display{flex-direction:column}}.dp__cell_highlight{background-color:var(--dp-highlight-color)}.dp__month_year_row{display:flex;align-items:center;height:35px;color:var(--dp-text-color);box-sizing:border-box}.dp__inner_nav{display:flex;align-items:center;justify-content:center;cursor:pointer;height:25px;width:25px;color:var(--dp-icon-color);text-align:center;border-radius:50%}.dp__inner_nav svg{height:20px;width:20px}.dp__inner_nav:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__inner_nav_disabled:hover,.dp__inner_nav_disabled{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp__month_year_select{width:50%;text-align:center;cursor:pointer;height:35px;display:flex;align-items:center;justify-content:center;border-radius:4px;box-sizing:border-box}.dp__month_year_select:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__month_year_wrap{display:flex;width:100%}.dp__overlay{position:absolute;width:100%;height:100%;background:var(--dp-background-color);top:0;left:0;transition:opacity 1s ease-out;z-index:99999;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--dp-text-color);box-sizing:border-box}.dp__overlay_container::-webkit-scrollbar-track{box-shadow:var(--dp-scroll-bar-background);background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar{width:5px;background-color:var(--dp-scroll-bar-background)}.dp__overlay_container::-webkit-scrollbar-thumb{background-color:var(--dp-scroll-bar-color);border-radius:10px}.dp__overlay:focus{border:none;outline:none}.dp__container_flex{display:flex}.dp__container_block{display:block}.dp__overlay_container{flex-direction:column;overflow-y:auto}.dp__time_picker_overlay_container{height:100%}.dp__overlay_row{padding:0;box-sizing:border-box;display:flex;margin-left:auto;margin-right:auto;flex-wrap:wrap;max-width:100%;width:100%;align-items:center}.dp__overlay_container>.dp__overlay_row{flex:1}.dp__overlay_col{box-sizing:border-box;width:33%;padding:3px;white-space:nowrap}.dp__overlay_cell_pad{padding:10px 0}.dp__overlay_cell_active{cursor:pointer;border-radius:4px;text-align:center;background:var(--dp-primary-color);color:var(--dp-primary-text-color)}.dp__overlay_cell{cursor:pointer;border-radius:4px;text-align:center}.dp__overlay_cell:hover,.dp__cell_in_between{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__overlay_action{position:sticky;bottom:0;background:#fff}.dp__over_action_scroll{right:5px;box-sizing:border-box}.dp__overlay_cell_disabled{cursor:not-allowed;background:var(--dp-disabled-color)}.dp__overlay_cell_disabled:hover{background:var(--dp-disabled-color)}.dp__overlay_cell_active_disabled{cursor:not-allowed;background:var(--dp-primary-disabled-color)}.dp__overlay_cell_active_disabled:hover{background:var(--dp-primary-disabled-color)}.dp__month_picker_header{display:flex;width:100%;align-items:center;justify-content:space-between;height:35px}.dp__time_input{width:100%;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;color:var(--dp-text-color)}.dp__time_col_reg{padding:0 20px}.dp__time_col_reg_with_button{padding:0 15px}.dp__time_col_sec{padding:0 10px}.dp__time_col_sec_with_button{padding:0 5px}.dp__time_col{font-size:2rem;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column}.dp__time_display{cursor:pointer;color:var(--dp-text-color);border-radius:4px;display:flex;align-items:center;justify-content:center;padding:0 3px}.dp__time_display:hover{background:var(--dp-hover-color);color:var(--dp-hover-text-color)}.dp__inc_dec_button{padding:5px;margin:0;height:32px;width:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;color:var(--dp-icon-color);box-sizing:border-box}.dp__inc_dec_button svg{height:32px;width:32px}.dp__inc_dec_button:hover{background:var(--dp-hover-color);color:var(--dp-primary-color)}.dp__inc_dec_button_disabled:hover,.dp__inc_dec_button_disabled{background:var(--dp-disabled-color);color:var(--dp-disabled-color-text);cursor:not-allowed}.dp__pm_am_button{background:var(--dp-primary-color);color:var(--dp-primary-text-color);border:none;padding:10px;border-radius:4px;cursor:pointer}.dp__action_row{display:flex;align-items:center;width:100%;padding:10px;box-sizing:border-box;color:var(--dp-text-color);background:var(--dp-background-color)}.dp__action_row svg{height:20px;width:auto}.dp__selection_preview{width:50%;color:var(--dp-text-color);font-size:.8rem}.dp__action_buttons{width:50%;text-align:right}.dp__action{font-weight:700;cursor:pointer;padding:2px 5px;border-radius:4px;display:inline-flex;align-items:center}.dp__select{color:var(--dp-success-color)}.dp__action_disabled{color:var(--dp-success-color-disabled);cursor:not-allowed}.dp__cancel{color:var(--dp-secondary-color)}.dp__theme_dark{--dp-background-color: #212121;--dp-text-color: #fff;--dp-hover-color: #484848;--dp-hover-text-color: #fff;--dp-hover-icon-color: #959595;--dp-primary-color: #005cb2;--dp-primary-disabled-color: #61a8ea;--dp-primary-text-color: #fff;--dp-secondary-color: #a9a9a9;--dp-border-color: #2d2d2d;--dp-menu-border-color: #2d2d2d;--dp-border-color-hover: #aaaeb7;--dp-disabled-color: #737373;--dp-disabled-color-text: #d0d0d0;--dp-scroll-bar-background: #212121;--dp-scroll-bar-color: #484848;--dp-success-color: #00701a;--dp-success-color-disabled: #428f59;--dp-icon-color: #959595;--dp-danger-color: #e53935;--dp-marker-color: #e53935;--dp-tooltip-color: #3e3e3e;--dp-highlight-color: rgb(0 92 178 / 20%)}.dp__theme_light{--dp-background-color: #fff;--dp-text-color: #212121;--dp-hover-color: #f3f3f3;--dp-hover-text-color: #212121;--dp-hover-icon-color: #959595;--dp-primary-color: #1976d2;--dp-primary-disabled-color: #6bacea;--dp-primary-text-color: #f8f5f5;--dp-secondary-color: #c0c4cc;--dp-border-color: #ddd;--dp-menu-border-color: #ddd;--dp-border-color-hover: #aaaeb7;--dp-disabled-color: #f6f6f6;--dp-scroll-bar-background: #f3f3f3;--dp-scroll-bar-color: #959595;--dp-success-color: #76d275;--dp-success-color-disabled: #a3d9b1;--dp-icon-color: #959595;--dp-danger-color: #ff6f60;--dp-marker-color: #ff6f60;--dp-tooltip-color: #fafafa;--dp-disabled-color-text: #8e8e8e;--dp-highlight-color: rgb(25 118 210 / 10%)}.dp__main{font-family:-apple-system,blinkmacsystemfont,Segoe UI,roboto,oxygen,ubuntu,cantarell,Open Sans,Helvetica Neue,sans-serif;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box;position:relative}.dp__pointer{cursor:pointer}.dp__icon{stroke:currentcolor;fill:currentcolor}.dp__button{width:100%;text-align:center;color:var(--dp-icon-color);background:var(--dp-background-color);cursor:pointer;display:flex;align-items:center;align-content:center;justify-content:center;padding:10px;box-sizing:border-box;height:35px}.dp__button:hover{background:var(--dp-hover-color);color:var(--dp-hover-icon-color)}.dp__button svg{height:20px;width:auto}.dp__button_bottom{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.dp__flex_display{display:flex}.dp__flex_display_with_input{flex-direction:column;align-items:start}.dp__relative{position:relative}.calendar-next-enter-active,.calendar-next-leave-active,.calendar-prev-enter-active,.calendar-prev-leave-active{transition:all .1s ease-out}.calendar-next-enter-from{opacity:0;transform:translate(22px)}.calendar-next-leave-to,.calendar-prev-enter-from{opacity:0;transform:translate(-22px)}.calendar-prev-leave-to{opacity:0;transform:translate(22px)}.dp-menu-appear-enter-active,.dp-menu-appear-leave-active,.dp-slide-up-enter-active,.dp-slide-up-leave-active,.dp-slide-down-enter-active,.dp-slide-down-leave-active{transition:all .1s ease-out}.dp-slide-down-leave-to,.dp-slide-up-enter-from{opacity:0;transform:translateY(22px)}.dp-slide-down-enter-from,.dp-slide-up-leave-to{opacity:0;transform:translateY(-22px)}.dp-menu-appear-enter-from{opacity:0}.dp-menu-appear-enter-active,.dp-menu-appear-leave-active{transition:opacity .1s ease}.dp-menu-appear-leave-to{opacity:1}.standard-text[data-v-65f2ea1e]{white-space:normal;word-break:keep-all;overflow-wrap:break-word}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline;font-family:Pretendard Variable}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:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}code,kbd,samp{font-family:monospace,monospace;font-size:1em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-moz-user-select:text!important;-webkit-user-select:text!important;user-select:text!important}a{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}button,input{overflow:visible}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-decoration{-webkit-appearance:none}details{display:block}template{display:none}.axios-loading{position:fixed;z-index:10000000000000000;top:calc(var(--vh, 1vh) * 50 - 20px);left:calc(50vw - 20px);margin:0;width:40px;height:40px;padding-bottom:0!important}.axios-loading .loader{border:5px solid #eee;border-top:5px solid #466FFF;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.kp-time-picker{display:flex;align-items:center;width:100%;height:100%;background-color:#fff}.kp-time-picker>span{font-size:30px;margin:0 5px}.vue-scroll-picker{position:relative;width:100%;height:100px;overflow:hidden}.vue-scroll-picker-rotator{position:absolute;left:0;right:0;top:calc(50% - .6em)}.vue-scroll-picker-rotator-transition{transition:top ease .2s}.vue-scroll-picker-item{font-style:normal;font-weight:500;font-size:20px;line-height:25px;text-align:center;color:#4e4b6680}.vue-scroll-picker-item-selected{color:#4e4b66}.vue-scroll-picker-item-empty,.vue-scroll-picker-item-placeholder{color:#aaa}.vue-scroll-picker-item-empty.vue-scroll-picker-item-selected,.vue-scroll-picker-item-placeholder.vue-scroll-picker-item-selected{color:#777}.vue-scroll-picker-layer{position:absolute;left:0;right:0;top:0;bottom:0}.vue-scroll-picker-layer-top,.vue-scroll-picker-layer-selection,.vue-scroll-picker-layer-bottom{position:absolute;left:0;right:0}.vue-scroll-picker-layer-top{box-sizing:border-box;top:0;height:calc(50% - 1em);cursor:pointer}.vue-scroll-picker-layer-selection{top:calc(50% - 1em);bottom:calc(50% - 1em);border-top:1px solid #ccc;border-bottom:1px solid #ccc}.vue-scroll-picker-layer-bottom{bottom:0;height:calc(50% - 1em);cursor:pointer}.kp-btn{width:100%;padding:16px 20px 15px;font-style:normal;font-weight:700;font-size:16px;line-height:19px;border-radius:25px}.kp-btn.primary{color:#fff;background-color:#466fff}.kp-btn.default{color:#4e4b66;background-color:#fff}.kp-btn.secondary{color:#ff3131;background-color:#ff31311a}.kp-btn:disabled{background-color:#aab1bb}.kp-btn:focus{outline:0}.dp__theme_light{font-family:Pretendard Variable;--dp-background-color: #ffffff;--dp-text-color: $textContentBlack;--dp-hover-color: #f3f3f3;--dp-hover-text-color: #212121;--dp-hover-icon-color: #959595;--dp-primary-color: #1976d2;--dp-primary-text-color: #f8f5f5;--dp-secondary-color: #c0c4cc;--dp-border-color: #ddd;--dp-menu-border-color: #ddd;--dp-border-color-hover: #aaaeb7;--dp-disabled-color: #f6f6f6;--dp-scroll-bar-background: #f3f3f3;--dp-scroll-bar-color: #959595;--dp-success-color: #76d275;--dp-success-color-disabled: #a3d9b1;--dp-icon-color: $colorPrimary;--dp-danger-color: #ff6f60;--dp-highlight-color: rgba(25, 118, 210, .1)}.dp__theme_light .input-slot-image{height:15px;width:15px;margin:0 10px 2px}.dp__theme_light .dp__clear_icon{display:none}.dp__theme_light .dp__input{padding:6px 10px 6px 35px;border-radius:25px;font-style:normal;font-weight:400;font-size:14px;line-height:17px;text-align:center}.dp__theme_light.white-theme .dp__input{background-color:#aab1bb;color:#fff;text-align:center}.kp-select{padding:10px 50px 10px 20px;font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#4e4b66;background:#f4f5f7;border-radius:25px;-webkit-appearance:none;-moz-appearance:none;background-image:url(../images/common/arrow-down.svg);background-repeat:no-repeat;background-position-x:calc(100% - 10px);background-position-y:10px}.kp-switch{position:relative;display:inline-block;width:45px;height:20px}.kp-switch input{opacity:0;width:0;height:0}.kp-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#a0a3bd;border:1px solid #a0a3bd;transition:.2s}.kp-slider:before{position:absolute;content:"";height:25px;width:25px;left:-3px;bottom:-4px;background-color:#fff;border:1px solid #a0a3bd;transition:.2s}input:checked+.kp-slider{background-color:#466fff}input:focus+.kp-slider{box-shadow:0 0 1px #466fff}.kp-input:focus{border:1px solid #466fff!important}.kp-input{border:1px solid #F4F5F7;outline:none}input:checked+.kp-slider:before{transform:translate(26px);right:3px;border:1px solid #466fff}.kp-slider.round{border-radius:34px}.kp-slider.round:before{border-radius:50%}.disable-text-selection{-webkit-user-select:none;-moz-user-select:none;user-select:none}html,body,div#app{width:100%;height:100%;background:#F9F9FF}#app{background-color:#f9f9ff}.wrapper{width:100%;height:100%}header{background:#FFFFFF}header .title{font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#4e4b66}.scroll-body{position:absolute;top:0;left:0;width:100%;height:100%;padding-top:65px!important;padding-bottom:90px!important;overflow-y:auto}.btn-refresh{padding:0;width:40px;height:40px;background:#FFFFFF!important;border-radius:25px!important;box-shadow:0 3px 4px 1px #7b9ffc1a}.profile-background{background-color:#f4f5f7;border-radius:50%;display:flex;align-items:center;justify-content:center}section.dash-board{overflow-x:hidden}section.dash-board article.user-info{box-shadow:0 3px 4px 1px #7b9ffc1a}section.dash-board article.user-info .thumbnail{width:80px;height:80px;border-radius:50%;background:#eee}section.dash-board article.user-info .name-space .user-name{font-style:normal;font-weight:700;font-size:24px;line-height:29px;color:#000}section.dash-board article.user-info .name-space .user-id{font-style:normal;font-weight:400;font-size:18px;line-height:21px;color:#a0a3bd}section.dash-board article.user-info .battery-wrapper{display:flex;flex-direction:column;align-items:flex-end;justify-content:center}section.dash-board article.user-info .battery-wrapper .battery{position:relative;width:40px;height:40px;background:rgba(44,128,255,.1019607843);border-radius:50%}section.dash-board article.user-info .battery-wrapper .battery .battery-img{display:inline-flex;width:24px;height:14px;background:no-repeat center center url(../images/view/img-battery-bg.svg);transform:rotate(270deg)}section.dash-board article.user-info .battery-wrapper .battery .battery-img span{height:10px;margin:2px 5px 2px 2px;background:#2c80ff;border-radius:2px}section.dash-board article.user-info .battery-wrapper .battery .chart-wrapper{position:absolute;top:-4px;left:-4px}section.dash-board article.user-info .battery-wrapper .battery .chart-wrapper canvas{width:48px;height:48px}section.dash-board article.user-info .battery-wrapper .battery-percent{width:40px;margin-top:10px;font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;height:19px;color:#2c80ff}section.dash-board article.user-info .battery-empty{background-color:#f4f5f7}section.dash-board .info .title-wrapper .title{font-style:normal;font-weight:700;font-size:24px;line-height:29px}section.dash-board .info .title-wrapper .time-refresh{font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#a0a3bd}section.dash-board .info .title-wrapper .btn-more{font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#a0a3bd}section.dash-board .info .detail-info{width:100%;height:120px;padding:15px 0;box-shadow:0 3px 4px 1px #7b9ffc1a;border-radius:10px}section.dash-board .info .detail-info.working{order:1}section.dash-board .info .detail-info.heart-rate{order:2}section.dash-board .info .detail-info.map{order:3;padding:0}section.dash-board .info .detail-info.map>#map{height:100%}section.dash-board .info .detail-info.temperature{order:4}section.dash-board .info .detail-info.blood-pressure{order:5}section.dash-board .info .detail-info.sleep{order:6}section.dash-board .info .detail-info .title{width:100%;font-style:normal;font-weight:600;font-size:16px;line-height:19px;color:#4e4b66}section.dash-board .info .detail-info .icon{width:20px;height:20px}section.dash-board .info .detail-info .value{font-style:normal;font-weight:700;font-size:24px;line-height:29px;letter-spacing:-1px;text-align:center;color:#4e4b66}section.dash-board .info .detail-info .value.prev{font-weight:500;color:#a0a3bd}section.dash-board .info .detail-info .prefix{margin-top:5px;font-style:normal;font-weight:600;font-size:14px;line-height:17px;text-align:center;color:#a0a3bd}section.dash-board .info .detail-info .prefix span{font-size:.8em;font-weight:400}section.dash-board .board{background:#FFFFFF}section.dash-board article.chat-wrapper .preview-wrapper .preview-body{background-color:#fff;box-shadow:0 3px 4px 1px #7b9ffc1a}section.dash-board article.chat-wrapper .preview-wrapper .preview-body.emergency{background-color:#dc2626!important}section.dash-board article.chat-wrapper .preview-wrapper .preview-body.emergency .message-body .message-info .user-id{color:#fff}section.dash-board article.chat-wrapper .preview-wrapper .preview-body.emergency .message-body .message-info .date{color:#fff}section.dash-board article.chat-wrapper .preview-wrapper .preview-body.emergency .message-body .message-content .message{color:#fff}section.dash-board article.chat-wrapper .preview-wrapper .preview-body .user-wrapper .profile-wrapper{background-color:#f4f5f7}section.dash-board article.chat-wrapper .preview-wrapper .preview-body .message-body .message-info .user-id{font-size:16px;line-height:19px;font-weight:500;color:#565656;text-align:left}section.dash-board article.chat-wrapper .preview-wrapper .preview-body .message-body .message-info .date{font-weight:400;font-size:14px;line-height:16px;color:#a0a3bd;text-align:right}section.dash-board article.chat-wrapper .preview-wrapper .preview-body .message-body .message-content .message{font-size:16px;font-weight:400;line-height:19px;color:#a0a3bd}section.dash-board article.chat-wrapper .preview-wrapper .empty-chat{color:#a0a3bd;font-size:16px;line-height:19px;font-weight:400}section.location-board{position:relative;height:calc(100% - 56px)}section.location-board .date-picker{position:absolute;top:20px;left:50%;transform:translate(-50%);width:160px;z-index:10}section.location-board .map-wrapper{height:calc(100% - 140px)}section.location-board .map-wrapper .map{height:100%}section.location-board .manager-map-wrapper{position:relative;height:calc(100% - 70px)}section.location-board .manager-map-wrapper .manager-update{bottom:40px;border-radius:25px;right:60px;position:absolute;min-width:151px;height:40px;background-color:#466fff}section.location-board .manager-map-wrapper .manager-update .update-text{font-family:Pretendard;font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#fff}section.location-board .manager-map-wrapper .only-update-btn{position:absolute;bottom:40px;border-radius:25px;right:60px;min-width:40px;height:40px;padding:0 10px;background-color:#466fff}section.location-board .manager-map-wrapper .map{height:100%}section.location-board .update-label{font-style:normal;font-weight:700;font-size:18px;line-height:21px;color:#4e4b66}section.location-board .update-time{font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#a0a3bd}section.location-board .info-window{position:absolute;bottom:20px;height:37px;padding:0 10px;background:#4e4b66;border-radius:10px;font-family:Pretendard;font-style:normal;font-weight:400;font-size:14px;line-height:17px;display:flex;align-items:center;text-align:right;color:#fff}section.location-board .info-window:after{border-top:10px solid #4e4b66;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:0px solid transparent;content:"";position:absolute;bottom:-9px;left:50%;transform:translate(-50%)}section.location-board .manager-marker-window{position:absolute;width:auto;white-space:nowrap;bottom:20px;height:37px;padding:0 10px 0 40px;background:#ffffff;border-radius:25px;font-family:Pretendard;font-style:normal;font-weight:500;font-size:16px;line-height:19px;display:flex;align-items:center;color:#4e4b66;background-image:url(../images/common/default-marker.svg);background-size:15px 20px;background-repeat:no-repeat;background-position-x:10px;background-position-y:8px;transform:translate(-50%,8px);box-shadow:0 3px 4px 1px #dadde6}section.location-board .manager-marker-window.disconnect{background-image:url(../images/common/disconnect-marker.svg)}section.location-board .manager-marker-window:after{border-top:10px solid #ffffff;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:0px solid transparent;content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}section.login article.login-info .main-title{font-style:normal;font-weight:800;font-size:24px;line-height:29px;text-align:left;color:#466fff}section.login article.login-info .sub-title{font-style:normal;font-weight:400;font-size:18px;line-height:21px;text-align:left;color:#4e4b66}section.login article.login-info .login-form .login-input input{background-color:#f4f5f7;font-style:normal;font-weight:400;font-size:16px;line-height:21px;color:#4e4b66}section.login article.login-info .login-form .login-input input::-moz-placeholder{color:#aab1bb}section.login article.login-info .login-form .login-input input::placeholder{color:#aab1bb}section.login article.login-info .login-form .login-btn{font-style:normal;font-weight:700;font-size:16px;line-height:19px;color:#fff}section.login article.login-info .login-form input[type=checkbox].isActive{border:1px solid #466FFF}section.login article.login-info .login-form input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border-radius:4px;height:25px;outline:0;width:25px;border:1px solid #A0A3BD}section.login article.login-info .login-form input[type=checkbox]:after{border:solid #fff;border-width:0 2px 2px 0;content:"";display:none;height:45%;left:35%;position:relative;top:20%;transform:rotate(45deg);width:30%}section.login article.login-info .login-form input[type=checkbox]:checked{background:#466FFF}section.login article.login-info .login-form input[type=checkbox]:checked:after{display:block}section.login article.login-info .sub-form .sub-content{font-style:normal;font-weight:500;font-size:16px;line-height:17px;color:#4e4b66}section.find article.find-info .user-input-form .header-wrapper button{font-style:normal;font-weight:700;font-size:20px;line-height:24px}section.find article.find-info .user-input-form .header-wrapper .activate{color:#4e4b66}section.find article.find-info .user-input-form .header-wrapper .deactivate{color:#aab1bb}section.find article.find-info .user-input-form .line-wrapper .enabled{background-color:#466fff}section.find article.find-info .user-input-form .line-wrapper .disabled{background-color:#fff}section.find article.find-info .user-input-form .content-wrapper .input-form input{font-style:normal;font-weight:400;font-size:16px;line-height:16px;color:#4e4b66;background-color:#f4f5f7;appearance:none;-moz-appearance:none;-webkit-appearance:none}section.find article.find-info .user-input-form .content-wrapper .input-form input::-moz-placeholder{color:#aab1bb}section.find article.find-info .user-input-form .content-wrapper .input-form input::placeholder{color:#aab1bb}section.find article.find-info .user-input-form .content-wrapper .input-form input:focus{box-shadow:0 0 1px #466fff}section.find article.find-info .user-input-form .content-wrapper .not-matching{font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#ff3131;text-align:left}section.find article.find-info .btn-wrapper{font-style:normal;font-weight:700;font-size:16px;line-height:19px;color:#fff;text-align:center}section.find article.find-info .btn-wrapper.activate{background-color:#aab1bb}section.find article.find-info .btn-wrapper.deactivate{background-color:#466fff}section.find article.reset-info .main-title{font-style:normal;font-weight:800;font-size:24px;line-height:29px;color:#466fff}section.find article.reset-info .sub-title{font-style:normal;font-weight:400;font-size:18px;line-height:21px;color:#4e4b66}section.find article.reset-info .pwd-reset-form .input-form input{font-style:normal;font-weight:400;font-size:16px;line-height:16px;color:#4e4b66;background-color:#f4f5f7}section.find article.reset-info .pwd-reset-form .input-form input::-moz-placeholder{color:#aab1bb}section.find article.reset-info .pwd-reset-form .input-form input::placeholder{color:#aab1bb}section.find article.reset-info .pwd-reset-form .input-form .guide-info{font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#4e4b66}section.find article.reset-info .pwd-reset-form .input-form .not-matching{font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#ff3131}section.find article.reset-info .confirm-btn{font-style:normal;font-weight:700;font-size:16px;line-height:19px;color:#f4f5f7}section.find article.reset-info .activate{background-color:#466fff}section.find article.reset-info .deactivate{background-color:#aab1bb}section.success article.success-info .success-form .join-main-title{font-weight:800;font-size:24px;line-height:29px;color:#466fff}section.success article.success-info .success-form .join-sub-title{font-weight:400;font-size:16px;line-height:19px;color:#4e4b66}section.success article.success-info .success-form .main-title{font-style:normal;font-weight:700;font-size:24px;line-height:29px}section.success article.success-info .success-form .login-main-title{font-weight:700;font-size:20px;line-height:24px;color:#4e4b66}section.success article.success-info .success-form .login-main-title span{font-size:24px;color:#466fff}section.success article.success-info .success-form .sub-title{font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#4e4b66}section.success article.success-info .user-sub-title{font-weight:400;font-size:16px;line-height:19px;color:#4e4b66}section.success article.success-info .confirm-btn{font-style:normal;font-weight:700;font-size:16px;line-height:19px;color:#fff;background-color:#466fff}section.terms .main-title{font-style:normal;font-weight:800;font-size:24px;line-height:29px;color:#466fff}section.terms .sub-title{font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#4e4b66}section.terms article.terms-info input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border-radius:4px;height:25px;outline:0;width:25px;border:1px solid #A0A3BD}section.terms article.terms-info input[type=checkbox]:after{border:solid #fff;border-width:0 2px 2px 0;content:"";display:none;height:45%;left:35%;position:relative;top:20%;transform:rotate(45deg);width:30%}section.terms article.terms-info input[type=checkbox]:checked{background:#466FFF;border:1px solid #466FFF}section.terms article.terms-info input[type=checkbox]:checked:after{display:block}section.terms article.terms-info .all-check-form{font-style:normal;font-weight:700;font-size:16px;line-height:19px;color:#4e4b66}section.terms article.terms-info .single-check-info .single-check-form label{font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#4e4b66}section.terms article.terms-info .single-check-info .context-info .context-form{background-color:#f4f5f7}section.terms article.terms-info .single-check-info .context-info .context-form .terms-title{font-style:normal;font-weight:700;font-size:14px;line-height:17px;color:#4e4b66}section.terms article.terms-info .single-check-info .context-info .context-form .terms-context{font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#4e4b66}section.terms .confirm-btn{font-style:normal;font-weight:700;font-size:16px;line-height:19px;color:#fff}section.terms .activate{background-color:#466fff}section.terms .deactivate{background-color:#aab1bb}section.join article.join-info .input-form input{font-style:normal;font-weight:400;font-size:16px;line-height:16px;color:#000;background-color:#f4f5f7}section.join article.join-info .input-form input::-moz-placeholder{color:#aab1bb}section.join article.join-info .input-form input::placeholder{color:#aab1bb}section.join article.join-info .input-form .small-btn{font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#fff}section.join article.join-info .input-form .activate{background-color:#466fff}section.join article.join-info .input-form .deactivate{background-color:#aab1bb}section.join article.join-info .input-form .available-text{font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#466fff}section.join article.join-info .input-form .standard-text{font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#4e4b66}section.join article.join-info .input-form .not-matching-text{font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#ff3131}section.join .confirm-btn{font-style:normal;font-weight:700;font-size:16px;line-height:19px;color:#fff}section.join .confirm-btn.activate{background-color:#466fff}section.join .confirm-btn.deactivate{background-color:#aab1bb}section.join .guide-text{font-style:normal;font-weight:500;font-size:16px;line-height:17px;color:#666;text-align:center}section.join .guide-text .guid-text-bold{font-style:normal;font-weight:700;font-size:18px;line-height:17px;color:#466fff}section.join .id-duplicate-check{font-weight:400;font-size:16px;line-height:19px;color:#ff3131}section.private article.private-info .image-form .camera-bg-wrapper{background:rgba(0,0,0,.5)}section.private article.private-info .input-form .input-title{font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#8a8d9f}section.private article.private-info .input-form .reset-password-btn{background-color:#fff;color:#466fff}section.private article.private-info .input-form .private-input{font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#4e4b66;background-color:#f4f5f7}section.private article.private-info .input-form .read-only-input{font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#aab1bb;background-color:#f9f9ff}section.private article.private-info .input-form .device-info{font-style:normal;font-weight:400;font-size:16px;line-height:26px;color:#8a8d9f;background-color:#f4f5f7}section.private article.private-info .input-form .device-info span{color:#000}section.private article.private-info .save-btn{font-style:normal;font-weight:700;font-size:16px;line-height:19px;color:#fff;background-color:#466fff}section.private article.private-info .cancel-btn{font-style:normal;font-weight:700;font-size:16px;line-height:19px;color:#f52e6b;background:linear-gradient(180deg,rgba(254,101,135,.1),rgba(245,45,106,.1))}section.private article.private-info .withdraw-wrapper{font-style:normal;font-weight:400;font-size:16px;line-height:17px;text-align:center;color:#4e4b66}section.private article.private-info .withdraw-wrapper .withdraw-bold{font-style:normal;font-weight:700;font-size:18px;line-height:17px;color:#466fff}div.chat-detail-wrapper .chat-header-wrapper,div.chat-detail-wrapper .chat-header-wrapper .chat-header{background-color:#fff}div.chat-detail-wrapper .chat-header-wrapper .chat-header .chat-header-title{font-size:20px;line-height:24px;font-weight:700;color:#4e4b66}div.chat-detail-wrapper .chat-message-area-wrapper .chat-message-list-wrapper{background-color:#f9f9ff!important}div.chat-detail-wrapper .chat-message-area-wrapper .chat-message-list-wrapper .chat-box-wrapper .my-message .message-wrapper{background-color:#e7ebff;border-radius:20px 0 20px 20px}div.chat-detail-wrapper .chat-message-area-wrapper .chat-message-list-wrapper .chat-box-wrapper .my-message .message-wrapper.emergency{background-color:#dc2626}div.chat-detail-wrapper .chat-message-area-wrapper .chat-message-list-wrapper .chat-box-wrapper .my-message .message-wrapper.emergency div{color:#fff}div.chat-detail-wrapper .chat-message-area-wrapper .chat-message-list-wrapper .chat-box-wrapper .my-message .message-wrapper .message{font-style:normal;color:#000;font-size:16px;font-weight:400;line-height:19px}div.chat-detail-wrapper .chat-message-area-wrapper .chat-message-list-wrapper .chat-box-wrapper .my-message .message-wrapper .message.file{text-decoration:underline;color:#0645ad}div.chat-detail-wrapper .chat-message-area-wrapper .chat-message-list-wrapper .chat-box-wrapper .my-message .message-wrapper .message.file img{-o-object-fit:cover;object-fit:cover}div.chat-detail-wrapper .chat-message-area-wrapper .chat-message-list-wrapper .chat-box-wrapper .my-message .message-deco-wrapper .read-count{font-style:normal;font-size:14px;font-weight:400;line-height:17px;color:#466fff}div.chat-detail-wrapper .chat-message-area-wrapper .chat-message-list-wrapper .chat-box-wrapper .my-message .message-deco-wrapper .date{font-style:normal;font-size:14px;font-weight:400;line-height:17px;color:#a0a3bd}div.chat-detail-wrapper .chat-message-area-wrapper .chat-message-list-wrapper .chat-box-wrapper .other-message .message-contents .user-id{font-style:normal;font-weight:500;font-size:14px;line-height:17px;color:#000}div.chat-detail-wrapper .chat-message-area-wrapper .chat-message-list-wrapper .chat-box-wrapper .other-message .message-contents .message-wrapper .message{font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#000;background-color:#fff}div.chat-detail-wrapper .chat-message-area-wrapper .chat-message-list-wrapper .chat-box-wrapper .other-message .message-contents .message-wrapper .message.emergency{background-color:#dc2626;color:#fff}div.chat-detail-wrapper .chat-message-area-wrapper .chat-message-list-wrapper .chat-box-wrapper .other-message .message-contents .message-wrapper .message.file{text-decoration:underline;color:#0645ad}div.chat-detail-wrapper .chat-message-area-wrapper .chat-message-list-wrapper .chat-box-wrapper .other-message .message-contents .message-wrapper .message.file img{-o-object-fit:cover;object-fit:cover}div.chat-detail-wrapper .chat-message-area-wrapper .chat-message-list-wrapper .chat-box-wrapper .other-message .message-contents .message-wrapper .message-deco-wrapper .read-count{font-style:normal;font-size:14px;font-weight:400;line-height:17px;color:#466fff}div.chat-detail-wrapper .chat-message-area-wrapper .chat-message-list-wrapper .chat-box-wrapper .other-message .message-contents .message-wrapper .message-deco-wrapper .date{font-style:normal;font-size:14px;font-weight:400;line-height:17px;color:#a0a3bd}div.chat-detail-wrapper .chat-message-area-wrapper .chat-message-list-wrapper .chat-box-wrapper .day-deco-wrapper .day-deco{background-color:#aab1bb}div.chat-detail-wrapper .chat-message-area-wrapper .chat-message-list-wrapper .chat-box-wrapper .day-deco-wrapper .day-deco span{font-weight:400;font-size:14px;line-height:17px;font-style:normal;color:#fff}div.chat-detail-wrapper .chat-bottom{background-color:#fff}div.chat-detail-wrapper .chat-bottom .bottom-wrapper .input-wrapper .text-area-wrapper{background-color:#f4f5f7}div.chat-detail-wrapper .chat-bottom .bottom-wrapper .input-wrapper .text-area-wrapper.emergency{background-color:#dc2626}div.chat-detail-wrapper .chat-bottom .bottom-wrapper .input-wrapper .text-area-wrapper.isFocus{outline:1px solid #466FFF}div.chat-detail-wrapper .chat-bottom .bottom-wrapper .input-wrapper .text-area-wrapper.isFocus.emergency{outline:none}div.chat-detail-wrapper .chat-bottom .bottom-wrapper .input-wrapper .text-area-wrapper .chat-input{min-height:32px!important;background-color:#f4f5f7;padding-right:20px!important;padding-left:75px!important;border:none;outline:none;box-shadow:none}div.chat-detail-wrapper .chat-bottom .bottom-wrapper .input-wrapper .text-area-wrapper .chat-input.hasText{padding-left:15px!important}div.chat-detail-wrapper .chat-bottom .bottom-wrapper .input-wrapper .text-area-wrapper .chat-input.emergency{color:#fff;background-color:#dc2626}div.chat-detail-wrapper .chat-bottom .bottom-wrapper .input-wrapper .bar{font-size:18px;line-height:20px;color:#aab1bb}div.chat-detail-wrapper .src-wrapper{background-color:#00000080}div.group-wrapper .box-wrapper{background-color:#fff}div.group-wrapper .title-wrapper .title{color:#4e4b66;font-weight:700;font-size:16px;line-height:19px;font-style:normal}div.group-wrapper .empty,div.group-wrapper .empty span{color:#8a8d9f;line-height:19px;font-size:16px;font-weight:400}div.group-wrapper .empty span.desc{color:#d6d6d6;font-size:14px}div.group-wrapper .search-user-wrapper{background-color:#fff}div.group-wrapper .search-user-wrapper .notice{font-weight:400;font-size:16px;line-height:19px;font-style:normal;color:#8a8d9f}div.group-wrapper .search-user-wrapper .search_bar{background-color:#fff}div.group-wrapper .search-user-wrapper .search_bar div{padding:20px;background-color:#f4f5f7}div.group-wrapper .search-user-wrapper .search_bar input{background-color:#f4f5f7}div.group-wrapper .emergency-wrapper .change-btn{background-color:#466fff}div.group-wrapper .emergency-wrapper .change-btn span{font-weight:500;font-style:normal;font-size:16px;line-height:19px;color:#fff}footer.footer-nav{height:70px;padding:0 32px;background:#FFFFFF}footer.footer-nav .footer-nav-item{font-style:normal;font-weight:500;font-size:14px;line-height:15px;color:#999}div.popup-wrapper{background-color:#00000080}div.popup-wrapper .group-users-wrapper,div.popup-wrapper .group-users-wrapper .cur-group{background-color:#fff}div.popup-wrapper .group-users-wrapper .cur-group.single{border-radius:25px}div.popup-wrapper .group-users-wrapper .text-wrapper .user-name{font-style:normal;font-size:18px;font-weight:700;line-height:21px;color:#4e4b66}div.popup-wrapper .group-users-wrapper .text-wrapper .user-etc{font-style:normal;font-size:16px;font-weight:400;line-height:19px;color:#a0a3bd}div.popup-wrapper .group-users-wrapper .group-list-wrapper{background-color:#f9f9ff}div.popup-wrapper .group-users-emergency-wrapper .user-info-wrapper .text-wrapper .user-name{font-weight:700;font-size:18px;line-height:21px;color:#4e4b66}div.popup-wrapper .group-users-emergency-wrapper .user-info-wrapper .text-wrapper .user-id{font-weight:400;font-size:16px;line-height:19px;color:#a0a3bd}div.popup-wrapper .group-users-emergency-wrapper .btn-wrapper button{width:130px;height:50px;padding:unset;font-style:normal;font-weight:700;font-size:16px;line-height:19px}div.popup-wrapper .chat-users-wrapper{background-color:#fff}div.popup-wrapper .chat-users-wrapper .title{font-weight:700;font-style:normal;font-size:20px;line-height:24px;color:#4e4b66}div.popup-wrapper .chat-users-wrapper .user-wrapper .user-info-wrapper .user-id{font-size:16px;font-style:normal;font-weight:500;line-height:19px;color:#4e4b66}div.popup-wrapper .chat-users-wrapper .user-wrapper .user-info-wrapper .user-etc{font-size:14px;font-style:normal;font-weight:400;line-height:17px;color:#a0a3bd}div.popup-wrapper .chat-users-wrapper .user-wrapper .creator{background-color:#4e4b661a}div.popup-wrapper .chat-users-wrapper .user-wrapper .creator span{font-weight:400;font-size:14px;line-height:17px;color:#4e4b66}div.popup-wrapper .chat-users-wrapper .user-wrapper .emergency-user{background-color:#dc26261a}div.popup-wrapper .chat-users-wrapper .user-wrapper .emergency-user span{font-weight:400;font-size:14px;line-height:17px;color:#dc2626}div.popup-wrapper .find-user-wrapper .user-info-wrapper .user-name{font-weight:700;font-size:24px;color:#4e4b66;line-height:29px}div.popup-wrapper .find-user-wrapper .user-info-wrapper .user-id{font-weight:400;font-size:14px;color:#a0a3bd;line-height:17px}div.popup-wrapper .group-state-manage-wrapper .main-notice{text-align:center;font-size:16px;font-weight:400;line-height:19px;color:#4e4b66}div.popup-wrapper .group-state-manage-wrapper .emergency-deco{text-align:center;font-size:14px;font-weight:400;line-height:17px;color:#ff3131}div.popup-wrapper .group-state-manage-wrapper .button-area .accept-btn{background-color:#466fff;color:#fff}div.popup-wrapper .group-state-manage-wrapper .button-area .refuse-btn{background-color:#ff31311a;color:#ff3131}div.popup-wrapper .group-state-manage-wrapper .button-area span{font-size:16px;font-weight:700;line-height:19px}div.profile-wrapper .profile-info .name{font-size:14px;font-weight:500;font-style:normal;line-height:17px;color:#4e4b66}div.profile-wrapper .profile-info .etc{font-size:14px;font-weight:400;font-style:normal;line-height:17px;color:#a0a3bd}div.profile-wrapper .profile-btn .group-list-wrapper.state-resolve{background-color:#ff31311a}div.profile-wrapper .profile-btn .group-list-wrapper.state-resolve div{color:#ff3131}div.profile-wrapper .profile-btn .group-list-wrapper.state-pending{background-color:#f4f5f7}div.profile-wrapper .profile-btn .group-list-wrapper.state-pending div{color:#8a8d9f}div.profile-wrapper .profile-btn .group-list-wrapper div{font-size:16px;font-weight:500;font-style:normal;line-height:19px}div.profile-wrapper .profile-btn .emergency-wrapper{background-color:#466fff}div.profile-wrapper .profile-btn .emergency-wrapper div{font-size:16px;font-weight:500;font-style:normal;line-height:19px;color:#fff}div.profile-wrapper .profile-btn .join-request-wrapper .accept-btn{background-color:#466fff}div.profile-wrapper .profile-btn .join-request-wrapper .accept-btn span{font-weight:500;font-style:normal;font-size:16px;line-height:19px;color:#fff}div.profile-wrapper .profile-btn .join-request-wrapper .refuse-btn{background-color:#ff31311a}div.profile-wrapper .profile-btn .join-request-wrapper .refuse-btn span{font-weight:500;font-style:normal;font-size:16px;line-height:19px;color:#ff3131}div.chat-list-wrapper .preview-manager .preview-body{background-color:#fff}div.chat-list-wrapper .preview-manager .preview-body .user-id{font-size:16px;font-weight:500;font-style:normal;line-height:19px;color:#4e4b66}div.chat-list-wrapper .preview-manager .preview-body .date{font-size:14px;font-weight:400;font-style:normal;line-height:16px;color:#a0a3bd}div.chat-list-wrapper .preview-manager .preview-body .message-content p{font-size:16px;font-weight:400;font-style:normal;line-height:19px;color:#a0a3bd;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}div.setting-menu-wrapper .user-wrapper .user-area{background-color:#fff;box-shadow:0 3px 4px 1px #7b9ffc1a}div.setting-menu-wrapper .user-wrapper .user-area .user-name{font-size:24px;font-weight:700;font-style:normal;line-height:29px;color:#4e4b66}div.setting-menu-wrapper .user-wrapper .user-area .user-id{font-size:14px;font-weight:400;font-style:normal;line-height:17px;color:#a0a3bd}div.setting-menu-wrapper .setting-wrapper .setting-link-area .setting-area{background-color:#fff;box-shadow:0 3px 4px 1px #7b9ffc1a}div.setting-menu-wrapper .setting-wrapper .setting-link-area .setting-area span{font-size:16px;font-weight:500;font-style:normal;line-height:19px;color:#4e4b66}section.user-type article.user-type-wrapper .type-main-header{font-weight:800;font-size:24px;line-height:29px;color:#466fff}section.user-type article.user-type-wrapper .type-sub-header{font-weight:400;font-size:16px;line-height:19px;color:#4e4b66}section.user-type article.user-type-wrapper .type-form-wrapper.active{background-color:#466fff}section.user-type article.user-type-wrapper .type-form-wrapper .contents-wrapper .contents-header{font-weight:700;font-size:20px;line-height:24px}section.user-type article.user-type-wrapper .type-form-wrapper .contents-wrapper .contents-sub{font-weight:400;font-size:16px;line-height:19px}section.user-type article.user-type-wrapper .type-form-wrapper .box img{width:100%;-o-object-fit:contain;object-fit:contain}section.user-type article.user-type-wrapper .confirm-btn{font-style:normal;font-weight:700;font-size:16px;line-height:19px;background-color:#466fff;color:#fff}section.user-type article.user-type-wrapper .confirm-btn.is-disabled{background-color:#aab1bb}section.reset-password{min-height:600px}section.reset-password article.reset-password-wrapper .reset-main-header{font-weight:800;font-size:24px;line-height:29px;color:#466fff}section.reset-password article.reset-password-wrapper .reset-sub-header{font-weight:400;font-size:18px;line-height:21px;color:#4e4b66}section.reset-password article.reset-password-wrapper .pwd-form .password-input input{background-color:#f4f5f7;font-style:normal;font-weight:400;font-size:16px;line-height:21px;color:#4e4b66}section.reset-password article.reset-password-wrapper .pwd-form .password-input input::-moz-placeholder{color:#aab1bb}section.reset-password article.reset-password-wrapper .pwd-form .password-input input::placeholder{color:#aab1bb}section.reset-password article.reset-password-wrapper .pwd-form .password-input .note-info{font-weight:400;font-size:14px;line-height:17px;color:#4e4b66}section.reset-password article.reset-password-wrapper .pwd-form .password-input .available-text{font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#466fff}section.reset-password article.reset-password-wrapper .pwd-form .password-input .not-matching-text{font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#ff3131}section.reset-password article.reset-password-wrapper .save-btn{font-style:normal;font-weight:700;font-size:16px;line-height:19px;color:#fff;background-color:#466fff}section.reset-password article.reset-password-wrapper .cancel-btn{font-style:normal;font-weight:700;font-size:16px;line-height:19px;color:#f52e6b;background:linear-gradient(180deg,rgba(254,101,135,.1),rgba(245,45,106,.1))}section.dash-board-manager .board .header-area input{background-color:#fff}section.dash-board-manager .board .header-area .text-wrapper .title{font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#4e4b66}section.dash-board-manager .board .header-area .text-wrapper .time-refresh{font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#a0a3bd}section.dash-board-manager .board .header-area .input-wrapper .board-input{box-shadow:0 3px 4px 1px #7b9ffc1a}section.dash-board-manager .board .content-wrapper{padding-top:30px}section.dash-board-manager .board .content-wrapper.first-content{padding-top:0}section.dash-board-manager .board .content-wrapper .content-detail-wrapper{padding-bottom:30px;border-bottom:1px solid rgba(170,177,187,.5019607843)}section.dash-board-manager .board .content-wrapper .content-detail-wrapper>div .device-info-wrapper .detail-info{background-color:#fff;box-shadow:0 3px 4px 1px #7b9ffc1a}section.dash-board-manager .board .content-wrapper .content-detail-wrapper>div .device-info-wrapper .detail-info .title{font-style:normal;font-weight:600;font-size:16px;line-height:19px;color:#4e4b66}section.dash-board-manager .board .content-wrapper .content-detail-wrapper>div .device-info-wrapper .detail-info .value{font-style:normal;font-weight:700;font-size:24px;line-height:29px;color:#4e4b66}section.dash-board-manager .board .content-wrapper .content-detail-wrapper>div .device-info-wrapper .detail-info .value .prefix{font-style:normal;font-weight:600;font-size:14px;line-height:17px;color:#a0a3bd}section.dash-board-manager .board .content-wrapper .content-detail-wrapper>div .device-info-wrapper .detail-info.working{order:1}section.dash-board-manager .board .content-wrapper .content-detail-wrapper>div .device-info-wrapper .detail-info.heart-rate{order:2}section.dash-board-manager .board .content-wrapper .content-detail-wrapper>div .device-info-wrapper .detail-info.map{order:3;padding:0}section.dash-board-manager .board .content-wrapper .content-detail-wrapper>div .device-info-wrapper .detail-info.map>#map{height:100%}section.dash-board-manager .board .content-wrapper .content-detail-wrapper>div .device-info-wrapper .detail-info.temperature{order:4}section.dash-board-manager .board .content-wrapper .content-detail-wrapper>div .device-info-wrapper .detail-info.blood-pressure{order:5}section.dash-board-manager .board .content-wrapper .content-detail-wrapper>div .device-info-wrapper .detail-info.sleep{order:6}section.dash-board-manager .board .content-wrapper .content-detail-wrapper.last-content{border-bottom:0}section.dash-board-manager .board .content-wrapper .chat-manager-dashboard-wrapper .message-wrapper .message-area{background-color:#fff;box-shadow:0 3px 4px 1px #7b9ffc1a}section.dash-board-manager .board .content-wrapper .chat-manager-dashboard-wrapper .message-wrapper .message-area .message-info .userId{width:70px;font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#4e4b66}section.dash-board-manager .board .content-wrapper .chat-manager-dashboard-wrapper .message-wrapper .message-area .message-info .date{font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#a0a3bd}section.dash-board-manager .board .content-wrapper .chat-manager-dashboard-wrapper .message-wrapper .message-area .message-body{font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#a0a3bd}section.dash-board-manager .board .content-wrapper .chat-manager-dashboard-wrapper .message-wrapper .message-area.emergency{background-color:#dc2626}section.dash-board-manager .board .content-wrapper .chat-manager-dashboard-wrapper .message-wrapper .message-area.emergency p,section.dash-board-manager .board .content-wrapper .chat-manager-dashboard-wrapper .message-wrapper .message-area.emergency span{color:#fff!important}section.dash-board-manager .board .content-wrapper .chat-manager-dashboard-wrapper .message-wrapper .message-area.emergency .message-body{color:#fff!important}section.dash-board-manager .board .content-wrapper .chat-manager-dashboard-wrapper .more-wrapper div{background-color:#fff;border:1px solid #466FFF;color:#466fff}section.dash-board-manager .board .content-wrapper .chat-manager-dashboard-wrapper .more-wrapper div span{font-style:normal;font-weight:500;font-size:16px;line-height:19px}section.dash-board-manager .board .content-wrapper .chat-manager-dashboard-wrapper .more-wrapper div.emergency{border:1px solid #DC2626;color:#dc2626}section.dash-board-manager .board .content-wrapper.emergency{background-color:#dc26261a}.user-info-wrapper{background-color:#fff}.user-info-wrapper.emergency{background-color:#dc2626!important}.user-info-wrapper .name{font-style:normal;font-weight:700;font-size:24px;line-height:29px;color:#4e4b66}.user-info-wrapper .name.emergency{color:#fff!important}.user-info-wrapper .id{font-style:normal;font-weight:400;font-size:18px;line-height:21px;color:#a0a3bd}.user-info-wrapper .id.emergency{color:#fff!important}.user-info-wrapper .battery-wrapper .battery{position:relative;width:40px;height:40px;background:rgba(44,128,255,.1019607843);border-radius:50%}.user-info-wrapper .battery-wrapper .battery .battery-img{display:inline-flex;width:24px;height:14px;background:no-repeat center center url(../images/view/img-battery-bg.svg);transform:rotate(270deg)}.user-info-wrapper .battery-wrapper .battery .battery-img span{height:10px;margin:2px 5px 2px 2px;background:#2c80ff;border-radius:2px}.user-info-wrapper .battery-wrapper .battery.emergency{background-color:#ffffff1a!important}.user-info-wrapper .battery-wrapper .battery .chart-wrapper{position:absolute;top:-4px;left:-4px}.user-info-wrapper .battery-wrapper .battery .chart-wrapper canvas{width:48px;height:48px}.user-info-wrapper .battery-wrapper .battery-percent{font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#2c80ff;height:19px}.user-info-wrapper .battery-wrapper .battery-percent.emergency{color:#fff}.user-info-wrapper .battery-wrapper .battery-empty{background-color:#f4f5f7}.manager-box-shadow{box-shadow:0 3px 4px 1px #7b9ffc1a}input#messageFile{display:none;width:0;height:0}.dash-board-manager-health{margin:unset}@media (max-width: 740px){.dash-board-manager-health{width:100%}.dash-board-manager-health .contents-wrapper,.dash-board-manager-health .detail-info{width:100%!important}}.dash-board-manager-chat{width:calc(100% - 355px)}@media (max-width: 740px){.dash-board-manager-chat{width:100%}}section.device-connect{padding:40px 20px}section.device-connect .scan-description{font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#4e4b66}section.device-connect .scan-device-wrapper{padding:20px;font-style:normal;font-weight:400;font-size:16px;line-height:19px;text-align:center;background:#FFFFFF;border-radius:10px;color:#4e4b66}section.device-connect .device-list-item{margin-bottom:20px}section.device-connect .device-list-item:last-child{margin-bottom:0}section.device-connect .device-name{font-style:normal;font-weight:500;font-size:18px;line-height:21px;color:#4e4b66}section.device-connect .device-address{font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#a0a3bd}section.device-connect .device-btn{font-style:normal;font-weight:500;font-size:16px;line-height:19px;letter-spacing:.01em}section.health-overview .detail-info{width:100%;height:120px;padding:15px 20px;border-radius:10px;box-shadow:0 3px 4px 1px #7b9ffc1a;background-color:#fff}section.health-overview .detail-info.working{order:1}section.health-overview .detail-info.heart-rate{order:2}section.health-overview .detail-info.temperature{order:3}section.health-overview .detail-info.blood-pressure{order:4}section.health-overview .detail-info.sleep{order:5}section.health-overview .detail-info.oxygen{order:6}section.health-overview .detail-info.stress{height:80px;order:7;grid-column:1/3}section.health-overview .detail-info.stress .value{display:flex;flex-direction:row;align-items:center}section.health-overview .detail-info.stress .value .vue3-slider{margin-right:25px}section.health-overview .detail-info.stress .value .prefix{margin-left:10px}section.health-overview .detail-info.stress .vue3-slider .handle{height:12px;width:12px;transform:translate(-25%,-15%);border-radius:50%;background-color:#4e4b66}section.health-overview .detail-info .title{font-style:normal;font-weight:600;font-size:16px;line-height:19px;color:#4e4b66}section.health-overview .detail-info .icon{width:20px;height:20px}section.health-overview .detail-info .value{font-style:normal;font-weight:700;font-size:24px;line-height:29px;letter-spacing:-1px;text-align:center;color:#4e4b66}section.health-overview .detail-info .value.prev{color:#a0a3bd}section.health-overview .detail-info .prefix{margin-top:5px;font-style:normal;font-weight:600;font-size:20px;line-height:17px;text-align:center;color:#a0a3bd}section.health-overview .detail-info .prefix span{font-size:.8em;font-weight:500}section.heath-view{padding:30px 20px}section.heath-view .period-btn-wrapper .kp-btn{margin-right:5px;padding-top:8px;padding-bottom:8px;font-weight:500;max-width:108px}section.heath-view .period-btn-wrapper .kp-btn:last-child{margin-right:0}section.heath-view .period-btn-wrapper .kp-btn.primary.working{background-color:#1882ff}section.heath-view .period-btn-wrapper .kp-btn.primary.heart-rate{background-color:#522ed2}section.heath-view .period-btn-wrapper .kp-btn.primary.temperature{background-color:#01bcad}section.heath-view .period-btn-wrapper .kp-btn.primary.blood-pressure{background-color:#eb2323}section.heath-view .period-btn-wrapper .kp-btn.primary.sleep{background-color:#ffa900}section.heath-view .period-btn-wrapper .kp-btn.primary.oxygen{background-color:#8aac00}section.heath-view .period-btn-wrapper .kp-btn.primary.stress{background-color:#474747}section.heath-view .period-btn-wrapper .kp-btn.default{box-shadow:0 3px 4px 1px #7b9ffc1a}section.heath-view .data-wrapper{position:relative;padding-top:20px;padding-left:15px;padding-right:15px;background-color:#fff;border-radius:10px}section.heath-view .data-wrapper .date-picker{position:absolute;z-index:10;left:50%;transform:translate(-50%);min-width:146px}section.heath-view .data-wrapper .chart-wrapper{position:absolute;left:0;top:20px;width:calc(100% - 20px);height:250px;margin:0 10px}section.heath-view .data-wrapper .chart-wrapper .chart{width:100%;height:100%}section.heath-view .data-wrapper .chart-wrapper .chat-option{display:flex;justify-content:space-between;width:100%}section.heath-view .data-wrapper .chart-wrapper .chat-option.isManager{justify-content:center}section.heath-view .data-wrapper .chart-wrapper .chat-option>li input{outline:none}section.heath-view .data-wrapper .chart-wrapper .chat-option>li .container{position:relative;display:flex;align-items:center;flex-direction:row-reverse;justify-content:flex-end;height:25px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#4e4b66}section.heath-view .data-wrapper .chart-wrapper .chat-option>li .container input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}section.heath-view .data-wrapper .chart-wrapper .chat-option>li .checkmark{height:25px;width:25px;background-color:#fff;border:1px solid #A0A3BD;border-radius:3px;margin-right:5px}section.heath-view .data-wrapper .chart-wrapper .chat-option>li .container:hover input~.checkmark{background-color:#fff}section.heath-view .data-wrapper .chart-wrapper .chat-option>li .container input:checked~.checkmark{background-color:#1882ff}section.heath-view .data-wrapper .chart-wrapper .chat-option>li .checkmark:after{content:"";position:absolute;display:none}section.heath-view .data-wrapper .chart-wrapper .chat-option>li .container input:checked~.checkmark:after{display:block}section.heath-view .data-wrapper .chart-wrapper .chat-option>li .container .checkmark:after{width:8px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);margin-top:4px;margin-left:7px}section.heath-view .data-wrapper .chart-wrapper .chat-option.day>li{width:25%}section.heath-view .data-wrapper .chart-wrapper .chat-option.isManager>li{width:90px}section.heath-view .data-wrapper .chart-wrapper .chat-option.week,section.heath-view .data-wrapper .chart-wrapper .chat-option.month{flex-wrap:wrap;padding:0 20px}section.heath-view .data-wrapper .chart-wrapper .chat-option.week>li,section.heath-view .data-wrapper .chart-wrapper .chat-option.month>li{width:100%;margin-bottom:20px}section.heath-view .data-wrapper .chart-wrapper .chat-option.week.isManager>li,section.heath-view .data-wrapper .chart-wrapper .chat-option.month.isManager>li{width:25%;display:flex;justify-content:center}section.heath-view .data-wrapper .chart-wrapper .chat-option.week.isManager>li label,section.heath-view .data-wrapper .chart-wrapper .chat-option.month.isManager>li label{width:100%;flex-basis:max-content}section.heath-view .data-wrapper .chart-wrapper .chat-option.working li:nth-child(1) .container input:checked~.checkmark{background-color:#f43d7f}section.heath-view .data-wrapper .chart-wrapper .chat-option.working>li:nth-child(2) .container input:checked~.checkmark{background-color:#9519e1}section.heath-view .data-wrapper .chart-wrapper .chat-option.working>li:nth-child(3) .container input:checked~.checkmark{background-color:#00add2}section.heath-view .data-wrapper .chart-wrapper .chat-option.working>li:nth-child(4) .container input:checked~.checkmark{background-color:#e0bc00}section.heath-view .data-wrapper .chart-wrapper .chat-option.working.working:has(li:nth-child(1) input:checked):has(li:nth-child(2) input:not(:checked)):has(li:nth-child(3) input:not(:checked)):has(li:nth-child(4) input:not(:checked)) li:nth-child(1) .container input:checked~.checkmark{background-color:#1882ff}section.heath-view .data-wrapper .chart-wrapper .chat-option.heart-rate>li:nth-child(1) .container input:checked~.checkmark{background-color:#f43d7f}section.heath-view .data-wrapper .chart-wrapper .chat-option.heart-rate>li:nth-child(2) .container input:checked~.checkmark{background-color:#9519e1}section.heath-view .data-wrapper .chart-wrapper .chat-option.heart-rate>li:nth-child(3) .container input:checked~.checkmark{background-color:#00add2}section.heath-view .data-wrapper .chart-wrapper .chat-option.heart-rate>li:nth-child(4) .container input:checked~.checkmark{background-color:#e0bc00}section.heath-view .data-wrapper .chart-wrapper .chat-option.heart-rate.heart-rate:has(li:nth-child(1) input:checked):has(li:nth-child(2) input:not(:checked)):has(li:nth-child(3) input:not(:checked)):has(li:nth-child(4) input:not(:checked)) li:nth-child(1) .container input:checked~.checkmark{background-color:#522ed2}section.heath-view .data-wrapper .chart-wrapper .chat-option.temperature>li:nth-child(1) .container input:checked~.checkmark{background-color:#f43d7f}section.heath-view .data-wrapper .chart-wrapper .chat-option.temperature>li:nth-child(2) .container input:checked~.checkmark{background-color:#9519e1}section.heath-view .data-wrapper .chart-wrapper .chat-option.temperature>li:nth-child(3) .container input:checked~.checkmark{background-color:#00add2}section.heath-view .data-wrapper .chart-wrapper .chat-option.temperature>li:nth-child(4) .container input:checked~.checkmark{background-color:#e0bc00}section.heath-view .data-wrapper .chart-wrapper .chat-option.temperature.temperature:has(li:nth-child(1) input:checked):has(li:nth-child(2) input:not(:checked)):has(li:nth-child(3) input:not(:checked)):has(li:nth-child(4) input:not(:checked)) li:nth-child(1) .container input:checked~.checkmark{background-color:#01bcad}section.heath-view .data-wrapper .chart-wrapper .chat-option.blood-pressure>li:nth-child(1) .container input:checked~.checkmark{background-color:#f43d7f}section.heath-view .data-wrapper .chart-wrapper .chat-option.blood-pressure>li:nth-child(2) .container input:checked~.checkmark{background-color:#9519e1}section.heath-view .data-wrapper .chart-wrapper .chat-option.blood-pressure>li:nth-child(3) .container input:checked~.checkmark{background-color:#00add2}section.heath-view .data-wrapper .chart-wrapper .chat-option.blood-pressure>li:nth-child(4) .container input:checked~.checkmark{background-color:#e0bc00}section.heath-view .data-wrapper .chart-wrapper .chat-option.blood-pressure.blood-pressure:has(li:nth-child(1) input:checked):has(li:nth-child(2) input:not(:checked)):has(li:nth-child(3) input:not(:checked)):has(li:nth-child(4) input:not(:checked)) li:nth-child(1) .container input:checked~.checkmark{background-color:#eb2323}section.heath-view .data-wrapper .chart-wrapper .chat-option.sleep>li:nth-child(1) .container input:checked~.checkmark{background-color:#f43d7f}section.heath-view .data-wrapper .chart-wrapper .chat-option.sleep>li:nth-child(2) .container input:checked~.checkmark{background-color:#9519e1}section.heath-view .data-wrapper .chart-wrapper .chat-option.sleep>li:nth-child(3) .container input:checked~.checkmark{background-color:#00add2}section.heath-view .data-wrapper .chart-wrapper .chat-option.sleep>li:nth-child(4) .container input:checked~.checkmark{background-color:#e0bc00}section.heath-view .data-wrapper .chart-wrapper .chat-option.sleep.sleep:has(li:nth-child(1) input:checked):has(li:nth-child(2) input:not(:checked)):has(li:nth-child(3) input:not(:checked)):has(li:nth-child(4) input:not(:checked)) li:nth-child(1) .container input:checked~.checkmark{background-color:#ffa900}section.heath-view .data-wrapper .chart-wrapper .chat-option.oxygen>li:nth-child(1) .container input:checked~.checkmark{background-color:#f43d7f}section.heath-view .data-wrapper .chart-wrapper .chat-option.oxygen>li:nth-child(2) .container input:checked~.checkmark{background-color:#9519e1}section.heath-view .data-wrapper .chart-wrapper .chat-option.oxygen>li:nth-child(3) .container input:checked~.checkmark{background-color:#00add2}section.heath-view .data-wrapper .chart-wrapper .chat-option.oxygen>li:nth-child(4) .container input:checked~.checkmark{background-color:#e0bc00}section.heath-view .data-wrapper .chart-wrapper .chat-option.oxygen.oxygen:has(li:nth-child(1) input:checked):has(li:nth-child(2) input:not(:checked)):has(li:nth-child(3) input:not(:checked)):has(li:nth-child(4) input:not(:checked)) li:nth-child(1) .container input:checked~.checkmark{background-color:#8aac00}section.heath-view .data-wrapper .chart-wrapper .chat-option.stress>li:nth-child(1) .container input:checked~.checkmark{background-color:#f43d7f}section.heath-view .data-wrapper .chart-wrapper .chat-option.stress>li:nth-child(2) .container input:checked~.checkmark{background-color:#9519e1}section.heath-view .data-wrapper .chart-wrapper .chat-option.stress>li:nth-child(3) .container input:checked~.checkmark{background-color:#00add2}section.heath-view .data-wrapper .chart-wrapper .chat-option.stress>li:nth-child(4) .container input:checked~.checkmark{background-color:#e0bc00}section.heath-view .data-wrapper .chart-wrapper .chat-option.stress:has(li:nth-child(1) input:checked):has(li:nth-child(2) input:not(:checked)):has(li:nth-child(3) input:not(:checked)):has(li:nth-child(4) input:not(:checked)) li:nth-child(1) .container input:checked~.checkmark{background-color:#474747}section.heath-view .working-info{margin-top:20px;background:#FFFFFF;border-radius:10px}section.heath-view .working-info .title{font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#4e4b66}section.heath-view .working-info .main-info{margin-top:5px;font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#4e4b66}section.heath-view .working-info .main-info span{font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#a0a3bd}section.heath-view .working-info .sub-info{text-align:center}section.heath-view .working-info .sub-info:first-child{margin-right:30px}section.heath-view .working-info .sub-info:last-child{margin-left:30px}section.heath-view .working-info .sub-info p{font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#4e4b66}section.heath-view .working-info .sub-info span{margin-left:5px;font-style:normal;font-weight:500;font-size:14px;line-height:17px;color:#a0a3bd}section.heath-view .working-info .sub-info label{margin-top:5px;font-style:normal;font-weight:500;font-size:14px;line-height:17px;color:#a0a3bd}section.heath-view .heart-info,section.heath-view .temperature-info,section.heath-view .stress-info{margin-top:20px;background:#FFFFFF;border-radius:10px}section.heath-view .heart-info .sub-info,section.heath-view .temperature-info .sub-info,section.heath-view .stress-info .sub-info{text-align:center;margin-right:40px}section.heath-view .heart-info .sub-info:last-child,section.heath-view .temperature-info .sub-info:last-child,section.heath-view .stress-info .sub-info:last-child{margin-right:0}section.heath-view .heart-info .sub-info p,section.heath-view .temperature-info .sub-info p,section.heath-view .stress-info .sub-info p{font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#4e4b66}section.heath-view .heart-info .sub-info span,section.heath-view .temperature-info .sub-info span,section.heath-view .stress-info .sub-info span{margin-left:5px;font-style:normal;font-weight:500;font-size:14px;line-height:17px;color:#a0a3bd}section.heath-view .heart-info .sub-info label,section.heath-view .temperature-info .sub-info label,section.heath-view .stress-info .sub-info label{margin-top:5px;font-style:normal;font-weight:500;font-size:14px;line-height:17px;color:#a0a3bd}section.heath-view .blood-info{margin-top:20px;background:#FFFFFF;border-radius:10px}section.heath-view .blood-info .sub-info{text-align:center}section.heath-view .blood-info .sub-info:first-child{margin-right:30px}section.heath-view .blood-info .sub-info:last-child{margin-left:30px}section.heath-view .blood-info .sub-info p{font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#4e4b66}section.heath-view .blood-info .sub-info span{margin-left:5px;font-style:normal;font-weight:500;font-size:14px;line-height:17px;color:#a0a3bd}section.heath-view .blood-info .sub-info label{margin-top:5px;font-style:normal;font-weight:500;font-size:14px;line-height:17px;color:#a0a3bd}section.heath-view .blood-info .data-table.row{display:flex;justify-content:space-evenly;width:100%;padding:15px 0;border-bottom:1px solid rgba(170,177,187,.5)}section.heath-view .blood-info .data-table.row div.header{padding:5px 15px;text-align:center;font-style:normal;font-weight:400;font-size:14px;line-height:17px;letter-spacing:.01em;color:#eb2323;background:rgba(235,35,35,.1);border-radius:25px}section.heath-view .blood-info .data-table.row.data{font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#4e4b66}section.heath-view .blood-info .data-table.row.data:last-child{border-bottom:none}section.heath-view .sleep-info{margin-top:20px;background:#FFFFFF;border-radius:10px}section.heath-view .sleep-info .title{font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#4e4b66}section.heath-view .sleep-info .main-info{margin-top:5px;font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#4e4b66}section.heath-view .sleep-info .main-info span{font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#a0a3bd}section.heath-view .sleep-info .main-info label{margin-left:3px;font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#a0a3bd}section.heath-view .sleep-info .sub-info{text-align:center;margin-right:40px}section.heath-view .sleep-info .sub-info:last-child{margin-right:0}section.heath-view .sleep-info .sub-info p{font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#4e4b66}section.heath-view .sleep-info .sub-info span{margin-left:5px;margin-right:5px;font-style:normal;font-weight:500;font-size:14px;line-height:17px;color:#a0a3bd}section.heath-view .sleep-info .sub-info label{margin-top:5px;font-style:normal;font-weight:500;font-size:14px;line-height:17px;color:#a0a3bd}section.heath-view .oxygen-info{margin-top:20px;background:#FFFFFF;border-radius:10px}section.heath-view .oxygen-info .sub-info{text-align:center;margin-right:40px}section.heath-view .oxygen-info .sub-info:last-child{margin-right:0}section.heath-view .oxygen-info .sub-info p{font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#4e4b66}section.heath-view .oxygen-info .sub-info span{margin-left:5px;font-style:normal;font-weight:500;font-size:14px;line-height:17px;color:#a0a3bd}section.heath-view .oxygen-info .sub-info label{margin-top:5px;font-style:normal;font-weight:500;font-size:14px;line-height:17px;color:#a0a3bd}section.heath-view .oxygen-info .data-table.row{display:flex;justify-content:space-evenly;width:100%;padding:15px 0;border-bottom:1px solid rgba(170,177,187,.5)}section.heath-view .oxygen-info .data-table.row div.header{padding:5px 15px;text-align:center;font-style:normal;font-weight:400;font-size:14px;line-height:17px;letter-spacing:.01em;color:#8aac00;background:rgba(138,172,0,.1);border-radius:25px}section.heath-view .oxygen-info .data-table.row.data{font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#4e4b66}section.heath-view .oxygen-info .data-table.row.data:last-child{border-bottom:none}.waiting-popup{position:fixed;top:0;left:0;width:100%;height:calc(100% - 70px);background:rgba(0,0,0,.8);z-index:100}.waiting-popup>.waiting-popup-wrapper{display:inline-flex;flex-direction:column;align-items:center;width:100%;position:absolute;top:50%;transform:translateY(-50%)}.waiting-popup .title{font-style:normal;font-weight:700;font-size:24px;line-height:29px;color:#fff;text-align:center}.waiting-popup .desc{margin-top:5px;font-style:normal;font-weight:500;font-size:16px;line-height:19px;color:#fff;text-align:center}.waiting-popup .btn-setting{width:100%;max-width:200px;margin-top:40px;padding:10px 20px;font-style:normal;font-weight:500;font-size:16px;line-height:19px;letter-spacing:.01em;color:#fff;background-color:#466fff}.waiting-popup .btn-back{width:100%;max-width:200px;margin-top:15px;padding:10px 20px;font-style:normal;font-weight:500;font-size:16px;line-height:19px;letter-spacing:.01em;color:#466fff}.watchface-popup-wrapper .watchface-info-wrapper .watchface-name,.disturb-popup-wrapper .watchface-info-wrapper .watchface-name{font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#4e4b66}.watchface-popup-wrapper .btn-wrapper button,.disturb-popup-wrapper .btn-wrapper button{width:130px;height:50px;padding:unset;font-style:normal;font-weight:700;font-size:16px;line-height:19px}.watchface-popup-wrapper .sync-wrapper p,.disturb-popup-wrapper .sync-wrapper p{font-style:normal;font-weight:500;font-size:16px;line-height:19px;letter-spacing:.01em;color:#466fff}.watchface-popup-wrapper .sync-wrapper div,.disturb-popup-wrapper .sync-wrapper div{position:relative;width:100%;height:10px;background:#F4F5F7;border-radius:20px}.watchface-popup-wrapper .sync-wrapper div span,.disturb-popup-wrapper .sync-wrapper div span{position:absolute;top:0;left:0;height:10px;background:#466FFF;border-radius:20px}.watchface-popup-wrapper .firmware-sync-wrapper,.disturb-popup-wrapper .firmware-sync-wrapper{background:#466FFF;border-radius:10px}.watchface-popup-wrapper .firmware-sync-wrapper p,.disturb-popup-wrapper .firmware-sync-wrapper p{font-style:normal;font-weight:500;font-size:16px;line-height:19px;letter-spacing:.01em;color:#fff}.setting-target,.setting-alarm{position:relative;min-height:calc(100% - 60px);padding:30px 20px 210px}.setting-target article,.setting-alarm article{padding:20px;background-color:#fff;border-radius:10px}.setting-target article .title,.setting-alarm article .title{font-style:normal;font-weight:700;font-size:16px;line-height:19px;letter-spacing:.01em;color:#4e4b66}.setting-target article .select-title,.setting-alarm article .select-title{margin-right:10px;font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#4e4b66}.setting-target article .select-prefix,.setting-alarm article .select-prefix{margin:0 20px 0 10px;font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#a0a3bd}.setting-target article .select-warning,.setting-alarm article .select-warning{font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#ff545e}.setting-target .btn-wrapper,.setting-alarm .btn-wrapper{position:absolute;width:calc(100% - 40px);bottom:60px}.device-setting{padding:20px 20px 110px}.device-setting article{padding:0 20px;background:#FFFFFF;border-radius:10px}.device-setting article.info{margin-bottom:20px;padding:20px 30px}.device-setting article.info .device-info p{font-style:normal;font-weight:700;font-size:24px;line-height:29px;color:#4e4b66}.device-setting article.info .device-info label{margin-top:10px;font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#4e4b66}.device-setting article.info .device-info .battery-info{display:inline-flex;align-items:center;margin-top:8px}.device-setting article.info .device-info .battery-info .battery-img{display:inline-flex;width:24px;height:14px;background:no-repeat center center url(../images/view/img-battery-bg.svg)}.device-setting article.info .device-info .battery-info .battery-img span{height:10px;margin:2px 5px 2px 2px;background:#2c80ff;border-radius:2px}.device-setting article.info .device-info .battery-info .battery-value{display:inline-flex;margin-left:6px;font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#2c80ff}.device-setting article.info .connect-state{display:inline-flex;align-items:center;justify-content:center;width:70px;height:30px;margin-top:10px;font-style:normal;font-weight:400;font-size:14px;line-height:17px;letter-spacing:.01em;color:#4e4b66;background:#f4f5f7;border-radius:25px}.device-setting article ul li a{display:flex;justify-content:space-between;padding:20px 0;border-bottom:1px solid rgba(170,177,187,.5)}.device-setting article ul li a .icon{margin-right:15px}.device-setting article ul li a label{font-weight:500;font-size:16px;line-height:19px;letter-spacing:.01em;color:#4e4b66}.device-setting article ul li a button{width:80px;height:40px;padding:unset;font-style:normal;font-weight:500;font-size:16px;line-height:19px;letter-spacing:.01em}.device-setting article ul li a button:first-child{margin-right:10px}.device-setting article ul li a button.default{background-color:#f4f5f7}.device-setting article ul li:last-child>a{border-bottom:none}.device-update-cycle,.device-not-disturb,.firmware-update{padding:40px 30px 120px}.device-update-cycle .title-wrapper .title,.device-not-disturb .title-wrapper .title,.firmware-update .title-wrapper .title{font-style:normal;font-weight:800;font-size:24px;line-height:29px;color:#466fff}.device-update-cycle .title-wrapper .desc,.device-not-disturb .title-wrapper .desc,.firmware-update .title-wrapper .desc{font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#4e4b66}.device-update-cycle .update-cycle,.device-not-disturb .update-cycle,.firmware-update .update-cycle{background:#FFFFFF;border-radius:10px}.device-update-cycle .update-cycle ul li a,.device-not-disturb .update-cycle ul li a,.firmware-update .update-cycle ul li a{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid rgba(170,177,187,.5)}.device-update-cycle .update-cycle ul li:last-child a,.device-not-disturb .update-cycle ul li:last-child a,.firmware-update .update-cycle ul li:last-child a{border-bottom:none}.device-update-cycle .update-time,.device-not-disturb .update-time,.firmware-update .update-time{background:#FFFFFF;border-radius:10px}.device-update-cycle .update-time ul li,.device-not-disturb .update-time ul li,.firmware-update .update-time ul li{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid rgba(170,177,187,.5)}.device-update-cycle .update-time ul li span,.device-not-disturb .update-time ul li span,.firmware-update .update-time ul li span{font-style:normal;font-weight:700;font-size:18px;line-height:21px;color:#4e4b66}.device-update-cycle .update-time ul li a,.device-not-disturb .update-time ul li a,.firmware-update .update-time ul li a{display:inline-flex;align-items:center;justify-content:center;width:80px;height:40px;background:#f4f5f7;border-radius:25px;font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#4e4b66}.device-update-cycle .update-time ul li:last-child,.device-not-disturb .update-time ul li:last-child,.firmware-update .update-time ul li:last-child{border-bottom:none}.device-update-cycle .update-direct label,.device-not-disturb .update-direct label,.firmware-update .update-direct label{font-style:normal;font-weight:700;font-size:18px;line-height:21px;color:#4e4b66}.device-update-cycle .update-direct span,.device-not-disturb .update-direct span,.firmware-update .update-direct span{font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#a0a3bd}.device-update-cycle .btn-wrapper,.device-not-disturb .btn-wrapper,.firmware-update .btn-wrapper{position:absolute;width:calc(100% - 40px);left:50%;bottom:60px;transform:translate(-50%)}.device-update-cycle .btn-wrapper .firmware-desc,.device-not-disturb .btn-wrapper .firmware-desc,.firmware-update .btn-wrapper .firmware-desc{font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#4e4b66}.device-update-cycle .firmware-info-wrapper,.device-not-disturb .firmware-info-wrapper,.firmware-update .firmware-info-wrapper{background:#FFFFFF;border-radius:10px}.device-update-cycle .firmware-info-wrapper .firmware-info>li,.device-not-disturb .firmware-info-wrapper .firmware-info>li,.firmware-update .firmware-info-wrapper .firmware-info>li{font-style:normal;font-weight:400;font-size:16px;line-height:26px;color:#4e4b66}.device-update-cycle .firmware-info-wrapper .firmware-info>li label,.device-not-disturb .firmware-info-wrapper .firmware-info>li label,.firmware-update .firmware-info-wrapper .firmware-info>li label{color:#a0a3bd}.device-update-cycle{padding:40px 30px}.device-update-cycle .btn-wrapper{position:relative;width:100%;left:unset;bottom:unset;transform:unset;margin-top:40px}.device-update-cycle .btn-wrapper .firmware-desc{font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#4e4b66}.time-picker{position:absolute;left:50%;top:30%;transform:translate(-50%);width:300px}.chart-sleep-day{display:flex;flex-direction:row;height:calc(100% - 40px);margin-top:50px}.chart-sleep-day span{box-sizing:content-box}.chart-sleep-day .sleep-label{width:40px;margin-right:14px}.chart-sleep-day .sleep-label span{display:inline-flex;align-items:center;justify-content:flex-end;width:40px;height:52px;color:#aab1bb;text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.14px}.chart-sleep-day .sleep-line-wrapper{display:flex;flex-direction:column;flex-wrap:wrap;overflow-x:scroll;-ms-overflow-style:none;scrollbar-width:none;width:100%}.chart-sleep-day .sleep-line-wrapper::-webkit-scrollbar{display:none}.chart-sleep-day .sleep-line{display:flex;flex-direction:row;flex-wrap:nowrap;border-left:1px solid #AAB1BB;border-right:1px solid #AAB1BB;border-bottom:1px solid #AAB1BB}.chart-sleep-day .sleep-line.none{border-left:unset;border-right:unset;border-bottom:unset}.chart-sleep-day .wake-item{display:inline-flex;height:52px;background-color:#ffa900}.chart-sleep-day .wake-item:first-child{border-left:unset!important}.chart-sleep-day .wake-item.line{border-left:1px solid rgba(170,177,187,.5)}.chart-sleep-day .wake-item.none{background-color:unset}.chart-sleep-day .light-item{height:52px;background-color:#ffa90080}.chart-sleep-day .light-item:first-child{border-left:unset!important}.chart-sleep-day .light-item.line{border-left:1px solid rgba(170,177,187,.5)}.chart-sleep-day .light-item.none{background-color:unset}.chart-sleep-day .deep-item{height:52px;background-color:#ffa900}.chart-sleep-day .deep-item:first-child{border-left:unset!important}.chart-sleep-day .deep-item.line{border-left:1px solid rgba(170,177,187,.5)}.chart-sleep-day .deep-item.none{background-color:unset}.chart-sleep-day span.sleep-label-time{display:inline-flex;color:#4e4b66;text-align:center;font-family:Pretendard;font-size:14px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:.14px}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width: 465px){.container{max-width:465px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1640px){.container{max-width:1640px}}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.sticky{position:sticky!important}.top-0{top:0px!important}.left-0{left:0px!important}.bottom-0{bottom:0px!important}.right-\[10px\]{right:10px!important}.right-\[15px\]{right:15px!important}.right-0{right:0px!important}.top-1{top:.25rem!important}.left-\[50\%\]{left:50%!important}.top-\[50\%\]{top:50%!important}.top-\[15px\]{top:15px!important}.left-\[20px\]{left:20px!important}.left-5{left:1.25rem!important}.top-\[14px\]{top:14px!important}.top-1\/2{top:50%!important}.left-1\/2{left:50%!important}.z-\[101\]{z-index:101!important}.z-\[100\]{z-index:100!important}.z-10{z-index:10!important}.z-50{z-index:50!important}.z-20{z-index:20!important}.z-0{z-index:0!important}.z-40{z-index:40!important}.m-auto,.m-\[auto\]{margin:auto!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.my-\[20px\]{margin-top:20px!important;margin-bottom:20px!important}.mx-\[auto\],.mx-auto{margin-left:auto!important;margin-right:auto!important}.mx-\[20px\]{margin-left:20px!important;margin-right:20px!important}.mx-\[15px\]{margin-left:15px!important;margin-right:15px!important}.my-\[1px\]{margin-top:1px!important;margin-bottom:1px!important}.\!mx-\[60px\],.mx-\[60px\]{margin-left:60px!important;margin-right:60px!important}.mb-\[20px\]{margin-bottom:20px!important}.mr-\[15px\]{margin-right:15px!important}.mb-\[5px\]{margin-bottom:5px!important}.mr-\[10px\]{margin-right:10px!important}.ml-\[16px\]{margin-left:16px!important}.mt-\[15px\]{margin-top:15px!important}.mt-\[10px\]{margin-top:10px!important}.mr-\[5px\]{margin-right:5px!important}.mt-\[0px\]{margin-top:0!important}.mb-\[10px\]{margin-bottom:10px!important}.ml-\[8px\]{margin-left:8px!important}.ml-2{margin-left:.5rem!important}.mt-\[5px\]{margin-top:5px!important}.mt-\[20px\]{margin-top:20px!important}.mr-\[25px\]{margin-right:25px!important}.mb-\[15px\]{margin-bottom:15px!important}.mr-px{margin-right:1px!important}.ml-\[15px\]{margin-left:15px!important}.ml-\[10px\]{margin-left:10px!important}.mb-\[30px\]{margin-bottom:30px!important}.mt-\[30px\]{margin-top:30px!important}.mt-\[50px\]{margin-top:50px!important}.mb-\[35px\]{margin-bottom:35px!important}.mt-\[40px\]{margin-top:40px!important}.mb-\[60px\]{margin-bottom:60px!important}.mb-4{margin-bottom:1rem!important}.mb-5{margin-bottom:1.25rem!important}.mb-\[190px\]{margin-bottom:190px!important}.mb-\[106px\]{margin-bottom:106px!important}.mb-\[152px\]{margin-bottom:152px!important}.mb-\[40px\]{margin-bottom:40px!important}.mb-\[4px\]{margin-bottom:4px!important}.mr-auto{margin-right:auto!important}.mt-\[12px\]{margin-top:12px!important}.ml-\[22px\]{margin-left:22px!important}.mb-\[0px\]{margin-bottom:0!important}.mt-\[150px\]{margin-top:150px!important}.mb-\[208px\]{margin-bottom:208px!important}.mt-\[152px\]{margin-top:152px!important}.mb-\[212px\]{margin-bottom:212px!important}.mb-\[23px\]{margin-bottom:23px!important}.mb-\[186px\]{margin-bottom:186px!important}.mb-\[16px\]{margin-bottom:16px!important}.mr-\[13px\]{margin-right:13px!important}.mt-0{margin-top:0!important}.mr-\[35px\]{margin-right:35px!important}.mb-\[112px\]{margin-bottom:112px!important}.mr-\[30px\]{margin-right:30px!important}.mb-\[25px\]{margin-bottom:25px!important}.ml-\[1px\]{margin-left:1px!important}.ml-\[5px\]{margin-left:5px!important}.mr-\[20px\]{margin-right:20px!important}.block{display:block!important}.flex{display:flex!important}.inline-flex{display:inline-flex!important}.table{display:table!important}.grid{display:grid!important}.hidden{display:none!important}.h-screen{height:100vh!important}.h-\[40px\]{height:40px!important}.h-full{height:100%!important}.h-\[25px\]{height:25px!important}.h-\[20px\]{height:20px!important}.h-\[0\]{height:0!important}.h-\[30px\]{height:30px!important}.h-\[15px\]{height:15px!important}.h-\[100px\]{height:100px!important}.h-\[80px\]{height:80px!important}.h-\[35px\]{height:35px!important}.h-\[calc\(100vh_-_135px\)\]{height:calc(100vh - 135px)!important}.h-\[180px\]{height:180px!important}.h-\[50px\]{height:50px!important}.h-\[calc\(100\%_-_2px\)\]{height:calc(100% - 2px)!important}.h-\[105px\]{height:105px!important}.h-\[90px\]{height:90px!important}.h-\[120px\]{height:120px!important}.h-\[250px\]{height:250px!important}.h-\[19px\]{height:19px!important}.h-\[80vw\]{height:80vw!important}.h-\[240px\]{height:240px!important}.h-\[60px\]{height:60px!important}.h-\[340px\]{height:340px!important}.h-\[200px\]{height:200px!important}.h-\[165px\]{height:165px!important}.h-\[70px\]{height:70px!important}.h-\[48px\]{height:48px!important}.h-\[65px\]{height:65px!important}.h-auto{height:auto!important}.h-\[calc\(100\%_-_56px\)\]{height:calc(100% - 56px)!important}.h-\[247px\]{height:247px!important}.h-\[220px\]{height:220px!important}.h-14{height:3.5rem!important}.h-\[2px\]{height:2px!important}.h-\[314px\]{height:314px!important}.h-\[285px\]{height:285px!important}.h-2\.5{height:.625rem!important}.h-2{height:.5rem!important}.h-\[calc\(100\%_-_200px\)\]{height:calc(100% - 200px)!important}.h-\[1px\]{height:1px!important}.h-0{height:0px!important}.h-\[108px\]{height:108px!important}.max-h-\[calc\(100vh_-_300px\)\]{max-height:calc(100vh - 300px)!important}.max-h-\[40\%\]{max-height:40%!important}.min-h-\[32px\]{min-height:32px!important}.min-h-\[80px\]{min-height:80px!important}.min-h-\[20px\]{min-height:20px!important}.min-h-screen{min-height:100vh!important}.min-h-\[65px\]{min-height:65px!important}.w-full{width:100%!important}.w-\[40px\]{width:40px!important}.w-\[20px\]{width:20px!important}.w-\[85\%\]{width:85%!important}.w-\[90\%\]{width:90%!important}.w-\[75\%\]{width:75%!important}.w-\[100px\]{width:100px!important}.w-\[70px\]{width:70px!important}.w-screen{width:100vw!important}.w-\[1px\]{width:1px!important}.w-\[0\]{width:0!important}.w-\[25px\]{width:25px!important}.w-\[15px\]{width:15px!important}.w-\[80px\]{width:80px!important}.w-\[35px\]{width:35px!important}.w-\[270px\]{width:270px!important}.w-\[calc\(100\%_-_100px\)\]{width:calc(100% - 100px)!important}.w-\[100\%\]{width:100%!important}.w-\[50px\]{width:50px!important}.w-\[calc\(100\%_-_2px\)\]{width:calc(100% - 2px)!important}.w-\[105px\]{width:105px!important}.w-\[300px\]{width:300px!important}.w-\[30px\]{width:30px!important}.w-\[60px\]{width:60px!important}.w-\[315px\]{width:315px!important}.w-\[130px\]{width:130px!important}.w-\[55px\]{width:55px!important}.w-\[90px\]{width:90px!important}.w-\[calc\(100\%_-_150px\)\]{width:calc(100% - 150px)!important}.w-\[calc\(100\%_-_120px\)\]{width:calc(100% - 120px)!important}.w-\[48px\]{width:48px!important}.w-\[13px\]{width:13px!important}.w-auto{width:auto!important}.w-\[80\%\]{width:80%!important}.w-\[140px\]{width:140px!important}.w-\[calc\(100\%_-_40px\)\]{width:calc(100% - 40px)!important}.w-14{width:3.5rem!important}.w-1\/2{width:50%!important}.w-\[calc\(100\%_-_95px\)\]{width:calc(100% - 95px)!important}.w-\[85px\]{width:85px!important}.w-\[calc\(100\%_-_70px\)\]{width:calc(100% - 70px)!important}.w-\[calc\(50\%\)\],.w-\[50\%\]{width:50%!important}.w-\[calc\(100\%_-_15px\)\]{width:calc(100% - 15px)!important}.w-\[calc\(100\%_-_0px\)\]{width:calc(100% + -0px)!important}.w-\[calc\(50\%_-_42px\)\]{width:calc(50% - 42px)!important}.w-px{width:1px!important}.w-\[calc\(100\%_-_24px\)\]{width:calc(100% - 24px)!important}.w-\[calc\(100\%_-_50px\)\]{width:calc(100% - 50px)!important}.w-\[10px\]{width:10px!important}.w-\[68px\]{width:68px!important}.w-\[96px\]{width:96px!important}.w-\[12px\]{width:12px!important}.min-w-\[40px\]{min-width:40px!important}.min-w-\[145px\]{min-width:145px!important}.min-w-\[60px\]{min-width:60px!important}.min-w-\[35px\]{min-width:35px!important}.min-w-\[50px\]{min-width:50px!important}.min-w-\[55px\]{min-width:55px!important}.min-w-\[20px\]{min-width:20px!important}.min-w-\[13px\]{min-width:13px!important}.min-w-\[85px\]{min-width:85px!important}.max-w-\[calc\(100vw_-_290px\)\]{max-width:calc(100vw - 290px)!important}.max-w-\[calc\(100vw_-_240px\)\]{max-width:calc(100vw - 240px)!important}.max-w-\[calc\(100vw_-_200px\)\]{max-width:calc(100vw - 200px)!important}.max-w-\[85\%\]{max-width:85%!important}.max-w-\[90\%\]{max-width:90%!important}.max-w-\[75\%\]{max-width:75%!important}.max-w-\[270px\]{max-width:270px!important}.max-w-\[70px\]{max-width:70px!important}.max-w-\[calc\(100\%_-_75px\)\]{max-width:calc(100% - 75px)!important}.max-w-\[calc\(100\%_-_65px\)\]{max-width:calc(100% - 65px)!important}.max-w-\[100\%\]{max-width:100%!important}.max-w-\[315px\]{max-width:315px!important}.max-w-full{max-width:100%!important}.max-w-\[calc\(100vw_-_40px\)\]{max-width:calc(100vw - 40px)!important}.max-w-\[330px\]{max-width:330px!important}.flex-1{flex:1 1 0%!important}.flex-none{flex:none!important}.flex-grow-\[7\]{flex-grow:7!important}.flex-grow-\[3\]{flex-grow:3!important}.translate-x-\[-50\%\]{--tw-translate-x: -50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.translate-y-\[-50\%\]{--tw-translate-y: -50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-translate-x-1\/2{--tw-translate-x: -50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-translate-y-1\/2{--tw-translate-y: -50% !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-180{--tw-rotate: 180deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-0{--tw-rotate: 0deg !important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.cursor-pointer{cursor:pointer!important}.resize{resize:both!important}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.flex-row{flex-direction:row!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-col{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.content-center{align-content:center!important}.items-start{align-items:flex-start!important}.items-end{align-items:flex-end!important}.items-center{align-items:center!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.justify-around{justify-content:space-around!important}.justify-evenly{justify-content:space-evenly!important}.gap-0{gap:0px!important}.gap-\[10px\]{gap:10px!important}.gap-\[20px\]{gap:20px!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-scroll{overflow:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-y-scroll{overflow-y:scroll!important}.truncate{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.text-ellipsis{text-overflow:ellipsis!important}.whitespace-normal{white-space:normal!important}.whitespace-nowrap{white-space:nowrap!important}.whitespace-pre-line{white-space:pre-line!important}.whitespace-pre-wrap{white-space:pre-wrap!important}.break-all{word-break:break-all!important}.rounded-\[50\%\]{border-radius:50%!important}.rounded-\[25px\]{border-radius:25px!important}.rounded-\[20px\]{border-radius:20px!important}.rounded-\[15px\]{border-radius:15px!important}.rounded-\[100\%\]{border-radius:100%!important}.rounded-\[5px\]{border-radius:5px!important}.rounded-\[10px\]{border-radius:10px!important}.rounded-full{border-radius:9999px!important}.rounded-lg{border-radius:.5rem!important}.rounded-\[12px\]{border-radius:12px!important}.rounded-b-\[25px\]{border-bottom-right-radius:25px!important;border-bottom-left-radius:25px!important}.rounded-l-\[25px\]{border-top-left-radius:25px!important;border-bottom-left-radius:25px!important}.border-0{border-width:0px!important}.border,.border-\[1px\]{border-width:1px!important}.border-gray-200{--tw-border-opacity: 1 !important;border-color:rgb(229 231 235 / var(--tw-border-opacity))!important}.border-\[\#466FFF\]{--tw-border-opacity: 1 !important;border-color:rgb(70 111 255 / var(--tw-border-opacity))!important}.border-\[\#999999\]{--tw-border-opacity: 1 !important;border-color:rgb(153 153 153 / var(--tw-border-opacity))!important}.bg-\[\#FFF\]{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity))!important}.bg-\[\#466FFF\]{--tw-bg-opacity: 1 !important;background-color:rgb(70 111 255 / var(--tw-bg-opacity))!important}.bg-\[\#ffffff\]{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity))!important}.bg-red-600{--tw-bg-opacity: 1 !important;background-color:rgb(220 38 38 / var(--tw-bg-opacity))!important}.bg-\[\#fff\],.bg-white{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity))!important}.bg-\[\#FF31311A\]{background-color:#ff31311a!important}.bg-\[\#F4F5F7\]{--tw-bg-opacity: 1 !important;background-color:rgb(244 245 247 / var(--tw-bg-opacity))!important}.bg-black{--tw-bg-opacity: 1 !important;background-color:rgb(0 0 0 / var(--tw-bg-opacity))!important}.bg-\[\#FFFFFF\]{--tw-bg-opacity: 1 !important;background-color:rgb(255 255 255 / var(--tw-bg-opacity))!important}.bg-\[\#AAB1BB\]{--tw-bg-opacity: 1 !important;background-color:rgb(170 177 187 / var(--tw-bg-opacity))!important}.bg-\[\#999999\]{--tw-bg-opacity: 1 !important;background-color:rgb(153 153 153 / var(--tw-bg-opacity))!important}.bg-opacity-70{--tw-bg-opacity: .7 !important}.bg-\[linear-gradient\(180deg\,_\#FE6587_100\%\,_\#F52D6A_100\%\)\]{background-image:linear-gradient(180deg,#FE6587 100%,#F52D6A 100%)!important}.fill-white{fill:#fff!important}.object-contain{-o-object-fit:contain!important;object-fit:contain!important}.object-cover{-o-object-fit:cover!important;object-fit:cover!important}.p-\[20px\]{padding:20px!important}.p-4{padding:1rem!important}.p-6{padding:1.5rem!important}.py-\[15px\]{padding-top:15px!important;padding-bottom:15px!important}.px-\[15px\]{padding-left:15px!important;padding-right:15px!important}.py-\[4px\]{padding-top:4px!important;padding-bottom:4px!important}.px-\[20px\]{padding-left:20px!important;padding-right:20px!important}.py-\[0px\]{padding-top:0!important;padding-bottom:0!important}.px-\[10px\]{padding-left:10px!important;padding-right:10px!important}.py-\[10px\]{padding-top:10px!important;padding-bottom:10px!important}.py-\[5px\]{padding-top:5px!important;padding-bottom:5px!important}.px-\[25px\]{padding-left:25px!important;padding-right:25px!important}.py-\[25px\]{padding-top:25px!important;padding-bottom:25px!important}.py-\[23px\]{padding-top:23px!important;padding-bottom:23px!important}.px-\[30px\]{padding-left:30px!important;padding-right:30px!important}.px-\[50px\]{padding-left:50px!important;padding-right:50px!important}.px-\[40px\]{padding-left:40px!important;padding-right:40px!important}.py-\[20px\]{padding-top:20px!important;padding-bottom:20px!important}.py-\[36px\]{padding-top:36px!important;padding-bottom:36px!important}.px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.py-2\.5{padding-top:.625rem!important;padding-bottom:.625rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.px-\[4px\]{padding-left:4px!important;padding-right:4px!important}.py-\[16px\]{padding-top:16px!important;padding-bottom:16px!important}.px-\[0px\]{padding-left:0!important;padding-right:0!important}.px-2\.5{padding-left:.625rem!important;padding-right:.625rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-\[60px\]{padding-left:60px!important;padding-right:60px!important}.px-0{padding-left:0!important;padding-right:0!important}.px-\[12px\]{padding-left:12px!important;padding-right:12px!important}.py-\[17px\]{padding-top:17px!important;padding-bottom:17px!important}.pr-\[15px\]{padding-right:15px!important}.pr-\[35px\]{padding-right:35px!important}.pl-\[65px\]{padding-left:65px!important}.pr-\[20px\]{padding-right:20px!important}.pl-\[5px\]{padding-left:5px!important}.pb-\[10px\]{padding-bottom:10px!important}.pt-\[15px\]{padding-top:15px!important}.pt-\[10px\]{padding-top:10px!important}.pb-\[20px\]{padding-bottom:20px!important}.pt-\[30px\]{padding-top:30px!important}.pb-\[110px\]{padding-bottom:110px!important}.pt-\[33px\]{padding-top:33px!important}.pb-\[70px\]{padding-bottom:70px!important}.pt-\[65px\]{padding-top:65px!important}.pt-\[12px\]{padding-top:12px!important}.pb-\[13px\]{padding-bottom:13px!important}.pt-\[22px\]{padding-top:22px!important}.pb-\[23px\]{padding-bottom:23px!important}.pt-\[20px\]{padding-top:20px!important}.pb-\[21px\]{padding-bottom:21px!important}.pl-\[55px\]{padding-left:55px!important}.pr-\[30px\]{padding-right:30px!important}.pt-\[16px\]{padding-top:16px!important}.pl-\[20px\]{padding-left:20px!important}.pl-\[10px\]{padding-left:10px!important}.pb-\[60px\]{padding-bottom:60px!important}.pl-\[14px\]{padding-left:14px!important}.pr-\[22px\]{padding-right:22px!important}.pl-\[15px\]{padding-left:15px!important}.pr-\[10px\]{padding-right:10px!important}.pt-\[25px\]{padding-top:25px!important}.pb-\[24px\]{padding-bottom:24px!important}.pt-\[40px\]{padding-top:40px!important}.pb-\[77px\]{padding-bottom:77px!important}.pb-\[5px\]{padding-bottom:5px!important}.pb-\[30px\]{padding-bottom:30px!important}.pl-\[60px\]{padding-left:60px!important}.pb-\[15px\]{padding-bottom:15px!important}.pl-\[50px\]{padding-left:50px!important}.pt-\[14px\]{padding-top:14px!important}.pl-\[40px\]{padding-left:40px!important}.pb-\[130px\]{padding-bottom:130px!important}.pb-\[32px\]{padding-bottom:32px!important}.pb-\[90px\]{padding-bottom:90px!important}.pb-\[310px\]{padding-bottom:310px!important}.pb-\[440px\]{padding-bottom:440px!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-start{text-align:start!important}.align-middle{vertical-align:middle!important}.text-\[16px\]{font-size:16px!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-\[24px\]{font-size:24px!important}.text-\[14px\]{font-size:14px!important}.text-\[15px\]{font-size:15px!important}.font-bold{font-weight:700!important}.font-normal{font-weight:400!important}.font-medium{font-weight:500!important}.leading-\[17px\]{line-height:17px!important}.leading-\[19px\]{line-height:19px!important}.text-\[\#FF3131\]{--tw-text-opacity: 1 !important;color:rgb(255 49 49 / var(--tw-text-opacity))!important}.text-\[\#ffffff\]{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}.text-\[\#999999\]{--tw-text-opacity: 1 !important;color:rgb(153 153 153 / var(--tw-text-opacity))!important}.text-\[\#4E4B66\]{--tw-text-opacity: 1 !important;color:rgb(78 75 102 / var(--tw-text-opacity))!important}.text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}.text-\[\#646464\]{--tw-text-opacity: 1 !important;color:rgb(100 100 100 / var(--tw-text-opacity))!important}.text-\[\#466FFF\]{--tw-text-opacity: 1 !important;color:rgb(70 111 255 / var(--tw-text-opacity))!important}.text-\[\#000000\]{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity))!important}.text-\[\#FFFFFF\]{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}.text-\[\#F52E6B\]{--tw-text-opacity: 1 !important;color:rgb(245 46 107 / var(--tw-text-opacity))!important}.text-\[\#F30000\]{--tw-text-opacity: 1 !important;color:rgb(243 0 0 / var(--tw-text-opacity))!important}.opacity-50{opacity:.5!important}.opacity-100{opacity:1!important}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1) !important;--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.shadow-\[0_3px_4px_1px_rgba\(123\,159\,252\,0\.1\)\]{--tw-shadow: 0 3px 4px 1px rgba(123,159,252,.1) !important;--tw-shadow-colored: 0 3px 4px 1px var(--tw-shadow-color) !important;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)!important}.outline-0{outline-width:0px!important}.blur{--tw-blur: blur(8px) !important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.transition-all{transition-property:all!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-\[height\]{transition-property:height!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.duration-\[400ms\]{transition-duration:.4s!important}.duration-\[300ms\],.duration-300{transition-duration:.3s!important}.last\:mb-0:last-child{margin-bottom:0!important}.last\:mr-0:last-child{margin-right:0!important}.focus\:z-10:focus{z-index:10!important}
