@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
.com_pt .com_info_area {
  justify-content: flex-start;
}
.com_pt .com_date_arrow + .com_table td {
  position: relative;
  padding: 20px 10px;
}
.com_pt .com_date_arrow + .com_table td .com_info_area {
  line-height: 24px;
}
.com_pt .com_date_arrow + .com_table td .com_state {
  top: 20px;
  right: 10px;
}
.com_pt .schedule_detail {
  padding: 20px 20px;
  border-bottom: 1px solid #D7D7D7;
}
.com_pt .schedule_detail .com_btn.full {
  margin-top: 15px;
}

.p_ManageSalary .summary {
  padding: 20px;
  background: #F1F2F4;
  border-block: 1px solid #D7D7D7;
}

.p_schedule_change .main_container {
  margin-bottom: 30px;
}
.p_schedule_change .com_week_schedule_scroll {
  max-height: calc(100vh - 70px - 70px - 80px);
}
.p_schedule_change .change_detail {
  background-color: #F1F2F4;
  border-radius: 10px;
  padding: 22px 20px;
  margin-inline: 20px;
  font-weight: 500;
}
.p_schedule_change .change_detail .notice {
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.p_schedule_change .change_detail .com_info_area {
  line-height: 1.7;
}
.p_schedule_change .change_detail .com_time_change {
  border-top: 1px solid #D7D7D7;
  padding-top: 20px;
  border-radius: 0;
}

.com_client_list {
  padding: 20px 20px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
}
.com_client_list .no_data {
  text-align: center;
  padding-block: 10px;
}

.com_client_card {
  position: relative;
  padding-inline: 20px;
  background: #FFF;
  border: 1px solid #D9DADC;
  border-radius: 20px;
  overflow: hidden;
}
.com_client_card .title {
  margin-left: -20px;
  width: calc(100% + 40px);
  padding-block: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.16px;
  background: #F1F2F4;
  border-bottom: 1px solid #D9DADC;
}
.com_client_card .title .info {
  font-weight: 700;
}
.com_client_card .title .bar {
  font-style: normal;
  font-weight: 100;
}
.com_client_card .title ~ .com_btn__wrap, .com_client_card .title ~ .com_state {
  margin: 15px 0 0 -20px;
  border-top: 1px solid #D9DADC;
  position: relative;
  right: auto;
  top: auto;
  padding-block: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  gap: 20px;
  width: calc(100% + 40px);
  line-height: 16px;
  height: auto;
  color: #0190FE;
  background: #F1F2F4;
  border-radius: 0;
  visibility: visible;
}
.com_client_card .title ~ .com_btn__wrap .com_btn, .com_client_card .title ~ .com_state .com_btn {
  min-width: 126px;
}
.com_client_card .com_info_area {
  padding-top: 15px;
  line-height: 2;
}
.com_client_card .com_info_area ~ .com_info_area {
  padding-top: 0;
}
.com_client_card .com_btn__wrap {
  padding-inline: 20px;
  height: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow: hidden;
}
.com_client_card .toggle_btn {
  margin-top: 15px;
  margin-left: -20px;
  width: calc(100% + 40px);
  border-radius: 0;
}
.com_client_card .toggle_btn .icon_arrow_down {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  border: solid #6C6D74;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
}
.com_client_card.active .com_btn__wrap {
  height: auto;
  visibility: visible;
  margin-block: 15px 5px;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.com_client_card.active .toggle_btn .icon_arrow_down {
  transform: rotate(-45deg);
  margin-top: 3px;
}

.p_ClientState .client_top {
  padding: 20px 20px 0;
}
.p_ClientState .info_box {
  margin-top: 10px;
  padding: 15px 20px;
  background: #F1F2F4;
  border: 1px solid #D9DADC;
  border-radius: 10px;
}
.p_ClientState .com_chk__wrap.top {
  margin: 0;
  width: 100%;
  border: 0;
}
.p_ClientState .com_thumb_list {
  background: #F1F2F4;
}
.p_ClientState .com_thumb_list + .com_btn__wrap.bottom {
  padding: 22px 20px 20px;
  background: #F1F2F4;
}
.p_ClientState .com_table {
  overflow: hidden;
}
.p_ClientState .com_table:last-child {
  border-bottom: 1px solid #D7D7D7;
}
.p_ClientState .com_table td {
  padding: 20px 10px;
  text-align: left;
  border-bottom: none;
}
.p_ClientState .com_table td .com_info_area .info {
  color: #6C6D74;
}
.p_ClientState .write_area {
  height: 0;
  border: none;
}
.p_ClientState .write_area td {
  border: none;
  height: 0;
  padding: 0;
}
.p_ClientState .write_area.active {
  height: auto;
  border-top: 1px solid #D7D7D7;
}
.p_ClientState .write_area.active td {
  height: auto;
}
.p_ClientState .write_area.active .contents_input {
  padding-block: 20px;
  visibility: visible;
  height: auto;
}
.p_ClientState .contents_input {
  height: 0;
  visibility: hidden;
  padding-inline: 20px;
  background: #F1F2F4;
}
.p_ClientState .contents_input .com_info_area {
  line-height: 28px;
}
.p_ClientState .contents_input .inner_box {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #D9DADC;
  background: #FFF;
}
.p_ClientState .contents_input .inner_box .com_info_area .com_btn {
  margin-left: auto;
}
.p_ClientState .contents_input .textarea {
  margin-block: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  min-height: 60px;
  font-size: 14px;
  font-weight: 400;
}
.p_ClientState .homework_sec {
  background-color: #F1F2F4;
  padding-block: 20px;
  overflow: hidden;
}
.p_ClientState .homework_sec .contents_input {
  height: 0;
  visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
}
.p_ClientState .homework_sec .contents_input.active {
  visibility: visible;
  height: auto;
  margin-top: 20px;
}

.p_ScheduleTab .com_date_arrow {
  width: 100%;
}
.p_ScheduleTab .footer {
  padding-bottom: 40px;
  height: auto;
  padding-bottom: 80px;
}