@import url('//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300,400,500,600,700,800,900;1,300,400,500,600,700,800,900&display=swap')
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.cdnfonts.com/css/arial-2');
* {
  padding: 0;
  border: 0px solid #ccc;
  text-decoration: none;
  list-style: none;
}
body, header, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, table, tr, th, td, a, input, span, section, article {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: keep-all;
}
html {
  font-size: 62.5%;
  font-family: "Pretendard", "Red Hat", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #111;
  word-break: keep-all;
  word-wrap: break-word;
  scroll-behavior: smooth;
  height: 100%;
}
body {
  background: #fff;
  word-break:keep-all;
  position: relative;
  height: 100%;
  font-weight: 400;
  font-size: 15px!important;
  color: #000;
  letter-spacing: -.5px;
  word-break: keep-all;
  line-height: 22px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body, ul, li {
  margin:0;
  padding:0;
  list-style:none;
}
ul{margin-bottom: 0!important;}
p{
  margin: 0!important;
}
a{
  color: unset!important;
  text-decoration: none!important;
  cursor: pointer;
}
a:hover {
  text-decoration: none!important;
}
:root {
  --white:#ffffff;
  --black:#000000;
  --dk-gray-100: rgb(241, 244, 246);
  --dk-gray-200: #E5E7EB;
  --dk-gray-300: rgb(222, 226, 230);
  --dk-gray-400: #9a9ca8;
  --dk-gray-500: #6B7280;
  --dk-gray-600: #4B5563;
  --dk-gray-700: #374151;
  --dk-gray-800: #1F2937;
  --dk-gray-900: #111827;
  --dk-dark-bg: #949eb3;
  --dk-darker-bg: #2a2b3d;
  --navbar-bg-color: #6f6486;
  --sidebar-bg-color: #252636;
  --bg-color: #f1f3f8;
  --purple-color:#9200ff;
  --main-bg-color: #007bff;
  --sidebar-width: 240px;
  --color-bg-hover: rgba(33, 57, 82, .06);
}
input {
  background-image: none;
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
}
label{margin-bottom: 0!important;}
/*button:focus {
    outline: unset!important;
    border: unset!important;
}*/
button{cursor: pointer;}
select{
  font-family: "Pretendard", "Red Hat", Arial, sans-serif;
  font-size: 15px;
}
/*0730*/
.overflowYh{overflow-y: auto;}
/*0722*/
.alcen{
    align-items: center;
    padding: 0 0px 0 14px!important;
}
.setGR_searchbtn{
    width: 100%;
    max-width: fit-content;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 8px;
    display: flex;
    height: 38px;
    min-height: 38px;
    background: var(--main-bg-color);
    outline: 0px !important;
    color: #fff !important;
    padding: 0 12px;
    text-align: center;
    margin: 0 -1px 0 0;
    font-weight: 600;
    justify-content: center;
    gap: 6px;
}
.dfelx{
  display: flex;
  gap: 8px;
}

/*.col{overflow-y: auto!important;}*/
.row{margin-bottom: 0!important;}
.fc-center .btn-primary:hover {
    color: rgb(222, 226, 230)!important;
}
.w-100{width: 100%;}
.w-40{width: 40%;}
.w-60{width: 60%;}
.col{
  background-color: var(--bg-color);
  padding: 0!important;
}
.modal .btn {
  border: unset!important;
  background: #fff;
}
.btn-primary {
  background-color: unset!important;
  border-color: unset!important;
}
.btn-primary:hover {
  background-color: unset!important;
  border-color: unset!important;
}

/*사이드메뉴*/
#sidebar-container .menu-collapsed{
  justify-content: left;
  padding-left: 10px;
  font-weight: 600;
}
#sidebar-container .menu-collapsed .sc-cstdrv p{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  width: 120px;
}
#body-row {
  margin-left: 0;
  margin-right: 0;
  background: var(--bg-color);
}
#sidebar-container {
  min-height: 100vh;
  background-color: var(--white);
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  z-index: 2;
  background: #141b28;
}
.sidebar-expanded {
  width: 230px;
}
.sidebar-collapsed {
  width: 80px;
}
.list-group-item{background: none!important;}
#sidebar-container .list-group a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 20px;
    padding: 5px !important;
    border-radius: 5px;
    color: rgb(145, 150, 186);
    transition: all 0.1s ease 0s;
}
.sidemenu-scr{
  overflow: hidden auto;
  height: 100%;
  border-bottom: 1px solid var(--dk-dark-bg);
}
.sidemenu-scr::-webkit-scrollbar {
    background-color: rgb(31, 37, 82);
    width: 7px;
}
.sidemenu-scr::-webkit-scrollbar-thumb {
    background-color: var(--dk-dark-bg);
    border-radius: 8px;
}
.sidebar-separator-title {
  background-color: #132644;
  height: 35px;
}
.sidebar-separator {
  background-color: #132644;
  height: 25px;
}
.list-group-item.d-flex.align-items-center{
      margin: 20px 20px 80px 20px!important;
}
.logo-separator {
  background-color: #132644;
  height: 60px;
}
.sc-Sgig{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 15px;
}
.sc-Sgig > svg{fill: var(--dk-dark-bg);}
a.bg-dark {
  background-color: var(--white)!important;
}
.sidebar-collapsed .home-Tp{
  padding: 0!important;
}
.list-group-item > div > span{color: var(--dk-dark-bg);}
.home-Tp{margin-bottom: 14px; height: 100px!important;}
.home-Tp > div{
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
}
.home-Tp > div > span.menu-collapsed{
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  margin-bottom: 10px;
  justify-content: center;
}
.home-Tp > div > span.menu-collapsed > p{
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sc-Brin{
  width: 40px;
  height: 40px;
  background: var(--dk-gray-300);
  border-radius: 100px;
  position: relative;
  display: block;
}
.sc-Brin > svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  fill: #fff;
}
.sc-Brin.profile{
  width: 45px;
  height: 45px;
  overflow: hidden;
}
.sc-Brin.profile svg{
  top: 65%;
}
.list-group{
  position: fixed;
  width: inherit;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: calc(var(--vh, 1vh)* 100);
  overflow: auto;
  background-color: rgb(31, 37, 82);
}
.list-group-item-action{padding: 0 0 0 14px !important;}
a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover{
  background-color: #f1eefe!important;
  color: var(--main-bg-color)!important;
  border-radius: 6px;
  fill:var(--main-bg-color);
}
.list-group-item {
  border: none!important;
}
.d-flex.sc-arrow{justify-content: flex-end!important;}
#collapse-icon{font-size: 30px;}
.sc-arrow:has(.fa-angle-double-right){
  justify-content: center!important;
}
.fa, .far, .fas {
    font-family: 'FontAwesome'!important;
}

