@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Blinker:wght@100;200;300;400;600;700;800;900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap');

/* 업무요청등록 시작 */
/* 타이틀 */
.w_rquest_comm_tit {
  width: 100%;
  height: 18px;
  display: flex;
  align-items: center;
  border-left: 3px solid #CF4F00;
  margin-top: 20px;
}

.w_rquest_comm_tit h1 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}

.w_rquest_comm_tit button {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: #ccc;
  border: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  cursor: pointer;
}

.w_rquest_comm_tit button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

/* 업무요청 섹션 시작 */
.cbn_comm_section {
  /* width: 1610px; */
  width: calc(100% - 13px);
  height: 600px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.cbn_comm_section_lt {
  width: 1205px;
  height: 100vh;
}

/* 업무요청 검색조건 */
.cbn_comm_terms {
  /* width: 1390px; */
  width: 100%;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.cbn_comm_terms_top {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
} 

.cbn_comm_terms_top_lt {
  width: 700px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 검색조건 법인 */
.corporate_section {
  width: 698px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
}

.corporate_tit {
  width: 150px;
  height: 28px;
  border-radius: 10px;
  background: #eee;
  line-height: 28px;
}

.corporate_tit p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.corporate_section select
{
  height: 28px;
  border: none;
  background: #fff;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  margin-left: 15px;
}

.corporate_section select:focus option
{
  background: #333;
  color: #fff;
}

.corporate_section select option
{
  color: #333;
  font-size: 13px;
  font-weight: 500;
}

/* 검색조건 업무분류 */
.w_rq_w_se_section {
  width: 698px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
}

.w_rq_w_se_tit {
  width: 150px;
  height: 28px;
  border-radius: 10px;
  background: #eee;
  line-height: 28px;
}

.w_rq_w_se_tit p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.w_rq_w_se_section select
{
  height: 28px;
  border: none;
  background: #fff;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  margin-left: 15px;
}

.w_rq_w_se_section select:focus option
{
  background: #333;
  color: #fff;
}

.w_rq_w_se_section select option
{
  color: #333;
  font-size: 13px;
  font-weight: 500;
}

/* 검색조건 처리기한 */
.w_rq_handling_dt_section {
  width: 698px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  position: relative;
}

.w_rq_handling_dt_tit {
  width: 150px;
  height: 28px;
  border-radius: 10px;
  background: #eee;
  line-height: 28px;
}

.w_rq_handling_dt_tit p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.ne_top_calendar
{
  width: 106px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
}

.ne_top_calendar>input
{
  width: 82px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.ne_top_calendar>i
{
  font-size: 13px;
  color: #aaa;
  cursor: pointer;
}

.ne_top_calendar:hover>i
{
  color: #CF4F00;
  transition: color 0.3s ease;
}

.calendar_top {
  width: 207px;
  height: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.calendar_top i {
  font-size: 11px;
  color: #ccc;
}

.calendar_top select {
  height: 19px;
  background: #333;
  color: #fff;
}

.calendar_yyyymm {
  width: 135px;
  height: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calendar_m,
.calendar_y 
{
  width: 56px;
  height: 19px;
}

.calendar_main {
  width: 90%;
  height: 159px;
  margin-top: 10px;
}

.calendar_main .week ul {
  width: 93%;
  display: flex;
  justify-content: space-between;
  margin-left: 5px;
}

.calendar_main .week ul li {
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
}

.sch_day {
  margin-top: 8px;
}

.sch_day .calendar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; 
  gap: 4px;
}

.sch_day .calendar .day {
  width: calc(100% / 7 - 4px); 
  height: 25px;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
}

.sch_day .calendar .day:hover {
  background: #fff !important;
  color: #333 !important;
  font-weight: 700 !important;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.sch_day .calendar .day.empty {
  visibility: hidden;
  pointer-events: none;
}

.nw_e_calendar
{
  width: 300px;
  height: 208px;
  background: #333;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
  position: absolute;
  top: 40px;
  left: 50px;
}

.nw_e_calendar.on
{
  display: flex;
}

.nw_e_calendar
{
  z-index: 20;
}

.cbn_comm_terms_top_rt {
  width: 500px;
  height: 100px;
}

/* 검색조건 담당자 */
.w_rq_w_charge_section {
  width: 498px;
  height: 98px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.w_rq_w_charge_tit {
  width: 150px;
  height: 100px;
  border-radius: 10px;
  background: #eee;
  line-height: 100px;
}

.w_rq_w_charge_tit p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.w_rq_w_charge_mid {
  width: 270px;
  height: 88px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.w_rq_w_charge_mid>input {
  width: 264px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #fff;
}

.w_rq_w_charge_nm_scroll_section {
  width: 270px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.w_rq_w_charge_nm_section {
  width: 243px;
  height: 58px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  justify-content: center;
  align-items: center;
}
.w_rq_w_charge_nm_box {
  width: 213px;
  height: 50px;
}

.w_rq_w_charge_nm_box>p {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.w_rq_w_charge_nm_scroll_bar {
  width: 15px;
  height: 60px;
  border-radius: 10px;
  background: #F6F6F6;
  display: flex;
  justify-content: center;
}

.w_rq_w_charge_nm_scroll {
  width: 11px;
  height: 22px;
  border-radius: 20px;
  background: #ccc;
  margin-top: 12px;
}

.w_rq_w_charge_btns {
  width: 40px;
  height: 90px;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 추가 버튼 */
.w_rq_w_charge_add_btn>button {
  border: none;
  background: #333;
  width: 40px;
  height: 25px;
  border-radius: 5px;
  cursor: pointer;
}

.w_rq_w_charge_add_btn>button:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.w_rq_w_charge_add_btn>button>p {
  color: #FFF;
  font-size: 12px;
  font-weight: 5  00;
}

.w_rq_w_charge_add_btn>button>i {
  color: #FFF;
  font-size: 15px;
  display: none;
}

.w_rq_w_charge_add_btn>button:hover p {
  display: none;
}

.w_rq_w_charge_add_btn>button:hover i {
  display: inline-block;
}

/* 제거 버튼 */
.w_rq_w_charge_delete_btn>button {
  border: none;
  background: #333;
  width: 40px;
  height: 25px;
  border-radius: 5px;
  cursor: pointer;
}

.w_rq_w_charge_delete_btn>button:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.w_rq_w_charge_delete_btn>button>p {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
}

.w_rq_w_charge_delete_btn>button>i {
  color: #FFF;
  font-size: 15px;
  display: none;
}

.w_rq_w_charge_delete_btn>button:hover p {
  display: none;
}

.w_rq_w_charge_delete_btn>button:hover i {
  display: inline-block;
}

/* 초기화 버튼 */
.w_rq_w_charge_reset_btn>button {
  border: none;
  background: #333;
  width: 40px;
  height: 25px;
  border-radius: 5px;
  cursor: pointer;
}

.w_rq_w_charge_reset_btn>button:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.w_rq_w_charge_reset_btn>button>p {
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
}

.cbn_comm_terms_bottom {
  width: 100%;
  height: 30px;
}

/* 업무요청 등록 제목 */
.w_rp_s_modal_tit_section {
  width: 1203px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.w_rp_s_modal_tit_tit {
  width: 150px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.w_rp_s_modal_tit_tit_section {
  width: 44px;
  height: 22px;
  line-height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.w_rp_s_modal_tit_tit_section>span {
  color: #CF4F00;
}

.w_rp_s_modal_tit_tit_section>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.w_rp_s_modal_tit_input>input {
  width: 1023px;
  height: 20px;
  border: 1px solid #CCC;
  margin-left: 15px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
}

.w_rp_s_modal_tit_input>input:focus {
  outline: none;
}

.w_rp_s_modal_comm_line3 {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cbn_comm_section_lt>img {
  margin-top: 5px;
}

.cbn_comm_section_rt {
  width: 70px;
  height: 100vh;
}

.w_rq_w_rt_btns {
  width: 70px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.w_rq_w_rt_btns button {
  width: 70px;
  height: 30px;
  border-radius: 10px;
  border: none;
  background: #333;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Noto Sans KR", sans-serif;
}

.list_move:hover .list_move_btn 
{
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.storage:hover .storage_btn,
.top_move:hover .top_move_btn {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

/* 업무요청 사원찾기 모달 배경 */
.emp_find_modal_bg {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.emp_find_modal_bg.on {
  display: block;
}

/* 공지자선택 팝업 */
.n_emp_modal {
  width: 851px;
  height: 540px;
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 99999;
  display: none;
  flex-direction: column;
}

.n_emp_modal.on {
  display: flex;
  flex-direction: column;
}

.n_emp_modal_top {
  width: 811px;
  height: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.n_emp_modal_tit {
  width: 91px;
  height: 26px;
  display: flex;
  align-items: center;
  border-left: 3px solid #CF4F00;
}

.n_emp_modal_tit h1 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}

.n_emp_modal_close>i {
  color: #333;
  font-size: 23px;
  border: none;
  background: none;
  cursor: pointer;
}

.n_emp_modal_close>i:hover {
  color: #CF4F00;
  transition: color 0.3s ease;
}

.n_emp_modal_main {
  margin-top: 20px;
}

.input_section {
  width: 811px;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

.n_emp_modal_search_section {
  width: 228px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.n_emp_modal_search_tit {
  width: 28px;
  height: 18px;
  margin-left: 12px;
  line-height: 18px;
}

.n_emp_modal_search_tit>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.n_emp_modal_search_section select {
  height: 22px;
  border: none;
  background: none;
  margin-right: 12px;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.n_emp_modal_search_section select:focus option 
{
  background: #333;
  color: #fff;
}

.dept_emp {
  width: 463px;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

.dept_nm_no,
.emp_nm_no 
{
  width: 212px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
}

.emp_nm_no {
  width: 226px;
}

.dept_nm_no span,
.emp_nm_no span {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  margin-left: 12px;
}

.dept_nm_no input,
.emp_nm_no input {
  width: 150px;
  height: 16px;
  margin-left: 10px;
  border: 1px solid #FFAD7A;
} 

.search_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.search_btn>button:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.search_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

.dept_nm_sub_menu {
  width: 791px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.dept_nm_sub_bar {
  width: 714px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dept_nm_sub_bar>select {
  border: none;
  background: none;
  cursor: pointer;
}

#corporate {
  margin-left: 12px;
}

#emp_no {
  margin-right: 12px;
}

.dept_nm_sub_bar select:focus option {
  background: #333;
  color: #fff;
}

.dept_nm_sub_bar select option {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.menu_side_btn>button {
  width: 30px;
  height: 30px;
  border: none;
  background: #a5a5a5;
  border-radius: 5px;
  cursor: pointer;
}

.menu_side_btn>button>i {
  color: #fff;
}

.menu_side_btn>button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

.menu_side_modal {
  width: 172px;
  height: 404px;
  position: fixed;
  transform: translate(-83%, 2%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
  justify-content: center;
}

.menu_side_modal.on {
  display: flex;
  flex-direction: column;
}

.menu_side_section {
  width: 134px;
  height: 384px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul.menu_side_list {
  width: 100%;
  height: 96px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.menu_side_list li {
  cursor: pointer;
}

ul.menu_side_list li p {
  color: #AAA;
  font-size: 15px;
  font-weight: 500;
}

ul.menu_side_list li:hover p {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  transition: color 0.3s ease;
}

ul.article_menu {
  margin-top: 10px;
  width: 95px;
  height: 278px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.article_menu li {
  color: #aaa;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}

ul.article_menu li i {
  font-size: 15px;
  color: #aaa;
  margin-right: 15px;
  cursor: pointer;
}

.dept_emp_list_scroll {
  box-sizing: content-box; 
  width: 783px;
  height: 300px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
  margin-top: 8px;
}

.dept_emp_list_scroll::-webkit-scrollbar {
  width: 15px; 
  background: #F6F6F6;
}

.dept_emp_list_scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px; 
  transition: background-color 0.3s ease;
}

.dept_emp_list_scroll::-webkit-scrollbar-thumb:hover {
  background-color: #333; 
  transition: background-color 0.3s ease;
}

.dept_emp_list_scroll::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 10px; 
  margin: 12px; 
}

.dept_emp_list {
  width: 714px;
  height: 300px;
  table-layout: fixed;
  border-collapse: collapse;
}

.dept_emp_list>tbody>tr {
  background: #fff;
  border-radius: 10px;
  padding: 0;
  height: 30px;
  scroll-snap-align: start;
  cursor: pointer;
  
}

.dept_emp_list>tbody>tr.odd:hover {
  background: #FBF4EF;
  transition: background-color 0.3s ease;
}

.dept_emp_list>tbody>tr.even {
  background: #F6F6F6;
}

.dept_emp_list>tbody>tr.even:hover {
  background: #FBF4EF;
  transition: background-color 0.3s ease;
}

.dept_emp_list>tbody>tr>td {
  height: 30px;
  line-height: 30px; 
  padding: 0; 
}

.dept_emp_list td {
  overflow: hidden;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.dept_emp_list td.title2_list:hover, td.writer2_list:hover, td.check_list:hover {
  font-weight: 600;
}

.dept_emp_list tbody tr td.num_list {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.dept_emp_list tbody tr td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.n_emp_modal_bottom {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}

.n_emp_modal_close_btn button {
  width: 70px;
  height: 30px;
  border: none;
  border-radius: 10px;
  background: #333;
  cursor: pointer;
}

.n_emp_modal_close_btn button>p {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.n_emp_modal_close_btn button.check_btn:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.n_emp_modal_close_btn button.close_btn:hover {
  background: #FF0000;
  width: 75px;
  transition: background-color 0.3s ease;
}

.n_emp_modal_close_btn {
  width: 150px;
  height: 30px;
}