/* #### Common Style #### */
.no-data__contents.owner {
  border: none;
  min-height: 64vh;
}

.owner-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.owner-title h3 {
  font-size: 24px;
  font-weight: normal;
  margin-left: 10px;
}

.owner-title .title span {
  display: block;
  font-size: 16px;
  color: #3D3D3D;
  margin-left: 10px;
  margin-top: 6px;
}

.search__form.owner {
  margin-top: 0px;
  border-bottom: 2px solid #DCDCDC;
}

@media screen and (max-width:1300px) {
  .search__form.owner {
    border-bottom: none !important;
  }
}

@media screen and (max-width:1000px) {
  .owner-title h3 {
    font-size: 17px;
    font-weight: 500;
  }

  .owner-title .title span,
  .owner-title span {
    font-size: 13px;
  }

  .search__form.owner>span {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 12px;
  }
}

/* #### Home #### */
.container.owner-home {
  padding: 0 0 !important;
  position: relative;
}

.owner-home .home-btn_area a.btn-home:nth-child(1) span:before {
  background: url(../_img/owner/icon_clock.svg) no-repeat center center / cover;
}

.owner-home .home-btn_area .btn-home:nth-child(2) span:before {
  background: url(../_img/owner/icon_schedule.svg) no-repeat center center / cover;
}

/* #### 인원관리 #### */
/* 근로자 조회 */
.form-search_workers {
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  padding: 30px 40px;
}

.form-search_workers .select-primary {
  height: 46px !important;
  line-height: 46px !important;
}

.search-form.top {
  display: flex;
  align-items: center;
  column-gap: 56px;
  margin-bottom: 16px;
  flex-wrap: wrap;
  row-gap: 20px;
}

.search-form.top .select-primary {
  width: 205px !important;
}

.search-form.top .custom-datepicker {
  width: 205px !important;
}

.search-form .input {
  display: flex;
  align-items: center;
  gap: 24px;
}

.search-form.bottom {
  display: flex;
  align-items: center;
  column-gap: 16px;
  flex-wrap: wrap;
  row-gap: 20px;
}

.search-form.bottom .select-primary {
  width: 148px !important;
}

.search-form.bottom .input-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 65%;
}

.search-form.bottom .input-wrap .input:nth-child(2) {
  width: 100%;
}

.flex-datepicker {
  display: flex;
  gap: 7px;
  align-items: center;
}

.workers__inner .no-data__contents {
  margin-top: 40px;
  min-height: 49vh;
}

.workers-view__content {
  margin-top: 40px;
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  padding: 44px 30px;
  min-height: calc(100vh - 480px);
}

.workers-tab {
  position: relative;
}

.workers-tab .tabs {
  width: fit-content;
  border-radius: 5px;
  border: 1px solid #DCDCDC;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.workers-tab .tabs .tabs__link {
  width: 266px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #fff;
  cursor: default;
}

.workers-tab .tabs .tabs__link.on {
  background-color: var(--color-primary);
  color: #fff;
}

.tbl_worker-view.pc {
  display: block;
}

.tbl_worker-view.mobile {
  display: none;
}

.w-tab__content {
  display: none;
}

.w-tab__content.on {
  display: block;
}

.w-tab__content .view_cnt {
  position: absolute;
  right: 0;
  top: 0;
}

.w-tab__content .tbl__result--typeA {
  margin-top: 16px;
  border-top: 2px solid #DCDCDC;
  border-radius: 0;
}

.w-tab__content .btn-area {
  margin-top: 25px;
}

.w-tab__content#worker .pagination {
  margin-top: 18px;
}

.w-tab__content#leave .pagination {
  margin-top: 90px;
}

.worker_mo_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.btn_modify {
  width: 100px !important;
  transition: 0.35s;
  font-size: 13px !important;
}

.worker_mo_btns .btn-resign {
  background-color: var(--color-primary);
  color: #fff;
  font-size: 15px !important;
  width: 100%;
}

.btn.btn-resign {
  font-size: 13px;
  transition: 0.35s;
}

.btn_modify:hover,
.btn-resign:hover {
  background-color: var(--color-primary);
  color: #fff;
}

.workers__item {
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #DCDCDC;
  padding: 20px;
  margin-bottom: 12px;
}

.workers__item .info--top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}

.workers__item .info--top .custom-checkbox {
  width: 10%;
}

.workers__item .info--top .worker__info {
  width: 90%;
}