/*로그인*/
#login-form {
  width: 100%;
  padding: 56px 60px 60px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, .06);
  background-color: #fff;
}
#login-form h1 {
  margin: 24px 0;
  font-family: inherit;
  text-align: center;
  color: var(--black);
  font-size: 34px;
  letter-spacing: -0.74px;
}
#login-form .input {
  position: relative;
}
#login-form .input input {
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
}
#login-form .input.id {
  margin-top: 32px;
}
#login-form .input input {
  color: rgba(34, 34, 34, .6);
  overflow: hidden;
  height: 48px;
  font-size: 16px;
  padding: 0 16px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
}
#login-form .input input:hover{
  border: 1px solid var(--main-bg-color);
}
#login-form .input.password {
  margin-top: 10px;
}
#login-form button {
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 0;
  line-height: normal;
  font-style: normal;
  transition: background .25s, border .25s;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  touch-action: manipulation;
  outline: none;
  user-select: none;
  min-width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-top: 32px;
  background: var(--main-bg-color);
}
#login-form button a{
  height: 56px;
  padding: 0 24px;
  width: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.passwordcon{display: flex; gap: 10px;}
.passwordcon button{
  min-width: auto!important;
  flex: 1!important;
}
.passwordcon button:last-child{
  background: #fff!important;
  border: 1px solid #ddd!important;
  color: #999!important;
}
.passwordcon button:last-child:hover{
  background: #f8f8f8!important;
}
.text-top{
  display: inline-block;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
.text-top span{
  text-align: center;
  width: 80%;
  display: inline-block;
  font-size: 14px;
}
.login-content{
  max-width: 700px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  padding: 100px 90px 0;
  min-height: 100vh;
}
.chk_box {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chk_box input[type="checkbox"] { display: none; }
.on {
  width: 20px;
  height: 20px;
  background: #ddd;
  position: absolute;
  top: 0;
  left: 0;
}
.chk_box input[type="checkbox"]:checked + .on {
  background: var(--main-bg-color);
}
.on:after {
  content: "";
  position: absolute;
  display: none;
}
.chk_box input[type="checkbox"]:checked + .on:after { display: block; }
.on:after {
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 6px;
  top: 2px;
}
.check_wrap{
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: left;
  margin-top: 10px;
}
.check_wrap > div{
  margin-right: 20px;
}
.check_wrap label{
  display: flex;
  justify-content: center;
  align-items: center;
}

/*라디오버튼*/
.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000;
  border-radius: 4px;
  border: 3px solid var(--dk-gray-300);
}
.option-input:checked {
  background: var(--main-bg-color);
  border: none;
}
.option-input:checked::before {
  width: 20px;
  height: 20px;
  top: 0;
  display:flex;
  content: url("../images/icon-font-check.svg");
  font-weight:bold;
  position: absolute;
  align-items:center;
  justify-content:center;
}
.option-input:checked::after {
  background: var(--main-bg-color);
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}
.text-password{
  display: flex;
  text-align: center;
  margin-top: 10px;
  text-decoration: underline;
  flex-direction: column;
  justify-content: center;
  color: var(--dk-gray-400)!important;
}
.text-password a{
  color: var(--dk-gray-400)!important;
  margin-top: 16px;
}

/*페이지-상단*/
.page-title-head{
  background-color: var(--white);
  border-bottom: 1px solid var(--color-bg-hover);
}
.page-title-head {
  background-color: var(--white);
  border-bottom: 1px solid var(--color-bg-hover);
  display: flex;
  justify-content: space-between;
  padding: 13px 24px;
}
.page-title-head{
  position: sticky;
  display: flex;
  width: 100%;
  background-color: rgb(255, 255, 255);
  height: 80px;
  padding: 0 24px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  z-index: 99;
  top: 0;
}
.main-wrap{
  position: relative;
  margin: 30px;
  background: #fff;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
}
.sc-Tsts{
  position: absolute;
  left: 26px;
  top: 35px;
  z-index: 33;
}
.tsts_Dp{
  width: 112px;
  background: #fff;
  outline: none;
  font-weight: bold;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  font-size: 15px;
  border-radius: 8px;
  letter-spacing: -0.2px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(222, 226, 230);
  color: rgb(37, 38, 42);
  overflow: hidden;
  text-align: left;
  cursor: pointer;
}
.tsts_Dp > div{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.tsts_Dp p{
  /*max-width: 60px;
  width: 60px;
  overflow: hidden;*/
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tsts_Lt{
  display: none;
  background: #fff;
  outline: none;
  font-weight: bold;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 8px;
  letter-spacing: -0.2px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(222, 226, 230);
  color: rgb(37, 38, 42);
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  width: 152px;
  margin-top: 8px;
}
.tsts_Lt p{text-align: left;}
.tsts_Lt > ul > li:first-child{
  padding: 12px;
  text-align: center;
}
.tsts_Lt .member_cr{
  padding: 12px 16px;
}
.tsts_Lt .member_cr:hover{
  background: #fafafa;
}
.member_cr.active{
  background-color: var(--main-bg-color)!important;
  color: #fff;
}
.sc-bbSZdi {
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex: 1 1 0%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
}
.page-title {
  font-size: 24px;
  line-height: 1.42;
  font-weight: bold;
  letter-spacing: -0.4px;
  color: rgb(37, 38, 42);
}
.sc-fjvvzt{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  white-space: nowrap;
}
.sc-iHmpnF{
  display: flex;
}
.sc-iHmpnF.arlim{position: relative;}
.fwrybE {
    position: absolute;
    top: -8px;
    left: 10px;
}
.egjfSC {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: var(--main-bg-color);
    border-radius: 15px;
    padding: 4px;
    min-width: 18px;
    max-height: 18px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -0.1px;
    color: #fff;
}
.store-name{
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 13px 10px 13px 30px;
  position: relative;
  height: 100%;
  line-height: 18px;
}
.store-name .txt.SvLog{font-weight: 600;}
.store-name span.txt.SvLog:last-child{color: var(--dk-gray-400);font-weight: 400;font-size: 13px;}
.sc-iHmpnF.store-name:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #eee;
}
.sc-fjvvzt{gap:18px;}
.sc-fjvvzt svg{fill: var(--dk-gray-400);}
.card{
  position: static!important;
  border: none;
  border-radius: 24px;
  border: unset !important;
}

/*일정-상단 고정*/
.card-body {
  display: flex;
  justify-content: space-between;
  flex: unset;
  padding: 35px 26px 13px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  border-bottom: 1px solid var(--color-bg-hover);
}
.sc-fjvvzt{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  white-space: nowrap;
}
.sc-fjvvzt > a{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sc-Tlogu {
  border: 1px solid var(--main-bg-color);
  height: auto!important;
  color: var(--main-bg-color) !important;
  padding: 6px 18px;
  border-radius: 6px;
}
.sc-Tlogu:hover{
  color: var(--main-bg-color) !important;
}
.dOcSAU {
    width: 60px;
    height: 60px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 14px 0px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    border-radius: 50%;
}
.gSZGeD {
    outline: none;
    border: none;
    font-weight: bold;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 14px;
    font-size: 15px;
    border-radius: 8px;
    letter-spacing: -0.2px;
    background-color: var(--main-bg-color);
    color: rgb(255, 255, 255);
}
.cUTFkE {
    display: inline-block;
    line-height: 0;
}
.cUTFkE svg {
    fill: rgb(255, 255, 255);
    height: auto;
    width: 1.5rem;
}
.dropdown-default{
  width: 112px;
  background: #fff;
  outline: none;
  font-weight: bold;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  font-size: 15px;
  border-radius: 8px;
  letter-spacing: -0.2px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(222, 226, 230);
  color: rgb(37, 38, 42);
  overflow: hidden;
  text-align: left;
  cursor: pointer;
}
.flex-center{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.text-ellipsis{
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown-list{
  display: none;
  background: #fff;
  outline: none;
  font-weight: bold;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 8px;
  letter-spacing: -0.2px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(222, 226, 230);
  color: rgb(37, 38, 42);
  overflow: hidden;
  text-align: left;
  cursor: pointer;
  width: 152px;
  margin-top: 8px;
}

.dropdown-list li{
  padding: 12px 16px;
}

.dropdown-list li:hover{
  background: #fafafa;
}

.dropdown-list li.active{
  background-color: var(--main-bg-color)!important;
  color: #fff;
}

.text-center{
  text-align: center !important;
}

.text-left{
  text-align: left !important;
}

.back-color-gray{
  background: #fafafa;
}

.default-cursor{
  cursor : default !important;
}

.bg-color-007bff {
  background-color: #007bff !important;
}