.option_left {
  display: flex;
  gap: 0.3125rem;
  align-items: flex-end;
  flex-wrap: wrap;
  flex: 1;
  row-gap:1.25rem;
}
.option_left input[type=search] {
  padding: 0.5rem 0.75rem;
  min-width: 13.75rem;
  border-radius: 0.625rem;
  border: solid 1px #e3e3e3;
  outline: none;
  height: 100%;
  font-size: 1rem;
}
.option_left .sch_box {
  height: 2.325rem;
  display: flex;
  align-items: flex-end;
  column-gap: 0.3125rem;
  justify-content: right;
}
/* start 25.03.19 추가 */
.option_left .sch_box.add_tit {
  height: unset;
  display: flex;
  align-items: flex-start;
  row-gap: 0.75rem;
  justify-content: left;
  flex-direction:column;
}

.option_left .sch_box.add_tit .sel_tit{
	font-size:0.875rem;
	color:#555;
	font-weight:500;
}

/* end 25.03.19 추가 */


.option_right {
  display: flex;
  gap: 0.3125rem;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.option_area {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 2.5rem 2.25rem 2.5rem;
  margin-bottom: 3.75rem;
  border: solid 1px #e3e3e3;
  border-radius: 0.625rem;
  box-sizing: border-box;
}
.option_right a,
.option_right button {
  width: unset;
  line-height: normal;
  border: 0;
  display: inline-block;
  letter-spacing: -0.23px;
  padding: 0.688rem 1rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #fff;
  border-radius: 0.625rem;
  background-color: #1d1d1d;
  cursor: pointer;
}
.option_area a.blue {
  background-color: #2d59ed;
}
.option_area .navy{
  
  background-color: #133597;
}
.option ul li{
  margin: 0;
}

.datepicker {
  width: 5.625rem;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  outline: none;
  cursor: pointer;
}

.date {
  justify-content: center;
  height: 2.325rem;
  padding: 0 0.75rem;
  display: none;
  align-items: center;
  column-gap: 0.3125rem;
  border-radius: 0.625rem;
  border: solid 1px #e3e3e3;
  overflow: hidden;
}
.date.show {
  display: flex;
}
.date img {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}

.ui-widget-header {
  border: 0px solid #dddddd;
  background: #fff;
}

.ui-datepicker-calendar > thead > tr > th {
  font-size: 14px !important;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
}

.ui-datepicker-header {
  padding: 0 0 0.4375rem 0 !important;
}

thead {
  margin-bottom: 0.625rem;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1d1d1d;
  border: none;
  background-color: transparent;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 0em;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
  padding: 0px;
  font-weight: bold;
}

.ui-datepicker {
  display: none;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 10px;
  padding: 0.8125rem;
  max-width: 15.75rem;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.1);
}

.ui-widget.ui-widget-content {
  border-radius: 0.625rem;
  box-shadow: 0 0 6px 0 rgba(12, 27, 56, 0.1);
  border: solid 1px #e3e3e3;
  background-color: #fff;
}

#datepicker:focus > .ui-datepicker {
  display: block;
  top: 205.094px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
}

.ui-datepicker-prev {
  margin-left: 1.5rem;
  background: url("/images/egovframework/admin/ic-list-arrow-blue-prev@2x.png") no-repeat center/100%;
  width: 0.625rem !important;
  height: 1.125rem !important;
  background-size: contain;
}
.ui-datepicker-prev:hover{
  background: url("/images/egovframework/admin/ic-list-arrow-blue-prev@2x.png") no-repeat center/100%;
  background-size: contain;
}
.ui-datepicker-next:hover{
  background: url("/images/egovframework/admin/ic-list-arrow-blue-next@2x.png") no-repeat center/100%;
  background-size: contain;
}
.ui-datepicker .ui-datepicker-prev{
  top: 1px;
  left: 1px;
}
.ui-datepicker .ui-datepicker-next{
  top: 1px;
  right: 1px;
}

.ui-datepicker-next {
  margin-right: 1.5rem;
  background: url("/images/egovframework/admin/ic-list-arrow-blue-next@2x.png") no-repeat center/100%;
  width: 0.625rem !important;
  height: 1.125rem !important;
  background-size: contain;
}

.ui-datepicker-next {
  float: right;
}

.ui-state-disabled {
  cursor: auto;
  color: hsl(0, 0%, 80%);
}

.ui-datepicker-title {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: -0.53px;
}

.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker-calendar > thead > tr > th {
  font-weight: 500 !important;
  color: red;
}

.ui-datepicker-calendar > tbody > tr > td > a {
  color: #000;
  font-size: 12px !important;
  font-weight: bold !important;
  text-decoration: none;
}

.ui-datepicker-calendar > tbody > tr > .ui-state-disabled:hover {
  cursor: auto;
  background-color: #fff;
}

