@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');

/* 문서관리 문서작성 시작 */
/* 타이틀 */
.dmng_comm_tit {
  width: 100%;
  height: 18px;
  display: flex;
  align-items: center;
  border-left: 3px solid #CF4F00;
  margin-top: 20px;
}

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

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

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

/* 전자결재 섹션 시작 */
.dmg_comm_section {
  /* width: 1610px; */
  width: calc(100% - 7px);
  height: 600px;
  margin-top: 20px;
}

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

/* 전자결재 탭 */
ul.dmg_comm_tab {
  width: 640px;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

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

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

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

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

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

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

/* 문서관리 기결함 버튼 구역 좌측 문서보관 버튼 */
.dsb_btn>button {
  border: none;
  background: #333;
  width: 120px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 문서관리 기결함 버튼 구역 좌측 폐기 버튼 */
.disuse_btn button {
  width: 70px;
  height: 30px;
  border-radius: 10px;
  background: #333;
  border: none;
  cursor: pointer;
}

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

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

/* 문서관리 기결함 버튼 구역 우측 */
.docu_sc_btn_rt {
  width: 120px;
  height: 30px;
}

/* 문서관리 기결함 버튼 구역 우측 전체선택 버튼 */
.all_select_btn>button {
  border: none;
  background: #333;
  width: 120px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 문서작성 검색조건 */
.dmg_comm_terms {
  /* width: 1390px; */
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

/* 문서작성 검색조건 좌측 */
.dmg_comm_terms_lt {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
}

/* 검색조건 제목 */
.s_all_tit_bar {
  width: 385px;
  height: 30px;
  border-radius: 10px;
  background: #FFEADD;
  display: flex;
  align-items: center;
}

.s_all_tit_bar select {
  border: none;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  background: #FFEADD;
}

.s_all_tit_bar select#tit {
  width: 70px;
  height: 22px;
  margin-left: 25px;
}

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

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

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

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

/* 리스트 서브메뉴 */
.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#a_corporate {
  margin-left: 12px;
}

.dmg_comm_sub_bar select#a_receipt_dt {
  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;
}

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

/* 리스트 사이드메뉴 */
.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;
}

/* 리스트 스크롤 */
.dmg_comm_list_scroll {
  /* width: 1599px; */
  width: calc(100% - 16px);
  box-sizing: content-box; 
  height: 490px;
  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; 
}

.a_corporate_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.sb_select_list {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 기본 스타일 */
.dmg_comm_list tbody tr td.sb_select_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.sb_select_list>.check_box>i {
  display: none;
}

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

/* 체크 상태일 때 아이콘 표시 */
.dmg_comm_list tbody tr td.sb_select_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;
}

.a_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 상태와 동일하게 유지 */
}

/* 내부기안품의서 작성란 이미지 */
.ia_modal_main>img {
  margin-top: 10px;
}

/* 국내출장신청서 라인2 */
.adbt_modal_line2 {
  width: 100%;
  height: 30px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.n_radio_retiree {
  margin-left: 15px;
}

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

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

#start_state {
  margin-right: 12px;
}

.n_radio_retiree {
  margin-left: 15px;
}

#emp_no {
  margin-right: 12px;
}

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

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

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

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

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

.adbt_comp_nm_section>i {
  font-size: 13px;
  color: #333;
  line-height: 20px;
  cursor: pointer;
  margin-left: 15px;
}

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

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

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

/* 출장기간 */
.adbt_bt_dt_section {
  width: 480px;
  height: 58px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 9996;
}

/* 국내출장신청서 리스트 클릭 시 모달배경 */
.adbt_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; 
}

.adbt_modal_bg.on {
  display: block;
}

/* 결재자리스트 */
.adbt_v_approver_list_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  margin-top: 5px;
}

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

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

.adbt_v_approver_list_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 700;
  margin-left: 15px;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 상단 순번 타이틀 */