.worker__info .id {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  width: calc(100% - 80px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.worker__info .nm,
.worker__info .tel,
.worker__info .birth {
  font-size: 15px;
  font-weight: normal;
  display: block;
}

.worker_nm-tel {
  display: flex;
  align-items: center;
  gap: 10px;
}

.worker__info .date {
  font-size: 13px;
  color: #979797;
}

.workers__item {
  position: relative;
}

.workers__item>a {
  margin-top: 20px;
}

span.work-badge {
  text-align: center;
  border-radius: 11px;
  font-size: 14px;
  background-color: #FAE1E5;
  height: 23px;
  line-height: 23px;
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  width: auto;
  padding: 0 12px;
}

.workers__item .btn_modify {
  width: 100% !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  height: 46px;
  line-height: 46px;
}

/* 퇴사 일자 선택 모달 */
.modal_leave_date .modal__inner {
  max-width: 500px;
  width: 100%;
}

.modal_leave_date .input {
  margin-top: 20px;
}
@media (min-width: 0px) and (max-width: 1500px) {
  .w-tab__content .tbl__result--typeA {
    border-top: none;
  }

  .tbl_worker-view.pc {
    display: none;
  }

  .tbl_worker-view.mobile {
    display: block;
  }
}

@media (min-width: 0px) and (max-width: 1300px) {
  .w-tab__content .view_cnt {
    position: static;
    margin-top: 12px;
  }

  .w-tab__content .view_cnt .select-primary {
    width: 100% !important;
  }

  .workers-tab .tabs {
    width: 100%;
  }

  .workers-tab .tabs .tabs__link {
    width: 50%;
    font-size: 15px;
  }
}

@media (min-width: 1000px) and (max-width: 1100px) {
  .form-search_workers {
    padding: 12px;
  }
}

@media screen and (max-width:1000px) {
  .form-search_workers {
    background-color: #fff;
    padding: 12px;
    border: none;
  }

  .form-search_workers .select-primary {
    height: 42px !important;
    line-height: 42px !important;
  }

  .flex-datepicker {
    width: 100%;
  }

  .search-form .input {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .search-form .input > label {
    font-size: 14px;
  }

  .search-form.top {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .search-form.top .custom-datepicker {
    width: 100% !important;
  }

  .search-form.top .select-primary {
    width: 100% !important;
  }

  .search-form.bottom {
    flex-direction: column;
  }

  .search-form.bottom .input input {
    width: 100%;
  }

  .search-form.bottom .input-wrap {
    width: 100%;
    justify-content: flex-start;
  }

  .search-form.bottom .input-wrap .input:first-child {
    width: 150px !important;
  }

  .search-form.bottom .select-primary {
    width: 100% !important;
  }

  .search-form.bottom>button {
    width: 100% !important;
    height: 42px;
    line-height: 42px;
  }

  .workers__inner .no-data__contents {
    margin-top: 12px;
  }

  .workers-view__content {
    margin-top: 12px;
    background-color: #fff;
    border: none;
    padding: 13px;
    min-height: 100%;
  }

  .w-tab__content .btn-area {
    justify-content: center;
  }

  .w-tab__content .btn-area>* {
    flex: 1;
  }

  .w-tab__content .pagination {
    margin-top: 50px;
  }

  .worker__info .id {
    margin-bottom: 10px;
  }

  .worker__info .birth {
    margin-top: 10px;
  }

  .worker__info .date {
    display: block;
    margin-top: 10px;
  }

  .modal_leave_date .modal__inner {
    max-width: 90%;
  }
}

/* 근로자 등록 */
.own-w_reg .main__container,
.own-w_modify .main__container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 110px 20px;
}

.own-w_reg .custom-datepicker,
.own-w_modify .custom-datepicker {
  width: 100% !important;
}

@media screen and (max-width:1000px) {

  .own-w_reg .main__container,
  .own-w_modify .main__container {
    padding: 12px 20px;
  }
}

/* 근로자 정보 수정 */
.own-w_modify .additional-info {
  border-left: none;
  margin-top: 40px;
}

.own-w_modify .person-info {
  border-right: 1px solid #DCDCDC;
}

.work-info .modify-info__input dl dt {
  min-width: auto;
  flex-basis: 110px;
  flex-shrink: 0;
}

.work-info .modify-info__input dl dd {
  width: calc(100% - 110px);
}

@media screen and (max-width:1000px) {
  .own-w_modify .person-info {
    border-right: none;
  }

  .own-w_modify .work-info {
    margin-top: 40px;
  }

  .work-info .modify-info__input dl {
    margin-bottom: 20px;
    gap: 0;
    min-height: 42px;
  }

  .work-info .modify-info__input dl dd>span {
    margin-left: 0;
  }
}

@media screen and (max-width:580px) {
  .work-info .modify-info__input dl {
    row-gap: 8px;
  }

  .work-info .modify-info__input dl dt {
    flex-basis: auto;
    width: 100%;
  }

  .work-info .modify-info__input dl dd {
    width: 100%;
  }
}

/* #### 출퇴근 관리 #### */
/* 출퇴근 조회 */
.o-cmt-view__content {
  width: 100%;
  min-height: 75vh;
  border-radius: 10px;
  border: 1px solid #DCDCDC;
}

.pick-date {
  padding-top: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 16px;
  border-bottom: 2px solid #DCDCDC;
  margin: 0 30px;
}

.pick-date__type {
  position: absolute;
  right: 0;
  bottom: 16px;
  display: flex;
  gap: 12px;
}

.pick-date__type>button {
  width: 50px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #DCDCDC;
}

.pick-date__type>button.active {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.o-cmt-view__content .no-data__contents {
  border: none;
  min-height: 50vh;
}

.work__time-table.owner {
  border: none;
}

.work__time-table.owner .time-table tr th:first-child {
  min-width: 183px;
}

.pick-day .date__inner {
  gap: 40px;
}

.date__inner>span {
  display: inline-block;
  width: 81px;
  height: 28px;
  line-height: 28px;
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.date__inner>span:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 19px;
  background-color: #DCDCDC;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}

.work__time-table.owner .date__inner em.time {
  display: inline-block;
  width: 56px;
}

/* Day(일 이동) */
.move-day {
  display: flex;
  gap: 22px;
  align-items: center;
  background-color: #fff;
}

.move-day span {
  font-size: 24px;
  font-weight: 500;
}

.move-day .btn_prev {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../_img/common/icon_prev.svg) no-repeat center center / contain;
}

.move-day .btn_next {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../_img/common/icon_next.svg) no-repeat center center / contain;
}

.moveday-picker {
  width: 350px;
}

.moveday-picker input {
  border: none !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  text-align: center;
  padding: 0 0;
  cursor: pointer;
}

.moveday-picker input::placeholder {
  color: #313131 !important;
  font-size: 24px !important;
  font-weight: 500 !important;
}

/* Week(주 이동) */
.move-week {
  display: flex;
  gap: 22px;
  align-items: center;
  background-color: #fff;
}

.move-week span {
  font-size: 24px;
  font-weight: 500;
}

.move-week .btn_prev {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../_img/common/icon_prev.svg) no-repeat center center / contain;
}

.move-week .btn_next {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../_img/common/icon_next.svg) no-repeat center center / contain;
}

.moveweek-picker {
  width: 350px;
}

.moveweek-picker input {
  border: none !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  text-align: center;
  padding: 0 0;
  cursor: pointer;
}

.moveweek-picker input::placeholder {
  color: #313131 !important;
  font-size: 24px !important;
  font-weight: 500 !important;
}

.custom-week_datepicker .ui-datepicker-calendar tbody tr:hover td>a {
  background: #cdcdcd;
}

.select_person .two-depth-input__wrap {
  margin-bottom: 0;
}
/* 스케줄 목록 : 주 */
.weekmonth-table table {
  width: 100%;
}

.weekmonth-table table thead tr th {
  background-color: #F6F6F6;
  font-size: 17px;
}

.weekmonth-table_day span {
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin-right: 9px;
}

.weekmonth-table_day span.today {
  border-radius: 50%;
  background-color: var(--color-primary);
  color: #fff;
}

.weekmonth-table_day b {
  padding-left: 15px;
  border-left: 1px solid #dcdcdc;
  font-size: 15px;
}

.weekmonth-table_day b.sunday {
  color: #EA2F2F;
}

.weekmonth-table table thead tr th.title {
  font-size: 20px;
}

.weekmonth-table table th,
.weekmonth-table table td {
  height: 50px;
  line-height: 50px;
  text-align: left;
  padding: 0 20px;
  border: 1px solid #DCDCDC;
}

.work__time-table.owner {
  box-shadow: none;
}

.weekmonth-table.month-table table th,
.weekmonth-table.month-table table td {
  min-width: 200px;
}

.weekmonth-table .scroll_wrap {
  min-height: 60vh;
  max-height: 60vh;
  overflow-x: auto;
}

.weekmonth-table .scroll_wrap::-webkit-scrollbar {
  height: 8px;
}

.weekmonth-table .scroll_wrap::-webkit-scrollbar-thumb {
  height: 30%;
  background: #B6B6B6;
  border-radius: 10px;
}

.weekmonth-table .scroll_wrap::-webkit-scrollbar-track {
  background: #DCDCDC;
}

.weekmonth-table_person {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.weekmonth-table_person span {
  display: inline-block;
  width: 81px;
  height: 28px;
  line-height: 28px;
  border-radius: 5px;
  background-color: #E7FBE2;
  text-align: center;
  position: relative;
}

.weekmonth-table_person .time_set {
  display: flex;
  gap: 9px;
}

.weekmonth-table_person .time_set b.rest,
.weekmonth-table_person .time_set b.cover {
  background-color: #DCDCDC;
}

.weekmonth-table_person span:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 19px;
  background-color: #DCDCDC;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}

.weekmonth-table_person b {
  display: inline-block;
  width: 56px;
  height: 28px;
  line-height: 28px;
  background-color: #ECF2FF;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
}

.weekmonth-table table td {
  text-align: center;
}

.weekmonth-table table td span.work-time {
  display: inline-block;
  width: 154px;
  height: 28px;
  line-height: 28px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 15px;
  color: #979797;
  border: 1px solid #B6B6B6;
  text-align: center;
}

.pick-day.pc {
  display: block;
}

.pick-day.mobile {
  display: none;
}

.pick-day .scroll_wrap {
  overflow-x: auto;
  overflow-y: auto;
  width: 100%;
  height: 56vh;
}

.pick-day table {
  min-width: 1000px;
}

.pick__list {
  background-color: #fff;
  text-align: center;
}

.pick__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 20px;
  border-bottom: 1px solid #DCDCDC;
}

.pick__item:last-child {
  border-bottom: none;
}

.pick__item .worker span {
  display: block;
  width: 65px;
  height: auto;
  word-break: keep-all;
  line-height: 22px;
  border-radius: 5px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

.pick__item .worker span.work-time {
  background-color: #ECF2FF;
  margin-top: 5px;
}

.pick__item .worker span.work-time.rest,
.pick__item .worker span.work-time.cover {
  background-color: #DCDCDC;
}

.pick__item .time {
  text-align: right;
  line-height: 20px;
}

.pick__item .time span {
  display: block;
  font-size: 13px;
  color: #979797;
}

.pick__item .time span:not(:last-child) {
  margin-bottom: 3px;
}

.pick__item .time span b {
  font-size: 15px;
  color: #313131;
  margin-left: 10px;
}

.pick__item .time span.cover,
.pick__item .time span.rest {
  text-align: right;
  display: inline-block;
  padding: 4px 9px;
  border-radius: 3px;
  background-color: #DCDCDC;
}

.weekmonth-table.pc {
  display: block;
}

.weekmonth-table.mobile {
  display: none;
  padding: 12px;
}

.weekmonth-table .pick__item {
  padding: 12px;
  border-bottom: none;
}

.weekmonth-table .work-time-dtl__item .title {
  background-color: #FAFAFA;
}

.weekmonth-table thead th {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.weekmonth-table tbody tr th:nth-child(1),
.weekmonth-table tbody tr td:nth-child(1) {
  position: sticky;
  left: 0;
  background-color: #fff;
}


@media screen and (max-width:1300px) {
  .pick-date {
    padding-top: 30px;
    flex-direction: column;
    border-bottom: none;
  }

  .pick-date__type {
    width: 100%;
    position: static;
    margin-top: 10px;
  }

  .pick-date__type>button {
    width: 100%;
    height: 35px;
    line-height: 35px;
    box-shadow: var(--box-shadow6);
  }

  .pick-date__calendar .move-month {
    margin: 0 0;
  }
}

@media screen and (max-width:1000px) {
  .move-week {
    gap: 0px;
  }

  .o-cmt-view__content {
    border: none;
  }

  .pick-date__calendar {
    width: 100%;
  }

  .pick-day.pc {
    display: none;
  }

  .pick-day.mobile {
    display: block;
  }

  .pick-day .pick__list {
    padding: 12px;
    border-radius: 10px;
  }

  .pick-date {
    background-color: #fff;
    margin: 0 0;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 15px;
  }

  .own-cmt_view .work__time-table.owner {
    padding: 0;
  }

  .moveday-picker,
  .moveweek-picker {
    width: 100%;
  }

  .moveday-picker input,
  .moveweek-picker input {
    font-size: 15px !important;
  }

  .pick-date__calendar .move-month {
    box-shadow: none;
  }

  .pick-date__calendar .movemonth-picker {
    width: 100%;
  }

  /* 주 */
  .weekmonth-table.pc {
    display: none;
  }

  .weekmonth-table.mobile {
    display: block;
    padding: 0;
  }
}

/* 스케줄 목록 */
.schd-list__inner .no-data__contents {
  margin-top: 33px;
  min-height: 64vh;
}

.owner-flex {
  display: flex;
  gap: 12px;
}

.owner-flex .select-primary {
  height: 46px !important;
  line-height: 46px !important;
}

.schd-list__content {
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  padding: 20px;
  min-height: 72vh;
}

.schd__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  background-color: #F5F7FB;
  padding: 22px 34px;
  transition: 0.35s;
  margin-bottom: 20px;
}

.schd__item:hover {
  box-shadow: var(--box-shadow4);
}

.schd__item .schd_title h3 {
  font-size: 16px;
  font-weight: 500;
  color: #131313;
  margin-bottom: 8px;
}

.schd__item .schd_title span {
  font-size: 15px;
  font-weight: normal;
  color: #3D3D3D;
}

.schd__item .schd_title span b {
  padding-right: 10px;
}

.schd__item .schd_title span b:after {
  content: '/';
  padding-left: 7px;
}

.schd_btns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.schd_btns .btn_insert-people,
.schd_btns .btn_modify-people,
.schd_btns .btn_trash {
  display: inline-block;
  width: 34px;
  height: 34px;
}

.schd_btns .btn_insert-people {
  background: url(../_img/owner/icon_insert-people.svg) no-repeat center center / contain;
}

.schd_btns .btn_modify-people {
  background: url(../_img/common/icon_write.svg) no-repeat center center / contain;
}

.schd_btns .btn_trash {
  background: url(../_img/common/icon_trash.svg) no-repeat center center / contain;
}

.modal_select_person .modal__inner {
  max-width: 716px;
}

.select-person_all {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.select-person__list {
  margin-top: 5px;
  border-radius: 5px;
  height: 210px;
  overflow-y: auto;
  width: 100%;
  border: 1px solid #DCDCDC;
}

.select-person__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 24px 20px;
}

.select-person__item {
  border-radius: 5px;
  height: auto;
  line-height: 46px;
  padding: 9px 16px;
}

.select-person__item.s-month {
  background-color: #E7FBE2;
}

.select-person__item.s-day {
  background-color: #FAE1E5;
}

.select-person__item.s-hour {
  background-color: #FAF1E2;
}

.select-person__item.s-free {
  background-color: #E2E0EE;
}

.select-person__item .custom-radio label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.select-person__item .custom-radio input[type=radio]+em {
  transform: translateY(2px);
}

.select-person__item .custom-checkbox label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.select-person__item .custom-checkbox input[type=checkbox]+em {
  transform: translateY(2px);
}

@media screen and (max-width:1000px) {
  .owner-flex {
    width: 100%;
    flex-direction: column-reverse;
    row-gap: 30px;
  }

  .owner-flex .select-primary {
    width: 100% !important;
  }

  .owner-flex>* {
    width: 100% !important;
  }

  .schd-list__inner .no-data__contents {
    margin-top: 12px;
  }

  .schd-list__inner .owner-title {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
  }

  .schd-list__inner .schd_title h3 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .schd__item .schd_title span {
    font-size: 13px;
  }

  .schd__item .schd_title span b {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
  }

  .schd__item .schd_title span b:after {
    content: none;
  }

  .schd-list__inner .owner-title>.btn {
    width: 100% !important;
  }

  .schd-list__content {
    background-color: #fff;
    min-height: 100%;
  }

  .schd__item {
    flex-direction: column;
    padding: 12px;
    padding-bottom: 0;
  }

  .schd_title {
    width: 100%;
    text-align: left;
  }

  .schd_btns {
    width: 100%;
    justify-content: flex-end;
    gap: 10px;
    transform: translateY(-20px);
  }

  .modal_select_person .modal__inner {
    max-width: 90%;
  }

  .schd_btns .btn_insert-people,
  .schd_btns .btn_modify-people,
  .schd_btns .btn_trash {
    width: 30px;
    height: 30px;
  }

  .select-person>.btn {
    height: 42px;
    line-height: 42px;
  }

  .select-person__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .select-person__item .custom-radio label {
    font-size: 15px;
  }

  .select-person__item .custom-checkbox label {
    font-size: 15px;
  }
}

/* 스케줄 등록 */
.schd-reg__content {
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  padding: 50px 40px;
  min-height: 75vh;
}

.schd-reg__content .title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.schd-reg__tab {
  max-width: 534px;
  margin: 0 auto;
  margin-top: 16px;
  padding-top: 21px;
  border-top: 1px solid #707070;
}

.schd-reg__tab .tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  overflow: hidden;
}

.schd-reg__tab .tabs .tabs__link {
  flex: 1;
  background-color: #fff;
  border: 1px solid #DCDCDC;
  height: 46px;
  line-height: 46px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #B6B6B6;
  cursor: pointer;
}

.schd-reg__tab .tabs .tabs__link:first-child {
  border-radius: 6px 0 0 6px;
  box-shadow: -2px 2px 2px rgb(61, 61, 61, 0.08);
}

.schd-reg__tab .tabs .tabs__link:last-child {
  border-radius: 0 6px 6px 0;
  box-shadow: 2px 2px 2px rgb(61, 61, 61, 0.08);
}

.schd-reg-tab__content {
  display: none;
}

.schd-reg-tab__content.on {
  display: block;
}

.schd-reg__tab .tabs .tabs__link.on {
  background-color: var(--color-primary);
  color: #fff;
  border: 1px solid transparent;
}

.form_schd-reg {
  width: 100%;
  margin-top: 32px;
}

.form_schd-reg .input {
  display: flex;
  align-items: center;
}

.form_schd-reg .input.rest-time {
  gap: 3px;
}

.form_schd-reg .input.rest-time .select-primary {
  padding-left: 10px;
  padding-right: 12px;
}

.form_schd-reg .input.rest-time .select-primary:after {
  width: 11px;
  height: 6px;
  right: 11px;
}

.form_schd-reg .input>label {
  flex-basis: 100px;
  flex-shrink: 0;
  font-size: 15px;
}

.form_schd-reg .input>*:nth-child(2):not(.multidatepicker),
.form_schd-reg .input>.select-primary {
  width: 100%;
}

.form_schd-reg .custom-datepicker .datepicker {
  width: 100%;
}

.form_schd-reg .err-text {
  margin-top: 5px;
  margin-left: 100px;
}

.form_schd-reg .work-time__input .err-text {
  margin-left: 80px;
}

.select_list {
  display: flex;
  align-items: center;
}

.select_list .checkbox-schd label input[type=checkbox]+em {
  background: none;
  display: inline-block;
  width: 62px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #B6B6B6;
  border-radius: 0;
  background-color: #fff;
  text-align: center;
  color: #B6B6B6;
  transform: translate(0px);
}

.select_list .checkbox-schd label input[type=checkbox]:checked+em {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-weight: 500;
}

.select_list .checkbox-schd label input[type=checkbox]:disabled + em{
  background-color: #ececec;
}

.radio_list {
  display: flex;
  align-items: center;
}

.radio_list .radio-schd label input[type=radio]+em {
  background: none;
  display: inline-block;
  width: 138px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #B6B6B6;
  border-radius: 0;
  background-color: #fff;
  text-align: center;
  color: #B6B6B6;
  font-size: 15px;
  transform: translate(0);
}

.radio_list .radio-schd label input[type=radio]:checked+em {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  font-weight: 500;
  
}

.selectbox-list {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}

.selectbox-list > .custom-timepicker {
  width: 100%;
}

.selectbox-list .input-time {
  width: 100%;
  display: flex;
  gap: 3px;
  align-items: center;
}

.selectbox-list .select-primary {
  width: 100%;
}

.selectbox-list .select-primary::after {
  width: 12px;
  height: 6px;
}

.select-person {
  display: flex;
  gap: 12px;
}

.select-person #hiddenContainer {
  display: none;
}

