.fc-month-view .fc-body .fc-row.table-bordered{margin-right: 0!important;}
.fc-month-view .fc-scroller{
    overflow: hidden scroll!important;
    height: 650px!important;
}
.fc-month-view .fc-more-cell{position: relative;}
.fc-month-view .fc-more-cell > div{
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.fc-month-view .fc-content-skeleton > table{height: 100%;}

.fc-bg-gray .fc-title{text-decoration: line-through;}
.fc-bg-pink .fc-title{text-decoration: line-through;}
.fc-bg-gray .fc-time{text-decoration: line-through;}
.fc-bg-pink .fc-time{text-decoration: line-through;}

/*0731*/
.PDtop .ui-datepicker-calendar tr td{
  padding-top: 20px;
}
.PDtop .ui-datepicker-today:after{
  top: 65%;
}
.ui-state-highlight.ui-state-active{background: #fff!important;}
/*0723*/
.jb-text.cubottom{
    top: 46px;
    left: 0;
    min-width: max-content;
}
/*0611*/
.dpb{display: block;}
.bgunset{background: unset;}
/*0529*/
.content-container .card .card-body{align-items: flex-start;}
#newcuse{
  display: flex;
}
#newcuse ul{
  display: flex;
}
#newcuse ul li:first-child{
  width: 70px;
}
#newcuse div:first-child > ul li{padding: 12px 14px;}
#newcuse ul li{
  padding: 11.3px 14px;
  text-align: center;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  width: 99px;
}
#newcuse .count-wrap .inp{width:28px;}
.nummeb{
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  height: 652px;
}
.fc-row.table-bordered{margin-right: 17px!important;}
.bgbck{background: rgb(0, 0, 0, 0.03);}

.content-container {
  position: relative;
  z-index: 0;
  padding: 0;
  padding-left: 340px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  transition: all 300ms ease-in-out;
}
.content-container > div{
  padding: 102px 0 0 0 !important;
}
.ind-top{
  justify-content: left!important;
  gap: 10px;
  padding: 0!important;
  font-weight: 600;
}
.slideout-sidebar {
  position: absolute;
  top: 104px;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 340px;
  padding: 23px 26px 35px;
  transition: all 300ms ease-in-out;
}
.slideout-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slideout-sidebar ul li {
  cursor: pointer;
  padding: 18px 0;
  border-bottom: 1px solid rgba(244,244,244,0.4);
  color: rgba(244,244,244,0.7);
}
.slideout-sidebar ul li:last-child {
  border-bottom: 0;
}
.slideout-sidebar ul li:hover {
  color: rgba(244,244,244,1);
}
.content-container:has(.fc-month-button.btn.btn-primary.active){
  padding-left: 0!important;
  z-index: 9;
}
.fc-axis.fc-time {
  position: relative;
}
#datepicker{display: none;}

/*일정-datepicker*/
.ui-datepicker-header{
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
}
.ui-datepicker-title{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 4px 60px;
  border-radius: 100px;
  font-weight: 600;
}
.ui-datepicker-calendar{
  width: 100%;
  text-align: center;
  table-layout: fixed;
}
.ui-datepicker-calendar th.ui-datepicker-week-end:first-child{
  color: var(--main-bg-color);
}
.ui-datepicker-calendar thead th{
  padding: 12px 0 20px 0;
}
.ui-datepicker-calendar tbody td a{
  margin: 12px 0 12px 0;
  display: block;
  font-weight: 500;
}
.ui-datepicker-next, .ui-datepicker-prev{
  cursor: pointer;
  position: relative;
}
.ui-datepicker-today{position: relative;}
.ui-datepicker-today:after{
  position: absolute;
  content: '';
  border: 1px solid var(--main-bg-color);
  width: 35px;
  height: 35px;
  border-radius: 50px;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  background: #fff;
}
.ui-state-active{position: relative;}
.ui-state-active:after{
  position: absolute;
  content: '';
  border: 1px solid var(--main-bg-color);
  width: 35px;
  height: 35px;
  border-radius: 50px;
  top: 56%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  background: #fff;
}
.ui-datepicker-current-day.asd .ui-state-active:after{
  border: unset;
  background: unset;
}
#Sch-dtd .ui-datepicker-current-day > a {background: none;}
.ui-datepicker-today .ui-state-active{position: relative;}
.ui-datepicker-today .ui-state-active:after{
  position: absolute;
  content: '';
  background: var(--main-bg-color)!important;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.ui-datepicker-calendar tr td.ui-datepicker-current-day:first-child > a{
      border-radius: 50px 0 0 50px;
}
.ui-datepicker-calendar tr td.ui-datepicker-current-day:last-child > a{
      border-radius: 0 50px 50px 0;
}
.ui-datepicker-today .ui-state-active{color: #fff!important;}
.ui-datepicker-current-day > a{
  background: #f1fbff;
  z-index: 1;
}
.calendar.hasDatepicker .ui-datepicker-current-day > a{
  z-index: 1;
  background: #fff;
}
.calendar.hasDatepicker .ui-state-active:after{
  background: var(--main-bg-color);
}
.calendar.hasDatepicker .ui-state-active{color: #fff!important;}
.Pickdate .ui-state-active:after{background: var(--main-bg-color);}
.Pickdate .ui-datepicker-current-day > a{background: #fff; color: #fff!important;}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0 0 18px 0;
}
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em;
}
.ui-datepicker-prev{
  /* 이전 화살표 */
  text-align:center;
  line-height: 2em;
}
.ui-datepicker-prev::before{
  content: url("../images/angle-small-left.svg");
  color:#000;
}
.ui-datepicker-next{
  /* 다음 화살표 */
  text-align:center;
  line-height: 2em;
}
.ui-datepicker-next::before{
  content: url("../images/angle-small-right.svg");
  color:#000;
}
.ui-datepicker-other-month > a{
  color: var(--dk-gray-400)!important;
}
.schd-btn{
  position: absolute;
  left: 148px;
  top: 35px;
  z-index: 35;
}
.hrmljA {
    user-select: none;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
.iJmHWN {
    cursor: pointer;
    height: 25px;
    margin: 3px;
    padding: 6px;
    border-radius: 3px;
    color: transparent;
}
.iJmHWN:hover {
  color: rgb(93, 149, 255);
  border: 1px dashed rgb(93, 149, 255);
  display: flex;
  justify-content: center;
  align-items: center;
}
.schd-btn button{
  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)!important;
  color: rgb(37, 38, 42);
  width: 80px;
  overflow: hidden;
  text-align: left;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.fc-left button{
  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!important;
  font-size: 15px!important;
  border-radius: 8px;
  letter-spacing: -0.2px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(222, 226, 230)!important;
  color: rgb(37, 38, 42)!important;
  width: 80px;
  overflow: hidden;
  text-align: left;
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

/*일정-fullcalendar*/
.fc-toolbar.fc-header-toolbar {
    display: flex;
    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);
}
.fc-header-toolbar {
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}
.fc-view-harness.fc-view-harness-active{height: 880px;}
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
.fc-highlight {
  background: #bce8f1;
  opacity: .3; }
.fc-bgevent {
  background: #8fdf82;
  opacity: .3; }
.fc-nonbusiness {
  background: rgba(52,40,104,.05); }
.fc button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: auto;
  padding: 0 .6em;
  font-size: 1em;
  white-space: nowrap;
  cursor: pointer; }
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }
.fc-state-default {
  border: 1px solid; }
.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
.fc button .fc-icon {
  position: relative;
  top: -0.05em;
  margin: 0 .2em;
  vertical-align: middle; }
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none; }
.fc-button-group {
  display: inline-block; }
.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px; }
.fc .fc-button-group > :first-child {
  margin-left: 0; }
.fc-popover {
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 19px!important;}
.fc-popover .fc-header {
  padding: 2px 4px; }
.fc-popover .fc-header .fc-title {
  margin: 0 2px; }
.fc-popover .fc-header .fc-close {
  cursor: pointer; }
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }
.fc-divider {
  border-style: solid;
  border-width: 1px; }
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0; }
.fc-clear {
  clear: both; }
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
.fc-bg {
  bottom: 0;}
.fc-bg table {
  height: 100%;}
.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;}
.fc th {
  text-align: center; }
a[data-goto] {
  cursor: pointer; }
a[data-goto]:hover {
  text-decoration: underline; }
.fc .fc-row {
  border-style: solid;
  border-width: 0; }
.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent; }
.fc-row:first-child table {
  border-top: 0 hidden transparent;}
.fc-row {
  position: relative;
  background: #ffffff;
}
.fc-row .fc-bg {
  z-index: 1; }
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;}
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;}
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }
.fc-row .fc-bgevent-skeleton {
  z-index: 2; }
.fc-row .fc-highlight-skeleton {
  z-index: 3; }
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;}
.fc-row .fc-helper-skeleton {
  z-index: 5; }
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  background: none;
  border-color: transparent;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  border-bottom: 0; }
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  border-top: 0; }
.fc-scroller {
  -webkit-overflow-scrolling: touch; }
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;}
.fc-event {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  border-radius: 3px;
  font-weight: 500;
  margin: 1.5px;}
.fc-event,
.fc-event-dot {
  background-color: #ffffff;
  color: #5d5386;
  position: relative;}
.fc-event .fc-title {
        font-weight: 600;
    font-size: 15px;
}
.fc-event i{
    font-size: 26px;
    margin-right: 8px;
    vertical-align: middle;
}
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;margin-right: 7px;
  margin-left: -2px;}