.adbt_vi_num_tit {
  width: 100px;
  height: 65px;
  background: #eee;
  border-radius: 10px;
}

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

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

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

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

/* 상세정보 시작 */
.adbt_v_di_modal {
  width: 655px;
  height: 556px;
  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;
}

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

/* 기본 스타일 */
.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;
}

.check_box>i {
  display: none;
}

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

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

/* 제목 리스트 클릭 시 업무보고 모달배경 */
.a_list_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; 
}

.a_list_modal_bg.on {
  display: block;
}

/* 업무보고 보기 시작 */
.a_list_modal {
  width: 1600px;
  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;
}

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

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

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

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

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

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

/* 업무보고 보기 참조기안 */
.adbt_v_refer {
  width: 100%;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #007BDF;
  margin-top: 20px;
}

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

/* 국내출장신청서 보기 라인11 */
.adbt_v_modal_line11 {
  width: 100%;
  height: 58px;
  margin-top: 10px;
}

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

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

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

/* 문서번호 */
ul.adbt_v_refer_top>li.adbt_v_docu_no {
  width: 150px;
  height: 30px;
}

/* 제목 */
ul.adbt_v_refer_top>li.adbt_v_title {
  width: 425px;
  height: 30px;
}

/* 작성부서 */
ul.adbt_v_refer_top>li.adbt_v_w_dept {
  width: 150px;
  height: 30px;
}

/* 직위 */
ul.adbt_v_refer_top>li.adbt_v_post {
  width: 150px;
  height: 30px;
}

/* 작성자 */
ul.adbt_v_refer_top>li.adbt_v_w {
  width: 150px;
  height: 30px;
}

/* 작성일자 */
ul.adbt_v_refer_top>li.adbt_v_w_dt {
  width: 150px;
  height: 30px;
}

/* 결재상태 */
ul.adbt_v_refer_top>li.adbt_v_r_state {
  width: 150px;
  height: 30px;
}

/* 결재일자 */
ul.adbt_v_refer_top>li.adbt_v_r_dt {
  width: 150px;
  height: 30px;
}

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

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

/* 국내출장신청서 보기 참조파일 */
.adbt_v_r_file {
  width: 100%;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #007BDF;
  margin-top: 30px;
}

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

/* 국내출장신청서 보기 라인12 */
.adbt_v_modal_line12 {
  width: 100%;
  height: 58px;
  margin-top: 10px;
}

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

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

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

/* 파일명 */
ul.adbt_v_r_file_top>li.adbt_v_file_nm {
  width: 580px;
  height: 30px;
}

/* 파일크기 */
ul.adbt_v_r_file_top>li.adbt_v_file_size {
  width: 305px;
  height: 30px;
}

/* 등록일 */
ul.adbt_v_r_file_top>li.adbt_v_a_dt {
  width: 305px;
  height: 30px;
}

/* 등록자 */
ul.adbt_v_r_file_top>li.adbt_v_a_nm {
  width: 305px;
  height: 30px;
}

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

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

/* 국내출장신청서 보기 결재현황 */
.adbt_v_p_state {
  width: 100%;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #007BDF;
  margin-top: 30px;
}

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

/* 국내출장신청서 보기 결재현황 */
.adbt_v_p_state {
  width: 100%;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #007BDF;
  margin-top: 30px;
}

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

