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

.ps_modal_main_lt.hidden {
  display: none;
}

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

/* 제목 리스트 클릭 시 분개전표 모달배경 */
.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;
}

/* 분개전표 보기 스크롤 */
.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_comm {
  width: 1510px;
  height: 70px;
}

/* 분개전표 보기 메인 상단 버튼 */
.a_list_modal_main_top {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 메인 상단 좌측 버튼 */
.a_list_modal_main_top_lt {
  width: 430px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 메인 상단 좌측 버튼 상세정보 */
.a_list_detail_infor_btn button {
  width: 100px;
  height: 30px;
  border-radius: 10px;
  background: #A5A5A5;
  border: none;
  cursor: pointer;
}

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

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

/* 상세정보 버튼 클릭 시 모달배경 */
.adbt_v_di_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_v_di_modal_bg.on {
  display: block;
}

/* 상세정보 시작 */
.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;
}

/* 상세정보 모달 타이틀 */
.adbt_v_di_modal_top {
  width: 615px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #CF4F00;
  margin-top: 30px;
}

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

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

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

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

/* 상세정보 모달 메인 */
.adbt_v_di_modal_main {
  width: 615px;
  height: 450px;
  margin-top: 20px;
}

/* 상세정보 모달 메인 제목 */
.adbt_v_di_modal_tit_section {
  width: 613px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 상세정보 모달 메인 라인2 */
.adbt_v_di_line2 {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

/* 상세정보 모달 메인 생산번호 */
.adbt_v_di_modal_pro_section {
  width: 298px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 상세정보 모달 메인 문서번호 */
.adbt_v_di_modal_docu_section {
  width: 298px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 상세정보 모달 메인 라인3 */
.adbt_v_di_line3 {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

/* 상세정보 모달 메인 보안등급 */
.adbt_v_di_modal_secu_g_section {
  width: 193px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 상세정보 모달 메인 보안문서 */
.adbt_v_di_modal_secu_d_section {
  width: 193px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 상세정보 모달 메인 긴급문서 */
.adbt_v_di_modal_sos_section {
  width: 193px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 상세정보 모달 메인 라인4 */
.adbt_v_di_line4 {
  margin-top: 5px;
}

/* 상세정보 모달 메인 소속기관 */
.adbt_v_di_modal_comp_section {
  width: 613px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 상세정보 모달 메인 라인5 */
.adbt_v_di_line5 {
  margin-top: 5px;
}

/* 상세정보 모달 메인 발신명의 */
.adbt_v_di_modal_s_id_section {
  width: 613px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 상세정보 모달 메인 라인6 */
.adbt_v_di_line6 {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

/* 상세정보 모달 메인 편철 */
.adbt_v_di_modal_apm_section {
  width: 298px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 상세정보 모달 메인 공개여부 */
.adbt_v_di_modal_open_yn_section {
  width: 298px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 상세정보 모달 메인 라인7 */
.adbt_v_di_line7 {
  margin-top: 5px;
}

/* 상세정보 모달 메인 주소 */
.adbt_v_di_modal_address_section {
  width: 613px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 상세정보 모달 메인 라인8 */
.adbt_v_di_line8 {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

/* 상세정보 모달 메인 E-mail */
.adbt_v_di_modal_email_section {
  width: 298px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 상세정보 모달 메인 홈페이지 */
.adbt_v_di_modal_homep_section {
  width: 298px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 상세정보 모달 메인 라인9 */
.adbt_v_di_line9 {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

/* 상세정보 모달 메인 전화번호 */
.adbt_v_di_modal_tel_section {
  width: 298px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 상세정보 모달 메인 Fax */
.adbt_v_di_modal_fax_section {
  width: 298px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 상세정보 모달 메인 라인10 */
.adbt_v_di_line10 {
  margin-top: 5px;
}

/* 상세정보 모달 메인 경유 */
.adbt_v_di_modal_d_section {
  width: 613px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 상세정보 모달 메인 라인11 */
.adbt_v_di_line11 {
  margin-top: 5px;
}

/* 상세정보 모달 메인 표제 */
.adbt_v_di_modal_t_section {
  width: 613px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 상세정보 모달 메인 라인12 */
.adbt_v_di_line12 {
  margin-top: 5px;
}

/* 상세정보 모달 메인 꼬리말 */
.adbt_v_di_modal_f_section {
  width: 613px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 상세정보 모달 메인 라인13 */
.adbt_v_di_line13 {
  margin-top: 5px;
}

/* 상세정보 모달 메인 특수기록물 */
.adbt_v_di_modal_s_section {
  width: 613px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 분개전표 보기 메인 상단 좌측 버튼 결재진행현황 */
.a_list_app_si_btn button {
  width: 100px;
  height: 30px;
  border-radius: 10px;
  background: #A5A5A5;
  border: none;
  cursor: pointer;
}

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

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

/* 결재진행현황 버튼 클릭 시 모달배경 */
.adbt_v_app_si_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_v_app_si_modal_bg.on {
  display: block;
}

/* 결재선현황 시작 */
.adbt_v_app_si_modal {
  width: 1105px;
  height: 276px;
  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_app_si_modal.on {
  display: flex;
  flex-direction: column;
}

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

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

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

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

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

/* 결재선현황 모달 메인 */
.adbt_v_app_si_modal_main {
  width: 1065px;
  height: 170px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 결재선현황 모달 줄1 */
.adbt_v_app_si_row1 {
  width: 100px;
  height: 170px;
}

/* 결재선현황 모달 줄1 순번 */
ul.adbt_v_app_si_modal_num_section>li:first-child {
  width: 100px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 0;
}

ul.adbt_v_app_si_modal_num_section>li {
  width: 98px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 5px;
}

/* 결재선현황 모달 줄2 */
.adbt_v_app_si_row2 {
  width: 200px;
  height: 170px;
}

/* 결재선현황 모달 줄2 부서 */
ul.adbt_v_app_si_modal_dept_section>li:first-child {
  width: 200px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 0;
}

ul.adbt_v_app_si_modal_dept_section>li {
  width: 198px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 5px;
}

/* 결재선현황 모달 줄3 */
.adbt_v_app_si_row3 {
  width: 100px;
  height: 170px;
}

/* 결재선현황 모달 줄3 직위 */
ul.adbt_v_app_si_modal_post_section>li:first-child {
  width: 100px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 0;
}

ul.adbt_v_app_si_modal_post_section>li {
  width: 98px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 5px;
}

/* 결재선현황 모달 줄4 */
.adbt_v_app_si_row4 {
  width: 120px;
  height: 170px;
}

/* 결재선현황 모달 줄4 결재자 */
ul.adbt_v_app_si_modal_approver_section>li:first-child {
  width: 120px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 0;
}

ul.adbt_v_app_si_modal_approver_section>li {
  width: 118px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 5px;
}

/* 결재선현황 모달 줄5 */
.adbt_v_app_si_row5 {
  width: 120px;
  height: 170px;
}

/* 결재선현황 모달 줄5 대결지정자 */
ul.adbt_v_app_si_modal_dc_section>li:first-child {
  width: 120px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 0;
}

ul.adbt_v_app_si_modal_dc_section>li {
  width: 118px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 5px;
}

/* 결재선현황 모달 줄6 */
.adbt_v_app_si_row6 {
  width: 100px;
  height: 170px;
}

/* 결재선현황 모달 줄6 결재구분 */
ul.adbt_v_app_si_modal_app_se_section>li:first-child {
  width: 100px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 0;
}

ul.adbt_v_app_si_modal_app_se_section>li {
  width: 98px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 5px;
}

/* 결재선현황 모달 줄7 */
.adbt_v_app_si_row7 {
  width: 120px;
  height: 170px;
}

/* 결재선현황 모달 줄7 결재일자 */
ul.adbt_v_app_si_modal_app_dt_section>li:first-child {
  width: 120px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 0;
}

ul.adbt_v_app_si_modal_app_dt_section>li {
  width: 118px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 5px;
}

/* 결재선현황 모달 줄8 */
.adbt_v_app_si_row8 {
  width: 100px;
  height: 170px;
}

/* 결재선현황 모달 줄8 결재분류 */
ul.adbt_v_app_si_modal_app_k_section>li:first-child {
  width: 100px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 0;
}

ul.adbt_v_app_si_modal_app_k_section>li {
  width: 98px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 5px;
}

/* 분개전표 보기 메인 상단 좌측 버튼 결재회수 */
.a_list_app_re_btn button {
  width: 100px;
  height: 30px;
  border-radius: 10px;
  background: #A5A5A5;
  border: none;
  cursor: pointer;
}

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

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

/* 분개전표 보기 메인 상단 좌측 버튼 문서수정 */
.a_list_docu_edit_btn button {
  width: 100px;
  height: 30px;
  border-radius: 10px;
  background: #A5A5A5;
  border: none;
  cursor: pointer;
}

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

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

/* 분개전표 모달배경 */
.js_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; 
}

.js_modal_bg.on {
  display: block;
}

/* 분개전표 모달 시작 */
.js_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;
}

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

/* 분개전표 모달 타이틀 */
.js_modal_top {
  width: 1560px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #CF4F00;
  margin-top: 30px;
}

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

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

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

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

/* 분개전표 스크롤 */
.js_modal_scroll {
  /* width: 1599px; */
  width: calc(100% - 47px);
  box-sizing: content-box; 
  height: 677px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
  margin-top: 20px;
}

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

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

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

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

/* 분개전표 메인 */
.js_modal_main {
  width: 1511px;
  height: 1690px;
}

/* 분개전표 이미지 */
.js_modal_main>img {
  margin-top: 15px;
}

/* 분개전표 메인 상단 버튼 */
.ia_modal_main_top {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 메인 상단 좌측 버튼 */
.ia_modal_main_top_lt {
  width: 320px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 메인 상단 좌측 버튼 결재선지정 */
.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_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; 
}

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

/* 분개전표 메인 상단 좌측 버튼 상세정보 */
.detail_infor_btn button {
  width: 100px;
  height: 30px;
  border-radius: 10px;
  background: #A5A5A5;
  border: none;
  cursor: pointer;
}

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

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

/* 분개전표 상세정보 모달배경 */
.detail_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; 
}

.detail_modal_bg.on {
  display: block;
}

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

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

/* 상세정보 모달 타이틀 */
.di_modal_top {
  width: 694px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #CF4F00;
  margin-top: 30px;
}

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

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

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

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

/* 상세정보 모달 라인1 */
.di_modal_line1 {
  width: 694px;
  height: 30px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 상세정보 모달 라인1 좌측 */
.di_modal_line1_lt {
  width: 435px;
  height: 30px;
}

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

.security_level_tit {
  width: 148px;
  height: 28px;
  border-radius: 10px;
  background: #EEEEEE;
  line-height: 28px;
}

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

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

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

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

/* 상세정보 모달 라인1 */
.di_modal_line1_rt {
  width: 220px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 상세정보 모달 라인1 우측 긴급문서 */
.sos_docu {
  width: 100px;
  height: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

/* 상세정보 모달 라인1 우측 보안문서 */
.security_docu {
  width: 100px;
  height: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

/* 상세정보 모달 라인2 */
.di_modal_line2 {
  margin-top: 10px;
}

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

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

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

.di_modal_tit_section input {
  width: 514px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
}

/* 상세정보 모달 라인3 */
.di_modal_line3 {
  width: 694px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

/* 소속기관 */
.attached_section {
  width: 333px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 발신명의 */
.outgoing_nm_section {
  width: 333px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.outgoing_nm_section input {
  width: 150px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
}

/* 상세정보 모달 라인4 */
.di_modal_line4 {
  width: 694px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

/* 편철 */
.pom_section {
  width: 598px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 설정버튼 */
.di_setting_btn button {
  width: 70px;
  height: 30px;
  border-radius: 10px;
  background: #A5A5A5;
  border: none;
  cursor: pointer;
}

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

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

/* 상세정보 설정버튼 클릭 시 편철선택 모달배경 */
.di_set_modal_bg {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 300%;
  height: 300%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.di_set_modal_bg.on {
  display: block;
}

/* 상세정보 설정버튼 클릭 시 편철선택 모달 시작 */
.di_set_modal {
  width: 1632px;
  height: 530px;
  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;
}

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

/* 설정 편철선택 타이틀 */
.di_set_top {
  width: 1592px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #CF4F00;
  margin-top: 30px;
}

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

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

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

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

/* 편철선택 메인 */
.di_set_modal_main {
  width: 1592px;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

/* 편철선택 메인 좌측 */
.di_set_modal_lt {
  width: 786px;
  height: 100%;
}

/* 편철선택 메인 좌측 검색조건 */
.di_set_modal_lt_top {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 편철선택 메인 좌측 검색조건 단위업무코드 */
.unit_business_code_section {
  width: 207px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
}

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

.unit_business_code_section input {
  width: 88px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #FFAD7A;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
}

/* 편철선택 메인 좌측 검색조건 단위업무명 */
.unit_business_nm_section {
  width: 253px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
}

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

.unit_business_nm_section input {
  width: 148px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #FFAD7A;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
}

/* 편철선택 메인 좌측 검색조건 기관명 */
.organ_nm_section {
  width: 226px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
}

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

.organ_nm_section input {
  width: 148px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #FFAD7A;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
}

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

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

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

/* 편철선택 좌측 메인 */
.di_set_modal_lt_main {
  width: 100%;
  height: 335px;
  margin-top: 15px;
}

/* 편철선택 좌측 메인 리스트 서브메뉴 */
.di_sub_menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

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

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

.di_sub_bar select#ub_code {
  margin-left: 12px;
}

.di_sub_bar select#di_dept_nm {
  margin-right: 12px;
}

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

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

/* 편철선택 모달 리스트 사이드메뉴 */
.di_menu_side_btn>button {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 5px;
  background: #A5A5A5;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

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

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

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

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

/* 편철선택 메인 우측 */
.di_set_modal_rt {
  width: 786px;
  height: 100%;
}

/* 편철선택 메인 우측 검색조건 */
.di_set_modal_rt_top {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* 편철선택 메인 우측 검색조건 편철명 */
.pom_nm_section {
  width: 226px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
}

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

.pom_nm_section input {
  width: 148px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #FFAD7A;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
}

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

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

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

/* 편철선택 우측 메인 */
.di_set_modal_rt_main {
  width: 100%;
  height: 335px;
  margin-top: 15px;
}

/* 편철선택 좌측 메인 리스트 서브메뉴 */
.di_sub_menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

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

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

.di_sub_bar select#ub_code {
  margin-left: 12px;
}

.di_sub_bar select#di_dept_nm {
  margin-right: 12px;
}

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

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

/* 설정 모달 리스트 사이드메뉴 */
.di_pom_menu_side_btn>button {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 5px;
  background: #A5A5A5;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

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

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

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

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

/* 편철선택 하단 버튼 */
.di_set_modal_footer_btn {
  width: 1592px;
  height: 30px;
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

/* 편철선택 모달 확인버튼 */
.di_pom_modal_check>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 편철선택 모달 닫기버튼 */
.di_pom_close_btn button {
  width: 70px;
  height: 30px;
  border-radius: 10px;
  background: #333;
  border: none;
  cursor: pointer;
  margin-left: 10px;
}

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

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

/* 상세정보 모달 라인5 */
.di_modal_line5 {
  width: 694px;
  height: 30px;
  margin-top: 10px;
}

/* 검색조건 공개여부 */
.open_yn_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  display: flex;
}

.open_yn_tit {
  width: 148px;
  height: 28px;
  border-radius: 10px;
  background: #EEEEEE;
  line-height: 28px;
}

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

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

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

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

/* 상세정보 모달 라인6 */
.di_modal_line6 {
  width: 694px;
  height: 300px;
  margin-top: 10px;
}

/* 비공개등급 */
.closed_level_section {
  width: 100%;
  height: 298px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 법률 */
ul.act_no>li {
  width: 510px;
  height: 22px;
  display: flex;
  align-items: center;
  margin-left: 15px;
  margin-top: 15px;
}

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

ul.act_no>li>p {
  color: #6FBEFF;
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
  line-height: 15px;
}

/* 상세정보 모달 라인7 */
.di_modal_line7 {
  width: 694px;
  height: 30px;
  margin-top: 10px;
}

/* 주소 입력 */
.di_address_section {
  width: 694px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.di_address_section input {
  width: 80px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

.di_address_section input.address_no {
  margin-left: 15px;
}

.di_address_section input.address_ip {
  margin-left: 10px;
  width: 298px;
}

/* 상세정보 모달 라인8 */
.di_modal_line8 {
  width: 694px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

/* E-mail */
.di_email_section {
  width: 333px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.di_email_section input {
  width: 150px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
}

/* 홈페이지 */
.di_h_page_section {
  width: 333px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.di_h_page_section input {
  width: 150px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
}

/* 상세정보 모달 라인9 */
.di_modal_line9 {
  width: 694px;
  height: 190px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

/* 상세정보 모달 라인9 좌측 */
.di_modal_line9_lt {
  width: 335px;
  height: 190px;
}

/* 전화번호 */
.di_tel_section {
  width: 333px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.di_tel_section input {
  width: 150px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
}

/* Fax */
.di_fax_section {
  width: 333px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

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

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

.di_fax_section input {
  width: 150px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
}

/* 경유 */
.di_diesel_section {
  width: 333px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

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

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

.di_diesel_section input {
  width: 150px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
}

/* 표제 */
.di_title_section {
  width: 333px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

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

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

.di_title_section input {
  width: 150px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
}

/* 꼬리말 */
.di_footer_section {
  width: 333px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

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

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

.di_footer_section input {
  width: 150px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
}

/* 상세정보 모달 라인9 우측 */
.di_modal_line9_rt {
  width: 335px;
  height: 190px;
}

/* 특수기록물 */
.special_records_section {
  width: 100%;
  height: 188px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 법률 */
ul.sr_no>li {
  width: 140px;
  height: 22px;
  display: flex;
  align-items: center;
  margin-left: 15px;
  margin-top: 15px;
}

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

ul.sr_no>li>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 5px;
}

/* 상세정보 하단 버튼 */
.di_modal_footer_btn {
  width: 694px;
  height: 30px;
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

/* 문서적용버튼 */
.di_docu_com_btn button {
  width: 100px;
  height: 30px;
  border-radius: 10px;
  background: #333;
  border: none;
  cursor: pointer;
}

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

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

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

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

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

/* 분개전표 메인 상단 좌측 버튼 수신처지정 */
.action_channel_btn button {
  width: 100px;
  height: 30px;
  border-radius: 10px;
  background: #A5A5A5;
  border: none;
  cursor: pointer;
}

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

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

/* 수신처지정 모달 모달배경 */
.ac_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; 
}

.ac_modal_bg.on {
  display: block;
}

/* 수신처지정 모달 */
.ac_modal {
  width: 961px;
  height: 551px;
  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;
}

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

/* 수신처지정 모달 타이틀 */
.ac_modal_top {
  width: 921px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #CF4F00;
  margin-top: 30px;
}

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

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

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

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

.ac_modal_top_tab {
  width: 921px;
  height: 30px;
  margin-top: 20px;
}

.ac_modal_top_tab {
  width: 921px;
  height: 30px;
  margin-top: 20px;
}

/* 수신처지정 탭 */
ul.ac_tab {
  width: 250px;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

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

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

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

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

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

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

/* 수신처지정 메인 */
.ac_modal_main {
  width: 921px;
  height: 402px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

/* 수신처지정 메인 좌측 */
.ac_modal_main_lt {
  width: 228px;
  height: 100%;
  /* display: none; */
}

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

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

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

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

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

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

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

/* 가이드 */
.guide_key {
  width: 100%;
  height: 19px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.guide_key>p {
  color: #CF4F00;
  font-size: 10px;
  font-weight: 400;
}

/* 수신처지정 메인 좌측 수동입력탭 */
.ac_modal_main_lt2 {
  width: 367px;
  height: 100%;
  display: none;
}

/* 수신처지정 메인 좌측 수동입력탭 검색조건 */
.ac_ip_terms {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
}

/* 수신처지정 메인 좌측 수동입력탭 검색조건 입력란 */
.ac_ip_section {
  width: 207px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ac_ip_section input {
  width: 181px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #FFAD7A;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

/* 직접추가버튼 */
.ac_personally_add_btn>button {
  border: none;
  background: #333;
  width: 100px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 10px;
}

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

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

/* 최근입력목록 및 메뉴버튼 */
.lately_ip_list_btn {
  width: 100%;
  height: 30px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 최근입력목록 */
.lately_ip_list {
  width: 317px;
  height: 100%;
  background: #eee;
  border-radius: 10px;
  line-height: 30px;
}

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

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

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

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

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

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

/* 수신처지정 메인 중앙 */
.ac_modal_main_mid {
  width: 70px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 수신처지정 메인 중앙 버튼 */
.ac_modal_main_mid_btn {
  width: 70px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 검색조건 추가버튼 */
.add_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

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

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

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

/* 검색조건 제외버튼 */
.minus_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

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

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

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

/* 수신처지정 메인 우측 */
.ac_modal_main_rt {
  width: 416px;
  height: 402px;
}

/* 수신처지정 우측 버튼 */
.ac_terms_btn {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.ac_comm_sub_bar select#ac_se {
  margin-left: 12px;
}

.ac_comm_sub_bar select#ac_refer {
  margin-right: 12px;
}

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

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

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

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

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

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

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

/* 분개전표 메인 상단 우측 버튼 */
.ia_modal_main_top_rt {
  width: 230px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 메인 상단 우측 버튼 임시저장 */
.transient_storage>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px; 
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 분개전표 메인 상단 우측 버튼 결재상신 */
.letter_approval>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px; 
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 분개전표 메인 상단 우측 버튼 취소 */
.cansel>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px; 
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 제목 입력 */
.tit_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

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

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

.tit_section input {
  width: 790px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
}

/* 분개전표 라인1 */
.js_modal_line1 {
  width: 100%;
  height: 30px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 작성부서 */
.js_writer_dept_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 분개전표 직위 */
.js_post_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 분개전표 성명 */
.js_nm_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 분개전표 작성일자 */
.js_writer_dt_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 분개전표 라인2 */
.js_modal_line2 {
  width: 100%;
  height: 30px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 발의부서 */
.js_initiative_dept_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 분개전표 직위 */
.js_post_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 분개전표 신청자명 */
.js_nm_ip_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

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

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

/* 사업선택 모달 배경 */
.n_emp_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; 
}

.n_emp_modal_bg.on {
  display: block;
}

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

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

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

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

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

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

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

.n_emp_modal_main {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

.emp_nm_no {
  width: 226px;
}

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

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

/* 라디오버튼 */
.n_radio_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}

.n_radio_btn>input {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.n_radio_retiree {
  margin-left: 15px;
}

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

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

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

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

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

#corporate {
  margin-left: 12px;
}

#emp_no {
  margin-right: 12px;
}

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

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

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

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

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

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

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

.dept_emp_list {
  width: 902px;
  height: 330px;
}

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

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

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

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

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

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

/* 분개전표 발의일자 */
.js_initiative_date_section {
  width: 372px;
  height: 28px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  position: relative;
}

/* 발의일자 타이틀 */
.js_initiative_date_tit {
  width: 150px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
}

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

/* 발의일자 달력 */
.js_top_calendar {
  width: 106px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
}

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

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

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

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

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

/* 분개전표 라인3 */
.js_modal_line3 {
  width: 100%;
  height: 30px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 회계단위 */
.js_act_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

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

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

/* 분개전표 회계일자 */
.js_act_date_section {
  width: 372px;
  height: 28px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  position: relative;
}

/* 회계일자 타이틀 */
.js_act_date_tit {
  width: 150px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
}

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

/* 회계일자 달력 */
.js_act_top_calendar {
  width: 106px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
}

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

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

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

.act_calendar {
  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: 9999;
}

.act_calendar.on {
  display: flex;
}

/* 지출결의서 전표구분 */
.sm_se_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

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

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

/* 분개전표 문서번호 */
.js_docu_no_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

/* 1. 결의내역 */
.js_list1 {
  width: 100%;
  height: 22px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

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

/* 분개전표 라인4 */
.js_modal_line4 {
  width: 100%;
  height: 30px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 지출결의서 라인4 지급요청일자 */
.payment_request_section {
  width: 372px;
  height: 28px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  position: relative;
}

/* 지급요청일자 타이틀 */
.aer_pr_tit {
  width: 150px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
}

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

/* 지급요청일자 달력 */
.js_pr_top_calendar {
  width: 106px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
}

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

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

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

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

.pr_calendar.on {
  display: flex;
}

/* 분개전표 체크박스 및 버튼 구역 */
.js_check_btn_section {
  width: 532px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 체크박스 */
.js_surtax_section {
  width: 117px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

/* 분개전표 행추가버튼 */
.js_line_add_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

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

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

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

/* 분개전표 행삽입버튼 */
.js_line_insert_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

/* 분개전표 행복사버튼 */
.js_line_copy_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

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

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

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

/* 분개전표 행초기버튼 */
.js_line_reset_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 분개전표 라인5 */
.js_modal_line5 {
  width: 100%;
  height: 170px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 라인5 좌측 */
.js_modal_line5_lt {
  width: 1410px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 라인5 좌측 입력란 */
.js_ip_top {
  width: 100%;
  height: 135px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 라인5 좌측 입력란 순번 구역 */
.js_ip_num_section {
  width: 80px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 라인5 좌측 입력란 순번 타이틀 */
.js_ip_num_tit {
  width: 80px;
  height: 65px;
  border-radius: 10px;
  background: #eee;
  line-height: 65px;
  text-align: center;
}

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

/* 분개전표 라인5 좌측 입력란 순번 */
.js_ip_num {
  width: 78px;
  height: 63px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  text-align: center;
  line-height: 65px;
}

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

/* 분개전표 라인5 좌측 입력란 사업 구역 */
.js_ip_bu_section {
  width: 305px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

/* 분개전표 라인5 좌측 입력란 사업 구역 상단 사업 타이틀 */
.js_ip_bu_tit {
  width: 100%;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  line-height: 30px;
  text-align: center;
}

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

/* 분개전표 라인5 좌측 입력란 사업 구역 하단 */
.js_ip_bu_tit_bottom {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 지출결의서 라인5 좌측 입력란 사업 구역 하단 원가부서 타이틀 */
.aer_cost_dept_tit {
  width: 150px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  line-height: 30px;
  text-align: center;
}

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

/* 분개전표 라인5 좌측 입력란 사업 구역 하단 계정 타이틀 */
.js_id_tit {
  width: 150px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  line-height: 30px;
  text-align: center;
}

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

/* 분개전표 사업 하단 입력란 */
.js_ip_bu_area {
  width: 100%;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 사업 하단 입력란 사업선택 */
.js_ip_bu {
  width: 303px;
  height: 28px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #FFAD7A;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

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

/* 분개전표 사업명 돋보기 팝업 */
/* 사업선택 모달 배경 */
.n_comp_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; 
}

.n_comp_modal_bg.on {
  display: block;
}

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

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

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

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

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

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

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

.n_comp_modal_main {
  margin-top: 20px;
}

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

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

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

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

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

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

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

/* 사업구분 */
.n_comp_modal_se_section {
  width: 228px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.n_comp_modal_se_tit {
  width: 60px;
  height: 18px;
  margin-left: 12px;
  line-height: 18px;
}

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

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

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

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

.n_comp_emp_nm_no {
  width: 226px;
}

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

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

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

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

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

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

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

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

#comp_se {
  margin-left: 12px;
}

#start_state {
  margin-right: 12px;
}

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

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

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

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

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

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

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

.comp_dept_emp_list tbody tr td.corporate_list {
  border-radius: 10px 0 0 10px;
}

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

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

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

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

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

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

/* 분개전표 라인5 좌측 입력란 사업 구역 하단 */
.js_ip_bu_bottom {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 라인5 좌측 입력란 사업 구역 하단 경영관리부 */
.js_cost_dept {
  width: 148px;
  height: 28px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #FFAD7A;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

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

/* 분개전표 원가부서 돋보기 팝업 */
/* 부서선택 모달 배경 */
.cd_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; 
}

.cd_modal_bg.on {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

.cd_modal_main {
  margin-top: 20px;
}

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

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

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

.emp_nm_no {
  width: 226px;
}

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

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

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

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

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

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

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

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

#comp_se {
  margin-left: 12px;
}

#start_state {
  margin-right: 12px;
}

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

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

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

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

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

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

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

.cd_dept_emp_list {
  width: 380px;
  height: 330px;
}

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

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

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

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

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

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

/* 분개전표 라인5 좌측 입력란 사업 구역 하단 계정선택 */
.js_id {
  width: 148px;
  height: 28px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #FFAD7A;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

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

/* 지출결의서 계정선택 돋보기 팝업 */
/* 비목계정선택 모달 배경 */
.no_act_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; 
}

.no_act_modal_bg.on {
  display: block;
}

/* 비목계정선택 팝업 */
.no_act_modal {
  width: 905px;
  height: 556px;
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 99999;
  display: none;
  flex-direction: column;
}

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

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

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

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

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

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

.no_act_modal_main {
  margin-top: 20px;
}

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

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

/* 비목코드 또는 비목명 */
.no_act_nm_code 
{
  width: 212px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
}

.no_act_nm_code {
  width: 226px;
}

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

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

/* 회계계정명 또는 코드 */
.no_act_aer_nm_code 
{
  width: 212px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
}

.no_act_aer_nm_code {
  width: 226px;
}

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

.no_act_aer_nm_code input {
  width: 120px;
  height: 16px;
  margin-left: 10px;
  border: 1px solid #FFAD7A;
}

/* 회계계정연결 */
.no_act_aer_conn_section {
  width: 212px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.no_act_aer_conn_tit {
  width: 85px;
  height: 18px;
  margin-left: 12px;
  line-height: 18px;
}

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

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

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

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

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

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

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

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

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

#no_act_se {
  margin-left: 12px;
}

#aer_id_nm {
  margin-right: 12px;
}

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

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

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

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

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

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

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

.no_act_dept_emp_list tbody tr td.corporate_list {
  border-radius: 10px 0 0 10px;
}

.no_act_dept_emp_list {
  width: 765px;
  height: 330px;
}

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

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

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

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

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

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

.comp_dept_emp_list {
  width: 902px;
  height: 330px;
}

/* 분개전표 증빙구분(증빙일자) */
.js_ip_evse_section {
  width: 150px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 증빙구분(증빙일자) 구역 */
.js_ip_evse_tit_area {
  width: 100%;
  height: 65px;
}

/* 분개전표 증빙구분(증빙일자) 타이틀 */
.js_ip_evse_tit {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #eee;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

/* 분개전표 증빙구분(증빙일자) 입력란 */
.js_ip_evse_area {
  width: 150px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 증빙구분(증빙일자) 입력란 상단 */
.js_ip_evse_area_top {
  width: 148px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js_ip_evse_area_top>select
{
  height: 26px;
  border: none;
  background: #fff;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

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

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

/* 분개전표 증빙구분(증빙일자) 입력란 하단 */
.js_ip_evse_area_bottom {
  width: 148px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* 지출결의서 증빙구분(증빙일자) 입력란 하단 달력 */
.evse_top_calendar {
  width: 106px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

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

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

.evse_calendar.on {
  display: flex;
}

/* 분개전표 적요 */
.js_ip_quietness_section {
  width: 150px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 적요 구역 */
.js_ip_quietness_tit_area {
  width: 100%;
  height: 65px;
}

/* 분개전표 적요 타이틀 */
.js_ip_quietness_tit {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #eee;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

/* 분개전표 적요 입력란 */
.js_ip_quietness_area {
  width: 150px;
  height: 65px;
}

.js_ip_quietness {
  width: 148px;
  height: 63px;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js_ip_quietness input {
  width: 138px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

/* 분개전표 거래처 */
.js_ip_cust_section {
  width: 240px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 거래처 구역 */
.js_ip_cust_tit_area {
  width: 100%;
  height: 65px;
}

/* 분개전표 거래처 타이틀 */
.js_ip_cust_tit {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #eee;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

.js_ip_cust {
  width: 238px;
  height: 63px;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

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

/* 지출결의서 거래처선택 돋보기 팝업 */
/* 거래처선택 모달 배경 */
.aer_cust_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; 
}

.aer_cust_modal_bg.on {
  display: block;
}

/* 거래처선택 팝업 */
.aer_cust_modal {
  width: 716px;
  height: 556px;
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 99999;
  display: none;
  flex-direction: column;
}

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

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

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

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

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

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

.aer_cust_modal_main {
  margin-top: 20px;
}

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

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

/* 거래처명 또는 거래처코드 */
.aer_cust_nm_code 
{
  width: 270px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
}

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

.aer_cust_nm_code input {
  width: 178px;
  height: 16px;
  margin-left: 10px;
  border: 1px solid #FFAD7A;
}

/* 사업자등록번호 */
.aer_cust_num 
{
  width: 281px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
}

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

.aer_cust_num input {
  width: 148px;
  height: 16px;
  margin-left: 10px;
  border: 1px solid #FFAD7A;
}

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

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

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

/* 거래처선택 사이드바 */
.aer_cust_sub_menu {
  width: 656px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

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

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

#aer_cust_se {
  margin-left: 12px;
}

#aer_cust_bu_no {
  margin-right: 12px;
}

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

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

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

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

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

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

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

.aer_cust_list tbody tr td.corporate_list {
  border-radius: 10px 0 0 10px;
}

.aer_cust_list {
  width: 576px;
  height: 330px;
}

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

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

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

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

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

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

/* 분개전표 차변,대변 공급가 부가세 */
.js_supply_surtax_section {
  width:  305px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 차변,대변 공급가 부가세 상단 */
.js_supply_surtax_section_top {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 차변,대변 공급가 부가세 상단 차변 부가세 */
.js_debit_surtax_section {
  width: 150px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 차변,대변 공급가 부가세 상단 차변*/
.js_debit_section {
  width: 100%;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* 분개전표 차변,대변 공급가 부가세 상하단 부가세*/
.js_tax_section {
  width: 100%;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* 분개전표 차변,대변 공급가 부가세 상단 대변 부가세 */
.js_note_surtax_section {
  width: 150px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 차변,대변 공급가 부가세 상단 대변 */
.js_note_section {
  width: 100%;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* 분개전표 차변,대변 공급가 부가세 상하단 부가세*/
.js_tax_section {
  width: 100%;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* 분개전표 차변,대변 공급가 부가세 하단 */
.js_supply_surtax_section_bottom {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 차변,대변 공급가 부가세 하단 차변 부가세 */
.js_ip_debit_surtax_section {
  width: 150px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 차변,대변 공급가 부가세 하단 차변 */
.js_ip_debit_section {
  width: 148px;
  height: 28px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #FFAD7A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js_ip_debit_section>input {
  width: 130px;
  height: 20px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ccc;
  color: #DDD;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

/* 분개전표 차변,대변 공급가 부가세 하단 부가세 */
.js_ip_surtax_section {
  width: 148px;
  height: 28px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #FFAD7A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js_ip_surtax_section>input {
  width: 130px;
  height: 20px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ccc;
  color: #DDD;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

/* 분개전표 차변,대변 공급가 부가세 하단 대변 부가세 */
.js_ip_note_surtax_section {
  width: 150px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 차변,대변 공급가 부가세 하단 대변 */
.js_ip_note_section {
  width: 148px;
  height: 28px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #FFAD7A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js_ip_note_section>input {
  width: 130px;
  height: 20px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ccc;
  color: #DDD;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

/* 분개전표 차변,대변 공급가 부가세 하단 부가세 */
.js_ip_surtax_section {
  width: 148px;
  height: 28px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #FFAD7A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js_ip_surtax_section>input {
  width: 130px;
  height: 20px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ccc;
  color: #DDD;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

/* 분개전표 금액 */
.js_ip_amt_section {
  width: 150px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 금액 구역 */
.js_ip_amt_tit_area {
  width: 100%;
  height: 65px;
}

/* 분개전표 금액 타이틀 */
.js_ip_amt_tit {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #eee;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

/* 분개전표 금액 입력란 */
.js_ip_amt_area {
  width: 150px;
  height: 65px;
}

.js_ip_amt {
  width: 148px;
  height: 63px;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js_ip_amt input {
  width: 138px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

/* 계 */
.js_ip_bottom {
  width: 1410px;
  height: 30px;
}

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

/* 계 타이틀 */
.nbeqc_total_tit {
  width: 945px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
}

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

/* 공급가, 부가세, 금액 값 */
.supply_p {
  width: 150px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
}

.supply_p>p {
  color: #333;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin-right: 20px;
}

.surtax_p {
  width: 150px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
}

.surtax_p>p {
  color: #333;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin-right: 20px;
}

.amt_p {
  width: 150px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;  
}

.amt_p>p {
  color: #333;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin-right: 20px;
}

/* 분개전표 라인5 우측 */
.js_modal_line5_rt {
  width: 70px;
  height: 100%;
}

.js_mng_list {
  width: 70px;
  height: 22px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* 분개전표 라인6 */
.js_modal_line6 {
  width: 100%;
  height: 30px;
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* 분개전표 체크박스 및 버튼 하단 구역 */
.js_check_btn_bottom_section {
  width: 400px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 행추가버튼 */
.js_line_add_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

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

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

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

/* 분개전표 행삽입버튼 */
.js_line_insert_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

/* 분개전표 행복사버튼 */
.js_line_copy_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

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

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

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

/* 분개전표 행초기버튼 */
.js_line_reset_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 2. 비고 */
.js_list2 {
  width: 100%;
  height: 22px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

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

/* 분개전표 비고 */
.js_modal_line7 {
  width: 100%;
  height: 298px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 분개전표 비고 입력란 */
.js_modal_line7 input {
  width: 1468px;
  height: 258px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

/* 해외출장신청서 라인15 */
.fbt_modal_line15 {
  width: 100%;
  height: 653px;
  margin-top: 5px;
}

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

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

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

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

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

/* 공람자 */
.publicist_list_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  margin-top: 5px;
}

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

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

/* 수신처 */
.ac_list_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  margin-top: 5px;
}

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

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

/* 기타사항 */
.adbt_etc_section {
  width: 100%;
  height: 198px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
}

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

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

.adbt_etc_section input {
  width: 1468px;
  height: 138px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-top: 15px;
}

/* 참조기안 */
.adbt_refer_design_section {
  width: 100%;
  height: 78px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-top: 5px;
}

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

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

/* 국내출장신청서 참조기안 */
.adbt_related_docu_box {
  width: 1330px;
  height: 70px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

/* 관련문서추가 버튼 */
.related_docu_add_btn {
  display: flex;
  justify-content: flex-end;
}

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

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

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

/* 참조기안 모달 배경 */
.refer_design_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; 
}

.refer_design_modal_bg.on {
  display: block;
}

/* 참조기안 모달 */
.refer_design_modal {
  width: 1125px;
  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;
}

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

/* 참조기안 모달 타이틀 */
.refer_design_modal_top {
  width: 1085px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #CF4F00;
  margin-top: 30px;
}

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

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

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

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

/* 참조기안 모달 검색조건 */
.refer_design_terms {
  width: 1085px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

/* 참조기안 모달 검색조건 좌측 */
.refer_design_terms_lt {
  width: 714px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 참조기안 모달 검색조건 좌측 양식명 검색 */
.rd_docu_nm_section {
  width: 207px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
}

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

.rd_docu_nm_section input {
  width: 129px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #FFAD7A;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
}

/* 참조기안 모달 검색조건 좌측 제목 */
.rd_tit_section {
  width: 495px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFEDE2;
  display: flex;
  align-items: center;
}

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

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

.rd_tit_section input {
  width: 318px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #FFAD7A;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
}

/* 참조기안 모달 검색조건 우측 */
.refer_design_terms_rt {
  width: 70px;
  height: 30px;
}

/* 참조기안 모달 검색조건 우측 검색버튼 */
.rd_search_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

.refer_design_modal_main {
  width: 1085px;
  height: 355px;
}

/* 참조기안 모달 리스트 서브메뉴 */
.rd_sub_menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

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

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

.rd_sub_bar select#docu_sort {
  margin-left: 12px;
}

.rd_sub_bar select#rd_writer {
  margin-right: 12px;
}

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

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

/* 참조기안 모달 리스트 사이드메뉴 */
.rd_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;
}

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

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

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

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

/* 참조기안 모달 하단 버튼 */
.refer_design_bottom {
  width: 1085px;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

/* 참조기안 모달 확인버튼 */
.rd_modal_check>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 참조기안 모달 닫기버튼 */
.rd_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;
  margin-left: 10px;
}

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

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

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

/* 문서번호 */
.adbt_r_docu_no {
  width: 150px;
  height: 100%;
  background: #eee;
}

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

/* 제목 */
.adbt_r_docu_tit {
  width: 310px;
  height: 100%;
  background: #eee;
}

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

/* 부서 */
.adbt_r_docu_dept {
  width: 100px;
  height: 100%;
  background: #eee;
}

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

/* 직위 */
.adbt_r_docu_post {
  width: 100px;
  height: 100%;
  background: #eee;
}

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

/* 작성자 */
.adbt_r_docu_writer {
  width: 100px;
  height: 100%;
  background: #eee;
}

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

/* 작성일자 */
.adbt_r_docu_writer_date {
  width: 150px;
  height: 100%;
  background: #eee;
}

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

/* 결재상태 */
.adbt_r_docu_payment_state {
  width: 150px;
  height: 100%;
  background: #eee;
}

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

/* 결재일자 */
.adbt_r_docu_payment_date {
  width: 150px;
  height: 100%;
  background: #eee;
}

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

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

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

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

/* 분개전표 보기 메인 상단 우측 버튼 */
.a_list_modal_main_top_rt {
  width: 230px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 메인 상단 우측 버튼 세무수정 */
.a_list_tax_revision_btn button {
  width: 70px;
  height: 30px;
  border-radius: 10px;
  background: #333;
  border: none;
  cursor: pointer;
}

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

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

/* 분개전표 보기 메인 상단 우측 버튼 프린트 */
.a_list_print_btn button {
  width: 70px;
  height: 30px;
  border-radius: 10px;
  background: #333;
  border: none;
  cursor: pointer;
}

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

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

/* 분개전표 보기 메인 상단 우측 버튼 닫기 */
.a_list_close_btn button {
  width: 70px;
  height: 30px;
  border-radius: 10px;
  background: #333;
  border: none;
  cursor: pointer;
}

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

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

/* 분개전표 보기 메인 제목 */
.a_list_tit_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

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

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

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

/* 분개전표 보기 메인구역 */
.a_list_modal_main {
  width: 1510px;
  height: 2300px;
  margin-top: 65px;
}

/* 분개전표 보기 메인 타이틀 */
.a_list_modal_main_tit {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.a_list_modal_main_tit>h2 {
  color: #333;
  font-size: 45px;
  font-weight: 700;
}

/* 분개전표 보기 메인 타이틀 구역 */
.a_list_js_tit_section {
  width: 1510px;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

/* 분개전표 보기 메인 순번 타이틀 */
.a_list_num_tit {
  width: 100px;
  height: 63px;
  border: 1px solid #ccc;
  border-radius: 10px 0 0 0;
  background: #eee;
}

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

/* 분개전표 보기 메인 사업,원가부서,계정 타이틀 */
.a_list_buci_section {
  width: 310px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 메인 사업 타이틀 */
.a_list_bu_tit {
  width: 308px;
  height: 31px;
  border: 1px solid #ccc;
  background: #eee;
}

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

/* 분개전표 보기 메인 원가부서,계정 타이틀 */
.a_list_ci_section {
  width: 310px;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 메인 원가부서 타이틀 */
.a_list_cost_tit {
  width: 50%;
  height: 30px;
  border: 1px solid #ccc;
  background: #eee;
}

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

/* 분개전표 보기 메인 계정 타이틀 */
.a_list_id_tit {
  width: 50%;
  height: 30px;
  border: 1px solid #ccc;
  background: #eee;
}

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

/* 분개전표 보기 메인 증빙구분,증빙일자 타이틀 */
.a_list_evidence_sedt_section {
  width: 155px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 메인 증빙구분 타이틀 */
.a_list_evidence_se_tit {
  width: 153px;
  height: 31px;
  border: 1px solid #ccc;
  background: #eee;
}

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

/* 분개전표 보기 메인 증빙일자 타이틀 */
.a_list_evidence_dt_tit {
  width: 153px;
  height: 30px;
  border: 1px solid #ccc;
  background: #eee;
}

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

/* 분개전표 보기 메인 적요,관리항목 타이틀 */
.a_list_quml_section {
  width: 205px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 메인 적요 타이틀 */
.a_list_qu_tit {
  width: 203px;
  height: 31px;
  border: 1px solid #ccc;
  background: #eee;
}

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

/* 분개전표 보기 메인 관리항목 타이틀 */
.a_list_ml_tit {
  width: 203px;
  height: 30px;
  border: 1px solid #ccc;
  background: #eee;
}

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

/* 분개전표 보기 메인 관리항목 거래처 */
.a_list_cust_co_tit {
  width: 204px;
  height: 63px;
  border: 1px solid #ccc;
  background: #eee;
}

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

/* 분개전표 보기 메인 차변공급가,부가세 타이틀 */
.a_list_debit_tax_section {
  width: 155px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 메인 차변공급가 타이틀 */
.a_list_debit_tit {
  width: 153px;
  height: 31px;
  border: 1px solid #ccc;
  background: #eee;
}

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

/* 분개전표 보기 메인 부가세 타이틀 */
.a_list_tax_tit {
  width: 153px;
  height: 30px;
  border: 1px solid #ccc;
  background: #eee;
}

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

/* 분개전표 보기 메인 대변공급가,부가세 타이틀 */
.a_list_note_tax_section {
  width: 155px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 메인 대변공급가 타이틀 */
.a_list_note_tit {
  width: 153px;
  height: 31px;
  border: 1px solid #ccc;
  background: #eee;
}

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

/* 분개전표 보기 메인 관리항목 금액 */
.a_list_amt_tit {
  width: 153px;
  height: 63px;
  border: 1px solid #ccc;
  background: #eee;
}

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

/* 분개전표 보기 메인 관리항목 반제 */
.a_list_h_tit {
  width: 67px;
  height: 63px;
  border: 1px solid #ccc;
  border-radius: 0 10px 0 0;
  background: #eee;
}

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

/* 분개전표 보기 메인 값 구역 */
.a_list_js_data_section {
  width: 1510px;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 메인 순번 값 */
.a_list_num_data {
  width: 100px;
  height: 118px;
  background: #fff;
  border: 1px solid #eee;
}

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

/* 분개전표 보기 메인 사업,원가부서,계정 값 */
.a_list_buci_data_section {
  width: 310px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 메인 사업 값 */
.a_list_bu_data {
  width: 308px;
  height: 58px;
  background: #fff;
  border: 1px solid #eee;
}

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

/* 분개전표 보기 메인 원가부서,계정 값 */
.a_list_ci_data_section {
  width: 310px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 메인 원가부서 값 */
.a_list_cost_data {
  width: 153px;
  height: 58px;
  background: #fff;
  border: 1px solid #eee;
}

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

/* 분개전표 보기 메인 계정 값 */
.a_list_id_data {
  width: 153px;
  height: 58px;
  background: #fff;
  border: 1px solid #eee;
}

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

/* 분개전표 보기 메인 증빙구분,증빙일자 값 */
.a_list_evidence_sedt_data_section {
  width: 155px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 메인 증빙구분 값 */
.a_list_evidence_se_data {
  width: 153px;
  height: 58px;
  background: #fff;
  border: 1px solid #eee;
}

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

/* 분개전표 보기 메인 증빙일자 상하단 값 */
.a_list_evidence_dt_tb_section {
  width: 155px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 메인 증빙일자 상단 값 */
.a_list_evidence_dt_t_data {
  width: 153px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
}

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

/* 분개전표 보기 메인 증빙일자 하단 값 */
.a_list_evidence_dt_b_data {
  width: 153px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
}

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

/* 분개전표 보기 메인 적요,관리항목 값 */
.a_list_quml_data_section {
  width: 205px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 메인 적요 상하단 값 */
.a_list_qu_ml_section {
  width: 205px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 메인 적요 상단 구역 */
.a_list_qu_tb_data {
  width: 205px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 메인 적요 상단 값 */
.a_list_qu_data {
  width: 203px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
}

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

/* 분개전표 보기 메인 적요 하단 좌우측 값 */
.a_list_qu_ltrt_section {
  width: 205px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 메인 적요 하단 좌측 값 */
.a_list_qu_lt_data {
  width: 100px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
}

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

/* 분개전표 보기 메인 적요 하단 우측 값 */
.a_list_qu_rt_data {
  width: 101px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
}

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

/* 분개전표 보기 메인 관리항목 상하단 구역 */
.a_list_ml_tb_data {
  width: 205px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 메인 적요 상단 좌우측 구역 */
.a_list_ml_t_ltrt_section {
  width: 205px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 메인 적요 상단 좌측 */
.a_list_ml_t_lt_data {
  width: 100px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
}

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

/* 분개전표 보기 메인 적요 상단 우측 */
.a_list_ml_t_rt_data {
  width: 101px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
}

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

/* 분개전표 보기 메인 적요 하단 좌우측 구역 */
.a_list_ml_b_ltrt_section {
  width: 205px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 메인 적요 하단 좌측 */
.a_list_ml_b_lt_data {
  width: 100px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
}

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

/* 분개전표 보기 메인 적요 하단 우측 */
.a_list_ml_b_rt_data {
  width: 101px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
}

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

/* 분개전표 보기 메인 거래처 값 */
.a_list_cust_co_data_section {
  width: 205px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 메인 거래처 상단 값 */
.a_list_cust_co_t_data {
  width: 203px;
  height: 58px;
  background: #fff;
  border: 1px solid #eee;
}

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

/* 분개전표 보기 메인 거래처 하단 값 */
.a_list_cust_co_b_data {
  width: 203px;
  height: 58px;
  background: #fff;
  border: 1px solid #eee;
}

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

/* 분개전표 보기 메인 차변공급가,부가세 값 */
.a_list_debit_tax_data_section {
  width: 155px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 메인 차변공급가 값 */
.a_list_debit_data {
  width: 153px;
  height: 58px;
  background: #fff;
  border: 1px solid #eee;
}

.a_list_debit_data>p {
  color: #333;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  line-height: 63px;
  margin-right: 15px;
}

/* 분개전표 보기 메인 부가세 값 */
.a_list_tax_data {
  width: 153px;
  height: 58px;
  background: #fff;
  border: 1px solid #eee;
}

.a_list_tax_data>p {
  color: #333;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  line-height: 63px;
  margin-right: 15px;
}

/* 분개전표 보기 메인 대변공급가,부가세 값 */
.a_list_note_tax_data_section {
  width: 155px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 메인 대변공급가 값 */
.a_list_note_data {
  width: 153px;
  height: 58px;
  background: #fff;
  border: 1px solid #eee;
}

.a_list_note_data>p {
  color: #333;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  line-height: 63px;
  margin-right: 15px;
}

/* 분개전표 보기 메인 관리항목 금액 값 */
.a_list_amt_data {
  width: 153px;
  height: 118px;
  background: #fff;
  border: 1px solid #eee;
}

.a_list_amt_data>p {
  color: #333;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  line-height: 133px;
  margin-right: 15px;
}

/* 분개전표 보기 메인 관리항목 반제 값 */
.a_list_h_data {
  width: 67px;
  height: 118px;
  background: #fff;
  border: 1px solid #eee;
}

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

.a_list_odd {
  background: #fff;
}

.a_list_even {
  background: #F9FCFF;                 
}

/* 분개전표 보기 메인 하단 */
.a_list_js_data_bottom {
  width: 1510px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 보기 메인 합계 */
.a_list_js_total_section {
  width: 977px;
  height: 28px;
  border-radius: 0 0 0 10px;
  background: #eee;
  border: 1px solid #ccc;
}

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

/* 분개전표 보기 메인 차변공급가 부가세 합계 */
.a_list_js_debit_tax_section {
  width: 153px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
}

.a_list_js_debit_tax_section>p {
  color: #CF4F00;
  text-align: right;
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
  margin-right: 15px;
}

/* 분개전표 보기 메인 대변공급가 부가세 합계 */
.a_list_js_note_tax_section {
  width: 153px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
}

.a_list_js_note_tax_section>p {
  color: #333;
  text-align: right;
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
  margin-right: 15px;
}

/* 분개전표 보기 메인 금액반제 합계 */
.a_list_js_amt_h_section {
  width: 222px;
  height: 28px;
  border-radius: 0 0 10px 0;
  background: #fff;
  border: 1px solid #eee;
}

/* 국내출장신청서 보기 참조기안 */
.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_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;
}