.select-person input {
  width: calc(100% - 150px) !important;
}

.form_schd-reg .movemonth-picker {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  position: relative;
}

.form_schd-reg .movemonth-picker input {
  padding: 0 16px;
  text-align: left;
  background-color: #ffffff;
  font-size: 15px;
}

.form_schd-reg .movemonth-picker input::placeholder {
  color: #999999 !important;
  font-size: 15px !important;
  text-align: left !important;
}

.form_schd-reg .movemonth-picker:after {
  content: '';
  display: inline-block;
  width: 46px;
  height: 46px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../_img/common/icon_calendar.svg) no-repeat center center / 16px;
}

.work-time__input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  background-color: #FAFAFA;
  padding: 22px 16px;
  position: relative;
  padding-right: 40px;
}

.work-time__input.simple {
  padding: 22px 25px;
}

.work-time__input.simple .input label {
  flex-basis: 80px;
}

.work-time__input .two-depth-input__wrap {
  margin-bottom: 19px;
}

.work-time__input .two-depth-input__wrap:last-child {
  margin-bottom: 0;
}

.work-time__input .btn_close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../_img/owner/icon_close.svg) no-repeat center center / 13px;
}

.work-time__input .input:last-of-type {
  margin-bottom: 0;
}

.work-time__input ~ .err-text {
  margin-left: 0 !important;
}

.datepicker_list {
  display: flex;
  align-items: center;
  gap: 9px;
}

.datepicker_list .custom-datepicker {
  width: 100%;
}

.form_schd-reg .scroll_wrap {
  height: 50vh;
  overflow-y: auto;
}

@media screen and (max-width:1000px) {
  .schd-reg__inner {
    padding: 0;
  }

  .schd-reg__content {
    padding: 0;
    border: none;
  }

  .schd-reg__content .title {
    text-align: left;
    font-size: 17px;
  }

  .schd-reg__tab {
    border-top: none;
    border-radius: 10px;
    background-color: #fff;
    padding: 19px 13px;
    max-width: 100%;
  }

  .form_schd-reg .input>label {
    flex-basis: 90px;
  }

  .form_schd-reg .err-text {
    margin-left: 80px;
  }

  .select_list>* {
    flex: 1;
  }

  .select_list .checkbox-schd label input[type=checkbox]+em {
    width: 100%;
  }

  .radio_list .radio-schd {
    flex: 1;
    width: 100%;
  }

  .radio_list .radio-schd label {
    width: 100%;
  }

  .radio_list .radio-schd label input[type=radio]+em {
    width: 100%;
    height: 42px;
    line-height: 42px;
  }

  .form_schd-reg .input>label {
    font-size: 14px;
  }

  .work-time__input {
    padding: 16px;
    padding-right: 30px;
  }

  .work-time__input .btn_close {
    width: 20px;
    height: 20px;
    top: 7px;
    right: 5px;
    background-size: 12px;
  }
}

@media screen and (max-width:450px) {
  .work-time__input {
    padding: 16px;
  }

  .work-time__input.simple {
    padding: 16px;
  }

  .work-time__input .two-depth-input__wrap .input label {
    flex-basis: auto;
    font-size: 14px;
  }

  .form_schd-reg .input {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }

  .work-time__input .custom-timepicker {
    width: 100%;
  }

  .work-time__input .input {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }

  .form_schd-reg .err-text {
    margin-left: 0px;
  }

  .selectbox-list {
    width: 100% !important;
  }

  .select-person {
    gap: 8px;
  }

  .select-person input {
    width: 100% !important;
  }

  .select-person>.btn {
    width: 100px !important;
    font-size: 13px;
  }

  .datepicker_list .custom-datepicker:after {
    content: none;
  }

  .form_schd-reg .custom-datepicker .datepicker {
    padding: 0 7px;
    font-size: 12px;
  }

  .flex-time {
    gap: 5px;
  }

  .flex-time .nice-select {
    padding-left: 8px !important;
    padding-right: 14px !important;
  }

  .flex-time .nice-select:after {
    width: 10px;
    height: 6px;
    right: 9px;
  }

  .form_schd-reg .input label {
    flex-basis: auto;
    flex-shrink: 0;
  }

  .work-time__input .input label {
    flex-basis: auto;
  }

  .form_schd-reg .work-time__input .err-text {
    margin-left: 0;
  }
}

/* 휴일 설정 */
.form-search_holidays {
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  padding: 30px 40px;
}

.form-search_holidays .search-form .input_wrap {
  position: relative;
}

.form-search_holidays .search-form .input_wrap .err-text {
  margin-left: 75px;
  margin-top: 5px;
}

.form-search_holidays .custom-datepicker {
  width: 368px;
}

.form-search_holidays .input label {
  display: inline-block;
  flex-basis: 60px;
  flex-shrink: 0;
}

.form-search_holidays .search-form.bottom {
  position: relative;
}

.form-search_holidays .search-form.bottom~.err-text {
  margin-top: 5px;
  margin-left: 75px;
}

.form-search_holidays .search-form.bottom .input {
  width: 100%;
}

.form-search_holidays .search-form.bottom .input-wrap {
  width: 50%;
}

.holiday__list {
  width: 100%;
  min-height: 57vh;
  border-radius: 9px;
  border: 1px solid #DCDCDC;
  margin-top: 41px;
  overflow: hidden;
}