.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed; }
.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: .25; }
.fc-event .fc-content {
    position: relative;
    z-index: 2;
}
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }
.fc-event .fc-resizer {
  display: none; }
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  display: block; }
.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }
.fc-event.fc-selected {
  z-index: 9999 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;}
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;}
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;}
.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px; }
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;}
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;}
.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0; }
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;}
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: .25; }
.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden; }
.fc-day-grid-event .fc-time {
  font-weight: bold; }
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;}
.fc-more-cell{text-align: center;}

a.fc-more {
  margin: 1px 3px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  color: var(--main-bg-color) !important;
  text-decoration: none; }
a.fc-more:hover {
  text-decoration: underline; }
.fc-limited {
  display: none; }
.fc-day-grid .fc-row {
  z-index: 1;}
.fc-more-popover {
  z-index: 2;
  width: 220px; }
.fc-more-popover .fc-event-container {
  padding: 0 0 10px 0; width: 100%; max-height: 250px;}
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }
.fc-unthemed .fc-popover {
  background-color: #fff; }
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }
.fc-unthemed td.fc-today {
  background: #fcf8e3; }
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
.fc-icon:after {
  position: relative; }
.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }
.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }
.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%; }
.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%; }
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }
.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%; }
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5; }
.ui-widget .fc-disabled-day {
  background-image: none; }
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;}
.ui-widget .fc-event {
  color: #fff;
  text-decoration: none;
  font-weight: normal; }
.ui-widget td.fc-axis {
  font-weight: normal;}
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;}
.fc.fc-bootstrap3 a {
  text-decoration: none; }
.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline; }
.fc-bootstrap3 hr.fc-divider {
  border-color: inherit; }
.fc-bootstrap3 .fc-today.alert {
  border-radius: 0; }
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0; }
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  background: none; }
.fc.fc-bootstrap4 a {
  text-decoration: none; }
.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline; }
.fc-bootstrap4 hr.fc-divider {
  border-color: inherit; }
.fc-bootstrap4 .fc-today.alert {
  border-radius: 0; }
.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #5d5386; }
.fc-bootstrap4 .fc-popover.card {
  position: absolute!important;}
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0; }
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  background: none; }
.fc-toolbar {
  text-align: center; }
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }
.fc-toolbar .fc-left {
  float: left; padding-left: 160px;}
.fc-toolbar .fc-left .btn-group button{
  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);
  width: 80px;
  overflow: hidden;
  text-align: left;
  border-top-right-radius: 8px!important;
  border-bottom-right-radius: 8px!important;
}
.fa-times:before {
    content: ""!important;
}
.fc-toolbar .fc-left .btn-group{
  display: flex;
  column-gap: 10px;
}
.fc-toolbar .fc-right .btn-group button{
  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;
  letter-spacing: -0.2px;
  color: rgb(37, 38, 42);
  width: 80px;
  overflow: hidden;
  text-align: left;
  border: none;
}
.fc-toolbar .fc-right .btn-group button.active {
  border-radius: 8px;
  background-color: var(--main-bg-color) !important;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc-toolbar .fc-right .btn-group{
  background-color: #eee;
  border-radius: 8px;
}
.fc-center button{
    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;
    font-size: 15px;
    border-radius: 8px;
    letter-spacing: -0.2px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(222, 226, 230);
    color: var(--dk-gray-300);
    width: 40px;
    overflow: hidden;
    text-align: left;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
.fc-toolbar .fc-center {
  display: inline-block; margin-left: -100px;}
.fa-chevron-right:before {
  content: url(../images/angle-right.svg)!important;
  color: #000;
  display: block;
}
.table-bordered .fc-axis{width: 70px!important;}
.table-bordered th{font-weight: 600;}
.fa-chevron-left:before {
  content: url(../images/angle-left.svg)!important;
  color: #000;
  display: block;
}
.fc-bg-plus:hover{border: 2px solid var(--main-bg-color);}
.fc-bg-plus .fc-content{
  height: 100%;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.fc-bg-plus{
    user-select: none;
    height: auto;
    min-height: 2rem;
    letter-spacing: -0.1px;
    padding: 6px 8px;
    color: rgb(37, 38, 42);
    background: repeating-linear-gradient(-45deg, #eee, #eee, 2px, rgb(255, 255, 255) 0px, rgb(255, 255, 255) 5px);
    border: 0px;
    border-radius: 3px;
    transition: all 0.2s ease 0s;
    font-size: 15px;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
}
.fc-bg-plus .fc-title{color: #888!important;}
.fc-bg-plus .fc-time{display: none;}
.fc button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: auto;
    padding: 0 1rem;
    font-size: 1rem;
    white-space: nowrap;
    cursor: pointer;
}
/*.fc-more-cell a{
  position: relative;
  font-size: 0;
}
.fc-more-cell a:after{
  content: "+일정보기";
  position: absolute;
  top: 50%;
  font-size: 13px;
  font-weight: 100;
  left: 50%;
  transform: translate(-50%, -50%);
}*/
.fc-list-table .fc-bg-plus{display: none;}
.fc-month-view .fc-bg-plus{display: none;}
.fc-month-view .fc-title{
  color: #888;
  font-size: 14px;
}
.fc .fc-toolbar > * > * {
  float: left;
  margin-left: .75em; }
.fc .fc-toolbar > * > :first-child {
  margin-left: 0; }
.fc-toolbar h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 26px;
}
.fc-toolbar button {
  position: relative; }
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }
.fc-toolbar .fc-state-down {
  z-index: 3; }
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }
.fc-toolbar button:focus {
  z-index: 5; }
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
.fc-view,
.fc-view > table {
  position: relative;
  z-index: 1;
}
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  padding-bottom: 1em;}
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;}
.fc-row.fc-rigid {
  overflow: hidden; }
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-day-top.fc-other-month {
  opacity: 0.3;
}
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 5px 14px;
  color: rgba(52,40,104,.8);
  font-size: 15px;
  font-weight: 400;
}
.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
  font-weight: 500;
}
.fc-ltr{width: 100%;}
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}
.fc-basic-view td.fc-week-number {
  text-align: center;
}
.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}
.fc-agenda-view .fc-day-grid {
  position: relative;
  display: none;
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}
.fc .fc-axis {
  vertical-align: middle;
  white-space: nowrap;
}
.fc-ltr th.fc-axis {
  border-top: 0px !important;
}
.fc-ltr .fc-axis {
  border-left: 0!important;
}
.fc .fc-day-header {
  border-top: 0px !important;
}
.fc-rtl .fc-axis {
  text-align: left;
}
.fc-time-grid-container,
.fc-time-grid {
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
}
.fc-time-grid table {
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
  background: #fff;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  position: relative;
  z-index: 2;
}
hr.fc-divider {display: none;}
.fc-time-grid .fc-content-col {
  position: relative;
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}
.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  color: var(--dk-gray-400) !important;
}
.fc-agendaDay-view .sc-ilsNdd.hrmljA{display: none;}
.fc-agendaDay-view .fc-time-grid .fc-slats td{
  background: #ffffff;
}
.table-bordered td, .table-bordered th {
    border-bottom: 0px !important;
}
.table-bordered {
    border: unset!important;
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }
.fc-time-grid .fc-highlight-container {
  position: relative;}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;}
.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px; }
.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%; }
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;}
.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0; }
.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.fc-time-grid-event {
  overflow: hidden;}
.fc-time-grid-event.fc-selected {
  overflow: visible; }
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;}
.fc-time-grid-event .fc-content {
  overflow: hidden;}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }
.fc-time-grid-event .fc-time {
      font-size: 14px;
    white-space: nowrap;
    font-weight: 600;
    margin-bottom: 6px; }
.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap; }
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top; }
.fc-time-grid-event.fc-short .fc-time span {
  display: none;}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);}
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";}
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  padding: 0;}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }
.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px; }
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }
.fc-rtl .fc-list-view {
  direction: rtl;}
.fc-list-view {
  border-width: 1px;
  border-style: solid; }
.fc .fc-list-table {
  table-layout: auto;}
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }
.fc-list-table tr:first-child td {
  border-top-width: 0; }
.fc-list-heading {
  border-bottom-width: 1px; }
.fc-list-heading td {
  font-weight: bold; }
.fc-ltr .fc-list-heading-main {
  margin-left: 14px; }
.fc-ltr .fc-list-heading-alt {
  float: left; }
.fc-rtl .fc-list-heading-main {
  float: right; }
.fc-rtl .fc-list-heading-alt {
  float: left; }
.fc-list-item.fc-has-url {
  cursor: pointer;}
.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }
.fc-rtl .fc-list-item-marker {
  padding-left: 0; }
.fc-list-item-title a {
  text-decoration: none;
  color: inherit; }