.ui-datepicker-calendar > tbody > tr > td {
  border-radius: 100%;
  cursor: pointer;
  font-weight: 100;
  text-align: center;
  font-size: 12px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: none;
  background-color: transparent;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-widget-header .ui-icon {
  background-image: url("./btns.png");
}

.ui-icon-circle-triangle-e {
  background-position: -20px 0px;
  background-size: 36px;
}

.ui-icon-circle-triangle-w {
  background-position: 0px 0px;
  background-size: 36px;
}

.ui-datepicker-calendar > thead > tr > th:first-child {
  color: #1d1d1d !important;
}

.ui-datepicker-calendar > thead > tr > th:last-child {
  color: #2b2b2b !important;
}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, 
a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 0px;
  background: #2d59ed;
  border-radius: 0.9375rem;
  padding: 0.1875rem 0.0625rem;
  color: #fff !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: none !important;
  background: #c0c0c0;
  border-radius: 0.9375rem;
  padding: 0.1875rem 0.0625rem;
  color: #1d1d1d !important;
}
.ui-datepicker-current {
    display: none;
}

.inp {
  padding: 10px 10px;
  background-color: #f1f1f1;
  border-radius: 4px;
  border: 0px;
}

.inp:focus {
  outline: none;
  background-color: #eee;
}

.ui-datepicker th {
  padding: 0;
}

thead > tr > th {
  padding: 0;
}

thead > tr > th > span {
  font-size: 0.75rem !important;
  font-weight: 500;
  color: #697284;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  margin: 0.9375rem 0.2em 0rem !important;
  font-weight: bold;
}
.ui-datepicker .ui-datepicker-buttonpane button:first-of-type {
  display: inline-block;
  opacity: 1;
  padding: 0.1875rem 0.3125rem;
  border-radius: 0.9375rem;
  background-color: #2d59ed;
  font-weight: 500;
  color: #fff;
}

.ui-datepicker .ui-datepicker-buttonpane {
  margin: 0 !important;
}

.ui-datepicker-year {
  display: none;
}

.ui-datepicker-month {
  font-weight: 500;
  text-align: center;
}

.search_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem !important;
  border-radius: 0.625rem;
  border: solid 1px #e3e3e3;
  background-color: #fff;
  cursor: pointer;
  width: unset;
}
.search_btn img {
  width: 1rem;
  height: 1rem;
}

.dropbox {
  position: relative;
}

.option_left .wid_m{
  min-width: 7rem;
}
.option_left .wid_l{
  min-width: 11rem;
}
.option_left .wid_xl{
  min-width: 12rem;
}