.holiday__list .title {
  width: 100%;
  height: 63px;
  background-color: #F5F7FB;
  border-radius: 9px 9px 0 0;
  line-height: 63px;
  padding: 0 39px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.holiday__list .title h3 {
  font-size: 16px;
  font-weight: 500;
  color: #3D3D3D;
}

.holiday__list .no-data__contents {
  min-height: 53vh;
}

.holiday__list .table__wrap {
  padding: 22px 30px;
}

.modal_delete_holiday .modal__inner {
  max-width: 420px;
}

.delete_holiday__inner {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 43px;
}

@media screen and (max-width:1000px) {
  .form-search_holidays {
    background-color: #fff;
    border: none;
    padding: 12px;
  }

  .form-search_holidays .input label {
    font-size: 13px;
    flex-basis: auto;
  }

  .form-search_holidays .search-form .input_wrap .err-text {
    margin-left: 0px;
  }

  .form-search_holidays .search-form.bottom~.err-text {
    margin-left: 0;
  }

  .form-search_holidays .custom-datepicker {
    width: 100%;
  }

  .form-search_holidays .search-form.bottom {
    flex-direction: row;
    align-items: flex-end;
  }

  .form-search_holidays .search-form.bottom>button {
    width: 100px !important;
  }

  .form-search_holidays .search-form.bottom .input-wrap {
    width: 100%;
    flex-direction: column;
  }

  .form-search_holidays .search-form.bottom .input-wrap .input:first-child {
    width: 100% !important;
  }

  .form-search_holidays .search-form.bottom .input-wrap .btn {
    width: 100% !important;
  }

  .holiday__list {
    margin-top: 12px;
    background-color: #fff;
    border: none;
    min-height: 100%;
  }

  .holiday__list .title {
    background-color: #ECF2FF;
    height: 45px;
    line-height: 45px;
    justify-content: space-between;
    padding: 0 20px;
  }

  .holiday__list .title .nice-select {
    height: 35px !important;
    line-height: 35px !important;
  }

  .holiday__list .title h3 {
    text-align: center;
  }

  .holiday__list .table__wrap {
    background-color: #fff;
  }

  .holiday__inner .btn-area>* {
    width: 100%;
  }

  .tbl_holiday colgroup col:nth-child(1),
  .tbl_holiday colgroup col:nth-child(3) {
    width: 20% !important;
  }

  .tbl_holiday colgroup col:nth-child(2) {
    width: 25% !important;
  }

  .tbl_holiday colgroup col:nth-child(4) {
    width: 35% !important;
  }

  .modal_delete_holiday .modal__inner {
    max-width: 90%;
  }

  .delete_holiday__inner {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
  }
}

/* 스케줄 확인 */
.own-schd_confirm .move-month {
  justify-content: center;
}

/* #### 급여관리 #### */
/* 근무시간 정산 */
.own-sal_calculate__content {
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  padding: 64px 31px;
  min-height: 75vh;
}

.own-sal_calculate .search__form.owner>*:nth-child(1) {
  flex: 1;
}

.own-sal_calculate .search__form.owner>*:nth-child(2) {
  flex: 2;
  justify-content: center;
}

.own-sal_calculate .search__form.owner>*:nth-child(3) {
  flex: 1.3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.tbl_sal_calculate.pc {
  display: block;
}

.tbl_sal_calculate.mobile {
  display: none;
}

.btn_sal-view {
  background-color: var(--color-primary) !important;
  color: #fff;
  width: 100px;
  height: 34px;
  line-height: 34px;
  font-size: 13px !important;
  border-radius: 5px !important;
  border: none !important;
}

.time__list {
  background-color: #fff;
  border-radius: 10px;
  padding: 12px;
}

.time__list .time__item {
  margin-bottom: 12px;
  border-radius: 10px;
  padding: 12px;
  background-color: #FAFAFA;
}

.time__list .time__item .time-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.time-info b.nm {
  font-size: 15px;
  font-weight: 500;
}

.time-info span {
  font-size: 15px;
  margin-top: 10px;
}

.time__item .contract__status {
  justify-content: flex-start;
  margin: 10px 0;
}

.time__item .btn {
  width: 100%;
  display: block;
  height: 46px;
  line-height: 46px;
}

.time__item .btn.btn_pdf {
  border: 1px solid #DCDCDC;
  margin-bottom: 10px;
}

@media (min-width: 1000px) and (max-width: 1400px) {
  .own-sal_calculate__content .search__form {
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap: 10px;
  }

  .own-sal_calculate .search__form.owner>*:nth-child(2) {
    margin: 0 0;
  }

  .own-sal_calculate .search__form .select-primary {
    width: 200px !important;
  }
}

@media screen and (max-width:1300px) {
  .tbl_sal_calculate.pc {
    display: none;
  }

  .tbl_sal_calculate.mobile {
    display: block;
  }
}

@media screen and (max-width:1000px) {
  .own-sal_calculate__content {
    padding: 0;
    border: none;
  }

  .own-sal_calculate .search__form.owner>*:nth-child(3) {
    flex-direction: column;
    width: 100%;
  }

  .own-sal_calculate .search__form.owner>*:nth-child(3)>* {
    width: 100% !important;
    margin-right: 0;
  }

  .own-sal_calculate .search__form.owner>*:nth-child(3)>*:nth-child(2) {
    margin-bottom: 8px;
  }

  .time-info span {
    font-size: 13px;
  }

  .time__item .contract__status {
    margin: 7px 0;
    font-size: 14px;
  }
}

/* 근무시간 정산 상세조회 */
.own-sal_view__content {
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  padding: 64px 31px;
  min-height: 77vh;
}

.own-sal_view .tbl__result--typeA {
  overflow: visible;
}

.own-sal_view__content .work-time__item {
  padding-left: 18px;
}

.commute_time {
  width: 100px;
  height: 32px;
  margin: 0 auto;
  position: relative;
}

.btn_salary {
  width: 100px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #DCDCDC;
  background-color: #FAFAFA;
  border-radius: 5px;
}

.modal_commute-modify {
  width: 300px;
  height: 48px;
  position: absolute;
  top: -9px;
  left: 0px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 2px 2px #0000002b;
  display: none;
  z-index: 100;
}

.commute-modify__inner {
  width: inherit;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
}

.modal_commute-modify .select-primary {
  height: 32px !important;
  line-height: 32px !important;
}

.modal_commute-modify .select-primary:after {
  width: 12px;
  height: 6px;
  right: 9px;
}

.btn_commute-modify {
  width: 80px;
  height: 32px;
  line-height: 32px;
  font-size: 13px !important;
  font-weight: 500;
  border-radius: 5px !important;
  border: none !important;
}

.btn_modify-cancel {
  background-color: #F1F1F5 !important;
  color: #131313;
}

.btn_modify-confirm {
  background-color: var(--color-primary) !important;
  color: #fff;
}

.tbl_sal_view.pc {
  display: block;
}

.tbl_sal_view.mobile {
  display: none;
}

.tbl_sal_view .btn_modify {
  background-color: var(--color-primary);
  color: #fff;
  height: 30px;
  width: 55px !important;
}

.work-time-dtl__item {
  box-shadow: var(--box-shadow6);
  margin-bottom: 12px;
}

.work-time-dtl__item .title {
  width: 100%;
  height: 54px;
  line-height: 54px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

.work-time-dtl__item .title h3 {
  font-size: 15px;
  text-align: center;
  font-weight: normal;
  cursor: default;
}

.work-time-dtl__item .title:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  background: url(../_img/mobile/icon_arrow_down.svg) no-repeat center center / contain;
  transition: 0.35s;
}

.work-time-dtl__item .title.active {
  background-color: #ECF2FF;
}

.work-time-dtl__item .title.active:after {
  transform: translateY(-50%) rotate(-180deg);
}

.work-time-dtl__item .desc {
  background-color: #fff;
  padding: 20px 17px;
  display: none;
}

.desc__content dl {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.desc__content dl dt {
  width: 100px;
}

.desc__content dl dd {
  width: calc(100% - 100px);
  position: relative;
}

.tbl_sal_view.mobile .btn-more {
  background-color: #EEEFF2;
  border: none;
  color: #979797;
  font-size: 15px;
}

.tbl_sal_view.mobile .btn-more span {
  position: relative;
  display: inline-block;
  padding-right: 18px;
}

.tbl_sal_view.mobile .btn-more span:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../_img/mobile/icon_more.svg) no-repeat center center / contain;
}

@media (min-width: 1000px) and (max-width: 1400px) {
  .own-sal_view__content .search__form {
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap: 10px;
  }

  .own-sal_view__content .search__form.owner>*:nth-child(2) {
    margin: 0 0;
  }

  .own-sal_view__content .search__form .select-primary {
    width: 200px !important;
  }
}

@media screen and (max-width:1300px) {
  .tbl_sal_view.pc {
    display: none;
  }

  .tbl_sal_view.mobile {
    display: block;
  }

  .own-sal_view__content .btn-area {
    margin-top: 40px;
  }
}

@media screen and (max-width:1000px) {
  .own-sal_view__content {
    border: none;
    padding: 0;
  }

  .btn_salary {
    text-align: left;
    padding: 0 16px;
    width: 100% !important;
    height: 46px !important;
    line-height: 46px !important;
    background-color: #fff !important;
    border: 1px solid #DCDCDC;
    border-radius: 5px !important;
    font-size: 14px;
  }

  .modal_commute-modify {
    width: 100%;
    height: 124px;
    background-color: #FAFAFA;
    padding: 10px;
    left: 0;
  }

  .commute-modify__inner {
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 0 0;
  }

  .commute-modify__inner .btn {
    height: 46px;
    line-height: 46px;
    flex: 1;
  }

  .commute-modify__inner .select-primary {
    width: 100% !important;
    height: 46px !important;
    line-height: 46px !important;
  }
}

/* 급여대장 조회 */
.payroll__content {
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  padding: 31px;
  min-height: calc(100vh - 314px);
}

.payroll__content .no-data__contents {
  min-height: 48vh
}

.tbl_payroll .btn_show {
  width: 100px !important;
  height: 34px;
  line-height: 34px;
  transition: 0.35s;
}

.tbl_payroll .btn_show:hover {
  background-color: var(--color-primary);
  color: #fff;
}

.tbl_payroll.pc {
  display: block;
}

.tbl_payroll.mobile {
  display: none;
}

.payroll__list {
  background-color: #fff;
  border-radius: 10px;
  padding: 12px;
}

.payroll__item {
  border-radius: 10px;
  background-color: #FAFAFA;
  margin-bottom: 12px;
  padding: 20px 25px;
  position: relative;
}

.payroll__item b.nm {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}

.payroll__item span.work-badge {
  display: inline-block;
  width: auto;
  padding: 0 14px;
}

.payroll__item dl {
  display: flex;
  font-size: 15px;
  margin-top: 10px;
}

.payroll__item dl dt {
  flex-basis: 64px;
  flex-shrink: 0;
}

.payroll__item dl dd {
  width: 100%;
  padding-left: 25px;
  border-left: 1px solid #DCDCDC;
}

.payroll__item>.btn_show {
  margin-top: 25px;
  width: 100% !important;
  height: 42px;
  line-height: 42px;
}

/* 2024.01.08 추가 */
.button__wrap{
  display: flex;
  justify-content: right;
  align-items: center;
}
.payroll__content .button__wrap{
  margin-bottom: 20px;
}
.btn.btn-file-download{
  font-size: 14px;
}


@media (min-width: 1000px) and (max-width: 1300px) {
  .own-payroll .search__form .move-month {
    margin: 20px 0 !important;
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 0px) and (max-width: 1250px) {
  .own-payroll .search__form.owner {
    border-bottom: none;
  }

  .tbl_payroll.pc {
    display: none;
  }

  .tbl_payroll.mobile {
    display: block;
  }
}

@media screen and (max-width:1000px) {
  .payroll__content {
    border: none;
    padding: 0;
    min-height: 100%;
  }
  /* 2024.01.08 추가 */
  .payroll__content .button__wrap{
    margin-bottom: 10px;
  }
}

/* 이체리스트 */
.own-transfer__content {
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  padding: 64px 31px;
  min-height: 77vh;
}

.tbl_transfer.pc {
  display: block;
}

.tbl_transfer.mobile {
  display: none;
}

.own-transfer_list .tbl__result--typeA {
  overflow: visible;
}

.btn-excel {
  border: 1px solid #007233 !important;
  color: #007233 !important;
}

.transfer__list {
  background-color: #fff;
  border-radius: 10px;
  padding: 12px;
}

.transfer__item {
  border-radius: 10px;
  background-color: #FAFAFA;
  margin-bottom: 12px;
  padding: 20px 25px;
}

.transfer__item b.nm {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}

.transfer__item dl {
  display: flex;
  font-size: 15px;
  margin-top: 10px;
}

.transfer__item dl dt {
  width: 25%;
}

.transfer__item dl dd {
  width: 75%;
  padding-left: 40px;
  border-left: 1px solid #DCDCDC;
}

@media screen and (max-width:1000px) {
  .own-transfer__content {
    border: none;
    padding: 0;
    min-height: 100%;
  }

  .tbl_transfer.pc {
    display: none;
  }

  .tbl_transfer.mobile {
    display: block;
  }

  .btn-excel {
    width: 100% !important;
    margin-top: 30px;
  }
}

/* ==== 전자 계약서 ==== */
/* #### 전자계약 조회 #### */
.cont-view__content {
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  padding: 51px 30px;
  min-height: 74vh;
}

.cont-badge {
  font-size: 13px;
  display: inline-block;
  width: 100px;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  font-weight: 500;
  background-color: #fff;
}

.cont-badge.request {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  background-color: #fff;
}

.cont-badge.register {
  border: 1px solid #0062E5;
  background-color: #0062E5;
  color: #fff;
}

.cont-badge.cal-complete {
  border: 1px solid #2fa812;
  color: #2fa812;
}

.cont-badge.m-request {
  border: 1px solid #329CFF;
  background-color: #329CFF;
  color: #fff;
}

.cont-badge.w-request {
  border: 1px solid #067DFD;
  background-color: #067DFD;
  color: #fff;
}

.cont-badge.w-complete {
  border: 1px solid #BDBDBD;
  background-color: #fff;
  color: #BDBDBD;
}

.cont-badge.complete {
  border: 1px solid #3D3D3D;
  color: #3D3D3D;
}

.cont-badge.write-req {
  border: 1px solid #2fa812;
  color: #2fa812;
}

.cont-badge.ongoing {
  border: 1px solid #F66B00;
  color: #F66B00;
}

.cont-badge.cal-req {
  border: 1px solid #EA2F2F;
  color: #EA2F2F;
}

/* 20230908 */
.cont-badge.gray {
  border: 1px solid #BDBDBD;
  background-color: #fff;
  color: #BDBDBD;
}

.cont-badge.gray {
  border: 1px solid #757575;
  background-color: #fff;
  color: #757575;
}

.cont-badge.light-blue {
  border: 1px solid #329CFF;
  background-color: #fff;
  color: #329CFF;
}

.cont-badge.blue {
  border: 1px solid #2F73EA;
  background-color: #fff;
  color: #2F73EA;
}

.cont-badge.navy {
  border: 1px solid #0048C8;
  background-color: #fff;
  color: #0048C8;
}

.cont-badge.orange {
  border: 1px solid #FF7638;
  background-color: #fff;
  color: #FF7638;
}

.cont-badge.red {
  border: 1px solid #FF5454;
  background-color: #fff;
  color: #FF5454;
}

.cont-badge.purple {
  border: 1px solid #4741C7;
  background-color: #fff;
  color: #4741C7;
}

/* 20230908 */

.tbl_cont-view .btn_cont-modify {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: text-bottom;
  background: url(../_img/common/icon_write.svg) no-repeat center center / contain;
}

.btns_box {
  display: flex;
  align-items: center;
  gap: 20px
}

.tbl_cont-view .btns_box {
  justify-content: flex-start !important;
  max-width: 120px;
  margin: 0 auto;
}

.tbl_cont-view .btns_box.center {
  justify-content: center !important;
}

.btns_box .btn_preview,
.btns_box .btn_reexam,
.btns_box .btn_print,
.btns_box .btn_pdf,
.btns_box .btn_trash {
  display: inline-block;
  width: 26px;
  height: 26px;
}

.btns_box .btn_preview {
  background: url(../_img/common/icon_preview.svg) no-repeat center center / contain;
}

.btns_box .btn_print {
  background: url(../_img/common/icon_print.svg) no-repeat center center / contain;
}

.btns_box .btn_pdf {
  background: url(../_img/common/icon_pdf.svg) no-repeat center center / contain;
}

.btns_box .btn_trash {
  background: url(../_img/common/icon_trash.svg) no-repeat center center / contain;
}

.btns_box .btn_reexam {
  background: url(../_img/common/icon_reexam.svg) no-repeat center center / contain;
}

.tbl_cont-view.pc {
  display: block;
}

.tbl_cont-view.mobile {
  display: none;
}

/* 모바일 */
.cont-view__list {
  background-color: #fff;
  border-radius: 10px;
  padding: 12px;
}

.con-view__item {
  border-radius: 10px;
  background-color: #FAFAFA;
  padding: 12px 16px;
  margin-bottom: 12px;
}

.con-view__item .item__header h3 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 14px;
}

.con-view__item .item_info {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 6px;
}

.con-view__item b.nm {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 9px;
}

.con-view__item .cont-badge {
  height: 28px;
  line-height: 28px;
}

.con-view__item span {
  font-size: 15px;
  margin-left: 8px;
}

.con-view__item small {
  font-size: 12px;
  width: 172px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;margin-bottom: 16px;
  color: #767676;
}

.contract__status {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

.contract__status .btn_preview {
  display: inline-block;
  width: 26px;
  height: 26px;
  transform: translateX(-7px);
  background: url(../_img/common/icon_preview.svg) no-repeat center center / contain;
}

.contract__status .btn_preview_word {
  display: inline-block;
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  background-color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.cont-btn_area.top {
  display: flex;
  gap: 12px;
  margin: 16px 0;
}

.cont-btn_area.bottom {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 10px;
}

.cont-btn_area .btn {
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
}

.cont-btn_area .btn_pdf {
  width: 100%;
  border: 1px solid #DCDCDC
}

.cont-btn_area .btn_preview {
  width: 100% !important;
  font-size: 15px !important;
  border: 1px solid #329CFF;
  background-color: #fff;
  color: #329CFF;
}

.cont-btn_area .btn_modify {
  width: 100% !important;
  border: 1px solid #3D3D3D;
  font-size: 15px !important;
}

.cont-btn_area .btn_modify:hover {
  background-color: transparent;
  color: inherit;
}

.cont-btn_area>* {
  width: 100%;
}

.cont-btn_area .btn_delete {
  background-color: #979797;
  border-radius: 5px;
  color: #fff;
}

@media screen and (max-width:1300px) {
  .tbl_cont-view.pc {
    display: none;
  }

  .tbl_cont-view.mobile {
    display: block;
  }
}

@media screen and (max-width:1000px) {
  .contract__inner .owner-title {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 12px;
    margin-bottom: 10px;
  }

  .contract__inner .owner-title .btn {
    height: 42px;
    width: 100%;
    line-height: 42px;
  }

  .own-con_reg .contract__inner .owner-title .btn {
    width: 100%;
  }

  .cont-view__content {
    padding: 0;
    border: none;
    background-color: transparent;
  }

  .contract__status {
    font-size: 13px;
  }

  .cont-btn_area .btn {
    height: 42px;
    line-height: 42px;
  }
}

/* 계약서 모달 */
.modal_request .modal__inner {
  overflow-y: auto;
  max-width: 1220px;
  height: 790px;
  max-height: 70vh;
  padding: 60px 90px;
  border-radius: 10px;
}

.modal_request .modal__inner::-webkit-scrollbar {
  width: 8px;
}

.modal_request .modal__inner::-webkit-scrollbar-thumb {
  height: 30%;
  background: #B6B6B6;
  border-radius: 10px;
}

.modal_request .modal__inner::-webkit-scrollbar-track {
  background: #DCDCDC;
  border-radius: 20px;
}

.modal_request .modal__close {
  width: 100%;
  height: 30px;
  position: sticky;
  display: flex;
  top: 0;
  justify-content: flex-end;
  transform: translateX(40px);
}

.modal_request .modal__close .btn_modal-close {
  width: 16px;
  height: 16px;
}

.req-dtl__cnts .contract-doc__inner {
  max-width: 900px;
}

.contract-doc__inner p input {
  margin: 0px;
  border: none;
  width: auto;
  display: inline;
  padding: 0 0;
}

.contract-doc__inner em.emphasis {
  font-weight: 600;
  text-decoration: underline;
  padding: 0 10px;
  display: inline-block;
}

.contract-doc__inner em.emphasis.pl0 {
  padding-left: 0;
}

.contract-doc__inner input {
  text-align: center;
  margin: 10px 0;
  border: none;
}

.contract-doc__inner h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}

.contract-doc__inner .sign__area {
  position: relative;
  display: inline-block;
}

.contract-doc__inner .sign__area .sign {
  position: absolute;
  /* border: 1px solid #000; */
  width: 90px;
  height: 45px;
  top: -12px;
  left: -24px;
}

.contract-doc__inner h6 {
  font-size: 17px;
  font-weight: 500;
  margin-top: 40px;
}

.contract-doc__inner p {
  line-height: 28px;
  margin-bottom: 8px;
}

.contract-doc__inner small {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}

.contract__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 15px;
  row-gap: 15px;
}

.contract__info .date input {
  border: none;
  width: 54px;
  padding: 0;
}

.contract__info .sign_area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}

