body {
  font-family: Microsoft JhengHei;
  line-height: 1;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* remove default arrow */
}

.SlidebarsAct {
  min-height: 679px;
  max-height: 679px;
  height: 679px;
  overflow: hidden;
}

.yBar {
  width: 1px;
  height: 27px;
  background-color: #0D0305;
}

.cursor-pointer {
  cursor: pointer;
}

.unselectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.Gbtn {
  width: 39px;
  height: 13px;
  border-radius: 3px;
  background-color: #88d1cc;
}

.Rbtn {
  width: 39px;
  height: 13px;
  border-radius: 3px;
  background-color: #ec6968;
}

.padLogo {
  top: 1px;
  left: -60px;
  width: 135px;
}

.clickCircle {
  background-color: #56beb7;
}

.header {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e71f19), to(#e94c2b));
  background-image: linear-gradient(to top, #e71f19, #e94c2b);
  padding: 30px 18px 14px 18px;
}

@media (min-width: 768px) {
  .header {
    padding: 22px 26px 5px 26px;
  }
}

.header__btn {
  width: 81px;
  height: 25px;
}

@media (min-width: 768px) {
  .header__btn {
    width: 75px;
    height: 20px;
  }
}

.header__btn-line {
  width: 33px;
  height: 5px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .header__btn-line {
    width: 29px;
    height: 4px;
  }
}

.header__title span {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .header__title span {
    letter-spacing: 5.1px;
  }
}

.header__title img {
  margin-right: 6px;
}

.header__icon .emptyC {
  margin-right: 10px;
}

@media (min-width: 768px) {
  .header__icon .emptyC {
    margin-right: 8px;
    width: 28px;
  }
}

@media (min-width: 768px) {
  .header__icon .monkey {
    width: 35px;
  }
}

.body {
  width: 100%;
  min-height: calc(100vh - 155px);
}

@media (min-width: 768px) {
  .body {
    min-height: calc(100vh - 172px);
  }
}

@media (min-width: 992px) {
  .body {
    min-height: calc(100vh - 173px);
    max-width: 760px;
  }
}

@media (min-width: 1200px) {
  .body {
    max-width: 940px;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 25px;
  height: 77px;
}

@media (min-width: 768px) {
  .footer {
    padding: 0 63px;
  }
}

@media (min-width: 992px) {
  .footer {
    width: 940px;
  }
}

.footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}

.footer__btn:active {
  text-decoration: none;
}

.footer__btn:nth-child(2) img {
  margin-bottom: 4px;
}

.footer__btn img {
  margin-bottom: 6px;
  display: none;
}

.footer__btn img:first-child {
  display: block;
}

.footer__btn.active span {
  color: #000000;
}

.footer__btn.active .notice {
  background-color: #cb271c;
}

.footer__btn.active img {
  display: block;
}

.footer__btn.active img:first-child {
  display: none;
}

.footer__btn span {
  font-size: 13px;
  font-weight: bold;
  color: #b5b5b6;
}

.footer__btn .notice {
  width: 23px;
  height: 22px;
  background-color: #b4b4b4;
  font-size: 16px;
  font-weight: bold;
  border-radius: 100%;
  top: -8px;
  right: -1px;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__btn .notice span {
  color: #FFF !important;
}

@media (min-width: 768px) {
  .footer__btn-1 img {
    width: 30px;
  }
}

@media (min-width: 768px) {
  .footer__btn-2 img {
    width: 28px;
  }
}

@media (min-width: 768px) {
  .footer__btn-3 img {
    width: 51px;
  }
}

@media (min-width: 768px) {
  .footer__btn-4 img {
    width: 36px;
  }
}

@media (min-width: 768px) {
  .footer__btn-5 img {
    width: 35px;
  }
}

.Slidebars {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  top: 78px;
  left: -100%;
  bottom: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1000;
}

@media (min-width: 768px) {
  .Slidebars {
    top: 62px;
  }
}

.Slidebars.active {
  left: 0;
}

.Slidebars__list {
  padding: 10px 24px 10px 16px;
  width: 232px;
  background-color: #fff;
}

.Slidebars__list__itemBox {
  margin-bottom: 50px;
}

.Slidebars__list__itemBox-item {
  margin-bottom: 12px;
  line-height: 1;
}

.Slidebars__list__itemBox-item .imgWrap {
  width: 40px;
}

.Slidebars__list__itemBox-item span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.45px;
  color: #cc2a1c;
}

.Slidebars__list__itemBox-item .dropdownBtn {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10px 6px 0;
  border-color: transparent #cc2b1c transparent transparent;
}

.Slidebars__list__actBox {
  margin-bottom: 20px;
  margin-left: 25px;
}

.Slidebars__list__actBox-logOut {
  margin-top: 13px;
}

.Slidebars__list__actBox-logOut span {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.Slidebars.lg {
  top: 62px;
  left: 0;
  bottom: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.Slidebars.lg.active {
  left: 0;
}

.Slidebars.lg.Slidebars__list {
  padding: 10px 24px 10px 16px;
  width: 232px;
  background-color: #fff;
}

.Slidebars.lg.Slidebars__list__itemBox {
  margin-bottom: 50px;
}

.Slidebars.lg.Slidebars__list__itemBox-item {
  margin-bottom: 12px;
  line-height: 1;
}

.Slidebars.lg.Slidebars__list__itemBox-item .imgWrap {
  width: 40px;
}

.Slidebars.lg.Slidebars__list__itemBox-item span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.45px;
  color: #cc2a1c;
}

.Slidebars.lg.Slidebars__list__itemBox-item .dropdownBtn {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10px 6px 0;
  border-color: transparent #cc2b1c transparent transparent;
}

.Slidebars.lg.Slidebars__list__actBox {
  margin-bottom: 20px;
  margin-left: 25px;
}

.Slidebars.lg.Slidebars__list__actBox-logOut {
  margin-top: 13px;
}

.Slidebars.lg.Slidebars__list__actBox-logOut span {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.modal-content.send {
  width: 337px;
  height: 316px;
}

.modal-content.send .modal-body {
  padding: 30px 40px 20px 40px;
}

.modal-content.send .readOnlyComponent {
  margin-bottom: 13px;
}

.modal-content.send .readOnlyComponent .label {
  margin-bottom: 10px;
}

.modal-content.send .readOnlyComponent .label .star {
  font-size: 16px;
  font-weight: bold;
  color: #e72923;
  letter-spacing: 1.2px;
}

.modal-content.send .readOnlyComponent .label .title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #010101;
  margin-bottom: 0;
}

.modal-content.send .content {
  width: 50%;
  height: 30px;
  border-radius: 5px;
  border: solid 1px #c6c6c5;
  background-color: #eeeceb;
  padding: 7px;
  font-size: 16px;
  font-weight: bold;
  color: rgba(5, 1, 1, 0.5);
}

.modal-content.send .radio-wrap {
  margin-bottom: 13px;
}

.modal-content.send .radio-wrap .label {
  margin-bottom: 10px;
}

.modal-content.send .radio-wrap .label .star {
  font-size: 16px;
  font-weight: bold;
  color: #e72923;
  letter-spacing: 1.2px;
}

.modal-content.send .radio-wrap .label .title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #010101;
  margin-bottom: 0;
}

.modal-content.send .radio-wrap .form-check {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.9px;
  color: #221815;
  margin-right: 27px;
}

.modal-content.send .radio-wrap input[type="radio"] {
  opacity: 0;
}

.modal-content.send .radio-wrap input[type="radio"]:checked + div div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #000;
  pointer-events: none;
}

