@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_report_comm_tit {
  width: 100%;
  height: 18px;
  display: flex;
  align-items: center;
  border-left: 3px solid #CF4F00;
  margin-top: 20px;
}

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

.w_report_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_report_comm_tit button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

/* 업무보고 섹션 시작 */
.cbn_comm_section {
  /* width: 1610px; */
  width: calc(100% - 7px);
  height: 600px;
  margin-top: 20px;
}

/* 업무보고 검색조건 */
.cbn_comm_terms {
  /* width: 1390px; */
  width: calc(100% - 70px);
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.cbn_comm_terms_top {
  width: 100%;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
} 

.cbn_comm_terms_top {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
} 

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

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

.corporate_tit {
  width: 118px;
  height: 28px;
  border-radius: 10px;
  background: #FFEDE2;
  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_rp_se_section {
  width: 243px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
}

.w_rp_se_tit {
  width: 118px;
  height: 28px;
  border-radius: 10px;
  background: #FFEDE2;
  line-height: 28px;
}

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

.w_rp_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_rp_se_section select:focus option
{
  background: #333;
  color: #fff;
}

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

/* 검색조건 작성일자 */
.w_rp_write_dt_section {
  width: 388px;
  height: 28px;
  background: #fff; 
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  align-items: center;
}

.w_rp_write_dt_tit 
{
  width: 120px;
  height: 28px;
  background: #ffede2;
  border-radius: 10px;
}

.w_rp_write_dt_tit p
{
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.w_rp_write_dt_calendar {
  width: 240px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -5px;
  position: relative;
}

.w_rp_write_dt_calendar p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  padding-left: 35px;
  margin-right: 10px;
}

.period_calendar_prev>input {
  width: 250px;
  height: 20px;
  border: 1px solid #FFAD7A;
  margin-left: 25px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
}

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

.period_calendar_prev,
.period_calendar_next
{
  width: 106px;
  height: 22px;
  display: flex;
  align-items: center;
}

.period_calendar_prev>input,
.period_calendar_next>input
{
  width: 88px;
  height: 22px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.period_calendar_prev>i,
.period_calendar_next>i 
{
  color: #aaa;
  font-size: 13px;
  margin-left: 6px;
  cursor: pointer;
  z-index: 20;
}

.period_calendar_prev:hover>i,
.period_calendar_next:hover>i 
{
  color: #CF4F00;
  transition: color 0.3s ease;
}

.ne_e_calendar_prev,
.ne_e_calendar_next
{
  width: 300px;
  height: 208px;
  background: #333;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
  position: absolute;
  top: 30px;
  right: 100px;
  z-index: 30;
}

.ne_e_calendar_next {
  position: absolute;
  top: 30px;
  left: 10px;
}

.ne_e_calendar_prev.on,
.ne_e_calendar_next.on
{
  display: flex;
}

.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;
}

/* 검색조건 검색구분 */
.app_search_se_section {
  width: 468px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  align-items: center;
}

.app_search_se_tit {
  width: 120px;
  height: 28px;
  background: #ffede2;
  border-radius: 10px;
}

.app_search_se_tit p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.app_search_se_select select {
  border: none;
  cursor: pointer;
  margin-left: 15px;
}

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

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

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

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

/* 검색버튼 */
.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;
}

/* 수정버튼 */
.revise_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 삭제버튼 */
.delete_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.delete_btn>button:hover {
  background: #FF0000;
  transition: background-color 0.3s ease;
  width: 80px;
}

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

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

.w_rp_terms_line2_lt {
  width: 240px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.w_rp_docu_radio>input {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-top: -1px;
}

.w_rp_docu_radio>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.w_rp_terms_line2_rt {
  width: 560px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.w_rp_terms_line2_rt_lt {
  width: 230px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

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

.w_rp_terms_line2_rt_rt {
  width: 210px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 결재상신버튼 */
.w_rp_ru_btn>button {
  border: none;
  background: #333;
  width: 120px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 상신취소버튼 */
.w_rp_uc_btn>button {
  border: none;
  background: #333;
  width: 80px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.w_rp_uc_btn>button:hover {
  background: #FF0000;
  transition: background-color 0.3s ease;
  width: 85px;
}

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

/* 리스트 서브메뉴 */
.dmg_comm_sub_menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.dmg_comm_sub_bar {
  /* width: 1540px; */
  width: calc(100% - 70px);
  height: 30px;
  border-radius: 10px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dmg_comm_sub_bar select {
  border: none;
  background: none;
  cursor: pointer;
  height: 22px;
}

.dmg_comm_sub_bar select#w_rp_comp {
  margin-left: 12px;
}

.dmg_comm_sub_bar select#w_rp_selecter {
  margin-right: 12px;
}

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

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

/* 리스트 사이드메뉴 */
.menu_side_btn button {
  width: 50px;
  height: 30px;
  border: none;
  border-radius: 10px;
  background: #A5A5A5;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

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

.menu_side_btn button i {
  font-size: 15px;
  color: #fff;
}

.menu_side_modal {
  width: 172px;
  height: 404px;
  position: fixed;
  transform: translate(-71%, 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;
}

/* 리스트 스크롤 */
.dmg_comm_list_scroll {
  /* width: 1599px; */
  width: calc(100% - 16px);
  box-sizing: content-box; 
  height: 480px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
  margin-top: 10px;
}

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

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

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

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

/* 리스트 */
.dmg_comm_list {
  /* width: 1540px; */
  width: calc(100% - 70px);
  min-height: 340px;
}

.dmg_comm_list>tbody>tr {
  /* width: 1540px; */
  width: calc(100% + 30px);
  background: #fff;
  border-radius: 10px;
  padding: 0;
  height: 30px;
  scroll-snap-align: start;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

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

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

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

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

.w_rp_selecter_list {
  margin-left: 12px;
}

.a_receipt_dt_list {
  margin-right: 12px;
}

.dmg_comm_list>td {
  overflow: hidden;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
}

.dmg_comm_list>td.contest_date_list {
  border-radius: 10px 0 0 10px;
}

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

.dmg_comm_list tbody tr td.sb_file_list>i {
  font-size: 14px;
  color: #333;
}

.dmg_comm_list tbody tr td.sb_file_list {
  text-align: center;
}

/* 체크박스 */
.dmg_comm_list tbody tr td.w_rp_selecter_list {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 기본 스타일 */
.dmg_comm_list tbody tr td.w_rp_selecter_list>.check_box {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; 
  user-select: none;
}

.dmg_comm_list tbody tr td.w_rp_selecter_list>.check_box>i {
  display: none;
}

/* 체크 상태일 때 변경될 스타일 */
.dmg_comm_list tbody tr td.w_rp_selecter_list>.check_box.active {
  background: #007BDF;
  border: 1px solid #007BDF;
}

/* 체크 상태일 때 아이콘 표시 */
.dmg_comm_list tbody tr td.w_rp_selecter_list>.check_box.active>i {
  font-size: 12px;
  color: #fff;
  display: block; 
}

.dmg_comm_list>tbody>tr>td {
  color: #333;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-weight: 500;
}

.w_rp_tit_list:hover {
  color: #007BDF;
  transition: color 0.3s ease;
  font-weight: 600;
}

/* 페이지 이동 */
.page {
  margin-top: 20px;
  width: 100%;
  height: 25px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.page ul {
  width: 291px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page ul li,.page ul li button {
  cursor: pointer;
}

.page ul li.prev_next {
  color: #ccc;
  font-size: 15px;
}

.page ul li.prev_next:hover {
  color: #333;
  transition: color 0.3s ease;
}

.page ul li button {
  width: 25px;
  height: 25px;
  background: #ccc;
  border: none;
  border-radius: 5px;
  color: #FFF;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
}

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

.page ul li button.active {
  background: #333;
  color: #FFF;
  font-weight: bold;
  cursor: default; /* Hover 상태와 구분하기 위해 */
}

.page ul li button.active:hover {
  background: #333; /* Hover 상태와 동일하게 유지 */
}

/* 업무보고 모달 배경 */
.w_rp_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; 
}

.w_rp_modal_bg.on {
  display: block;
}

/* 업무보고 모달 */
.w_rp_modal {
  width: 1070px;
  height: 800px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
}

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

/* 업무보고 모달 타이틀 */
.w_rp_modal_top {
  width: 1020px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #CF4F00;
  margin-top: 30px;
}

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

.w_rp_modal_top .btn {
  border: none;
  background: none;
  cursor: pointer;
}

.w_rp_modal_top .btn i {
  color: #333;
  font-size: 23px;
}

.w_rp_modal_top .btn:hover i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

/* 업무보고 보기 스크롤 */
.w_rp_modal_scroll {
  /* width: 1599px; */
  width: calc(100% - 46px);
  box-sizing: content-box; 
  height: 677px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
  margin-top: 20px;
}

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

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

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

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

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

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

/* 법인 */
.w_rp_modal_comp_section {
  width: 478px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.w_rp_modal_comp_section>p {
  margin-left: 15px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

/* 분류 */
.w_rp_modal_se_section {
  width: 478px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.w_rp_modal_se_section>p {
  margin-left: 15px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

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

/* 제목 */
.w_rp_modal_tit_section {
  width: 478px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.w_rp_modal_tit_section>p {
  margin-left: 15px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

/* 생산번호 */
.w_rp_modal_pdnum_section {
  width: 478px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.w_rp_modal_pdnum_section>p {
  margin-left: 15px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

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

/* 작성자 */
.w_rp_modal_w_emp_section {
  width: 478px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.w_rp_modal_w_emp_section>p {
  margin-left: 15px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

/* 작성일 */
.w_rp_modal_w_dt_section {
  width: 478px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.w_rp_modal_w_dt_section>p {
  margin-left: 15px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

.w_rp_modal_main_section {
  width: 968px;
  height: 341px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.w_rp_modal_main_txt {
  width: 928px;
  height: 281px;
}

.w_rp_modal_main_txt pre>span {
  color: #333;
  font-size: 30px;
  font-weight: 700;
}

.w_rp_modal_main_txt pre {
  color: #333;
  font-size: 15px;
  font-weight: 400;
}

/* 업무보고 보기 첨부파일 */
.w_rp_modal_file {
  width: 970px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #007BDF;
  margin-top: 30px;
}

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

/* 업무보고 보기 라인4 */
.w_rp_modal_comm_line4 {
  width: 970px;
  height: 58px;
  margin-top: 10px;
}

/* 첨부파일 */
.w_rp_modal_file_section {
  width: 100%;
  height: 58px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
}

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

ul.w_rp_modal_file_top>li {
  border-radius: 10px;
  background: #eee;
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

/* 파일명 */
ul.w_rp_modal_file_top>li.w_rp_modal_file_nm {
  width: 240px;
  height: 30px;
}

/* 파일크기 */
ul.w_rp_modal_file_top>li.w_rp_modal_file_size {
  width: 240px;
  height: 30px;
}

/* 등록일 */
ul.w_rp_modal_file_top>li.w_rp_modal_a_dt {
  width: 240px;
  height: 30px;
}

/* 등록자 */
ul.w_rp_modal_file_top>li.w_rp_modal_a_nm {
  width: 235px;
  height: 30px;
}

.w_rp_modal_file_bottom {
  width: 100%;
  height: 20px;
  margin-top: 5px;
}

.w_rp_modal_file_bottom>p {
  color: #333;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

/* 업무보고 보기 결재현황 */
.w_rp_modal_p_state {
  width: 970px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #007BDF;
  margin-top: 30px;
}

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

/* 업무보고 보기 라인5 */
.w_rp_modal_comm_line5 {
  width: 970px;
  height: 135px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

ul.w_rp_modal_p_state_top>li {
  border-radius: 10px;
  background: #eee;
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

/* 순번 */
ul.w_rp_modal_p_state_top>li.w_rp_modal_p_num {
  width: 70px;
  height: 30px;
}

/* 결재분류 */
ul.w_rp_modal_p_state_top>li.w_rp_modal_p_se {
  width: 100px;
  height: 30px;
}

/* 부서 */
ul.w_rp_modal_p_state_top>li.w_rp_modal_p_dept {
  width: 120px;
  height: 30px;
}

/* 직위 */
ul.w_rp_modal_p_state_top>li.w_rp_modal_p_post {
  width: 100px;
  height: 30px;
}

/* 결재자 */
ul.w_rp_modal_p_state_top>li.w_rp_modal_payment {
  width: 100px;
  height: 30px;
}

/* 결재상태 */
ul.w_rp_modal_p_state_top>li.w_rp_modal_payment_state {
  width: 120px;
  height: 30px;
}

/* 결재일자 */
ul.w_rp_modal_p_state_top>li.w_rp_modal_p_dt {
  width: 120px;
  height: 30px;
}

/* 지시 및 의견 */
ul.w_rp_modal_p_state_top>li.w_rp_modal_p_oo {
  width: 100px;
  height: 30px;
}

/* 대결권지정자 */
ul.w_rp_modal_p_state_top>li.w_rp_modal_p_dcr {
  width: 100px;
  height: 30px;
}

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

/* 순번 값 */
.w_rp_modal_p_num_area {
  width: 68px;
  height: 98px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.w_rp_modal_p_num_area>li {
  width: 68px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
}

/* 결재분류 값 */
.w_rp_modal_p_se_area {
  width: 98px;
  height: 98px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.w_rp_modal_p_se_area>li {
  width: 98px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
}

/* 부서 값 */
.w_rp_modal_p_dept_area {
  width: 118px;
  height: 98px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.w_rp_modal_p_dept_area>li {
  width: 118px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
}

/* 직위 값 */
.w_rp_modal_p_post_area {
  width: 98px;
  height: 98px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.w_rp_modal_p_post_area>li {
  width: 98px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
}

/* 결재자 값 */
.w_rp_modal_payment_area {
  width: 98px;
  height: 98px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.w_rp_modal_payment_area>li {
  width: 98px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
}

/* 결재상태 값 */
.w_rp_modal_payment_state_area {
  width: 118px;
  height: 98px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.w_rp_modal_payment_state_area>li {
  width: 118px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
}

/* 결재일자 값 */
.w_rp_modal_p_dt_area {
  width: 118px;
  height: 98px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.w_rp_modal_p_dt_area>li {
  width: 118px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
}

/* 지시 및 의견 값 */
.w_rp_modal_p_oo_area {
  width: 98px;
  height: 98px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.w_rp_modal_p_oo_area>li {
  width: 98px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.w_rp_modal_p_oo_area>li>i {
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

/* 대결권지정자 값 */
.w_rp_modal_p_dcr {
  width: 98px;
  height: 98px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.w_rp_modal_p_dcr>li {
  width: 98px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
}

/* 업무보고 보기 참조현황 */
.w_rp_modal_r_status {
  width: 970px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #007BDF;
  margin-top: 30px;
}

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

/* 업무보고 보기 라인6 */
.w_rp_modal_comm_line6 {
  width: 970px;
  height: 58px;
  margin-top: 10px;
}

/* 참조현황 */
.w_rp_modal_status_section {
  width: 100%;
  height: 58px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
}

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

ul.w_rp_modal_r_status_top>li {
  border-radius: 10px;
  background: #eee;
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

/* 순번 */
ul.w_rp_modal_r_status_top>li.w_rp_modal_rs_num {
  width: 110px;
  height: 30px;
}

/* 부서 */
ul.w_rp_modal_r_status_top>li.w_rp_modal_rs_dept {
  width: 210px;
  height: 30px;
}

/* 직위 */
ul.w_rp_modal_r_status_top>li.w_rp_modal_rs_post {
  width: 210px;
  height: 30px;
}

/* 참조자 */
ul.w_rp_modal_r_status_top>li.w_rp_modal_rs_refer {
  width: 210px;
  height: 30px;
}

/* 열람일시 */
ul.w_rp_modal_r_status_top>li.w_rp_modal_rs_open_dt {
  width: 210px;
  height: 30px;
}

.w_rp_modal_r_status_bottom {
  width: 100%;
  height: 20px;
  margin-top: 5px;
}

.w_rp_modal_r_status_bottom>p {
  color: #333;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.w_rp_modal_bottom_btn {
  width: 970px;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

/* 업무보고 모달 닫기버튼 */
.w_rp_modal_close button {
  width: 70px;
  height: 30px;
  background: #333;
  border-radius: 10px;
  border: none;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

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

/* 업무보고 등록 모달 배경 */
.w_rp_s_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; 
}

.w_rp_s_modal_bg.on {
  display: block;
}

/* 업무보고 등록 모달 */
.w_rp_s_modal {
  width: 1070px;
  height: 800px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
}

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

/* 업무보고 등록 모달 타이틀 */
.w_rp_s_modal_top {
  width: 1020px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #CF4F00;
  margin-top: 30px;
}

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

.w_rp_s_modal_top .btn {
  border: none;
  background: none;
  cursor: pointer;
}

.w_rp_s_modal_top .btn i {
  color: #333;
  font-size: 23px;
}

.w_rp_s_modal_top .btn:hover i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

/* 업무보고 등록 보기 스크롤 */
.w_rp_s_modal_scroll {
  /* width: 1599px; */
  width: calc(100% - 46px);
  box-sizing: content-box; 
  height: 677px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
  margin-top: 20px;
}

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

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

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

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

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

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

/* 업무보고 등록 보기 검색조건 법인 */
.w_rp_s_modal_corporate_section {
  width: 379px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
}

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

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

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

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

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

/* 업무보고 등록 보기 검색조건 분류 */
.w_rp_modal_se_section {
  width: 277px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
}

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

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

.w_rp_modal_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_rp_modal_se_section select:focus option
{
  background: #333;
  color: #fff;
}

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

/* 업무보고 등록 보기 작성자 */
.w_rp_s_modal_w_emp_section {
  width: 298px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.w_rp_s_modal_w_emp_section>p {
  margin-left: 15px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

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

/* 업무보고 등록 보기 제목 */
.w_rp_s_modal_tit_section {
  width: 968px;
  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: 788px;
  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;
}

/* 업무보고 등록 보기 결재선 */
.w_rp_modal_r_d_section {
  width: 863px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.w_rp_modal_r_d_section>p {
  margin-left: 15px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

/* 결재선지정 */
.payment_s_btn button {
  width: 100px;
  height: 30px;
  border-radius: 10px;
  background: #A5A5A5;
  border: none;
  cursor: pointer;
}

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

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

/* 결재선지정 모달배경 */
.payment_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; 
}

.payment_modal_bg.on {
  display: block;
}

/* 결재선지정 모달 */
.payment_s_modal {
  width: 1072px;
  height: 559px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
}

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

/* 결재선지정 모달 타이틀 */
.ps_modal_top {
  width: 1022px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #CF4F00;
  margin-top: 30px;
}

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

.ps_modal_top .btn {
  border: none;
  background: none;
  cursor: pointer;
}

.ps_modal_top .btn i {
  color: #333;
  font-size: 23px;
}

.ps_modal_top .btn:hover i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

.ps_modal_top_tab {
  width: 1022px;
  height: 30px;
  margin-top: 20px;
}

.ps_modal_top_tab {
  width: 1022px;
  height: 30px;
  margin-top: 20px;
}

/* 결재선지정 탭 */
ul.ps_tab {
  width: 250px;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

ul.ps_tab li {
  width: 120px;
  height: 30px;
  border-radius: 10px 10px 0 0;
  background: #FFEDE2;
  cursor: pointer;
  line-height: 30px;
}

ul.ps_tab li:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

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

ul.ps_tab li:hover p {
  color: #fff;
  transition: color 0.3s ease;
}

/* 기본 활성화 상태 (첫 번째 탭) */
ul.ps_tab li.active {
  background: #CF4F00;
}

ul.ps_tab li.active p {
  color: #fff;
}

/* 결재선지정 메인 */
.ps_modal_main {
  width: 1022px;
  height: 355px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

/* 결재선지정 메인 좌측 */
.ps_modal_main_lt {
  width: 228px;
  height: 100%;
}

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

.ps_corporate_tit {
  width: 80px;
  height: 28px;
  border-radius: 10px;
  background: #FFEDE2;
  line-height: 28px;
}

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

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

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

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

/* 트리구조 스크롤 */
.tree_scroll {
  margin-top: 10px;
  width: 100%;
  box-sizing: content-box; 
  height: 647px;
  overflow-y: auto; 
  overflow-x: hidden;
  margin-right: 15px;
}

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

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

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

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

/* 트리구조 */
.tree_section {
  width: 380px;
  height: 627px;
}

ul.tree {
  width: 100%;
}

ul.tree li .tree_main {
  width: 120px;
  height: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 8px;
}

ul.tree li.notice_code .tree_main {
  margin-top: 0;
}

ul.tree li .tree_main i {
  font-size: 18px;
  color: #007BDF;
}

ul.tree li .tree_main p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  margin-left: 5px;
}

ul.tree li .tree_main:hover p {
  color: #007BDF;
  transition: color 0.3s ease;
  font-weight: 600;
}

ul.tree li ul.tree_sub {
  width: 100%;
  display: none;
}

ul.tree>li>ul.tree_sub>li>a {
  width: calc(100% - 18px);
  height: 20px;
  display: flex;
  align-items: center;
  margin-left: 18px;
  margin-top: 5px;
}

ul.tree li ul.tree_sub li a i {
  font-size: 18px;
  color: #CF4F00;
}

ul.tree li ul.tree_sub li a p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  margin-left: 5px;
}

ul.tree li ul.tree_sub li a:hover p {
  color: #007BDF;
  transition: color 0.3s ease;
  font-weight: 600;
}

/* 결재선지정 메인 중앙 */
.ps_modal_main_mid {
  width: 560px;
  height: 100%;
}

/* 결재선지정 중앙 버튼 */
.ps_terms_btn {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

/* 결재버튼 */
.ps_approv_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 협조버튼 */
.help_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 10px;
}

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

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

/* 공람버튼 */
.display_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 10px;
}

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

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

/* 리스트 서브메뉴 */
.ps_comm_sub_menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.ps_comm_sub_bar {
  /* width: 1540px; */
  width: calc(100% - 70px);
  height: 30px;
  border-radius: 10px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ps_comm_sub_bar select {
  border: none;
  background: none;
  cursor: pointer;
  height: 22px;
}

.ps_comm_sub_bar select#ps_select {
  margin-left: 12px;
}

.ps_comm_sub_bar select#ps_emp_nm {
  margin-right: 12px;
}

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

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

/* 리스트 사이드메뉴 */
.ps_menu_side_btn button {
  width: 50px;
  height: 30px;
  border: none;
  border-radius: 10px;
  background: #A5A5A5;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

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

.ps_menu_side_btn button i {
  font-size: 15px;
  color: #fff;
}

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

.ps_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;
}

/* 결재선지정 메인 우측 */
.ps_modal_main_rt {
  width: 195px;
  height: 100%;
}

/* 결재선지정 메인 우측 상단 결재 */
.ps_modal_main_rt_top {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 결재 명수 */
.approv_count {
  width: 90px;
  height: 26px;
  text-align: center;
  line-height: 26px;
}

.approv_count>span {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

/* 선택인원제외버튼 */
.select_not_btn>button {
  border: none;
  background: #333;
  width: 100px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.select_not_btn>button:hover {
  background: #FF0000;
  transition: background-color 0.3s ease;
  width: 105px;
}

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

/* 결재선지정 모달 메인 우측 중앙 */
.ps_modal_main_rt_mid {
  width: 100%;
  height: 200px;
  margin-top: 12px;
}

.ps_modal_main_rt_mid>span {
  color: #DDD;
  font-size: 12px;
  font-weight: 400;
}

/* 결재 수신자 스크롤 */
.approv_nm_scroll {
  /* width: 1599px; */
  width: 100%;
  box-sizing: content-box; 
  height: 178px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
  margin-top: 5px;
}

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

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

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

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

ul.approv_nm>li {
  color: #333;
  font-size: 13px;
  font-weight: 700;
  margin-top: 5px;
}

ul.approv_nm>li:first-child {
  margin-top: 0;
}

/* 결재선지정 모달 메인 우측 가운데 */
.ps_modal_main_rt_mid2 {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 9px;
}

/* 공람 명수 */
.display_count {
  width: 90px;
  height: 26px;
  text-align: center;
  line-height: 26px;
}

.display_count>span {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

/* 선택인원제외버튼 */
.select_not_btn>button {
  border: none;
  background: #333;
  width: 100px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.select_not_btn>button:hover {
  background: #FF0000;
  transition: background-color 0.3s ease;
  width: 105px;
}

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

/* 결재선지정 모달 메인 우측 하단 */
.ps_modal_main_rt_bottom {
  width: 100%;
  height: 67px;
  margin-top: 9px;
}

.ps_modal_main_rt_bottom>span {
  color: #DDD;
  font-size: 12px;
  font-weight: 400;
}

/* 공람 수신자 스크롤 */
.display_nm_scroll {
  /* width: 1599px; */
  width: 100%;
  box-sizing: content-box; 
  height: 47px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
  margin-top: 5px;
}

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

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

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

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

ul.display_nm>li {
  color: #333;
  font-size: 13px;
  font-weight: 700;
  margin-top: 5px;
}

ul.display_nm>li:first-child {
  margin-top: 0;
}

/* 결재선지정 하단 버튼 */
.ps_modal_bottom_btn {
  width: 1022px;
  height: 30px;
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* 결재선보관버튼 */
.keep_approv_line_btn>button {
  border: none;
  background: #333;
  width: 100px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 저장버튼 */
.ps_save_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 10px;
}

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

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

/* 닫기버튼 */
.ps_close_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 10px;
}

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

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

/* 기본 활성화 상태 (첫 번째 탭) */
ul.ps_tab li.active {
  background: #CF4F00;
}

ul.ps_tab li.active p {
  color: #fff;
}

/* 결재선 탭 활성화 시 적용할 클래스 */
.ps_terms_btn.hide-elements > *:not(.approv_count):not(.select_not_btn) {
  display: none;
}

.ps_modal_main_lt.hidden {
  display: none;
}

.ps_modal_main_mid.expanded {
  width: calc(100% - 300px); /* 기존 너비 + .ps_modal_main_lt의 너비만큼 확장 */
}

.w_rp_s_modal_main_section {
  width: 970px;
  height: 547px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.w_rp_s_modal_bottom_btns {
  width: 970px;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.w_rp_s_modal_bottom_btns_section {
  width: 280px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 업무보고 등록 저장버튼 */
.w_rp_s_modal_save_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 업무보고 등록 결재상신버튼 */
.w_rp_s_modal_pu_btn>button {
  border: none;
  background: #333;
  width: 120px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 업무보고 등록 닫기버튼 */
.w_rp_s_modal_close button {
  width: 70px;
  height: 30px;
  background: #333;
  border-radius: 10px;
  border: none;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

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