.fc-list-item-title a[href]:hover {
  text-decoration: underline; }
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }
.fc-unthemed .fc-list-empty {
  background-color: #eee; }
.fc th.fc-day-header{
    padding: 11px 7px;
    font-size: 16px;
}
.fc-day.fc-today{
    background: rgba(52,40,104,.0);
}
.fc-day.alert-info{
    background: rgba(52,40,104,.0);
}
.fc-agendaWeek-view .fc-scroller.fc-time-grid-container > div > div.fc-slats > table > tbody > tr:nth-child(1) > td:nth-child(2) {
  background: rgba(0,0,0,.03)!important;
}
.fc-agendaWeek-view .fc-scroller.fc-time-grid-container > div > div.fc-slats > table > tbody > tr:nth-child(2) > td:nth-child(2) {
  background: rgba(0,0,0,.03)!important;
}
.fc-agendaWeek-view .fc-scroller.fc-time-grid-container > div > div.fc-slats > table > tbody > tr:nth-child(3) > td:nth-child(2) {
  background: rgba(0,0,0,.03)!important;
}
.fc-agendaWeek-view .fc-scroller.fc-time-grid-container > div > div.fc-slats > table > tbody > tr:nth-child(4) > td:nth-child(2) {
  background: rgba(0,0,0,.03)!important;
}
.fc-agendaWeek-view .fc-scroller.fc-time-grid-container > div > div.fc-slats > table > tbody > tr:nth-child(5) > td:nth-child(2) {
  background: rgba(0,0,0,.03)!important;
}
.fc-agendaWeek-view .fc-scroller.fc-time-grid-container > div > div.fc-slats > table > tbody > tr:nth-child(6) > td:nth-child(2) {
  background: rgba(0,0,0,.03)!important;
}
.fc-agendaWeek-view .fc-scroller.fc-time-grid-container > div > div.fc-slats > table > tbody > tr:nth-child(31) > td:nth-child(2) {
  background: rgba(0,0,0,.03)!important;
}
.fc-agendaWeek-view .fc-scroller.fc-time-grid-container > div > div.fc-slats > table > tbody > tr:nth-child(32) > td:nth-child(2) {
  background: rgba(0,0,0,.03)!important;
}
.fc-agendaWeek-view .fc-scroller.fc-time-grid-container > div > div.fc-slats > table > tbody > tr:nth-child(33) > td:nth-child(2) {
  background: rgba(0,0,0,.03)!important;
}
.fc-agendaWeek-view .fc-scroller.fc-time-grid-container > div > div.fc-slats > table > tbody > tr:nth-child(34) > td:nth-child(2) {
  background: rgba(0,0,0,.03)!important;
}

.fc-agendaDay-view .fc-scroller.fc-time-grid-container > div > div.fc-slats > table > tbody > tr:nth-child(1) > td:nth-child(2) {
  background: rgba(0,0,0,.03)!important;
}
.fc-agendaDay-view .fc-scroller.fc-time-grid-container > div > div.fc-slats > table > tbody > tr:nth-child(2) > td:nth-child(2) {
  background: rgba(0,0,0,.03)!important;
}
.fc-agendaDay-view .fc-scroller.fc-time-grid-container > div > div.fc-slats > table > tbody > tr:nth-child(3) > td:nth-child(2) {
  background: rgba(0,0,0,.03)!important;
}
.fc-agendaDay-view .fc-scroller.fc-time-grid-container > div > div.fc-slats > table > tbody > tr:nth-child(4) > td:nth-child(2) {
  background: rgba(0,0,0,.03)!important;
}
.fc-agendaDay-view .fc-scroller.fc-time-grid-container > div > div.fc-slats > table > tbody > tr:nth-child(5) > td:nth-child(2) {
  background: rgba(0,0,0,.03)!important;
}
.fc-agendaDay-view .fc-scroller.fc-time-grid-container > div > div.fc-slats > table > tbody > tr:nth-child(6) > td:nth-child(2) {
  background: rgba(0,0,0,.03)!important;
}
.fc-agendaDay-view .fc-scroller.fc-time-grid-container > div > div.fc-slats > table > tbody > tr:nth-child(31) > td:nth-child(2) {
  background: rgba(0,0,0,.03)!important;
}
.fc-agendaDay-view .fc-scroller.fc-time-grid-container > div > div.fc-slats > table > tbody > tr:nth-child(32) > td:nth-child(2) {
  background: rgba(0,0,0,.03)!important;
}
.fc-agendaDay-view .fc-scroller.fc-time-grid-container > div > div.fc-slats > table > tbody > tr:nth-child(33) > td:nth-child(2) {
  background: rgba(0,0,0,.03)!important;
}
.fc-agendaDay-view .fc-scroller.fc-time-grid-container > div > div.fc-slats > table > tbody > tr:nth-child(34) > td:nth-child(2) {
  background: rgba(0,0,0,.03)!important;
}


.fc-month-view .fc-bg-white{display: none;}
.fc-month-view .fc-bg-org{background: #fff;}
.fc-month-view .fc-bg-org:hover{box-shadow: none!important}
.fc-month-view .fc-event{border: none!important; box-shadow: none!important}
.fc-listWeek-view .fc-bg-white{display: none;}
.fc-listWeek-view .fc-bg-org{background: #fff;}
.fc-listWeek-view .fc-bg-org:hover{box-shadow: none!important}
.fc-list-view .fc-bg-org {
    background-color: unset;
    position: relative;
    color: #000 !important;
}
.fc-list-view .fc-bg-org:after {
    content: '';
    width: 6px;
    position: absolute;
    top: 0;
    left: 0;
    background: #ff9933;
    height: 100%;
}
.fc-bg-blue{
  user-select: none;
  height: auto;
  min-height: 2rem;
  letter-spacing: -0.1px;
  padding: 6px 8px;
  color: rgb(37, 38, 42);
  background: repeating-linear-gradient(-45deg, rgb(228, 238, 255), rgb(228, 238, 255), 2px, rgb(255, 255, 255) 0px, rgb(255, 255, 255) 5px);
  border: 0px;
  border-radius: 3px;
  transition: all 0.2s ease 0s;
  font-size: 15px;
}
.fc-bg-deepskyblue{
    user-select: none;
    letter-spacing: -0.1px;
    color: rgb(37, 38, 42);
    background-color: rgb(215, 229, 255);
    border-radius: 3px;
    transition: all 0.2s ease 0s;
    font-size: 15px;
    color: #000 !important;
}
.fc-bg-blue:hover{
  box-shadow: rgb(93, 149, 255) 0px 0px 0px 2px;
}
.fc-bg-deepskyblue:hover{
  box-shadow: rgb(93, 149, 255) 0px 0px 0px 2px;
}
.fc-bg-org{
    user-select: none;
    letter-spacing: -0.1px;
    color: rgb(37, 38, 42);
    background-color: #ffe0b2;
    border-radius: 3px;
    transition: all 0.2s ease 0s;
    font-size: 15px;
    color: #000 !important;
}
.fc-bg-org:hover{
  box-shadow: #ff9933 0px 0px 0px 2px;
}
.fc-bg-org:hover{
  box-shadow: #ff9933 0px 0px 0px 2px;
}

.fc-bg-pink{
    user-select: none;
    letter-spacing: -0.1px;
    color: rgb(37, 38, 42);
    background-color: #f7e3eb;
    border-radius: 3px;
    transition: all 0.2s ease 0s;
    font-size: 15px;
    color: #000 !important;
}
.fc-bg-gray{
    user-select: none;
    letter-spacing: -0.1px;
    color: rgb(37, 38, 42);
    background-color: #eee;
    border-radius: 3px;
    transition: all 0.2s ease 0s;
    font-size: 15px;
    color: #000 !important;
}
.fc-bg-gray:hover{
  box-shadow: #999 0px 0px 0px 2px;
}
.fc-bg-gray:hover{
  box-shadow: #999 0px 0px 0px 2px;
}
.fc-bg-pink:hover{
  box-shadow: #ff79ad 0px 0px 0px 2px;
}
.fc-bg-pink:hover{
  box-shadow: #ff79ad 0px 0px 0px 2px;
}

.fc-bg-white{
    user-select: none;
    height: auto;
    min-height: 2rem;
    letter-spacing: -0.1px;
    padding: 6px 8px;
    color: rgb(37, 38, 42);
    border: 0px;
    border-radius: 3px;
    transition: all 0.2s ease 0s;
    font-size: 15px;
    background-color: #00ff0000;
    background: #00ff0000;
}
.fc-bg-white .fc-content{display: none;}
.fc-list-view .fc-list-item-time {font-weight: 500; padding-left: 18px;}
.fc-list-view .fc-bg-blue:hover{
  box-shadow: unset;
}
.fc-list-table.table{
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
.fc-list-table.table .table-active{padding:16px;}
.fc-list-view .fc-bg-deepskyblue:hover{
  box-shadow: unset;
}
.fc-list-view .fc-bg-blue{
  background:unset;
  position: relative;
}
.fc-list-view .fc-bg-deepskyblue{
  background-color:unset;
  position: relative;
  color: #000 !important;
}
.fc-month-view .fc-bg-blue{
  background:unset;
  box-shadow: unset;
  padding: 0;
}
.fc-month-view .fc-bg-deepskyblue{
  background-color: unset;
  color: #000 !important;
  box-shadow: unset;
  border: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid var(--dk-gray-300);
  border-radius: 0;
}
.fc-month-view .fc-bg-deepskyblue:hover{
  box-shadow: unset;
}
.fc-month-view .fc-bg-blue:hover{
  box-shadow: unset;
}
.fc-month-view .fc-title{
  font-size: 16px;
  font-weight: 600;
  padding: 8px 10px;
}
.fc-month-view .fc-time{
  font-size: 13px;
  color: #8e8e8e;
  font-weight: 500;
  width: 40px;
  display: inline-block;
}
.fc-month-view .fc-content {
    padding: 12px 14px;
}
.fc-month-view .fc-content .fc-title{position: relative;padding: 8px 10px 8px 16px;
}
.fc-month-view .fc-content .fc-title:after{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background: var(--main-bg-color);
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.fc-month-view .fc-bg-blue .fc-title:after{
    border-radius: 0!important;
    background: #cfe6ff!important;
}
.fc-list-item-title {font-weight: 600;}
.fc-list-view .fc-bg-deepskyblue:after{
  content: '';
  width: 6px;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main-bg-color);
  height: 100%;
}
.fc-list-view .fc-bg-blue:after {
  content: '';
  width: 6px;
  position: absolute;
  top: 0;
  left: 0;
  background: #cfe6ff;
  height: 100%;
}
.datepicker{
  z-index: 123456;
}
.form-group label{
  font-weight: 600;
  letter-spacing: 0.010em;
  font-size: 18px;
  margin-bottom: 5px;
}
.modal-body .form-control{
  box-shadow: none;
  height: 50px;
}
.modal-dialog{height: 100%;}
.related-product{
  padding: 80px 0;
}
.related-product .container{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.related-product ul{
  padding: 0;
  margin: 0;
}
.related-product ul li{
  margin-bottom: 30px;
  list-style-type: none;
}
.related-product ul li h3{
  font-weight: 700;
  font-size: 24px;
  padding: 20px 0;
}
.related-product ul li a{
  font-weight: 600;
  color: #3b484a;
  text-align: center;
}
.related-product ul li a img{
  max-width: 100%;
  display: block;
}
.related-box{
  max-width: 400px;
  margin: 0 auto;
}
.related-box.related-box-iframe{
  max-width: 100%;
}
.download-btn{
  padding: 15px;
  display: inline-flex;
  align-items: center;
}
.download-btn .fa{
  font-size: 40px;
  margin-right: 10px;
}
.fc .fc-toolbar {
  display: inline-block!important;
}
.fc-toolbar.fc-header-toolbar{
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  width: 100%;
  height: 102px;
}
.fc-center > div{
  display: flex;
}
.ftrbtn{
  color: #fff;
  background: var(--main-bg-color);
  font-size: 18px;
  border-radius: 10px;
  padding: 12px 50px;
  font-weight: 600;
  max-width: 400px;
  width: 100%;
}
.tp-scdcm{
  border-bottom: 1px solid var(--dk-gray-300);
}
.small_title{
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(222, 226, 230);
  margin-bottom: 8px;
  font-weight: bold;
}
.big_title{
  font-size: 20px!important;
  padding-top: 50px;
}
.line{
  border-bottom: 1px solid var(--dk-gray-300);
  padding-bottom: 6px;
}
.mgn-24{margin-top: 46px!important;}
.bold{font-weight: 600!important;}
.background{
  background-color: var(--bg-color);
}
.modal-backdrop {
  z-index: 999!important;
}
.meocs{
  width: 100%;
  left: 50% !important;
  transform: translateX(-50%);
}
#modal-view-event-add .modal-content{
  background: none!important;
  border: none!important;
}
.ma-c-buttonbox{
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.fixbottom{
  bottom: 0;
  position: fixed;
  width: 100%;
}
.ma-c-buttonbox > a{
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  padding: 12px 10px;
  width: 100%;
  max-width:  400px;
  border-radius: 8px;
  border: 2px solid #ddd;
}
.card-header {
    background-color: #fff!important;
}
.ma-c-buttonbox > a:hover{
  border: 2px solid var(--main-bg-color)!important;
  color: var(--main-bg-color)!important;
}
.mw-480{max-width: 480px;}
.w520{max-width: 520px;}
.wh300{
  max-width: 380px;
  height: 260px !important;
}
.fo-24{
  font-size: 24px;
  letter-spacing: -0.3px;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fo-20{
  font-size: 20px!important;
  letter-spacing: -0.3px;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fo-18{
  font-size: 18px;
  letter-spacing: -0.3px;
}
.fo-15{
  -webkit-box-align: center;
  align-items: center;
  font-size: 15px;
  white-space: pre-wrap;
}
.fo-13{
  font-size: 13px!important;
}
.fo-11{
  font-size: 11px;
}
.dF-juc{
  display: flex;
  justify-content: center;
}
.dF-clm{
  display: flex;
  flex-direction: column;
  gap:8px;
}
.pdb-16{padding-bottom: 16px;}
.dF-jubw{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.w100{width: 100%;}
.d-Flex{
  display: flex;
  gap:8px;
  align-items: baseline;
}
.dF{display: flex!important; align-items: center;gap:8px;}
.jMpAJF {
    flex: 0.49 1 0%;
}
.h-100{height: 100%!important;}
.mg-0{margin:0!important;}
.mb-20{margin-bottom: 16px!important;}
.pd-0{padding: 0!important;}
.pd-26{padding: 26px!important;}
.gray{color: rgb(145, 155, 164);}
.button-wrapper {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 16px;
}
.h70{height: 92%!important;}
.gp8{gap:8px;}
.glloLN {
  outline: none;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 14px;
  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);
  gap: 6px;
}
.pym-save{
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(222, 226, 230);
  margin-bottom: 24px !important;
}
.pym-save > p {
  margin-bottom: 0!important;
  padding-bottom: 0!important;
  border-bottom: unset!important;
}
.eTheEQ {
    min-height: 38px;
    height: 38px;
    position: relative;
    transition: background-color 0.5s ease 0s;
    border-radius: 8px;
    border: 1px solid rgb(222, 226, 230);
    display: flex;
    font-size: 15px;
    font-weight: 500;
    padding: 0 14px;
    align-items: center;
    min-width: 180px;
    max-width: 180px;
}
.eTheEQ > input{
  width: 100%;
}
.eTheEQ.mxw{
  min-width: 100%;
  max-width: 100%;
}
.smalldate{
  color: rgb(145, 155, 164);
  font-size: 13px;
  padding-top: 5px;
}
.nopoint{cursor: unset!important;}
.wORdcnt {
  width: 100%;
  border: 1px solid rgb(222, 226, 230);
  border-radius: 16px;
  padding: 16px;
  height: 80px;
  max-height: 80px;
  resize: none;
  overflow-y: auto;
}
.bERdk{
    outline: none;
    font-weight: bold;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 30px;
    padding: 7px 10px;
    font-size: 12px;
    border-radius: 6px;
    letter-spacing: -0.1px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(222, 226, 230);
    color: rgb(37, 38, 42);
    cursor: pointer;
}
.pYMipt {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
.pYMipt > div > label{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-left: 4px;
}
.pYMSum {
  border-top: 2px dashed var(--dk-gray-200);
  padding-top: 22px;
  margin-top: 16px;
}
.fTBtn{
  display: inline-block;
  margin-top: 26px;
  width: 100%;
}
.fTBtn .ftrbtn{max-width: 100%;}
.bMFNUg {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(222, 226, 230);
  margin-bottom: 24px !important;
}
.item-cse{
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgb(248, 249, 250);
  padding: 20px;
  border-radius: 12px;
  gap:8px;
  text-align: center;
  align-items: center;
  height: auto;
}
.cs-bfot{
  font-size: 13px;
  height: auto;
  color: rgb(145, 155, 164);
  font-weight: 700;
  background-color: rgb(241, 244, 246);
  border-radius: 100px;
  padding: 4px 8px!important;
  margin-left: 4px;
  display: inline-block;
  text-align: center;
  padding: 4px 12px;
}
.cs-bfot.crl{
  color: var(--main-bg-color);
  background-color: rgb(233, 241, 255);
}
.new{
  color: #ff76ab;
}
.tp-mdcn.Vwcont{
  overflow-y: auto;
  height: 242px;
}
.tp-mdcn li{
  color: rgb(114, 121, 128);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  display: flex;
  gap: 10px;
}
.tp-mdcn li > svg{
  fill: rgb(114, 121, 128);
  width: auto;
  padding-top: 2px;
}
.tp-mdcn li p{
  position: relative;
}
.fc-body.card-body{
  height: auto;
  overflow-y: auto;
  padding: 16px 0;
  overflow-x: hidden;
}
.sc-tkdvnark{
  border-left: 1px solid rgb(145, 155, 164);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(145, 155, 164);
  margin: 12px 0 8px 18px !important;
  padding-left: 10px;
  display: flex;
  font-size: 13px;
  color: rgb(145, 155, 164) !important;
}
.tp-Lnn{
  position: relative;
}
.tp-Lnn > a.btn{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 600;
  padding: 0px;
  font-size: 14px;
}
.tsts_cp{
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid var(--dk-gray-400);
  border-radius: 19.5px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.1px;
  color: var(--dk-gray-400);
  cursor: pointer;
}
.tp-Lnn > a{
  color: #000!important;
}
.tsts_cl{
  position: absolute;
  background: #fff;
  top: 6px;
  left: 100px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
  border-radius: 10px;
  z-index: 2;
}
.tsts_cl > ul > li{
  font-size: 14px;
  padding: 12px;
  text-align: left;
  max-width: 120px;
  width: 100%;
  min-width: 120px;
  border-bottom: 1px solid rgb(234, 237, 241);
  display: flex;
  margin-bottom: 0;
}
.tsts_cl > ul > li:hover{background: #eee;}
.tsts_cl > ul > li p{padding-left: 0!important;}
.customer_on{position: relative;}
.customer_off{
  position: absolute;
  background: #fff;
  top: 70px;
  right: -22px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
  border-radius: 10px;
  z-index: 2;
}
.customer_off li:hover{background: #eee;}
.sc-ghlttn li:hover{background: #eee;}
.sc-qhdbso li:hover{background: rgb(233, 241, 255);}
.customer_off > ul > li{
  font-size: 14px;
  padding: 12px;
  text-align: left;
  max-width: 120px;
  width: 100%;
  min-width: 120px;
  border-bottom: 1px solid rgb(234, 237, 241);
  display: flex;
  margin-bottom: 0;
}
.customer_off > ul > li p{padding-left: 0!important;}
.rsvt_on{position: relative; cursor: pointer;}
.rsvt_off{
  position: absolute;
  background: #fff;
  top: 40px;
  right: -20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
  border-radius: 10px;
  z-index: 2;
}
.rsvt_off > ul > li{
  font-size: 14px;
  padding: 12px;
  text-align: left;
  max-width: 120px;
  width: 100%;
  min-width: 120px;
  border-bottom: 1px solid rgb(234, 237, 241);
  display: flex;
  margin-bottom: 0;
}
.rsvt_off > ul > li:hover{background: #eee;}
.rsvt_off > ul > li p{padding-left: 0!important;}

.Vwcont{
  padding: 16px 18px;
}
.tp-scdcm.Vwcont > div{padding-bottom: 12px;}
.chpmde {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 34px;
  padding: 8px 14px;
  white-space: nowrap;
  cursor: pointer;
  background-color: var(--main-bg-color);
  border-radius: 8px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.2px;
  color: #fff!important;
}
.chpright {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 34px;
  padding: 8px 14px;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 8px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.2px;
  border: 1px solid rgb(222, 226, 230);
  background-color: #fff;
  color: rgb(37, 38, 42)!important;
}
.tp-scdcm > div {
  display: flex;
  justify-content: space-between;
}
.sc-Rvtlf{
  display: inline-block;
  float: left;
  width: 45%;
  height: 100%;
  overflow-y: auto;
}
.sc-Cstwd{
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.bg-Ry{
  background-color: rgb(255, 242, 228);
  color: rgb(255, 168, 73);
  text-align: center;
  padding: 12px 0;
}
.bg-Bl{
  background-color: rgb(233, 241, 255);
  color: var(--main-bg-color);
  text-align: center;
  padding: 12px 0;
}
.sc-Cstch{
  padding: 24px 26px;
}
.sc-Cstch > div{
  width: 100%;
  min-height: 38px;
  height: 38px;
  position: relative;
  transition: background-color 0.5s ease 0s;
  border-radius: 8px;
  border: 1px solid var(--dk-gray-300);
  padding: 0px 14px;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  gap: 10px;
  background: #fff;
}
.sc-Cstch span{
  align-items: center;
  display: flex!important;
  padding: 0!important;
}
.sc-Cstch > span{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  white-space: nowrap;
  padding-right: 12px;
}
.sc-Cstch input{width: 100%;}
.sc-Cstch svg{
  fill: var(--main-bg-color);
  height: auto;
  width: 18px;
}
.sc-Cstad > a{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  white-space: nowrap;
  border-top: 1px solid var(--dk-gray-300);
  border-bottom: 1px solid var(--dk-gray-300);
  padding: 16px 0;
}
.sc-Cstad a{display: flex; gap:8px;}
.sc-Cstad svg{fill: var(--main-bg-color);}
.sc-Cstjpm li > div{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: space-between;
  padding: 18px 26px;
  border-bottom: 1px solid var(--dk-gray-200);
}
.sc-Cstjpm li > div:hover{background: var(--dk-gray-100);}
.sc-Rvtrh.rvt a:hover > svg{fill: var(--main-bg-color);}
.iUEnEe {
  width: 100%;
  height: 34px;
  padding: 8px 0px 8px 26px;
  background-color: rgb(241, 244, 246);
  color: rgb(145, 155, 164);
  position: relative;
}
.sc-Cstjpm.customer{overflow-y: auto;}
.sc-cstdrv{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 12px;
}
.sc-Rvtrh{
  display: inline-block;
  float: left;
  width: 55%;
  background-color: var(--bg-color);
  padding: 26px;
  overflow-y: scroll;
  height: 100%;
}
.sc-Rvtrh.rvt{
  overflow-y: scroll;
  height: 100%;
}
.sc-Rvtrh.rvt > div{
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  margin-bottom: 24px;
}
.sc-Rvtrh.rvt > div > a{
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.sc-Rvtrh > div:last-child{
  margin-bottom: 0;
}
#wordcnt{
  width: 100%;
  border: 1px solid rgb(222, 226, 230);
  border-radius: 10px;
  padding: 16px;
  height: 188px;
  max-height: 160px;
  resize: none;
  -webkit-box-align: center;
  align-items: center;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
  transition: all 100ms ease 0s;
  box-sizing: border-box;
  background: rgb(255, 255, 255);
  outline: 0px !important;
  font-family: "Pretendard", "Red Hat", Arial, sans-serif;
  font-size: 15px;
}
.tp-mdcn li.tp-Lnn {
  display: flex;
  justify-content: space-between;
}
.tp-btun{
  border-top: 1px solid var(--dk-gray-300);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tp-mdcn li{
  margin-bottom: 12px;
}
.sc-pdcLf > p{margin-bottom: 0!important;}

/*스위치*/
.st-List .swh input[type=checkbox]{
  height: 0;
  width: 0;
  visibility: hidden;
  max-height: 0;
  min-height: 0;
}
.st-List .swh label {
  cursor: pointer;
  text-indent: -9999px;
  width: 36px;
  height: 21px;
  background: grey;
  display: block;
  border-radius: 100px;
  position: relative;
}
.st-List .swh label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}
.st-List .swh input:checked + label {
  background: var(--main-bg-color);
}
.st-List .swh input:checked + label:after {
  left: calc(100% - 3px);
  transform: translateX(-100%);
}
.st-List .swh label:active:after {
  width: 15px;
}
.st-List > p{
  border-bottom: 1px solid var(--dk-gray-300);;
  padding-bottom: 6px;
  margin-bottom: 28px!important;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  white-space: pre-wrap;
}
.st-List > div{margin-bottom: 26px;}
.st-List > div > p{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  white-space: pre-wrap;
  margin-bottom: 6px!important;
}
.st-List.tNEks > div{margin-bottom: 0!important; margin-left: 8px;}
.sc-cpdyd{
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  white-space: pre-wrap;
  margin-bottom: 24px !important;
  width: 100%;
  border-bottom: 1px solid var(--dk-gray-300);
  padding-bottom: 10px;
}
.sc-wjscp{display: flex; gap:12px;}
.sc-wjscp .css-setot100{max-width: 240px;}
.sc-scxkdl{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  white-space: pre-wrap;
  margin-bottom: 24px !important;
  width: 100%;
  border-bottom: 1px solid var(--dk-gray-300);
  padding-bottom: 10px;
}
.css-setot100{
    -webkit-box-align: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: none;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-height: 38px;
    position: relative;
    transition: all 100ms ease 0s;
    box-sizing: border-box;
    height: 39px;
    border: 1px solid rgb(222, 226, 230);
    background: rgb(255, 255, 255);
    outline: 0px !important;
    padding: 0 12px;
    width: 100%;
    margin-top: 8px;
}
.st-List .swh{
  display: flex;
  justify-content: space-between;
}
.st-List .swh.opt{display: block;}
.st-List .swh.opt > div{
  display: flex;
  width: 100%;
  gap: 8px;
}
.st-List .swh.opt p{margin-bottom: 8px!important;}
.st-List .swh.opt >span{
  border-top: 1px solid var(--dk-gray-300);;
  padding-top: 8px;
  display: block;
  width: 100%;
  font-size: 13px;
  color: var(--dk-gray-400);
}
.st-List > div.swh:nth-child(2){margin-bottom: 10px;}
.st-List > div > input{
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: none;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  min-height: 38px;
  position: relative;
  transition: all 100ms ease 0s;
  box-sizing: border-box;
  height: 39px;
  border: 1px solid rgb(222, 226, 230);
  background: rgb(255, 255, 255);
  outline: 0px !important;
  padding: 0 12px;
}
.st-List .tme{
  display: flex;
  justify-content: space-between;
  gap: 14px;
}
.sc-flspbw{
  display: flex;
  justify-content: space-between;
  gap: 14px;
  position: relative;
}
.sc-flspbw.sum{
  padding-top: 18px;
}
.stt_tch{gap:14px;}
.sc-dtpcl{
  display: inline-block;
  float: left;
  width: 40%;
  padding: 26px;
}
.sc-dtpcl > select{margin-bottom: 32px;}
.sc-dtpcl .ui-datepicker-calendar tbody td a {
    margin: 0;
    display: block;
}
.sc-dtpcl .ui-datepicker-calendar tbody td {
    padding: 10px 0;
}
.sc-dtptm{
  display: inline-block;
  width: 60%;
  background-color: var(--bg-color);
  padding: 26px;
  height: 100%;
  overflow-y: auto;
}
.sc-dtptm .sc-dtprV{
  background: #fff;
  border-radius: 30px;
  padding: 26px;
  margin-bottom: 26px;
}
.sc-dtpaf {
  display: flex;
  align-items: normal;
  flex-wrap: wrap;
}
.sc-dtpaf > div{
  white-space: break-spaces;
  width: calc(33.3333% - 8.66667px);
  max-width: calc(33.3333% - 8.66667px);
  margin: 6.5px;
  letter-spacing: -0.3px;
  border-radius: 6px;
  border: 1px solid rgb(222, 226, 230);
  background-color: rgb(255, 255, 255);
  padding: 10px 5px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
}
.sc-dtpaf > div:hover{background: var(--dk-gray-100);}
.sc-dtpaf div:nth-child(3n) {
    margin-right: 0px !important;
}
.sc-dtpaf div:nth-child(3n-2) {
    margin-left: 0px !important;
}
.sc-dtpBtw {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.BGRP{
  background: #f5f5f5;
  border-radius: 10px;
  padding: 20px 26px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.st-List.Rvpush{flex-direction: unset;justify-content: space-between;margin-bottom: 20px;align-items: center;}
.st-List.Rvpush .swh{gap:6px;}
.st-List.Rvpush > div{margin-bottom: 0!important;}
.sc-dtpBtw > div{
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.st-List.Rvtime > p{
  border-bottom: 1px solid var(--dk-gray-300)!important;
  padding-bottom: 8px!important;
  margin-bottom: 10px!important;
}
.st-List.Rvtime .active{border:2px solid var(--main-bg-color); color: var(--main-bg-color); font-weight: 600;}
.sc-dtpmn{
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin: 20px 26px;
}
.sc-dtpmn > div {
    outline: none;
    font-weight: bold;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 30px;
    padding: 7px 10px;
    font-size: 12px;
    border-radius: 6px;
    letter-spacing: -0.1px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(222, 226, 230);
    color: rgb(37, 38, 42);
}
.sc-dtpmn svg{width: 12px;margin-right: 5px;height: auto;}
.sc-tltnfapsb{
  display: flex;
  height: 100%;
}
.sc-tltnfdhls{
  display: inline-block;
  float: left;
  border-bottom: 1px solid var(--dk-gray-300);
  padding: 0 26px;
  position: fixed;
  background: #fff;
  width: 100%;
  height: 47px;
}
.sc-tltnfdhls > ul{
  display: flex;
}
.sc-tltnfdhls li{
  display: flex;
  flex-direction: column;
  color: rgb(145, 155, 164);
}
.sc-tltnfdhls li:hover{
  background: var(--dk-gray-100);
}
.sc-tltnfdhls .prdct_list{padding: 12px 20px;}
.sc-tltnfdh{
  display: inline-block;
  width: 100%;
  background-color: var(--bg-color);
  padding: 26px;
  overflow-y: scroll;
}
.sc-tltnfdh .swh{
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.sc-asdfk {
  display: flex;
  align-items: center;
  gap:12px;
}
.sc-asdfk.CjdBx{
  gap:4px;
  margin-top: 12px;
}
.sc-asdfk.CjdBx > p{font-weight: 400;}
.sc-tltnfdh .bg-wh div.swh:not(.sc-tltnfdh .bg-wh > div:nth-child(2)){
  margin-top: 20px;
}
.swh .sc-tkdvna > span{
  display: flex;
  gap: 12px;
}
.bg-wh {
  background: #fff;
  border-radius: 14px;
  padding: 26px;
  margin-bottom: 24px;
}
.sc-tkqhrl > a > svg{
  width: 22px;
  height: 22px;
  transform: rotate(90deg);
}
.sc-tkqhrl .sc-Brin.profile{width: 50px; height: 50px;margin-right: 8px;}
.sc-tkqhrl{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tkdtpdh{
  display: flex;
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
  flex-direction: column;
  margin-top: -1px;
}
#Sch-Cusd .sc-Rvtrh{padding: 0;}
.sc-tcntunit > ul{
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 26px;
  padding: 10px 0px;
  border-radius: 8px;
  border: 1px solid rgb(222, 226, 230);
  background: #fff;
}
.sc-tcntunit > ul li{
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 0%;
  overflow: hidden;
  text-align: center;
}
.sc-tcntunit > ul li::after {
  content: "";
  position: absolute;
  height: 13px;
  width: 1px;
  top: 50%;
  right: 0px;
  transform: translate(0px, -50%);
  background-color: rgb(234, 237, 241);
}
.sc-tcntunit > ul li p{font-weight: bold;}
.sc-tcntunit > ul li span{color: rgb(145, 155, 164);}
.sc-tcntpym {
  padding: 0 18px;
  border-radius: 10px;
  border: 1px solid rgb(222, 226, 230);
  background-color: rgb(248, 249, 250);
  margin: 26px;
}
.sc-tcntpym > div{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(234, 237, 241);
  padding: 19px 0px;
}
.sc-tcntpym > div:last-child{
  border-bottom: none;
}
.sc-cnrk{
  background-color: rgb(248, 249, 250);
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  white-space: nowrap;
  padding: 12px;
  position: relative;
  gap: 8px;
  align-items: center;
}
.sc-tcnt{position: relative;height: 100%;overflow: auto;}
.sc-qhdbso{position: relative;height: auto;overflow: auto;}
.sc-qhdbso li{
  padding: 16px 26px;
  border-bottom: 1px solid rgb(234, 237, 241);
  max-width: 100%;
  display: flex;
  cursor: pointer;
}
.qhso{
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  overflow: hidden;
}
.qhdur{
  width: 151px;
  display: flex;
  flex-direction: column;
  text-align: end;
  white-space: nowrap;
}
.qhdur .balance{color: var(--main-bg-color);}
.sc-wjdqh{
  height: 100%;
  overflow: auto;
  position: relative;
}
.sc-wjdqh ul{
  padding: 26px;
}
.sc-wjdqh ul li{
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgb(234, 237, 241);
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.sc-wjdqh ul li > p{font-weight: bold;}
.sc-dkffla {
  display: flex;
  margin: 2px 0 12px 0;
  gap: 10px;
}
.sc-dkffla div{
  color: var(--main-bg-color);
  background-color: #e9f5f9;
  text-align: center;
  letter-spacing: -0.2px;
  line-height: normal;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 29px;
  border-radius: 15.5px;
  padding: 7px 8px;
  width: fit-content;
}
.sc-ghlttn {
  display: none;
  position: absolute;
  top: 100px;
  background: #fff;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px;
  border-radius: 10px;
  z-index: 1;
}
.sc-ghlttn li{
  font-size: 14px;
  padding: 12px;
  text-align: left;
  max-width: 140px;
  width: 100%;
  border-bottom: 1px solid var(--dk-gray-100);
}
.sc-skfWK{
  background: #fff;
  padding: 26px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.rnjs_pdc{
  align-items: baseline;
  gap:8px;
}
.rnjs_pdc > span{
  text-decoration: line-through;
}
.kKwFcP {
    min-height: 146px;
    background-color: #eef0f4;
    border: 1px solid rgb(222, 226, 230);
    border-radius: 10px;
    padding: 18px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    user-select: none;
    transition: all 0.2s ease 0s;
    margin-top: 26px;
}
.kKwFcP > p{
  padding-bottom: 6px;
  display: block;
}
.kxTwDq{
  display: flex;
  justify-content: end;
  margin: 30px;
}
.kxTwDq > a {
    outline: none;
    font-weight: bold;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 30px;
    padding: 7px 10px;
    font-size: 12px;
    border-radius: 6px;
    letter-spacing: -0.1px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(222, 226, 230);
    color: rgb(37, 38, 42);
    cursor: pointer;
}
.rnjstn_pd.pls{text-align: center;}
.rnjstn_pd {
    min-height: 146px;
    background-color: rgb(255, 255, 255);
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 14px 0px;
    padding: 18px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    user-select: none;
    transition: all 0.2s ease 0s;
    margin-top: 26px;
}
.rnjstn_pd:hover{
  border:2px solid var(--main-bg-color);
}
.view{
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 6px;
}
.total {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.total .total_title {
    font-size: 18px;
    font-weight: bold;
}
.total .total_price {
    font-size: 20px;
    color: rgb(145, 118, 255);
    font-weight: 800;
}
.fbMFDB {
    height: 2px;
    width: 100%;
    background-color: rgb(222, 226, 230);
    margin: 18px 0px;
}
.exNhIk.item_sum, .exNhIk.final_sum {
    margin-bottom: 18px;
}
.exNhIk.item_sum > div, .exNhIk.final_sum > div {
    font-size: 18px;
}
.exNhIk.item > div, .exNhIk.count_item > div {
    font-size: 15px;
    color: rgb(171, 180, 189);
}
.salon-name {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.3px;
    margin-bottom: 18px!important;
}
.checkout-date {
    color: rgb(171, 180, 189);
    margin-bottom: 30px;
    display: block;
}
.employee {
    text-align: right;
    color: rgb(171, 180, 189);
    margin-bottom: 25px;
    display: block;
}
.exNhIk {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.exNhIk.item, .exNhIk.count_item {
    margin-bottom: 18px;
}
#include_page2 .day-container{margin: 26px;}
.day-container{
  background: #fff;
  padding: 10px 0;
  border-radius: 16px;
}
.day-label {
    position: relative;
    margin: 20px 0px 11px;
    text-align: center;
}
.day-label::before {
    content: "";
    position: absolute;
    left: 26px;
    right: 26px;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: rgb(222, 226, 230);
}
.day-label span {
    position: relative;
    z-index: 2;
    padding: 0px 20px;
    background-color: rgb(255, 255, 255);
    color: rgb(145, 155, 164);
    font-weight: bold;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: -0.1px;
}
.dBhTm {
    display: flex;
    width: 100%;
    gap: 8px;
    padding: 15px 26px;
    background-color: rgb(255, 255, 255);
}
.dBhTm .right {
    flex: 1 1 0%;
}
.dBhTm .right .top {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.dBhTm .customer-name {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.3px;
    margin-bottom: 5px;
}
.dBhTm .time {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.1px;
    color: rgb(145, 155, 164);
}
.dBhTm .phone {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(114, 121, 128);
    margin-bottom: 13px;
}
.dBhTm .activity-type {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.2px;
    margin-bottom: 4px;
}
.dBhTm .activity-status {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.1px;
    color: rgb(48, 209, 88);
    margin-bottom: 13px;
}
.dBhTm .bottom {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    border: none;
}
.dBhTm .actions {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 10px;
}
.dBhTm .action-item:first-child {
    padding-top: 11px;
    padding-bottom: 9px;
}
.dBhTm .action-item {
    padding: 10px;
    border-radius: 10px;
    background-color: rgb(234, 237, 241);
    display: inline-flex;
    transition: all 0.2s ease 0s;
    cursor: pointer;
}
.ePfvaM {
    display: inline-block;
    line-height: 0;
}
.dBhTm .action-item svg {
    width: 16px;
    height: 16px;
}
.eRIFHH .event-view-header {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.eRIFHH .event-view-header-left {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}
.eRIFHH .event-view-header-date {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.3px;
    text-align: left;
    margin-right: 10px;
}
.eGibQM {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid rgb(206, 212, 218);
    border-radius: 19.5px;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.1px;
    color: rgb(222, 226, 230);
    gap: 4px;
}
.ekcThr {
    display: inline-block;
    line-height: 0;
}
.eRIFHH .event-view-table {
    display: flex;
}
.eRIFHH .event-view-table div:first-child {
    margin-right: 10px;
}
.eRIFHH .event-view-table div {
    margin-top: 12px;
}
.eRIFHH .event-view-table-row-none-ellipsis {
    min-width: max-content;
}
.eRIFHH .event-view-table div {
    margin-top: 12px;
}
.eRIFHH .event-view-table-row-title {
    color: rgb(145, 155, 164);
}
.eRIFHH .event-view-table-row-value {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
}
.eRIFHH .button-container {
    padding-top: 26px;
    display: flex;
    gap: 15px;
}
.bAFzCd {
    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: rgb(0, 123, 255);
    color: rgb(145, 155, 164);
    width: 100%;
}
.eRIFHH .button-container > button {
    width: 100%;
}
.eRIFHH .event-view-edit-button {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.002em;
    text-align: left;
    color: rgb(255, 255, 255);
}
.sc-agreement{text-align: center; padding-top: 30px;}
.sc-agreement .swh{gap:8px; justify-content: center; padding-top: 20px;}
.sc-agreement .option-input{top: 5px;}
.sc-agreement a{text-decoration: underline!important;}

.count-wrap {position: relative;padding: 0 26px;overflow: hidden;max-width: 110px;}
.count-wrap > button {
  background: var(--dk-gray-200);
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    outline: none;
    font-weight: bold;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 7px;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(222, 226, 230)!important;
}
.count-wrap.small {padding: 0 22px;max-width: 70px;}
.count-wrap.small > button {
  width: 22px;
  height: 22px;
}
.count-wrap.small .inp{height: 22px;min-height: 22px;background: none;padding: 0;}
.count-wrap > button.minus {left: 0;}
.count-wrap > button.plus {right: 0;}
.count-wrap .inp {border: 0;height: 26px;text-align: center;display: block;width: 100%;}

.sc-pdcpl{
  padding: 14px;
  border-radius: 8px;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  position: relative;
  background-color: #fff;
  border: 1px solid var(--dk-gray-200);
  border-left: 6px solid var(--main-bg-color);
}
.sc-pdcLf{
  display: flex;
  flex-direction: column;
}
.sc-pdcRg{
  display: flex;
  align-items: center;
  gap: 12px;
}
.sc-pdcRg > svg{
  fill: #fff;
  position: absolute;
  top: -4px;
  right: -4px;
  background: #2c2c2c;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  padding: 5px;
  cursor: pointer;
}
.sc-tkdtpdhl{
  padding: 20px 26px 26px 26px;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 16px;
}
.sc-tkdtp{
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border-right: 1px solid var(--dk-gray-200);
}
.sc-tkqejrl.txtara{
  background: var(--dk-gray-100);
  padding: 14px;
  border-radius: 8px;
  max-height: 9px;
  overflow-y: auto;
  height: 100%;
  min-height: 50px;
  margin-top: 12px;
}
.rSVdtl{
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.rSVdtl > div{
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #fff;
  border-radius: 20px;
  padding: 26px;
}
.sc-more{
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 26px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(222, 226, 230);
}
.sc-eeDRCY{
  display: flex;
  gap:4px;
  align-items: center;
  color: rgb(114, 121, 128)!important;
}
.delete_btn{
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: rgb(255, 255, 255);
  color: rgb(255, 134, 106)!important;
  border: 1px solid rgb(255, 134, 106);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
  border-radius: 10px;
}
.sc-sodurL{
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--dk-gray-200);
}


/*매니저톡*/
.info-item {
  position: relative;
  padding-left: 18px;
}
.info-item:before {
  content: url(../images/bullet.svg);
  position: absolute;
  left: 0;
}
.dDGvQE {
  padding: 26px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 14px;
  border-radius: 10px;
  margin: 26px;
  background: #fff;
}
.dDGvQE .headmng {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(206, 212, 218);
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 18px;
}
.dDGvQE .headmng .customer {
    font-weight: bold;
    line-height: 18px;
    flex: 1 1 0%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
}
.binPTy {
    display: inline-block;
    line-height: 0;
}
.zXNzw {
    display: inline-block;
    padding: 4px 8px;
    font-weight: 800;
    font-size: 12px;
    line-height: 14px;
    color: rgb(206, 212, 218);
    border: 1px solid rgb(222, 226, 230);
    border-radius: 20px;
    margin-bottom: 10px;
}
.dDGvQE .time {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
}
.dDGvQE .info-item {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.1px;
    color: rgb(114, 121, 128);
}
.dDGvQE .time + .info-item {
    margin-bottom: 8px;
}
.fZvkBA {
    display: inline-block;
    line-height: 0;
}
.ePfvaM {
    display: inline-block;
    line-height: 0;
}
.iRpTcY {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex: 1 1 0%;
    padding-bottom: 48px;
}
.iRpTcY .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
    border-top: unset;
    border-bottom: unset;
    background: unset;
    text-align: center;
    justify-content: center;
}
.iRpTcY .dMNesc {
    line-height: 21px;
    letter-spacing: -0.2px;
    text-align: center;
    color: rgb(145, 155, 164);
    margin-bottom: 32px;
    font-size: 15px;
}
.iRpTcY .MNgbtn {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 8px 11px;
    background-color: var(--main-bg-color);
    border-radius: 28px;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.2px;
    color: rgb(255, 255, 255);
    transition: all 0.2s ease 0s;
    cursor: pointer;
}
.tTnf-memo{
  display: inline-block;
  float: left;
}
.tTnf-memo.Lft{width: 40%; height: 100%;}
.tTnf-memo.Rgt{width: 60%; height: 100%; overflow-y: auto; border-left: 1px solid var(--dk-gray-200);}
.XPrtm textarea{
  height: 100%!important;
  max-height: 220px!important;
}
.filter-option{margin-bottom: 0!important;}
.WKTKwl{display: flex; height: 100%;}
.memobtn{
    color: #000;
    background: #fff;
    font-size: 16px;
    border-radius: 10px;
    padding: 10px;
    font-weight: 600;
    max-width: 100px;
    width: 100%;
    position: absolute;
    left: 28px;
    border: 1px solid var(--dk-gray-300);
}
.cBDOaI {
    flex: 1 1 0%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background-color: rgb(248, 249, 250);
    padding: 26px 26px;
    position: relative;
}
.fUWjCY .input-img {
    position: absolute;
    top: 26px;
    right: 26px;
}
.gqASCB {
    cursor: pointer;
    width: 1.5rem;
    display: flex;
    transition: all 0.2s ease 0s;
}
.hnCcIz {
    width: 463px;
    height: 463px;
    display: flex;
}
.kodgsA {
    position: absolute;
    visibility: hidden;
    width: 0px;
    height: 0px;
    margin: 0px;
}
.ibGBdh {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 7px 10px;
    border-radius: 6px;
    border: 1px solid rgb(206, 212, 218);
    background-color: rgb(255, 255, 255);
    font-size: 12px;
    cursor: pointer;
}
.ekcThr {
    display: inline-block;
    line-height: 0;
}
.ibGBdh svg {
    margin-right: 5px;
}
.ekcThr svg {
    fill: rgb(145, 155, 164);
    height: auto;
    width: 12px;
}
.cckQwB {
    display: inline-block;
    line-height: 0;
}
.hnCcIz > span {
    flex: 1 1 0%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: 2px dashed rgb(222, 226, 230);
    color: rgb(171, 180, 189);
    font-size: 18px;
    letter-spacing: -0.3px;
}
.iEizhJ {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 18px 26px 19px;
}
.TglXM {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.dtiuWW {
    cursor: pointer;
    width: 30px;
    display: flex;
    transition: all 0.2s ease 0s;
}
.TglXM .overlay {
    width: calc(420px);
    overflow: hidden;
}
.fAlAkf {
    display: flex;
    gap: 5px;
    transition: transform 0.2s ease-in-out 0s;
    position: relative;
    width: fit-content;
}
.gUQVPY {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(248, 249, 250);
    border: 1px solid rgb(234, 237, 241);
    cursor: pointer;
}
.judEsd {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    -webkit-box-flex: 0;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
}
.sc-jwWbkn.TglXM #image_preview{width: 100%;margin: 0 10px;}
.input-img{
  position: absolute;
  right: 26px;
  top: 26px;
}

/*이미지 업로드*/
#att_zone {
  width: 100%;
  min-height: 90px;
}
#btnAtt{
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  z-index: -1;
}
#att_zone > label{
  position: relative;
  border-radius: 10px;
  border: 1px solid rgb(234, 237, 241);
  background-color: rgb(248, 249, 250);
  display: inline-block;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 90px;
  height: 90px;
  float: left;
  margin: 6px 8px 6px 0;
  cursor: pointer;
}
#att_zone > label > svg{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: rgb(206, 212, 218);
}
#att_zone > div{
  margin: 6px 12px 6px 0;
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  float: left;
}
#att_zone > div:after{
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 1;
  background-color: #000;
  background-image: url(../images/ico_m_close.png);
  background-size: 18px;
  border-radius: 100px;
  cursor: pointer;
}

#att_zone div > img{
  width: 90px!important;
  height: 90px!important;
  border-radius: 10px;
}

/*모달-탭*/
.tab .title > li > a {display:block;}
.tab .title:after {content:""; display:block; clear:both; }
.tab .panel > li{display:none;overflow:hidden;}
.title {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid var(--dk-gray-200);
  border-bottom: 1px solid var(--dk-gray-200);
  background: #fff;
  margin-top: -1px;
}
.title > li > a {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 10px 21px;
  height: auto;
  line-height: 31px;
  color: var(--dk-gray-400);
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: center;
}
.title > li{
  display: flex;
  width: 100%;
}
.panel{
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  width: 100%;
}
.panel.history{padding: 26px;}
.tab .show {
  color: #333;
  border-bottom: 2px solid #000;
  display: block;
  font-weight: bold;
}
.dtprV-cont{
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  padding: 20px;
  gap:40px;
  margin: 26px;
}
.sc-dtprV{
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.sc-dtprV .st-List.Rvtime{
  padding-bottom: 6px;
  margin-bottom: 2px !important;
}
.sc-dtprV .st-List > p{
  border-bottom: unset;
  padding-bottom: 0;
  margin-bottom: 0!important;
}
.aocnfcp{
  display: flex;
  justify-content: space-between;
  gap: 14px;
}
.sc-ghlsodur{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sc-ghlsodur .sc-tkdvnark{margin: 12px 0 8px 0 !important;}
.price-box > ul {
  display: inline-block;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 10px;
}
.price-box{margin: 20px;}
.price-box > ul > li{
  display: inline-block;
  width: 50%;
  text-align: center;
  float: left;
  font-size:14px;
  color: #888;
}
.sc-Cstch.search{
  padding: 0;
  max-width: 240px;
  float: right;
  margin-bottom: 20px;
  width: 100%;
}
.price-box > ul > li >a{
    width: 100%;
    display: inline-block;
    height: 100%;
    padding: 10px;
}
.price-box > ul > li:hover{
  font-weight: bold;
  color: var(--main-bg-color)!important;
  font-size:14px;
}
.price-box > ul > li:nth-child(1){
  border-bottom: 1px solid #eee;
}
.price-box > ul > li:nth-child(2){
  border-bottom: 1px solid #eee;
}
.price-box > ul > li:nth-child(1){
  border-right: 1px solid #eee;
}
.price-box > ul > li:nth-child(3){
  border-right: 1px solid #eee;
}
.org {
    background-color: rgb(255, 255, 255)!important;
    border: 1px solid rgb(255, 83, 43)!important;
    color: rgb(255, 83, 43)!important;
}
.txtcen{text-align: center!important;}
.m-b-0{margin-bottom: 0!important;}
.p-26{padding: 26px!important;;}
.mint{color: var(--main-bg-color)!important;}
.gap6{gap: 6px!important;}
.green{color: #56e59c;}
.purple{color: #cc99ff;}
.red{color:#bc3833;}
.emm{color: rgb(36, 199, 213);}
.blue{color:rgb(93, 149, 255);}
.org{color: rgb(255, 134, 106) !important;background: #fff!important;border: 1px solid rgb(255, 134, 106)!important;}
.red_bg{
  background-color: rgb(255, 118, 171)!important;
}
.pp_bg{color: #845ec2!important; background: #f0e7ff!important;}
.blk_bg{color: #fff!important; background: #000!important;}
.Red_bg{color: #bc3833!important; background: #fcebea!important;}
.or_bg{color: #ff4900!important; background: #feefea!important;}
.gr_bg{color: #000!important; background: #fff!important;    border: 1px solid var(--dk-gray-300)!important;}
.mgt-26{margin-top: 26px!important;}
.mint_bg{
  color: var(--main-bg-color)!important;
  background-color: rgb(233, 241, 255)!important;
}
.green_bg{
  color: rgb(25, 203, 75)!important;
  background-color: rgb(222, 250, 229)!important;
}
.gray_bg{
  background-color: #888!important;
}
.gray_line{
  border: 1px solid #ddd;
  background: #fff!important;
  color: #000!important;
}
.cancel{text-decoration: line-through;}
.add_neW .panel{padding: 26px;}
.add_neW textarea{margin-top: 0!important;}
.add_neW .st-List > div > input:nth-child(3){margin-top: 8px;}

/*알림톡*/
.flex {
    display: flex;
    background-color: white;
    justify-content: center;
    width: 100%;
}
.card-Rv {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    border-radius: 10px;
    white-space: pre-wrap;
    background-color: #abc2d1;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: -0.2px;
    padding: 18px 18px 23px 18px;
    margin-top: 32px;
}
.desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    height: 40px;
    font-size: 13px;
}
.message {
    position: relative;
    background-color: #fff;
    border-radius: 13px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    max-width: 255px;
    white-space: pre-wrap;
    color: black;
}
.message .title {
    padding: 10px;
    background-color: #fae102;
    text-align: center;
    border-radius: 13px 13px 0 0;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
}
.message .content {
    padding: 10px;
    color: black;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 1.2;
    font-size: 15px;
    word-break: break-all;
    white-space: pre-line;
}
.message .rvbtn {
    padding: 10px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border-radius: 6px;
}
.logo {
    margin-top: 45px;
}
.header {
    margin-top: 15px;
    height: 20px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    text-align: center;
    color: #30d158;
}
.Rcpt{
  width: 343px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 16px 0px;
  text-align: center;
  margin: 0px auto;
  padding: 53px 18px 40px;
  background-color: rgb(255, 255, 255);
}

/*tip*/
.jb-text {
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 5px;
  display: none;
  position: absolute;
  z-index: 2;
  top: -16px;
  left: 26px;
  max-width: 280px;
  width: 100%;
  min-width: 280px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px 0px;
  font-size: 13px;
  color: var(--dk-gray-400);
  font-weight: 400!important;
}
.jb-title{display: flex;}
.jb-title > svg{fill:rgb(114, 121, 128);}
.jb-title > svg:hover{
  fill: var(--main-bg-color)!important;
}
.jb-title:hover + .jb-text {
  display: block;
}
.tip{
    position: relative;
    display: flex;
    align-items: center;
}
.upload-cta {
  display: inline-table;
  height: 115px;
  width: 115px;
  border-radius: 100px;
  cursor: pointer;
  padding-top: 40px;
  line-height: 17px;
  border: 2px dashed #eee;
  background: #f5f5f5;
  font-size: 0.9em;
  text-align: center;
}
.upload-cta.upload-preview {
  background-size: cover !important;
  text-indent: -9000px;
  border-style: solid;
}
.ng-pristine.ng-valid > input{display: none;}
.upload_profile{margin: 20px;}
.ng-scope > p{
    font-weight: 400!important;
    color: var(--main-bg-color);
}
#Sc-sale .sc-asdfk{margin-bottom: 18px;}
.sKADMS{
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--bg-color);
}
#sc-svmny{display: flex; width: 100%;}
#sc-sVMNY .chpmde{cursor: unset;}
.minus, .plus{
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 4px;
  padding: 4px;
  border: 1px solid #ddd;
  display: flex;
  vertical-align: middle;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
.number.count{
  display: flex;
  justify-content: center;
}
.number.count > input{
  width: 20px;
  text-align: center;
  font-size: 12px;
}
.old.count{
  font-size: 14px;
  color: #000;
}
.fc-axis.fc-time p.old.count:nth-child(2){
  padding-top: 14px;
}
.new.count{
  font-size: 14px;
  color: var(--main-bg-color)!important;
}
.WDSKF{
  color: rgb(249, 86, 49);
  align-items: flex-start!important;
  gap: 7px;
  font-size: 14px!important;
  font-weight: 400!important;
  margin-top: 12px !important;
}
.WDSKF > svg{
  fill: rgb(249, 86, 49);
}
/*0611*/
.sori{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.sori .sc-asdfk .sc-tkdvna > span{
    display: flex;
    gap: 12px;
}
.sc-tltnfdh div > .sori:last-child{margin-bottom: 0;}

@media (min-width: 1200px){
.container {
    max-width: 100%!important;
}
}
@media (min-width: 992px){
.container {
    max-width: 100%!important;
}
}
@media (min-width: 768px){
.container {
    max-width: 100%!important;
}
}
@media (min-width: 576px){
.container {
    max-width: 100%!important;
}
.modal-dialog {
    margin: 0!important;
    max-width: 100%!important;
}
}