.modal-content.send .radio-wrap .radioBox {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: solid 2px #000;
  background-color: #fff;
  position: absolute;
  left: 0;
  pointer-events: none;
}

.modal-content.send .checkbox-wrap {
  margin-bottom: 13px;
}

.modal-content.send .checkbox-wrap .label {
  margin-bottom: 10px;
}

.modal-content.send .checkbox-wrap .label .star {
  font-size: 16px;
  font-weight: bold;
  color: #e72923;
  letter-spacing: 1.2px;
}

.modal-content.send .checkbox-wrap .label .title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2px;
  color: #010101;
  margin-bottom: 0;
}

.modal-content.send .checkbox-wrap input[type="checkbox"] {
  opacity: 0;
}

.modal-content.send .checkbox-wrap input[type="checkbox"]:checked + div {
  background-image: url(../../img/absence/checkmark-000.svg), -webkit-gradient(linear, left top, right top, from(#eeeceb), to(#eeeceb));
  background-image: url(../../img/absence/checkmark-000.svg), linear-gradient(to right, #eeeceb, #eeeceb);
}

.modal-content.send .checkbox-wrap .checkBox {
  width: 15px;
  height: 16px;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#eeeceb), to(#eeeceb));
  background-image: linear-gradient(to right, #eeeceb, #eeeceb);
  background-repeat: no-repeat, no-repeat;
  border: solid 1px #c6c6c5;
  background-size: contain, 100%;
  position: absolute;
  left: 0;
  pointer-events: none;
}

.modal-content.send .checkbox-btn {
  margin-top: 25px;
}

.modal-content.send .checkbox-btn-save {
  width: 71px;
  height: 37px;
  background-color: #55beb7;
  border-radius: 10px;
  margin-right: 14px;
  font-size: 16.5px;
  font-weight: bold;
  letter-spacing: 0.41px;
  color: #ffffff;
}

.modal-content.send .checkbox-btn-cancel {
  width: 71px;
  height: 37px;
  border: solid 1px #55beb7;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 16.5px;
  font-weight: bold;
  letter-spacing: 0.41px;
  color: #55beb7;
}

.block {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.calendar {
  width: 46%;
  height: 337px;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.calendar__title {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 35px;
  background-color: #56beb7;
  font-size: 16.60628px;
  letter-spacing: 0.41667px;
  font-weight: bold;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
}

.calendar__title #start-month-next, .calendar__title #end-month-next, .calendar__title #birthday-month-next, .calendar__title #index-month-next,
.calendar__title #start-month-next-md, .calendar__title #end-month-next-md, .calendar__title #birth2day-month-next {
  width: 0;
  height: 0;
  border-width: 10px 0 10px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #ec6868;
}

.calendar__title #start-month-pre, .calendar__title #end-month-pre, .calendar__title #birthday-month-pre, .calendar__title #index-month-pre,
.calendar__title #start-month-pre-md, .calendar__title #end-month-pre-md, .calendar__title #birth2day-month-pre {
  width: 0;
  height: 0;
  border-width: 10px 20px 10px 0;
  border-style: solid;
  border-color: transparent #ec6868 transparent transparent;
}

.calendar__content {
  padding: 0 20px;
  height: calc(100% - 35px);
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.calendar__content__week {
  font-size: 18px;
  padding-bottom: 5px;
  font-weight: bold;
}

.calendar__content__week span {
  width: 55px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.calendar__content__week .R {
  color: #b9292d;
  cursor: default;
}

.calendar__content__week .tag span {
  font-size: 10px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.calendar__content__week .tag span.G {
  padding-top: 2px;
  color: #006934;
}

.calendar__content__week .tag span.B {
  padding-top: 2px;
  color: #194a9e;
}

.calendar__content__week .tag span.Br {
  padding-top: 2px;
  color: #6a3906;
}

.calendar__content__week .tag span.nobreak {
  word-break: keep-all;
}

.calendar_modle {
  width: 100%;
  height: 337px;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  position: absolute !important;
  display: none;
  background-color: #f8f9fa !important;
  z-index: 3;
}

.calendar_modle__title {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 35px;
  background-color: #56beb7;
  font-size: 16.60628px;
  letter-spacing: 0.41667px;
  font-weight: bold;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calendar_modle__title .month-next {
  width: 0;
  height: 0;
  border-width: 10px 0 10px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #ec6868;
}

.calendar_modle__title .month-pre {
  width: 0;
  height: 0;
  border-width: 10px 20px 10px 0;
  border-style: solid;
  border-color: transparent #ec6868 transparent transparent;
}

.calendar_modle__content {
  padding: 0 20px;
  height: calc(100% - 35px);
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.calendar_modle__content__week {
  font-size: 18px;
  padding-bottom: 5px;
  font-weight: bold;
  margin-top: 1rem !important;
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calendar_modle__content__week span {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.calendar_modle__content__week .R {
  color: #b9292d;
  cursor: default;
}

.calendar_modle__content__week .tag span {
  font-size: 10px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.calendar_modle__content__week .tag span.G {
  padding-top: 2px;
  color: #006934;
}

.calendar_modle__content__week .tag span.B {
  padding-top: 2px;
  color: #194a9e;
}

.calendar_modle__content__week .tag span.Br {
  padding-top: 2px;
  color: #6a3906;
}

.calendar_modle__content__week .tag span.nobreak {
  word-break: keep-all;
}

@media (max-width: 576px) {
  .calendar {
    left: 0 !important;
    width: 100%;
  }
  .calendar_modle {
    left: 0 !important;
    width: 100%;
  }
}

.modal-content.calendarModal {
  width: 330px;
  height: 371px;
  border-radius: 10px;
  border: solid 1px #e6e5e5;
  background-color: #ffffff;
}

.modal-content.calendarModal .modal-body {
  padding: 0;
}

.modal-content.calendarModal .calendarModal__header {
  width: 100%;
  height: 49px;
  border-radius: 10px 10px 0 0;
  background-color: #56beb7;
  padding: 0 30px;
  -webkit-box-shadow: 0px 2px 5px 0 #000;
          box-shadow: 0px 2px 5px 0 #000;
}

.modal-content.calendarModal .calendarModal__header__select {
  border-radius: 5px;
  height: 23px;
  width: 103px;
  background-color: #fff;
}

.modal-content.calendarModal .apmsel {
  width: 98%;
  height: 99%;
  padding: 0 0 0 5px;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  border: 0 solid transparent;
}

.modal-content.calendarModal .btn-down_apmsel, .modal-content.calendarModal .btn-down__wrap_apmsel {
  pointer-events: none;
}

.modal-content.calendarModal .btn-down__wrap {
  width: 25px;
  height: 24px;
  border-radius: 3px;
  border: solid 1px #c6c6c5;
  right: -2px;
  background-color: #fff;
}

.modal-content.calendarModal .btn-down {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4.5px 0 4.5px;
  border-color: #000005 transparent transparent transparent;
}

.modal-content.calendarModal .calendarModal__content {
  font-weight: bold;
  color: #000000;
  padding: 0 14px;
}

.modal-content.calendarModal .calendarModal__content .calendarModal__content__week {
  height: 40px;
  font-size: 11px;
  border-bottom: solid 1px #000;
}

.modal-content.calendarModal .calendarModal__content .calendarModal__content__week:last-child {
  border-bottom: solid 0 #000;
}

.modal-content.calendarModal .calendarModal__content .calendarModal__content__week > span {
  width: 46.85px;
  margin-bottom: 6px;
}

.modal-content.calendarModal .calendarModal__content .calendarModal__content__week > div {
  width: 46.85px;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-content.calendarModal .calendarModal__content .calendarModal__content__week > div span {
  height: 28px;
  width: 28px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-content.calendarModal .calendarModal__content .calendarModal__content__week.day {
  height: 55px;
  font-size: 16px;
}

.modal-content.calendarModal .calendarModal__content .calendarModal__content__week.day span.R {
  color: rgba(185, 41, 45, 0.5);
  margin-top: 22px;
}
/*# sourceMappingURL=main.css.map */