.contract__info .sign_area>div>span {
  display: block;
  font-size: 17px;
  font-weight: 500;
}

.contract__info .sign_area .sign {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #DCDCDC;
  margin: 5px 0;
  position: relative;
}

.contract__info .sign_area .sign img {
  width: 120px;
  position: absolute;
  right: -48px;
  top: 50%;
  transform: translateY(-50%);
}

.contract__info .sign_area .sign b {
  display: inline-block;
  width: 180px;
  text-align: center;
}

.contract__info .sign_area .sign input {
  border: none;
  padding: 0;
  width: 138px;
  height: 35px;
  margin: 0;
}

.modal_contract_confirm .modal__inner {
  max-width: 420px;
}

.modal_contract_confirm .modal__content p {
  font-size: 24px;
  font-weight: 500;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.modal_request .modal__btn {
  margin-top: 57px;
}

.parttime-table {
  margin: 20px 0;
}

.parttime-table table {
  width: 100%;
}

.parttime-table table thead th {
  border-bottom: 2px solid #DCDCDC;
  height: 48px;
  line-height: 48px;
}

.parttime-table table th,
.parttime-table table td {
  vertical-align: middle;
  text-align: left;
}

.parttime-table table tbody td {
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #DCDCDC;
}

.batch_register {
  text-align: right;
  margin-top: 10px;
}

.batch_register button {
  display: inline-block;
  width: 131px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background-color: #fff;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.form_register-batch .time_wrap {
  margin-bottom: 15px;
}

.form_register-batch .time_wrap>span {
  display: inline-block;
  margin-bottom: 10px;
}

.form_register-batch .time_flex {
  display: flex;
  align-items: center;
  gap: 8px;
}

.form_register-batch .time_flex .custom-timepicker {
  width: 100%;
}

@page {
  size: A4;
  margin: 20px;
}

@media print {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  
  html,body {
    background-color: #fff;
  }
  body,
  html,
  .modal_request .salary-request {
    padding: 0;
    margin: 0;
    height: 100% !important;
    width: 100% !important;
    display: inline-block;
  }

  .modal_request .salary-request {
    page-break-inside: avoid;
    page-break-after: auto;
  }

  .modal {
    position: absolute;
    top: 0;
    left: 0;
  }

  .modal_request .modal__inner,
  .modal_salcalculate .modal__inner {
    max-width: 100%;
    height: 100%;
    padding: 0 0;
    max-height: max-content;
    border-radius: 0px;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    overflow-y: visible;
  }

  .modal_request .modal__btn {
    display: none;
  }

  .contract-doc__inner {
    padding: 0 0;
  }

  .contract-doc__inner p {
    font-size: 13px;
    line-height: 21px;
  }

  .contract-doc__inner h3 {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .contract-doc__inner em.emphasis {
    font-size: 13px;
  }

  .contract-doc__inner em.emphasis.mb10 {
    margin-bottom: 6px;
  }

  .contract-doc__inner h6 {
    font-size: 15px;
    margin-top: 14px;
  }

  .contract-doc__inner h6.mb10 {
    margin-bottom: 1px;
  }

  .contract-doc__inner small {
    font-size: 10px
  }

  .contract-doc__inner p {
    margin-bottom: 4px;
  }

  .parttime-table table thead th {
    height: 23px;
    line-height: 23px;
    font-size: 14px;
  }

  .parttime-table table tbody td {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
}

@media screen and (max-width:1000px) {
  .modal_request .modal__inner {
    max-width: 90%;
    height: 60vh;
    padding: 15px;
    padding-bottom: 50px;
  }

  .contract-doc__inner h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .contract-doc__inner p {
    font-size: 14px;
  }

  .contract-doc__inner input {
    height: 36px !important;
  }

  .contract-doc__inner input.w300,
  .contract-doc__inner input.w500 {
    margin: 0;
    width: 100% !important;
  }

  .modal_request .modal__btn {
    margin-top: 40px;
  }

  .parttime-table table colgroup col:nth-child(1) {
    width: 20% !important;
  }

  .parttime-table table th,
  .parttime-table table td {
    font-size: 13px;
  }

  .contract__info .sign_area {
    flex-direction: column;
  }
}

/* 전자계약 등록 */
.not-stamped__inner {
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 76vh;
  margin-top: 70px;
}

.not-stamped__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.not-stamped__content h6 {
  color: #3D3D3D;
  font-size: 24px;
  font-weight: normal;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.not-stamped__content h6:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../_img/owner/icon_alert.svg) no-repeat center center / cover;
}

.not-stamped__content span {
  font-size: 17px;
  color: #3D3D3D;
  display: inline-block;
  margin-bottom: 32px;
}

.not-stamped__content span br {
  display: none;
}

.not-stamped__content button {
  width: 160px;
}

.modal_reg_stamped .modal__content {
  margin-top: 32px;
}

.upload-stamp__inner {
  border-radius: 10px;
  border: 1px dashed #B6B6B6;
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

.upload-stamp__inner span {
  word-break: keep-all;
  text-align: center;
}

.upload__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.upload__content span {
  font-size: 15px;
  color: #B6B6B6;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 16px;
}

.upload__filebox input[type=file] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.btn_upload {
  border: 1px solid #979797 !important;
  color: #3D3D3D !important;
  height: 46px !important;
  line-height: 46px !important;
}

.file-list {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  min-height: 32px;
}

.file-list .err-text {
  position: absolute;
  left: 0;
  top: -390px;
}

.upload-file {
  border: 1px solid #B6B6B6;
  border-radius: 15px;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  padding-right: 62px;
  position: relative;
  font-size: 13px;
}

.upload-file span {
  display: inline-block;
  width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.upload-file .btn_delete {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../_img/owner/icon_delete.svg) no-repeat center center / contain;
}

.con-reg__content {
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  min-height: 73vh;
  margin-top: 17px;
  padding: 39px 0;
}

.own-con_reg .owner-title {
  justify-content: flex-end;
}

.form_con-reg {
  max-width: 600px;
  margin: 0 auto;
}

.form_con-reg h3 {
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 16px;
  border-bottom: 1px solid #707070;
}

.con-reg_input-box {
  margin-top: 24px;
}

.con-reg_input-box .input-wrap {
  margin-bottom: 16px;
}

.con-reg_input-box .err-text {
  margin-top: 5px;
  margin-left: 117px;
}

.con-reg_input-box h3.tit_detail {
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 6px;
  border-bottom: 1px solid #DCDCDC;
  color: #131313;
}

.form_con-reg .input {
  display: flex;
  align-items: baseline;
  gap: 17px;
}

.form_con-reg .input.column {
  flex-direction: column;
  align-items: flex-start;
}

.form_con-reg .input.column .select-job__content {
  width: 100%;
}

.form_con-reg .input>label {
  display: inline-block;
  width: 115px;
  font-size: 15px;
  flex-basis: 100px;
  flex-shrink: 0;
}

.form_con-reg .input>label.label_dtl {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 10px;
  flex-basis: auto;
  border-bottom: 1px solid #DCDCDC;
  margin-top: 32px;
}

.form_con-reg .input label span {
  display: block;
  font-size: 13px;
}

.form_con-reg .input>*:not(label) {
  width: 100%;
}

.select-job__inner {
  display: none;
}

.two-depth-input__wrap {
  margin-bottom: 16px;
  /* min-height: 30px; */
}

.doff {
  display: none;
}

.cmt-register__form .err-text {
  position: absolute;
  bottom: -20px;
  left: 0px !important;
}

.cmt-register .two-depth-input__wrap .err-text {
  margin-top: 5px;
}

.select-job__inner .two-depth-input__wrap .err-text {
  margin-left: 123px;
}

.two-depth-input {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-height: 46px;
}

.two-depth-input.salary_job>div {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
}

.two-depth-input.salary_job>.select_list {
  gap: 0px !important;
}

.two-depth-input>label {
  flex-basis: 115px;
  flex-shrink: 0;
  font-size: 15px;
}

.two-depth-input .input-time .custom-datepicker {
  width: 100%;
}

.two-depth-input .input-time_start,
.two-depth-input .input-time_end {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.two-depth-input .check-period {
  width: 100px !important;
  min-width: 100px;
}

.two-depth-input .input-time_start .input-time,
.two-depth-input .input-time_end .input-time {
  width: 100%;
}

.two-depth-input .input-time {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 391px;
  margin-right: 8px;
}

.two-depth-input .custom-timepicker {
  width: 100%;
}

.two-depth-input .input-time .select-primary::after {
  width: 12px;
  height: 6px;
}

.two-depth-input>*:not(label) {
  width: calc(100% - 110px) !important;
}

.two-depth-input .select_list>* {
  flex: 1;
}

.two-depth-input .select_list .checkbox-schd label {
  display: inline-block;
  width: 100%;
}

.two-depth-input .select_list .checkbox-schd label input[type=checkbox]+em {
  width: inherit;
}

.rest-time_picker {
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
}

.rest-time_picker .custom-timepicker {
  width: 100%;
}

.rest-time_picker .custom-checkbox {
  min-width: 110px;
}

span.fix_time {
  display: block;
  text-align: right;
  font-size: 14px;
  margin-bottom: 10px;
}

@media screen and (max-width:1000px) {
  .not-stamped__inner {
    margin-top: 0;
    background-color: #fff;
  }

  .not-stamped__content h6 {
    font-size: 15px;
  }

  .not-stamped__content h6:before {
    width: 16px;
    height: 16px;
  }

  .not-stamped__content span {
    font-size: 14px;
    text-align: center;
  }

  .not-stamped__content span br {
    display: block;
  }

  .not-stamped__content button {
    width: 206px;
  }

  .con-reg__content {
    border: none;
    padding: 0;
    min-height: 100%;
  }

  .form_con-reg {
    max-width: 100%;
  }

  .form_con-reg h3 {
    font-size: 17px;
    border-bottom: none;
  }

  .con-reg_input-box {
    border-radius: 10px;
    background-color: #fff;
    padding: 12px 17px;
    margin-top: 0;
  }

  .form_con-reg .input {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }

  .form_con-reg .input>*:not(label) {
    width: 100%;
  }

  .select-person {
    gap: 8px;
  }

  .two-depth-input .input-time {
    max-width: 100%;
  }

  .con-reg_input-box .err-text {
    margin-left: 0px;
  }

  .form_con-reg .input>label {
    width: auto;
    font-size: 14px;
    flex-basis: auto;
  }

  .select-job__content {
    background-color: #FAFAFA;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    padding: 12px;
  }

  .two-depth-input {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 12px;
  }

  .two-depth-input>*:not(label) {
    width: 100% !important;
  }

  .two-depth-input>label {
    flex-basis: auto;
    font-size: 14px;
  }
}

@media screen and (max-width:768px) {
  .con-reg_input-box .btn-area {
    row-gap: 8px;
    flex-direction: column;
  }

  .con-reg_input-box .btn-area .btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-right: 0;
  }
}
/* ==== 교육자료 & 공지사항 Common ====  */
.cmnty__contents.own-cmnty {
  margin-top: 16px;
}

/* ==== 교육자료 ====  */
/* #### 동영상 #### */
.own-video .video__list,
.own-news .video__list {
  margin-top: 24px;
}

/* #### FAQ #### */
.faq .cmnty__contents {
  padding-top: 32px;
}

.faq-tab .select-primary {
  display: none;
}

.faq-tab {
  border-top: 2px solid #E9E9E9;
  overflow-y: auto;
  height: calc(100% - 30px);
}

.faq-tab .tabs {
  margin: 26px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.faq-tab .tabs .tabs__link {
  padding: 9px 16px;
  border-radius: 24px;
  border: 1px solid var(--color-primary);
  background-color: #fff;
  color: var(--color-primary);
  cursor: pointer;
}

.faq-tab .tabs .tabs__link.on {
  background-color: var(--color-primary);
  color: #fff;
}

.faq-tab__content {
  display: none;
}

.faq-tab__content.on {
  display: block;
}

.faq__accodian,
.faq-list,
.faq-item {
  width: 100%;
}

.faq-item {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: var(--box-shadow6);
}

.faq-item__title {
  width: 100%;
  padding: 18px 84px;
  background-color: #fff;
  position: relative;
}

.faq-item__title:before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 84px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../_img/common/faq_question.png) no-repeat center center / contain;
  transition: 0.35s;
}

.faq-item__title:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 56px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../_img/common/icon_faq.svg) no-repeat center center / contain;
  transition: 0.25s;
}

