@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: calc(100% - 70px);
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 문서작성 탭 */
ul.dmg_comm_tab {
  width: 830px;
  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.dd_setting_tab {
  width: 150px;
}

ul.dmg_comm_tab>li.dd_inquiry_tab {
  width: 150px;
}

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

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

/* 반송버튼 */
.return_btn>button {
  border: none;
  background: #333;
  width: 80px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 문서접수버튼 */
.docu_receive_btn>button {
  border: none;
  background: #333;
  width: 80px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

/* 문서관리 기결함 버튼 구역 좌측 문서보관 버튼 */
.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: calc(100% - 70px);
  height: 30px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

/* 문서수발함 검색조건 좌측 */
.dmg_comm_terms_lt {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

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

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

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

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

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

/* 제목 검색 */
.tit_section {
  width: 355px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
  margin-left: 25px;
}

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

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

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

.tit_section input {
  width: 230px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #FFAD7A;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-left: 25px;
  margin-right: 5px;
}

.tit_section input:focus {
  outline: none;
}

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

/* 구분 구역 */
.se_section {
  width: 250px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  margin-left: 25px;
}

.se_tit {
  width: 60px;
  height: 28px;
  border-radius: 10px;
  background: #FFEDE2;
}

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

.se_check_area {
  width: 162px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-top: 1px;
}

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

/* 기본 스타일 */
.se_check_in_get>.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;
  margin-top: 5px;
}

.se_check_in_get>.check_box>i {
  display: none;
}

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

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

.se_check_in_get>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 6px;
}

.se_check_out_get {
  width: 76px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 5px;
}

/* 기본 스타일 */
.se_check_out_get>.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;
  margin-top: 5px;
}

.se_check_out_get>.check_box>i {
  display: none;
}

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

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

.se_check_out_get>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 6px;
}

/* 처리상태 구역 */
.c_state_section {
  width: 422px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  margin-left: 25px;
}

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

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

.c_state_area {
  width: 294px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-top: 1px;
  margin-right: 5px;
}

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

/* 기본 스타일 */
.c_state_receipt_w>.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;
  margin-top: 5px;
}

.c_state_receipt_w>.check_box>i {
  display: none;
}

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

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

.c_state_receipt_w>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 6px;
}

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

/* 기본 스타일 */
.c_state_receipt>.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;
  margin-top: 5px;
}

.c_state_receipt>.check_box>i {
  display: none;
}

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

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

.c_state_receipt>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 6px;
}

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

/* 기본 스타일 */
.c_state_app_i>.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;
  margin-top: 5px;
}

.c_state_app_i>.check_box>i {
  display: none;
}

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

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

.c_state_app_i>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 6px;
}

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

/* 기본 스타일 */
.c_state_app_c>.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;
  margin-top: 5px;
}

.c_state_app_c>.check_box>i {
  display: none;
}

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

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

.c_state_app_c>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 6px;
}

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

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

.dds_corporate_list {
  margin-left: 12px;
}

.dds_select_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 {
  color: #333;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-weight: 500;
}

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

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

.i_h_comm_list tbody tr td.attach_list {
  text-align: center;
}

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

/* 기본 스타일 */
.dmg_comm_list tbody tr td.dds_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;
  margin-top: 5px;
}

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

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

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

/* 사원정보 모달 배경 */
.modal_bg {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.modal_bg.on {
  display: block;
}

/* 사원정보 모달 시작 */
.erp_intel_modal {
  width: 840px;
  height: 276px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
}

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

.modal_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #CF4F00;
  margin-top: 30px;
}

.erp_intel_modal>.modal_top {
  width: 800px;
  height: 26px;
}

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

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

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

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

.modal_main {
  width: 800px;
  height: 170px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.modal_main_img {
  width: 165px;
  height: 170px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  text-align: center;
  line-height: 170px;
}

.modal_main_img p {
  color: #DDD;
  font-size: 13px;
  font-weight: 400;
}

.modal_main ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.modal_main ul li {
  width: 300px;
  height: 30px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
}

.modal_main ul li p {
  margin-left: 10px;
  color: #DDD;
  font-size: 13px;
  font-weight: 400;
}

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

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

.modal_main ul.modal_main_rt li:last-child .modal_main_tit  {
  width: 160px;
}

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

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

/* 대외문서접수 리스트 클릭 시 모달배경 */
.dds_tit_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; 
}

.dds_tit_list_modal_bg.on {
  display: block;
}

/* 대외문서접수 모달 시작 */
.dds_tit_list_modal {
  width: 1552px;
  height: 749px;
  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;
}

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

.dds_tit_list_modal_top {
  width: 1510px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #CF4F00;
  margin-top: 30px;
}

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

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

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

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

/* 대외문서접수 메인 구역 */
.dds_tit_list_modal_main {
  width: 1512px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

/* 대외문서접수 메인 구역 라인1 */
.dds_tit_list_line1 {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 대외문서접수 메인 구역 라인1 법인 */
.dds_tl_comp_section {
  width: 494px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 대외문서접수 메인 구역 라인1 생산번호 */
.dds_tl_pn_section {
  width: 494px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 대외문서접수 메인 구역 라인1 국내/해외 */
.dds_tl_io_section {
  width: 498px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.io_radio_btn {
  display: flex;
  align-items: center;
}

.io_radio_btn input {
  width: 30px;
  height: 20px;
  margin-left: 15px;
  cursor: pointer;
}

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

/* 대외문서접수 메인 구역 라인2 */
.dds_tit_list_line2 {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 대외문서접수 메인 구역 라인2 문서번호 */
.dds_tl_doc_no_section {
  width: 494px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 대외문서접수 메인 구역 라인2 접수일자 */
.dds_tl_receive_dt_section {
  width: 494px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 대외문서접수 메인 구역 라인2 발송기관명 */
.dds_tl_scnm_section {
  width: 498px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 대외문서접수 메인 구역 라인3 */
.dds_tit_list_line3 {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 대외문서접수 메인 구역 라인3 제목 */
.dds_tl_tit_section {
  width: 494px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 대외문서접수 메인 구역 라인3 접수자 */
.dds_tl_rnm_section {
  width: 494px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 대외문서접수 메인 구역 라인3 수신처 */
.dds_tl_gcomp_section {
  width: 498px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 대외문서접수 메인 구역 라인4 */
.dds_tit_list_line4 {
  width: 100%;
  height: 30px;
}

/* 대외문서접수 메인 구역 라인3 수신처 */
.dds_tl_remark_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 대외문서접수 하단 공통구역 */
.dds_tit_list_modal_comm {
  width: 1510px;
  height: 455px;
  margin-top: 20px;
}

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

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

/* 국내출장신청서 보기 라인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;
}

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

/* 국내출장신청서 보기 참조현황 */
.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_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;
}

/* 대외문서접수 하단 버튼 구역 */
.dds_tit_list_modal_btn_section {
  width: 1510px;
  height: 30px;
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* 대외문서접수 하단 버튼 */
.dds_tit_list_modal_btn {
  width: 150px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul.tree {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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