.dropbox .sel_tit{
  display: inline-block;
  color: #555;
  font-weight: 500;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

.dropbox.position {
  width: initial;
  height: initial;
}
.dropbox.position .account {
  width: 100%;
}
.dropbox button {
  display: block;
  padding: 0.5rem 1.688rem 0.5rem 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  height: 2.325rem;
  color: #1d1d1d;
  border-radius: 0.625rem;
  border: solid 1px #e3e3e3;
  background-color: #fff;
  text-align: start;
  cursor: pointer;
  min-width: 6rem;
  line-height: normal;
}
.dropbox button.round_arr:after {
  content: "";
  position: absolute;
  right: 0.5rem;
  display: inline-block;
  min-width: 1.125rem;
  height: 1.125rem;
  background: url("/images/egovframework/admin/ic-dropdown@2x.png") no-repeat center/100%;
}

.dropbox ul {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  display: none;
  margin-top: 0.3125rem;
  border-radius: 0.625rem;
  border: solid 1px #e3e3e3;
  background: #fff;
  text-align: left;
}
.dropbox ul.h_200 {
  height: 12.5rem;
  overflow-y: scroll;
}
.dropbox ul.mwd_166{
  min-width: 10.375rem;
}
.dropbox ul.show {
  display: block;
}

.dropbox ul li {
  padding: 1rem 1.125rem;
  font-size: 1rem;
  color: #1d1d1d;
  cursor: pointer;
}
.dropbox ul li:hover {
  font-weight: bold;
  color: #2d59ed;
  background-color: rgba(93, 82, 226, 0.1);
}
.dropbox ul::-webkit-scrollbar {
  width: 0.375rem; /* 스크롤바의 너비 */
}
.dropbox ul::-webkit-scrollbar-thumb {
  height: 25%; /* 스크롤바의 길이 */
  border-radius: 10px;
  background: #9ea4af; /* 스크롤바의 색상 */
}

.dropbox ul.dat_ul {
  width: 35rem;
  max-height: 22.75rem;
  padding: 1.5rem;
  overflow-y: scroll;
}
.dropbox ul.dat_ul li {
  width: 100%;
  padding: 0.875rem 0rem;
  text-align: center;
  font-size: 1.188rem;
  font-weight: 500;
  letter-spacing: -0.29px;
  border: solid 1px #dfe0e2;
  border-radius: 0.625rem;
  background-color: #f7f8f8;
  color: #717171;
  cursor: pointer;
  margin: 0 0 0.5rem;
  width: 100%;
}
.dropbox .dat_btn {
  width: 6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popup .dropbox{
  width: 100%;
}

/* 계정상태 변경 */
.account_select {
  border-radius: 0.625rem;
  cursor: pointer;
  padding: 0.875rem;
  font-size: 0.938rem;
  font-weight: 600;
  border: none;
}
.account_select.red {
  color: #e83f3c;
  background-color: #fceaeb;
}
.account_select.blue {
  color: #2d59ed;
  background-color: #e8edfc;
}

.account_pop {
  position: absolute;
  left: 50%;
  transform: translateX(-49%);
  display: none;
  z-index: 1;
  width: 10.625rem;
  margin-top: 0.3125rem;
  border-radius: 0.625rem;
  border: solid 1px #e3e3e3;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
.account_pop.show {
  display: block;
}
.account_pop a {
  display: inline-block;
  padding: 0.375rem 1rem;
  margin-top: 0.9375rem;
  font-family: "NotoSansKR";
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: -0.42px;
  color: #fff;
  border-radius: 0.625rem;
  background-color: #9ea4af;
  cursor: pointer;
}
.account_pop a:last-of-type {
  background-color: #2d59ed;
}
.account_pop > div {
  box-sizing: border-box;
}
.account_pop > div:nth-of-type(1) {
  padding: 0.9375rem 1.25rem;
}
.account_pop > div:nth-of-type(1) ul {
  display: block;
  position: inherit !important;
}

/* 커스텀 select box 다중선택 */
.multi_select {
  position: relative;
  width: 21.875rem;
}
.multi_select p {
  width: 100%;
  padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  height: 3.75rem;
  text-align: left;
  font-size: 1rem;
  letter-spacing: -0.48px;
  border: solid 1px #e0e4e6;
  border-radius: 0.625rem;
  color: #1d1d1d;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  appearance: none;
  background: url(/images/egovframework/admin/ic-box-open@2x.png) no-repeat 94% 50%/1rem auto;
  background-color: #fff;
  outline: none;
  line-height: normal;
}
.multi_select p::-ms-expand {
  display: none;
}
.multi_select .multi_click {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  width: 35rem;
  border: solid 1px #d3d3d3;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 3px 3px 10px 0 rgba(1, 17, 72, 0.15);
  z-index: 5;
  overflow: hidden;
}
.multi_select .multi_click ul {
  max-height: 22.75rem;
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  overflow-y: scroll;
}
.multi_select .multi_click ul li {
  width: calc((100% - 0.5rem) / 2);
  padding: 0.875rem 0rem;
  text-align: center;
  font-size: 1.188rem;
  font-weight: 500;
  letter-spacing: -0.29px;
  border: solid 1px #dfe0e2;
  border-radius: 0.625rem;
  background-color: #f7f8f8;
  color: #717171;
  cursor: pointer;
  justify-content: center;
  margin: 0;
}
.multi_select .multi_click ul li.active {
  border: solid 1px #2d59ed;
  background-color: #f2f6ff;
  color: #2d59ed;
}
.ms_w100 .multi_click ul li {
  width: 100%;
}
.multi_select .multi_btn {
  display: flex;
  justify-content: center;
  column-gap: 0.75rem;
  padding: 2.25rem 0rem;
  border-top: 1px solid #dfe0e2;
}
.multi_select .multi_btn button {
  width: 10rem;
  font-size: 1.3125rem;
  font-weight: 500 !important;
  height: 3.75rem;
}
.border_white ul li .multi_select .sch_box{
  display: flex;
}
.single_select .sch_box {
  display: flex;
}

.single_select {
  position: relative;
  width: 21.875rem;
}
.single_select p {
  width: 100%;
  padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  height: 3.75rem;
  text-align: left;
  font-size: 1rem;
  letter-spacing: -0.48px;
  border: solid 1px #e0e4e6;
  border-radius: 0.625rem;
  color: #1d1d1d;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  appearance: none;
  background: url(/images/egovframework/admin/ic-box-open@2x.png) no-repeat 94% 50%/1rem auto;
  background-color: #fff;
  outline: none;
  line-height: normal;
}
.single_select p::-ms-expand {
  display: none;
}
.single_select .single_click {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  width: 35rem;
  border: solid 1px #d3d3d3;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 3px 3px 10px 0 rgba(1, 17, 72, 0.15);
  z-index: 5;
  overflow: hidden;
}
.single_select .single_click ul {
  max-height: 22.75rem;
  padding: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  overflow-y: scroll;
}
.single_select .single_click ul li {
  width: calc((100% - 0.5rem) / 2);
  padding: 0.875rem 0rem;
  text-align: center;
  font-size: 1.188rem;
  font-weight: 500;
  letter-spacing: -0.29px;
  border: solid 1px #dfe0e2;
  border-radius: 0.625rem;
  background-color: #f7f8f8;
  color: #717171;
  cursor: pointer;
  justify-content: center;
  margin: 0;
}
.single_select .single_click ul li.active {
  border: solid 1px #2d59ed;
  background-color: #f2f6ff;
  color: #2d59ed;
}
.ms_w100 .single_click ul li {
  width: 100%;
}