.faq-item__title.active:before {
  background: url(../_img/common/faq_question_on.png) no-repeat center center / contain;
}

.faq-item__title.active:after {
  transform: translateY(-50%) rotate(-45deg);
}

.faq-item__title span {
  display: inline-block;
  padding-left: 50px;
  line-height: 24px;
}

.faq-item__answer {
  display: none;
  padding: 27px 137px;
  background-color: #FAFAFA;
  border-top: 1px solid #DCDCDC;
}

.faq-item__answer p {
  line-height: 24px;
}

@media screen and (max-width:1000px) {
  .cmnty__contents.own-cmnty {
    margin-top: 0px;
    min-height: 100%;
  }

  /* 소식지 */
  .tbl_news {
    border-radius: 10px;
    background-color: #fff;
    padding: 0 16px;
    padding-bottom: 16px;
  }

  .tbl_news tbody tr:last-child td {
    border-bottom: none;
  }

  .tbl_news colgroup col:nth-child(1),
  .tbl_news table thead tr th:nth-child(1),
  .tbl_news table tr td:nth-child(1) {
    display: none;
  }

  .tbl_news colgroup col:nth-child(2) {
    width: 80% !important;
  }

  .tbl_news colgroup col:nth-child(3) {
    width: 20% !important;
  }

  .own-video .video__list {
    margin-top: 0px;
    background-color: #fff;
    padding: 12px;
    border-radius: 10px;
  }

  .own-video .video__item {
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgb(61, 61, 61, 0.08);
  }

  /* FAQ */
  .faq .cmnty__contents {
    padding-top: 0px;
    margin-top: 0;
  }

  .faq-tab {
    border-top: none;
    overflow-y: auto;
    height: 80vh;
  }

  .faq-tab .select-primary {
    display: block;
    height: 46px !important;
    line-height: 46px !important;
  }

  .faq-tab .tabs {
    display: none !important;
  }

  .faq-list {
    margin-top: 12px;
  }

  .faq-item {
    margin-bottom: 12px;
  }

  .faq-item__title {
    width: 100%;
    padding: 18px 60px;
    background-color: #fff;
    position: relative;
  }

  .faq-item__title:before {
    width: 28px;
    height: 28px;
    left: 20px;
  }

  .faq-item__title:after {
    width: 14px;
    height: 14px;
    right: 14px;
  }

  .faq-item__title span {
    padding-left: 0px;
    font-size: 14px;
    line-height: 19px;
  }

  .faq-item__answer {
    padding: 27px 27px;
  }

  .faq-item__answer p {
    font-size: 13px;
    line-height: 19px;
  }
}