/* 국내출장신청서 보기 라인13 */
.adbt_v_modal_line13 {
  width: 100%;
  height: 170px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

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

/* 순번 */
ul.adbt_v_p_state_top>li.adbt_v_p_num {
  width: 150px;
  height: 30px;
}

/* 결재분류 */
ul.adbt_v_p_state_top>li.adbt_v_p_se {
  width: 150px;
  height: 30px;
}

/* 부서 */
ul.adbt_v_p_state_top>li.adbt_v_p_dept {
  width: 150px;
  height: 30px;
}

/* 직위 */
ul.adbt_v_p_state_top>li.adbt_v_p_post {
  width: 150px;
  height: 30px;
}

/* 결재자 */
ul.adbt_v_p_state_top>li.adbt_v_payment {
  width: 150px;
  height: 30px;
}

/* 결재상태 */
ul.adbt_v_p_state_top>li.adbt_v_payment_state {
  width: 150px;
  height: 30px;
}

/* 결재일자 */
ul.adbt_v_p_state_top>li.adbt_v_p_dt {
  width: 150px;
  height: 30px;
}

/* 지시 및 의견 */
ul.adbt_v_p_state_top>li.adbt_v_p_oo {
  width: 220px;
  height: 30px;
}

/* 대결권지정자 */
ul.adbt_v_p_state_top>li.adbt_v_p_dcr {
  width: 200px;
  height: 30px;
}

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

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

.adbt_v_p_num_area>li {
  width: 148px;
  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;
}

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

.adbt_v_p_se_area>li {
  width: 148px;
  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;
}

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

.adbt_v_p_dept_area>li {
  width: 148px;
  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;
}

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

.adbt_v_p_post_area>li {
  width: 148px;
  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;
}

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

.adbt_v_payment_area>li {
  width: 148px;
  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;
}

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

.adbt_v_payment_state_area>li {
  width: 148px;
  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;
}

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

.adbt_v_p_dt_area>li {
  width: 148px;
  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;
}

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

.adbt_v_p_oo_area>li {
  width: 218px;
  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;
}

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

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

.adbt_v_p_dcr>li {
  width: 198px;
  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;
}

/* 국내출장신청서 보기 참조현황 */
.adbt_v_r_status {
  width: 100%;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #007BDF;
  margin-top: 30px;
}

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

/* 국내출장신청서 보기 라인14 */
.adbt_v_modal_line14 {
  width: 100%;
  height: 58px;
  margin-top: 10px;
}

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

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

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

/* 순번 */
ul.adbt_v_r_status_top>li.adbt_v_rs_num {
  width: 150px;
  height: 30px;
}

/* 부서 */
ul.adbt_v_r_status_top>li.adbt_v_rs_dept {
  width: 335px;
  height: 30px;
}

/* 직위 */
ul.adbt_v_r_status_top>li.adbt_v_rs_post {
  width: 335px;
  height: 30px;
}

/* 참조자 */
ul.adbt_v_r_status_top>li.adbt_v_rs_refer {
  width: 335px;
  height: 30px;
}

/* 열람일시 */
ul.adbt_v_r_status_top>li.adbt_v_rs_open_dt {
  width: 335px;
  height: 30px;
}

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

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

/* 국내출장신청서 보기 수신처 */
.adbt_v_r_ac {
  width: 100%;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #007BDF;
  margin-top: 30px;
}

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

/* 국내출장신청서 보기 라인15 */
.adbt_v_modal_line15 {
  width: 100%;
  height: 58px;
  margin-top: 10px;
}

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

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

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

/* 순번 */
ul.adbt_v_r_ac_top>li.adbt_v_ac_num {
  width: 305px;
  height: 30px;
}

/* 구분 */
ul.adbt_v_r_ac_top>li.adbt_v_ac_se {
  width: 305px;
  height: 30px;
}

/* 법인 */
ul.adbt_v_r_ac_top>li.adbt_v_ac_comp {
  width: 305px;
  height: 30px;
}

/* 수신처 */
ul.adbt_v_r_ac_top>li.adbt_v_ac_ac {
  width: 580px;
  height: 30px;
}

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

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

/* 국내출장신청서 보기 Q&A */
.adbt_v_r_qa {
  width: 100%;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #007BDF;
  margin-top: 30px;
}

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

/* 국내출장신청서 보기 라인16 */
.adbt_v_modal_line16 {
  width: 100%;
  height: 58px;
  margin-top: 10px;
}

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

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

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

/* 구분 */
ul.adbt_v_r_qa_top>li.adbt_v_qa_se {
  width: 150px;
  height: 30px;
}

/* 작성일 */
ul.adbt_v_r_qa_top>li.adbt_v_qa_w_dt {
  width: 150px;
  height: 30px;
}

/* 작성부서 */
ul.adbt_v_r_qa_top>li.adbt_v_qa_w_dept {
  width: 150px;
  height: 30px;
}

/* 직위 */
ul.adbt_v_r_qa_top>li.adbt_v_qa_post {
  width: 150px;
  height: 30px;
}

/* 성명 */
ul.adbt_v_r_qa_top>li.adbt_v_qa_nm {
  width: 150px;
  height: 30px;
}

/* 내용 */
ul.adbt_v_r_qa_top>li.adbt_v_qa_content {
  width: 425px;
  height: 30px;
}

/* 결재구분 */
ul.adbt_v_r_qa_top>li.adbt_v_qa_p_se {
  width: 150px;
  height: 30px;
}

/*  */
ul.adbt_v_r_qa_top>li.adbt_v_qa_lo {
  width: 150px;
  height: 30px;
}

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

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

/* 국내출장신청서 보기 라인17 */
.adbt_v_modal_line17 {
  width: 100%;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

/* 메모 및 버튼 */
.adbt_v_memo_ip_btn {
  width: 500px;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.adbt_v_memo_ip>input {
  width: 498px;
  height: 198px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  color: #DDD;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 198px;
}

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

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

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

/* 분개전표 보기 라인18 */
.adbt_v_modal_line18 {
  width: 1510px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

/* 결재선변경버튼 */
.a_line_change_btn>button {
  border: none;
  background: #CF4F00;
  width: 100px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 결재선변경 모달 */
.payment_c_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_c_modal.on {
  display: flex;
  flex-direction: column;
}

/* 분개전표 보기 결재하기 */
.adbt_v_r_app {
  width: 100%;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #007BDF;
  margin-top: 30px;
}

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

/* 분개전표 보기 라인19 */
.adbt_v_modal_line19 {
  width: 1508px;
  height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid #eee;
}

/* 분개전표 보기 라인19 사인,지시 및 의견 구역 */
ul.sign_oo_tit_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1510px;
  height: 30px;
}

/* 분개전표 보기 라인19 사인 타이틀 */
ul.sign_oo_tit_section>li.app_sign_tit {
  width: 300px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
}

ul.sign_oo_tit_section>li.app_sign_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

/* 분개전표 보기 라인19 지시 및 의견 타이틀 */
ul.sign_oo_tit_section>li.app_oo_tit {
  width: 1200px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
}

ul.sign_oo_tit_section>li.app_oo_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

/* 분개전표 보기 라인19 사인,지시 및 의견 값 구역 */
.sign_oo_data_section {
  width: 1510px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

/* 분개전표 보기 라인19 사인 값 */
.app_sign_section {
  width: 300px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 라인19 사인 값 사인 이미지 */
.app_sign_img {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 분개전표 보기 라인19 사인 값 사인 이미지 라디오버튼 */
.app_sign_radio {
  width: 185px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.app_sign_radio>input {
  width: 20px;
  height: 20px;
}

.app_sign_radio>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-top: 2px;
}

/* 분개전표 보기 라인19 지시 및 의견 값 */
.app_oo_section {
  width: 1200px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app_oo_section>input {
  width: 1158px;
  height: 78px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  color: #DDD;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 78px;
}

/* 업무보고 보기 메인구역 */
.a_list_modal_main {
  width: 1510px;
  height: 677px;
}

/* 업무보고 보기 메인구역 라인1 */
.w_list_line1 {
  width: 1510px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
} 

/* 업무보고 보기 메인구역 라인1 법인 */
.w_list_comp_section {
  width: 494px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  display: flex;
}

.w_list_comp_tit {
  width: 100px;
  height: 28px;
  border-radius: 10px;
  background: #eee;
}

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

.w_list_comp_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  margin-left: 15px;
}

/* 업무보고 보기 메인구역 라인1 생산번호 */
.w_list_pn_section {
  width: 494px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  display: flex;
}

.w_list_pn_tit {
  width: 100px;
  height: 28px;
  border-radius: 10px;
  background: #eee;
}

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

.w_list_pn_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  margin-left: 15px;
}

/* 업무보고 보기 메인구역 라인1 분류 */
.w_list_kind_section {
  width: 498px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  display: flex;
}

.w_list_kind_tit {
  width: 100px;
  height: 28px;
  border-radius: 10px;
  background: #eee;
}

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

.w_list_kind_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  margin-left: 15px;
}

/* 업무보고 보기 메인구역 라인2 */
.w_list_line2 {
  width: 1510px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
} 

/* 업무보고 보기 메인구역 라인2 제목 */
.w_list_tit_section {
  width: 494px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  display: flex;
}

.w_list_tit_tit {
  width: 100px;
  height: 28px;
  border-radius: 10px;
  background: #eee;
}

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

.w_list_tit_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  margin-left: 15px;
}

/* 업무보고 보기 메인구역 라인2 작성자 */
.w_list_write_nm_section {
  width: 494px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  display: flex;
}

.w_list_write_nm_tit {
  width: 100px;
  height: 28px;
  border-radius: 10px;
  background: #eee;
}

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

.w_list_write_nm_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  margin-left: 15px;
}

/* 업무보고 보기 메인구역 라인2 작성일 */
.w_list_write_dt_section {
  width: 498px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  display: flex;
}

.w_list_write_dt_tit {
  width: 100px;
  height: 28px;
  border-radius: 10px;
  background: #eee;
}

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

.w_list_write_dt_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  margin-left: 15px;
}

/* 업무보고 보기 메인구역 라인3 */
.w_list_line3 {
  width: 1510px;
  height: 250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
}

.w_list_line3_scroll {
  /* width: 1599px; */
  width: 1510px;
  box-sizing: content-box; 
  height: 240px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
}

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

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

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

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

.w_list_line3_main {
  width: 1474px;
  height: 248px;
  border-radius: 1px solid #eee;
  background: #fff;
  border-radius: 10px;
}

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

/* 업무보고 보기 스크롤 */
.a_list_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;
}

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

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

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

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

/* 분개전표 보기 하단 */
.a_list_modal_main_footer {
  width: 1510px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

/* 분개전표 보기 하단 버튼 */
.a_list_modal_main_btn {
  width: 900px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 하단 저장버튼 */
.a_list_m_app_btn>button {
  border: none;
  background: #333;
  width: 120px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 분개전표 보기 하단 한단계반려버튼 */
.a_list_m_ob_btn>button {
  border: none;
  background: #333;
  width: 120px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 분개전표 보기 하단 반려버튼 */
.a_list_m_b_btn>button {
  border: none;
  background: #333;
  width: 120px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 분개전표 보기 하단 보류버튼 */
.a_list_m_w_btn>button {
  border: none;
  background: #333;
  width: 120px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 분개전표 보기 하단 전결버튼 */
.a_list_m_aapp_btn>button {
  border: none;
  background: #333;
  width: 120px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 분개전표 보기 하단 대결버튼 */
.a_list_m_sapp_btn>button {
  border: none;
  background: #333;
  width: 120px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 분개전표 보기 하단 후결버튼 */
.a_list_m_afapp_btn>button {
  border: none;
  background: #333;
  width: 120px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

.a_list_m_afapp_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_c_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_c_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_modal_main_lt.hidden {
  display: none;
}

/* 검색조건 법인 */
.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_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;
}

/* 결재선지정 메인 우측 */
.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; 
}

/* 결재선지정 모달 메인 우측 가운데 */
.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;
}

/* 분개전표 보기 결재하기 */
.adbt_v_r_app {
  width: 100%;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #007BDF;
  margin-top: 30px;
}

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