@font-face {
    
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
  }
  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;
    
  }
  span{
    
  }
  body{
    width:100%;
    height:100vh;
    max-height: 100vh;
    /* min-width: 100vh; */
    overflow-y: hidden;
  }
  body::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }
  body::-webkit-scrollbar-thumb{
    height: 30%; /* 스크롤바의 길이 */
    background: #c4c4c4; /* 스크롤바의 색상 */
    border-radius: 10px;
  }
  body::-webkit-scrollbar-track{
    background: rgba(33, 122, 244, .1);
  }
  /* HTML5 display-role reset for older browsers */
  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;
  }
  a {
    color: #333;
  }
 /* lkm: 옆 네비바를 위한 width설정 !!!중요!!!! */
  main{
    /* width:calc(100% - 260px);
    min-width:calc(100% - 260px);
    transition: all 0.3s; */
    flex:1;
    min-height: 100vh;
    max-height: 100vh;
    overflow: scroll;
  }
  /* html:has(.close_navi) main{
    width:calc(100% - 50px);
    min-width:calc(100% - 50px);
    transition: all 0.3s;
  } */
  main::-webkit-scrollbar{
    /* display: none; */
  }
  /*기본스타일 20230105*/
  
  /* select 기본 가이드 */
  select{
    
  }
  .small_select1{ font-size:12px;
    min-width:50px;
    min-height:22px;
    border-radius:5px;
    border:1px solid #D1D1D1;
    padding:4px 6px;
  }
  .normal_select1{ font-size:12px;
    min-width:130px;
    min-height:22px;
    border-radius:5px;
    border:1px solid #D1D1D1;
    padding:4px 6px;
  
  }
  .normal_select2{
    min-width:130px;
    min-height:22px;
    border-radius:5px;
    background-color: #01C2D129;
    border:1px solid #A8A8A8;
    padding:1px 6px;
  }
  .normal_select3{
    min-width:130px;
    min-height:22px;
    border-radius:5px;
    border:1px solid #A8A8A8;
    padding:1px 6px;
  }
  .normal_select4{
    min-width:130px;
    min-height:22px;
    border-radius:5px;
    border:1px solid #D1D1D1;
    padding:1px 6px;
  }
  
  /* input 가이드 라인 */
  .t_center{
    text-align: center;
  }
  /*길이 제한 없을때 width 기본값을 가짐 */
  /* 제일작은 input */
  .very_small_input input{ font-size: 12px !important;
    max-width:75px;
    border:1px solid #dcdcdc;
    padding:4px 6px;
    border-radius:5px; 
  }
  /* width를 100px 으로 정하고 싶을때 */
  .very_small_input2 input{ font-size: 12px !important;
    max-width:100px;
    border:1px solid #dcdcdc;
    padding:4px 6px;
    border-radius:5px;
  }
  .very_small_input_b input{ font-size: 12px !important;
    max-width:100px;
    background-color: #f3f3f3;
    border:1px solid #dcdcdc;
    padding:4px 6px;
    border-radius:5px;
  }
  .small_input input{ font-size: 12px !important;
    width:50px;
    border-radius:7px;
    border:1px solid #dcdcdc;
    padding:4px 6px;
  }
  .normal_input input{ font-size: 12px !important;
    padding:4px 6px;
    border-radius:5px;
    border:1px solid #dcdcdc;
  }
  .normal_input_b input{ font-size: 12px !important;
    min-width:100px;
    border-radius:7px; 
    background-color: #F3F3F3;
    border:1px solid #dcdcdc;
    padding:4px 6px;
  }
  /* 이름과 같은 넓은 input 길이*/
  .name_input input{ font-size: 12px !important;
    width:100px;
    border-radius:7px;
    border:1px solid #dcdcdc;
    padding:4px 6px;
    font-size: 12px !important;
  }
  .phone_input input{ font-size: 12px !important;
    max-width:121px;
    border:1px solid #dcdcdc;
    padding:4px 6px;
    border-radius:5px;
    font-size: 12px !important;
  }
  #baby_weight{
    font-size: 12px !important;
  }
  .date_input input{ font-size: 12px !important;
    
    max-width:150px;
    border:1px solid #dcdcdc;
    padding:4px 6px;
    border-radius:5px;
    
  }
  .date_input2 input{ font-size: 12px !important;
    border:1px solid #dcdcdc;
    padding:4px 6px;
    border-radius:5px;
  }
  .date_input_b input{ font-size: 12px !important;
    max-width:150px;
    border:1px solid #dcdcdc;
    padding:4px 6px;
    border-radius:5px;
    background-color: #F3F3F3;
  }
  /* 주소와 같은 넓은 input 길이*/
  .long_input input{ font-size: 12px !important;
    max-width:235px;
    border:1px solid #dcdcdc;
    padding:4px 6px;
    border-radius:5px;
  }
  .long_input input{ font-size: 12px !important;
    max-width:235px;
    border:1px solid #dcdcdc;
    padding:4px 6px;
    border-radius:5px;
  }
  .date_input{ font-size: 12px !important;
  
  }
  .long_input_b input{ font-size: 12px !important;
    min-width:400px;
    border:1px solid #dcdcdc;
    background-color: #F3F3F3;
    padding:4px 6px;
    border-radius:5px;
  }
  /*버튼 가이드라인 */
  .small_btn{
    min-width: 40px;
    background-color: #01C2D1;
    border-radius:4px;
    padding:2px 9px;
    color:white;
    border:none;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 12px;
    
  }
  .small_btn_2{
    min-width: 40px;
    border-radius:4px;
    padding:2px 9px;
    background-color: #e5e5e5;
    color:#1F1F1F;
    border:none;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 12px;   
  }
  .small_btn_3{
    min-width: 40px;
    background-color: #ff164b;
    border-radius:4px;
    padding:2px 9px;
    color:white;
    border:none;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 12px;   
  }
  .small_btn_4 {
    min-width: 40px;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 4px 10px;
    border-radius: 4px;
    color: rgb(8, 8, 8);
    border: 1px solid black;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 12px;
}

  .small_btn_5{
    min-width: 40px;
    background-color: #AFAFAF;
    border-radius:4px;
    padding:2px 9px;
    color:white;
    border:none;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 12px;   
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .normal_btn{ 
     background-color: #01C2D1;
    border-radius:6px;
    padding:9px 10px;
    color:white;
    border:none;   
  }
  .normal_btn_2{
    background-color: #ffffff;
    color:#1F1F1F;
    border-radius:6px;
    padding:9px 10px;
    border:none;   
  }
  .normal_btn_3{
    background-color: #ff164b;
    color:#ffffff;
    border-radius:6px;
    padding:9px 10px;
    border:none;   
  }
  .big_btn{
    min-width: 178px;
    background-color: #01C2D1;
    border-radius:8px;
    padding:11px 10px;
    border:none;
    color:white;   
  }
  .big_btn_2{
    min-width: 178px;
    background-color: #BBBBBB;
    color:#ffffff;
    border-radius:8px;
    padding:11px 10px;
    border:none;   
  }
  /* 전송에 관한 버튼 정렬 */
  .send_btn{
  text-align: right;
  padding:8px 0;   
  }
  input[type="file"]{
    
    background-color: #e7e7e7;
    border-radius:8px;
    padding:4px 7px;
    color:rgb(0, 0, 0);
    border:none;
  }
  /* 헬퍼 클래스 */
  .flex_wrap{
    display: flex;
  }
  .flex_wrap_start{
    display: flex;
    align-items: flex-start;
  }
  .flex_wrap_horizen{
    white-space: nowrap;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .flex_wrap_horizen_start{
    white-space: nowrap;
    display: flex;
    align-items:flex-start;
    flex-direction: row;
  }
  .flex_wrap_horizen_sb{
    white-space: nowrap;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .t_nowrap{
    white-space: nowrap;
  }
  .align_center{
    text-align: center;
   }
   .flex_js_between{
    justify-content: space-between;
   }
   .normal_input_width{
    width:80px;
   }
   /* 일스케줄 의 헬퍼 클래스 정리*/
  /*flex 만들기 가로*/
  .main_flex_wrap{
    width:100%;
    display: flex;
  }
  .flex_wrap {
    display: flex;
    align-items: center;
  }
  /* flex 만들기 세로*/
  .flex_wrap_colum {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  
  .cursor_pointer {
    cursor: pointer;
  }
  .hover_input_show_wrap{
    position: relative;
  }
  .hover_input_show{
    position: absolute;
    z-index: 1;
    top:17px;
    left:0;
    width:200px;
    padding:5px 0;
    background-color: rgb(213, 213, 213);
    display: none;
   
  }
  .hover_input_show_wrap:hover .hover_input_show{
    display: block;
  }
  .main_wrapper{
    /* margin-left:200px; */
  }
  .flex_js_center{
    display: flex;
    justify-content: center;
    gap:10px;
   }
   /* placeholder 색상  #808285 */
  
  /*위 아래 버튼*/
   .up_btn, .down_btn{
    min-width:20px;
    max-width: 20px;
    height:20px;
    border-radius: 5px;
    border:none;
    vertical-align: middle;
    transition: all 0.4s;
   }
   .up_btn:hover, .down_btn:hover{
    background-color: #01C2D1;
   }
   .up_btn img,.down_btn img{
   vertical-align: middle; 
   }
  
   /* inline요소의 수직 정렬 */
   .align_mid{
      vertical-align: middle;
   }
   .small_delete_btn{
    min-width: 40px;
    background-color: #ff164b;
    border-radius:4px;
    padding:2px 9px;
    color:white;
    border:none;
    white-space: nowrap;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 12px;
  }
  .delete_btn{
    background-color: #ff164b;
    border-radius:6px;
    color:white;
    border:none;
    white-space: nowrap;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 12px;
    padding:9px 10px;
    text-decoration: none;
  }
    
  input[type="date"],
  input[type='datetime-local']{
    
  width:142px;
  padding:4px 6px;
  border-radius: 5px;
  /*background-color: #F3F3F3;*/
  border:1px solid #EFEFEF;
  /* background:url() no-repeat right 5px center/10 auto; */
  }
  input[type='date']::before,
  input[type='datetime-local']::before  {
  content: attr(data-placeholder);
  color:#BEBEBE;
  }
  input[type='date']:focus::before,
  input[type='date']:valid::before ,
  input[type='datetime-local']:focus::before,
  input[type='datetime-local']:valid::before {
  display: none;
  
  }
  input[type="date"]::-webkit-datetime-edit-text,
  input[type="date"]::-webkit-datetime-edit-month-field,
  input[type="date"]::-webkit-datetime-edit-day-field,
  input[type="date"]::-webkit-datetime-edit-year-field,
  input[type="datetime-local"]::-webkit-datetime-edit-ampm-field,
  input[type="datetime-local"]::-webkit-datetime-edit-day-field,
  input[type="datetime-local"]::-webkit-datetime-edit-hour-field,
  input[type="datetime-local"]::-webkit-datetime-edit-millisecond-field,
  input[type="datetime-local"]::-webkit-datetime-edit-minute-field,
  input[type="datetime-local"]::-webkit-datetime-edit-month-field,
  input[type="datetime-local"]::-webkit-datetime-edit-second-field,
  input[type="datetime-local"]::-webkit-datetime-edit-week-field,
  input[type="datetime-local"]::-webkit-datetime-edit-year-field,
  input[type="datetime-local"]::-webkit-datetime-edit-text {
  color: #4E4E4E;
  
  }
   input[type='text']{
    /* border:1px solid #dcdcdc;
    background-color: white;
    border-radius: 5px;
    color: #808285; */
    

  } 

  button{
    
  }
  
  .plus_btn,
  .minus_btn,
  .close_btn{
    width:14px;
    height: 14px;
    padding:1px;
    vertical-align: middle;
    margin:0;
    text-align: center;
    border:none;
    border-radius: 3px;
    overflow: hidden;
    box-sizing: border-box;
    
  }
  .plus_btn img,
  .minus_btn img,
  .close_btn img{
   display:block;
   width:58%;
   margin:0 auto;
   
   
  }
  .plus_btn,
  .minus_btn{
    background-color: #01C2D1;
  }
  .close_btn{
    background-color: #ff164b;
  }
textarea{
  font-family: 'Pretendard-Regular' !important;
}
/*auto complete */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  font-size:12px !important;
  font-family: 'Pretendard-Regular' !important;
}
.no_wrap{
  white-space: nowrap;
}

.short_td{
  max-width: 50px; 
  min-width: 50px; 
  width:50px; 
  box-sizing: border-box;
}
.over_text_td{
  max-width: 150px; 
  min-width: 150px; 
  width:150px; 
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.over_td{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.td{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

input[type="file"]::-webkit-file-upload-button,
input[type="file"]::-webkit-file-selector-button,
input[type="file"]::-ms-browse:hover {
  font-family: 'Pretendard-Regular' !important;
  font-weight: bold !important;
  padding: 0.5em !important;
  border: thin solid grey !important;
  border-radius: 3px !important;
  font-weight: bold !important;
  font-size: 12px !important;
  visibility: hidden;
}
.margin_bottom_5{
  margin-bottom: 5px;
}

.margin_bottom_10{
  margin-bottom: 10px;
}

.scroll_bar::-webkit-scrollbar {
  width: 8px; /* 스크롤바의 너비 */
  height: 8px;
}

.scroll_bar::-webkit-scrollbar-thumb {
  height: 30%; /* 스크롤바의 길이 */
  background: #DEE1E4; /* 스크롤바의 색상 */
  border-radius: 10px;
}

.scroll_bar::-webkit-scrollbar-track {
  background: rgba(33, 122, 244, .1); /*스크롤바 뒷 배경 색상*/
}
.office_title{
  font-size: 12px;
  color:#a8a8a8;
}
#signin{
    
    width: 100%;
    /* background-color: #01C2D1; */
    border: none;
    color: white;
    /* padding: 11px 0; */
    border-radius: 10px;
    /* font-size: .9rem; */
    margin-top: 23px;
    cursor: pointer;
    width: 100%;
    
    /* background-color: #01c2d1; */
    border: none;
    /* padding: 11px 0; */
    border-radius: 10px;
    
    margin-top: 23px;
    cursor: pointer;
    background: #7C09FF 0% 0% no-repeat padding-box;
    /* font */
    font: normal normal normal 16px/47px Pretendard;
    letter-spacing: -0.32px;
    color: #FFFFFF;
}
table tbody tr:hover{
  background-color: #01c3d138;

}

/*search_input_wrapper*/
.search_input_wrapper{
  position: relative;
}
.search_input_wrapper input{
  display: block;
  padding-right:30px;
}
.search_input_wrapper button{
  position: absolute;
  right: 2px;
  top: 52%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
}
.search_input_wrapper img{
  width:15px;
  margin:0 auto;
  filter:brightness(10%);
}
.login_logout {
  display: flex;
  justify-content: flex-end;
  width: 95%;
  margin: 0 auto;
  text-align: right;
  margin-bottom: 10px;
  align-items: center;
  gap:10px;
}
.lock_menu_wrap{
  position: absolute;
  top:10px;
  right:10px;
}
.lock_menu_wrap label{
    display: flex;
    gap:4px;
    color: #A8A8A8;
    font-size: 13px;
    align-items: center;
    cursor: pointer;
}
.lock_menu_wrap img{
    width:20px;
    display: block;
}
.max_w_100{
  max-width: 100px;
}
.max_w_50{
  max-width: 50px;
}
.gap_5{
  gap:5px;
}


/* 공통으로 만들어야하는디 */
/* .editor_cnt,
.editor_rate,
.editor_pcs{
  position: relative;
}
.editor_cnt{
  color: #FFAA17;
}
.editor_pcs{
  color: #07AF01;
}
.editor_pcs::after{
  background-color: #E6F4E8;

}
.editor_rate{
  color: rgb(56, 208, 255);
}
.editor_rate::after{
  background-color: rgb(220, 252, 255);
}
.editor_cnt::after{
  background-color: #FFF9EC;
} */
/* .editor_cnt::after,
.editor_pcs::after,
.editor_rate::after{
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  width:90%;
  max-width: 80px;
  height:30px;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  border-radius: 30px;
} */

.justify_center{
  justify-content: center;
}
.justify_start{
  justify-content: flex-start;
}