/* ==== 공지사항 ==== */
/* #### 공지사항 #### */
.own-n_list .community-title button {
  transition: 0.35s;
}

.own-n_list .community-title button:hover {
  background-color: var(--color-primary);
  color: #fff;
}

/* 공지사항 등록 */
.form_reg-notice {
  width: 100%;
}

.form_reg-notice table {
  width: 100%;
  vertical-align: middle;
  border-top: 1px solid #DCDCDC;
}

.form_reg-notice table th {
  background-color: #FAFAFA;
}

.form_reg-notice table th,
.form_reg-notice table td {
  height: 64px;
  line-height: 64px;
  border-bottom: 1px solid #DCDCDC;
}

.form_reg-notice table td input {
  border: none;
  width: 100%;
  height: 100%;
}

.form_reg-notice table td textarea {
  border: none;
  resize: none;
  width: 100%;
  height: 400px;
  padding: 16px;
  font-size: 15px;
}

.form_reg-notice table td.cnts {
  padding: 20px;
}

.form_reg-notice table td textarea::placeholder {
  color: #999999;
  font-size: 15px;
}

.modal_reg_notice .modal__btn {
  margin-top: 56px;
}

@media (min-width: 1000px) and (max-width: 1300px) {
  .tbl_own-notice colgroup col:nth-child(1) {
    width: 10% !important;
  }

  .tbl_own-notice colgroup col:nth-child(3) {
    width: 65% !important;
  }

  .tbl_own-notice colgroup col:nth-child(4) {
    width: 15% !important;
  }


}

@media screen and (max-width:1000px) {

  .tbl_own-notice,
  .tbl_call-list {
    border-radius: 10px;
    background-color: #fff;
    padding: 6px 12px;
  }

  .own-n_list .community-title button {
    width: 100%;
    margin-bottom: 10px;
    height: 46px;
    line-height: 46px;
  }

  .tbl_own-notice tbody tr:last-child td {
    border-bottom: none;
  }

  .tbl_own-notice colgroup col:nth-child(1),
  .tbl_own-notice table thead tr th:nth-child(1),
  .tbl_own-notice table tr td:nth-child(1) {
    display: none;
  }

  .tbl_own-notice colgroup col:nth-child(2) {
    width: 25% !important;
  }

  .tbl_own-notice colgroup col:nth-child(3) {
    width: 55% !important;
  }

  .tbl_own-notice colgroup col:nth-child(4) {
    width: 20% !important;
  }

  .tbl_own-notice tbody tr th,
  .tbl_own-notice tbody tr td {
    height: 60px;
    vertical-align: middle;
  }

  .tbl_own-notice tbody tr td a.title.ellipsis-line-1 {
    -webkit-line-clamp: 2;
    line-height: 20px;
    height: auto;
    margin-right: 9px;
  }

  .tbl_own-notice table th {
    border-bottom: 2px solid #DCDCDC;
  }

  .tbl_own-notice .btn_trash {
    display: inline-block;
    background: none;
    width: 60px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 500;
    background-color: #979797;
    color: #fff;
    border-radius: 4px;
    position: relative;
  }

  .tbl_own-notice .btn_trash:after {
    content: '삭제';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }


  .tbl_call-list colgroup col:nth-child(4),
  .tbl_call-list table thead tr th:nth-child(4),
  .tbl_call-list table tr td:nth-child(4) {
    display: none;
  }

  /* 공지사항 상세 */
  .own-n_detail .dtl__btns {
    border-top: 1px solid #DCDCDC;
    padding-top: 12px;
  }

  /* 공지사항 등록 */

  .form_reg-notice table td.cnts {
    padding: 10px;
  }

  #smart_editor2 {
    width: 100% !important;
  }

  .notice_reg__content {
    background-color: #fff;
    border-radius: 10px;
    padding: 12px 20px;
  }

  .notice_reg__content .cmnty__contents {
    min-height: auto;
  }

  .form_reg-notice {
    padding-top: 0px;
    border-top: none;
  }

  .form_reg-notice table th,
  .form_reg-notice table td {
    height: 37px;
    line-height: 37px;
    font-size: 12px;
  }

  .form_reg-notice table td input {
    font-size: 12px;
  }

  .form_reg-notice table td input::placeholder,
  .form_reg-notice table td textarea::placeholder {
    font-size: 12px;
  }

  .form_reg-notice table td textarea {
    font-size: 12px;
    height: 200px;
  }

  .modal_reg_notice .modal__btn {
    justify-content: center;
    margin-top: 20px;
  }

  .modal_reg_notice .modal__btn>* {
    flex: 1;
  }

  .tbl_call-list colgroup col:nth-child(1),
  .tbl_call-list table thead tr th:nth-child(1),
  .tbl_call-list table tr td:nth-child(1) {
    display: none;
  }

  .tbl_call-list colgroup col:nth-child(2) {
    width: 30% !important
  }

  .tbl_call-list colgroup col:nth-child(3) {
    width: 30% !important
  }

  .tbl_call-list colgroup col:nth-child(5) {
    width: auto !important
  }
}

/* #### 정보수정 #### */
.own-modify_info .main__container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 110px 20px;
}

.own-modify_info .basic-info {
  border-right: none;
}

.own-w_modify .basic-info {
  border-right: none;
}

.own-modify_info .additional-info {
  border-left: 1px solid #DCDCDC;
}

.own-modify_info .additional-info .modify-info__input dl dt {
  width: 120px;
  color: #3D3D3D;
  font-size: 16px;
}

.point_wrap {
  width: 100%;
}

.point_wrap>button {
  width: 100%;
  max-width: 200px;
  border: 1px solid var(--color-primary);
  background-color: #fff;
  color: var(--color-primary);
  border-radius: 5px;
  height: 46px;
  line-height: 46px;
}

.point_wrap .point_input {
  display: flex;
  gap: 8px;
  align-items: center;
}

.point_wrap #searchLayer {
  margin-top: 8px;
}

.point_wrap #searchLayer #resultList {
  margin-top: 8px;
  border-radius: 5px;
  border: 1px solid #DCDCDC;
  padding: 8px;
  height: 200px;
  overflow-y: auto;
}

.point_wrap #searchLayer #resultList li {
  display: block;
  height: 40px;
  margin-bottom: 8px;
  padding: 0 12px;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  line-height: 40px;
  cursor: pointer;
}

.point_wrap #searchLayer #resultList li:last-child {
  margin-bottom: 0px;
}

.own-modify_info .additional-info .modify-info__input dl dd {
  width: calc(100% - 120px);
}

.own-modify_info .additional-info .modify-info__input dl dd .input.file a {
  display: flex;
  align-items: center;
}

.own-modify_info .additional-info .modify-info__input dl dd .input.file img {
  width: 25px;
  height: 25px;
}

.own-modify_info .additional-info .btn-area>* {
  border: none;
  box-shadow: var(--box-shadow6);
}

@media screen and (max-width:1500px) {
  .own-modify_info .main__container {
    padding: 50px 20px;
  }

  .own-modify_info .additional-info {
    border-left: none;
  }

  .modify__content {
    flex-direction: column;
    padding: 17px 12px;
  }

  .modify__content>* {
    padding: 0 0;
    width: 100% !important;
  }

  .additional-info {
    margin-top: 44px;
  }
}

@media screen and (max-width:1000px) {
  .own-modify_info .main__container {
    padding: 12px 20px;
    padding-bottom: 40px;
  }

  .own-modify_info .additional-info .modify-info__input dl dd {
    width: 70%;
  }

  .own-modify_info .additional-info .modify-info__input dl dt {
    font-size: 14px;
    flex-basis: 100px;
    flex-shrink: 0;
  }

  .point_wrap>button {
    height: 42px;
    line-height: 42px;
    max-width: 100px;
  }
}

@media screen and (max-width:580px) {
  .own-modify_info .additional-info .modify-info__input dl dt {
    flex-basis: auto;
  }

  .own-modify_info .additional-info .modify-info__input dl dd {
    width: 100%;
  }
}

/* 지점찾기 모달 */
.modal_move_position .search_inner {
  margin-top: 20px;
}

.modal_move_position .search_inner .input {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 9px;
}

.modal_move_position .search_inner .input .btn_search {
  max-width: 150px;
  width: 100%;
  height: 46px;
  line-height: 46px;
  border: 1px solid var(--color-primary);
  background-color: #fff;
  color: var(--color-primary);
  border-radius: 5px;
}

.modal_move_position .result_inner {
  margin-top: 20px;
}

.modal_move_position .result_inner>span {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}

.modal_move_position .result_inner .result {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

/* 이전 계약서 스타일 (240305기준 계약서 디자인 변경됨) */
/* style.css */
.contract_wrap {
  border: 1px solid #000;
  padding: 40px 28px;
}

.contract_wrap * {
  word-break: keep-all;
  line-height: 23px;
}

.contract__title {
  display: inline-block;
  margin: 0 auto;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border: 1px solid #000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.contract__title h1 {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  font-family: '바탕';
}

.contract__content {
  margin-top: 50px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.01em;
}


.work-period {
  margin: 20px 0;
  font-weight: 500;
}

.work-period * {
  font-weight: 500;
}

.contract_dtl {
  margin-top: 20px;
}

.contract_dtl>div {
  margin-bottom: 10px;
}

.depth-2 {
  margin-top: 10px;
}

.contract_dtl .depth-2 p {
  margin-bottom: 10px;
  line-height: 23px;
}

.ml20 {
  margin-left: 20px;
}

.agree_contract {
  margin: 25px 0;
  text-align: center;
}


/* 시간제 */
.parttime-title {
  margin: 20px 0;
}

@media screen and (max-width:1000px) {
  .contract_wrap {
    padding: 10px;
  }

  .contract__title {
    max-width: 90%;
    padding: 8px;
  }

  .contract__title h1 {
    font-size: 18px;
  }

  .contract__content {
    margin-top: 20px;
    font-size: 12px;
  }

  .sign_area.nm {
    margin-left: 15px;
  }

  .work-period {
    margin: 12px 0;
  }

  .contract_dtl {
    margin-top: 10px;
  }

  .contract_dtl.ml30 {
    margin-left: 0px;
  }

  .depth-2.ml20 {
    margin-left: 8px;
  }

  .depth-2.ml20 .ml20 {
    margin-left: 0px;
  }

  .modal_move_position .search_inner .input .btn_search {
    height: 42px;
    line-height: 42px;
    max-width: 100px;
  }
}

/* 문서 증명서 반응형 (테이블 컬럼 숨김) */
.tbl_doc-type1--owner .btn-sm.mini {
  width: 70px;
}

.tbl_doc-type1--owner .btn_flex {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.tbl_doc-type1--owner .btn_flex .btn.blue {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
}
.tbl_doc-type1--owner .btn_flex .btn.red {
  background-color: var(--color-red);
  color: #fff;
  border: 1px solid var(--color-red);
}



@media screen and (max-width:1300px) {
  .tbl_doc-type1--owner colgroup col:nth-child(1),
  .tbl_doc-type1--owner table thead tr th:nth-child(1),
  .tbl_doc-type1--owner table tr td:nth-child(1) {
    display: none;
  }

  .tbl_doc-type1--owner colgroup col:nth-child(4),
  .tbl_doc-type1--owner table thead tr th:nth-child(4),
  .tbl_doc-type1--owner table tr td:nth-child(4) {
    display: none;
  }

  .tbl_doc-type1--owner colgroup col:nth-child(5),
  .tbl_doc-type1--owner table thead tr th:nth-child(5),
  .tbl_doc-type1--owner table tr td:nth-child(5) {
    display: none;
  }

  .tbl_doc-type1--owner colgroup col:nth-child(6),
  .tbl_doc-type1--owner table thead tr th:nth-child(6),
  .tbl_doc-type1--owner table tr td:nth-child(6) {
    display: none;
  }

  .tbl_doc-type1--owner colgroup col:nth-child(7),
  .tbl_doc-type1--owner table thead tr th:nth-child(7),
  .tbl_doc-type1--owner table tr td:nth-child(7) {
    display: none;
  }

  .tbl_doc-type1--owner colgroup col:nth-child(8),
  .tbl_doc-type1--owner table thead tr th:nth-child(8),
  .tbl_doc-type1--owner table tr td:nth-child(8) {
    display: none;
  }

  .tbl_doc-type1--owner colgroup col:nth-child(3) {
    width: 20% !important;
  }

  /* 재직, 경력증명서 */
  .tbl_doc-type2--owner colgroup col:nth-child(1),
  .tbl_doc-type2--owner table thead tr th:nth-child(1),
  .tbl_doc-type2--owner table tr td:nth-child(1) {
    display: none;
  }

  .tbl_doc-type2--owner colgroup col:nth-child(4),
  .tbl_doc-type2--owner table thead tr th:nth-child(4),
  .tbl_doc-type2--owner table tr td:nth-child(4) {
    display: none;
  }

  .tbl_doc-type2--owner colgroup col:nth-child(5),
  .tbl_doc-type2--owner table thead tr th:nth-child(5),
  .tbl_doc-type2--owner table tr td:nth-child(5) {
    display: none;
  }

  .tbl_doc-type2--owner colgroup col:nth-child(6),
  .tbl_doc-type2--owner table thead tr th:nth-child(6),
  .tbl_doc-type2--owner table tr td:nth-child(6) {
    display: none;
  }

  .tbl_doc-type2--owner colgroup col:nth-child(7),
  .tbl_doc-type2--owner table thead tr th:nth-child(7),
  .tbl_doc-type2--owner table tr td:nth-child(7) {
    display: none;
  }

  .tbl_doc-type2--owner colgroup col:nth-child(3) {
    width: 20% !important;
  }

  .tbl__result--typeB.tbl_doc-type2--owner th.title,
  .tbl__result--typeB.tbl_doc-type2--owner table td.title {
    text-align: center;
    padding: 0;
  }

  .tbl_doc-type1--owner .btn_flex {
    gap: 3px;
  }

  .tbl_doc-type1--owner .btn-sm.mini {
    width: 40px;
    font-size: 13px;
  }
}

/* 연차관리 */
.form-search_holidays.dayoff .input label {
  flex-basis: 80px;
}

.dayoff-tbl__wrap .btn-mini {
  display: inline-block;
  width: 80px;
  height: 28px;
  line-height: 28px;
  background-color: #fff;
  border-radius: 4px;
}

.dayoff-tbl__wrap .btn-mini.blue {
  background-color: var(--color-primary);
  color: #fff;
}

.dayoff-tbl__wrap .btn-mini.red {
  background-color: var(--color-red);
  color: #fff;
}

button.name_badge {
  display: inline-block;
  width: auto;
  height: 25px;
  padding: 0 8px;
  border-radius: 4px;
  background-color: #DCDCDC;
  text-align: center;
  font-weight: 500;
}

.modal_dayoff_history .modal__inner {
  max-width: 1100px;
}

.modal_dayoff_history .modal__btn .btn_open.on {
  background-color: #fff;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

@media screen and (max-width:1000px) {
  .dayoff-owner_history {
    background-color: #fff;
    padding: 16px;
    margin-top: 20px;
    border-radius: 12px;
  }
  
  .form-search_holidays.dayoff .input label {
    flex-basis: auto;
  }

  .dayoff-tbl__wrap .btn-mini {
    width: 60px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
  }
}

/* 출퇴근 승인(신규) */
.cmt-approval_box {
  width: 100%;
  border: 1px solid #DCDCDC;
  border-radius: 12px;
  padding: 12px; 
  min-height: 78vh;
  position: relative;
}

.cmt-approval-tbl_wrap {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 20px;
}

.messagebox-tbl_wrap .tbl__result--typeA {
  min-width: 100%;
}

.messagebox-tbl_wrap .tbl__result--typeA td {
  padding: 0 9px;
}

.cmt-approval-tbl_wrap .tbl__result--typeA th,
.cmt-approval-tbl_wrap .tbl__result--typeA td {
  border: 1px solid #DCDCDC;
}

.cmt-approval-tbl_wrap .tbl__result--typeA table tr:hover td {
  background-color: #fff;
}

.cmt-approval-tbl_wrap .tbl__result--typeA td {
  padding: 0px 8px;
}

.cmt-approval-tbl_wrap .tbl__result--typeA th {
  height: 40px;
}

.cmt-approval-tbl_wrap::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

.cmt-approval-tbl_wrap .tbl__result--typeA,
.cmt-approval-tbl_wrap .pagination {
  min-width: 1900px;
}

.cmt-approval-tbl_wrap .timepicker_td {
  padding: 2px 8px;
}

.cmt-approval-tbl_wrap .timepicker_td .custom-timepicker input {
  text-align: center;
}

.mo_cmt-approval {
  display: none;
}

@media screen and (max-width:1000px) {
  .cmt-approval_box {
    background-color: #fff;
    min-height: auto;
    padding-bottom: 50px;
  }

  .cmt-approval-tbl_wrap {
    display: none;
  }

  .mo_cmt-approval {
    display: block;
  }

  .cmt-approval__item {
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 12px;
    padding: 24px 16px;
    margin-bottom: 12px;
  }

  .cmt-approval__item.disabled {
    background-color: #fafafa;
    border: none;
  }

  .cmt-approval__item:last-child {
    margin-bottom: 0px;
  }

  .cmt-approval_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #F1F1F5;
    gap: 12px;
  }

  .cmt-approval_info .left {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .cmt-approval_info .right {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .cmt-approval_info .left h4.name {
    max-width: 150px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
  }

  .cmt-approval_info  .custom-checkbox input[type=checkbox]+em {
    transform: translate(0,0);
  }

  .cmt-approval_info .left span.date {
    font-size: 14px;
    color: #767676;
  }

  .cmt-approval_info .btn_approval {
    display: inline-block;
    width: 63px;
    height: 26px;
    border-radius: 4px;
    background-color: #F3F9FF !important;
    text-align: center;
    color: var(--color-primary) !important;
  }

  .cmt-approval_info .btn_delApproval {
    display: inline-block;
    width: 63px;
    height: 26px;
    border-radius: 4px;
    background-color: #f8ecec !important;
    text-align: center;
    color: var(--color-red) !important;
  }
  .cmt-approval_time_info {
    margin-top: 12px;
  }

  .cmt-approval_time_info .approval_time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }

  .cmt-approval_time_info .approval_time:last-child {
    margin-bottom: 0;
  }

  .approval_time p {
    font-size: 14px;
  }

  .approval_time .time_list span {
    display: inline-block;
    min-width: 37px;
    font-size: 14px;
    color: #767676;
  }

  .approval_time .custom-timepicker {
    width: 60px;
    height: 28px;
  }

  .approval_time .custom-timepicker .timepicker {
    padding: 0 0;
    font-size: 14px;
    height: 28px;
    text-align: center;
  }
}

.modal_commute_qr .modal__inner {
  max-width: 380px;
}

.modal_commute_qr .modal__header {
  text-align: center;
}

.modal_commute_qr .modal__header p {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  color: #B6B6B6;
}

.modal_commute_qr .modal__header h3 {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #131313;
}

.modal_commute_qr .modal__content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal_commute_qr .qr_img {
  width: 162px;
  height: 162px;
  text-align: center;
}

.modal_commute_qr .qr_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width:1000px) {
  .modal_commute_qr .modal__inner {
    max-width: 320px;
  }
}

/* 출퇴근 태그기록 확인 (신규) */
.o-schd_tag__content {
  width: 100%;
  border: 1px solid #DCDCDC;
  border-radius: 12px;
  padding: 12px;
  min-height: 65vh;
}

.form-search_tag {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  background-color: #fff;
}

.form-search_tag .input-wrap {
  display: flex;
  align-items: center;
  max-width: 900px;
  gap: 12px;
}

/* seok 검색창 스타일 추가 */
.form-search_tag_cz .input-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.form-search_tag .input-wrap .input {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0px;
}

.form-search_tag .input-wrap .input label {
  flex-basis: 100px;  
  flex-shrink: 0;
}

.form-search_tag .btn-primary {
  flex-shrink: 0;
  flex-basis: 150px;
}

@media screen and (max-width:1000px) {
  .o-schd_tag__content {
    min-height: auto;
    background-color: #fff;
  }

  .form-search_tag .input-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-search_tag .input-wrap .input {
    row-gap: 12px;
    align-items: flex-start;
  }

  .form-search_tag .input-wrap .input label {
    flex-basis: auto;
  }

  .form-search_tag  .btn-primary {
    width: 100%;
    flex-basis: auto;
  }
}

/* seok 근무시간정산화면에 특이사항 등록 popup ui start */
.form-group {
  padding: 15px;
}

.form-group .form-control {
  width: 688px;
  height: 200px;
  border-radius: 10px;
}

@media screen and (max-width:1000px) {
  .form-group .form-control {
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    overflow: auto;
  }
}
/* seok 근무시간정산화면에 특이사항 등록 popup ui end */

/* seok 출퇴근 관리 드롭다운리스트 ui start */
#q_restTime,#t_restTime {
  width: 100%;
  height: 40px;
  font-size: 16px;
}
#q_restTime,#t_restTime option {
  text-align: center;
}
/* seok 출퇴근 관리 드롭다운리스트 ui end */
.btn-history {
    margin-top: 6px;
    padding: 6px 14px;
    background: #067DFD;
    border: 1px solid #c9d8ff;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
    color: #fff;
}

.btn-history:hover {
    background: #dce7ff;
}