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

/* 문서작성 탭 */
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;
}

/* 문서작성 검색조건 */
.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: 960px;
  height: 30px;
  display: flex;
  align-items: center;
}

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

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

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

/* 토탈아이템 */
.total_count {
  width: 202px;
  height: 22px;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

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

.total_count>p>span {
  color: #CF4F00;
  font-size: 15px;
  font-weight: 500;
}

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

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

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

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

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

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

ul.menu_side_list li {
  cursor: pointer;
}

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

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

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

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

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

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

.sb_corporate_list {
  margin-left: 12px;
}

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

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

/* 검색조건 양식선택 */
.docu_nm_section {
  width: 304px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  margin-left: 25px;
}

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

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

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

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

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

/* 문서작성 검색조건 우측 */
.dmg_comm_terms_rt {
  width: 670px;
  height: 30px;
  display: flex;
}

/* 문서작성버튼 */
.docu_write_btn>button {
  border: none;
  background: #333;
  width: 120px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 문서수정버튼 */
.docu_edit_btn>button {
  border: none;
  background: #333;
  width: 120px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 10px;
}

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

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

/* 작성부서변경버튼 */
.write_dept_cahnge_btn>button {
  border: none;
  background: #333;
  width: 120px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 10px;
}

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

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

/* 문서삭제버튼 */
.docu_delete_btn>button {
  border: none;
  background: #333;
  width: 120px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 10px;
}

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

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

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

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

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

/* 문서수정 버튼 클릭 시 모달배경 */
.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_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;
}

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

/* 국내출장신청서 모달 타이틀 */
.adbt_modal_top {
  width: 1560px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #CF4F00;
  margin-top: 30px;
}

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

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

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

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

/* 국내출장신청서 스크롤 */
.adbt_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;
}

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

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

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

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

/* 국내출장신청서 메인 */
.adbt_modal_main {
  width: 1511px;
  height: 2235px;
}

.adbt_modal_main>.tit_section>input {
  width: 1330px;
}

/* 국내출장신청서 이미지 */
.adbt_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;
}

/* 결재선지정 탭 */
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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul.menu_side_list li {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 내부품의서 메인 상단 좌측 버튼 상세정보 */
.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_infor_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_infor_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;
}

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

/* 상세정보 모달 라인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;
}

/* 상세정보 설정버튼 클릭 시 편철선택 모달배경 */
.adbt_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; 
}

.adbt_di_set_modal_bg.on {
  display: block;
}

/* 상세정보 설정버튼 클릭 시 편철선택 모달배경 */
.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;
}

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

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

ul.menu_side_list li {
  cursor: pointer;
}

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

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

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

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

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

/* 편철선택 메인 우측 */
.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;
}

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

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

ul.menu_side_list li {
  cursor: pointer;
}

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

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

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

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

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

/* 편철선택 하단 버튼 */
.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;
}

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

/* 상세정보 모달 라인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;
}

/* 수신처지정 탭 */
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; */
}

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

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

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

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

/* 가이드 */
.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;
}

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

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

ul.menu_side_list li {
  cursor: pointer;
}

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

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

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

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

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

/* 수신처지정 메인 중앙 */
.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;
}

/* 관련문서추가 버튼 */
.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;
}

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

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

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

ul.menu_side_list li {
  cursor: pointer;
}

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

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

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

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

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

/* 내부품의서 메인 상단 우측 버튼 */
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.n_emp_modal_main {
  margin-top: 20px;
}

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

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

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

ul.menu_side_list li {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 국내출장신청서 라인3 */
.adbt_modal_line3 {
  width: 100%;
  height: 30px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9997;
}

/* 사업명 */
.adbt_comp_nm_section {
  width: 751px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.adbt_comp_nm_section>.check_box {
  margin-left: 15px;
}

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

.adbt_post_box {
  width: 118px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-left: 15px;
}

.adbt_address_box {
  width: 298px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-left: 15px;
}

/* 국내출장신청서 사업명 돋보기 팝업 */
/* 사업선택 모달 배경 */
.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;
}

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

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

ul.menu_side_list li {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

/* 원가부서 */
.adbt_cost_dept_section {
  width: 751px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.adbt_cost_dept_box {
  width: 298px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-left: 15px;
}

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

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

.adbt_cost_dept_box {
  width: 298px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-left: 15px;
}

/* 국내출장신청서 원가부서 돋보기 팝업 */
/* 부서선택 모달 배경 */
.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_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;
}

/* 부서선택 팝업 */
.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;
} 

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

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

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

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

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

ul.menu_side_list li {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

/* 출장내용 */
.adbt_bt_content_section {
  width: 751px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.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_date_section {
  width: 751px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9997;
}

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

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

/* 출장기간 달력 시작 */
.adbt_bt_date_calendar {
  width: 106px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
}

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

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

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

.bt_date_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: 450px;
}

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

/* 시간분 시작 */
.adbt_prev_hm {
  display: flex;
}

/* 시간분 시작 */
.adbt_prev_hm {
  display: flex;
}

/* 시간시작 */
.adbt_prev_h {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-left: 15px;
}

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

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

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

/* 분시작 */
.adbt_prev_m {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-left: 5px;
}

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

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

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

/* 출장기간 달력 종료 */
.adbt_bt_date_calendar_end {
  width: 106px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  z-index: 888;
}

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

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

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

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

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

/* 시간분 종료 */
.adbt_end_hm {
  display: flex;
}

/* 시간분 종료 */
.adbt_end_hm {
  display: flex;
}

/* 시간종료 */
.adbt_end_h {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-left: 15px;
}

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

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

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

/* 분종료 */
.adbt_end_m {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-left: 5px;
}

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

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

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

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

/* 행선지 */
.adbt_destination_section {
  width: 751px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 출장인원 */
.adbt_num_section {
  width: 751px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.adbt_num {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-left: 15px;
}

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

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

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

/* 2. 출장인원 */
.bt_list2 {
  width: 100%;
  height: 22px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

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

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

/* 부서 */
.adbt_dept_section {
  width: 372px;
  height: 58px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

.adbt_dept_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}

/* 직위 */
.adbt_bt_post_section {
  width: 318px;
  height: 58px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

.adbt_bt_post_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}

/* 성명 */
.adbt_bt_nm_search_section {
  width: 318px;
  height: 58px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

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

.adbt_bt_nm_search>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}

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

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

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

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

ul.menu_side_list li {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

/* 출장기간 */
.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_bt_dt_tit {
  width: 100%;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

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

.adbt_bt_dt_select {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

/* 출장기간 달력 시작 */
.adbt_bt_dt_calendar {
  width: 106px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  z-index: 888;
}

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

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

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

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

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

/* 시간분 시작 */
.adbt_prev_hm {
  display: flex;
}

/* 시간분 시작 */
.adbt_prev_hm {
  display: flex;
}

/* 시간시작 */
.adbt_prev_h {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-left: 15px;
}

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

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

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

/* 출장기간 달력 종료 */
.adbt_bt_dt_calendar_end {
  width: 106px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  z-index: 888;
}

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

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

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

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

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

/* 시간분 종료 */
.adbt_btdt_end_hm {
  display: flex;
}

/* 시간분 종료 */
.adbt_btdt_end_hm {
  display: flex;
}

/* 시간종료 */
.adbt_btdt_end_h {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-left: 15px;
}

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

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

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

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

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

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

/* 국내출장신청서 라인7 상단 */
.adbt_modal_line7_top {
  width: 100%;
  height: 310px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 항목 */
.adbt_list_area {
  width: 298px;
  height: 100%;
}

.adbt_list_area_tit {
  width: 100%;
  height: 65px;
  background: #eee;
  border-radius: 10px;
  line-height: 65px;
}

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

ul.adbt_list_sec {
  width: 100%;
  height: 238px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

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

/* 산출내역 */
.adbt_det_cal_area {
  width: 298px;
  height: 100%;
}

.adbt_det_cal_area_tit {
  width: 100%;
  height: 65px;
  background: #eee;
  border-radius: 10px;
  line-height: 65px;
}

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

ul.adbt_det_cal_ip {
  width: 100%;
  height: 238px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

ul.adbt_det_cal_ip>li>input {
  width: 296px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

/* 예상금액 */
.abdt_estimated_amt_area {
  width: 904px;
  height: 100%;
}

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

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

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

.abdt_cash_area_tit {
  width: 298px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  line-height: 30px;
}

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

.abdt_b_c_card_area_tit {
  width: 298px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  line-height: 30px;
}

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

.abdt_sum_area_tit {
  width: 298px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  line-height: 30px;
}

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

.abdt_estimated_amt_ip {
  width: 100%;
  height: 240px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.adbt_cash_ip {
  width: 298px;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
} 

ul.adbt_cash_ip>li>input {
  width: 296px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
}

ul.adbt_b_c_card_ip {
  width: 298px;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

ul.adbt_b_c_card_ip>li>input {
  width: 296px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
}

ul.adbt_sum_ip {
  width: 298px;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

ul.adbt_sum_ip>li>input {
  width: 296px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  padding: 0;
}

/* 국내출장신청서 라인7 하단 */
.adbt_modal_line7_bottom {
  width: 100%;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 소계 */
.adbt_subtotal_area {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.abdt_subtotal_area_tit {
  width: 601px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  line-height: 30px;
}

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

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

ul.subtotal_num>li {
  width: 296px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  line-height: 28px;
}

ul.subtotal_num>li>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
  margin-right: 7px;
}

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

.abdt_cb_sum_area_tit {
  width: 601px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  line-height: 30px;
}

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

ul.sum_num {
  width: 904px;
  height: 30px;
}

ul.sum_num>li {
  width: 902px;
  height: 28px;
  line-height: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
}

ul.sum_num>li>p {
  color: #CF4F00;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
  margin-right: 7px;
}

/* 4. 차량 이용시 */
.bt_list4 {
  width: 100%;
  height: 22px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

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

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

/* 국내출장신청서 라인8 상단 */
.adbt_modal_line8_top {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 차량유형 법인 */
.car_type_section {
  width: 498px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
}

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

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

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

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

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

/* 사유 */
.car_type_re_section {
  width: 1003px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.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_type_re_section input {
  width: 823px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
}

/* 국내출장신청서 라인8 하단 */
.adbt_modal_line8_bottom {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 사용기간 */
.car_use_date_section {
  width: 498px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

/* 사용차종 */
.car_use_kind_section {
  width: 498px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 렌트비 */
.car_rental_amt_section {
  width: 498px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

.car_rental_amt_ip input.cra_num {
  width: 148px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

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

.car_rental_amt_ip input.cra_num {
  width: 148px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

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

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

/* 5. 법인카드신청 */
.bt_list5 {
  width: 100%;
  height: 22px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

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

/* 국내출장신청서 라인9 */
.adbt_modal_line9 {
  width: 100%;
  height: 30px;
  margin-top: 10px;
}

/* 법인카드신청 */
.bc_request_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.bc_radio_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}

.bc_radio_btn>input {
  cursor: pointer;
}

.bc_radio_hide {
  margin-left: 25px;
}

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

/* 6. 기타사항(출장목적) */
.bt_list6 {
  width: 100%;
  height: 22px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

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

/* 국내출장신청서 라인10 */
.adbt_modal_line10 {
  width: 100%;
  height: 956px;
  margin-top: 10px;
}

/* 기타사항 입력사항 */
.etc_btdt_ip {
  width: 100%;
  height: 298px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

/* 결재자리스트 */
.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;
}

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

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

ul.menu_side_list li {
  cursor: pointer;
}

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

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

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

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

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

/* 참조기안 모달 하단 버튼 */
.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;
}

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

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

.ps_modal_main_lt.hidden {
  display: none;
}

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

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

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

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

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

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

.adbt_post_box {
  width: 118px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-left: 15px;
}

.adbt_address_box {
  width: 298px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-left: 15px;
}

.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_section {
  width: 751px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.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_content_section input {
  width: 465px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
}

/* 출장기간 */
.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_bt_dt_tit {
  width: 100%;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

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

.adbt_bt_dt_select {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

/* 출장기간 달력 시작 */
.adbt_bt_dt_calendar {
  width: 106px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  z-index: 888;
}

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

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

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

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

.bt_dt_calendar.on {
  display: flex;
}

/* 시간분 시작 */
.adbt_prev_hm {
  display: flex;
}

/* 시간시작 */
.adbt_prev_h {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-left: 15px;
}

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

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

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

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

/* 출장기간 달력 종료 */
.adbt_bt_dt_calendar_end {
  width: 106px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  z-index: 888;
}

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

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

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

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

.bt_dt_calendar_end.on {
  display: flex;
}

/* 시간분 종료 */
.adbt_btdt_end_hm {
  display: flex;
}

/* 시간종료 */
.adbt_btdt_end_h {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-left: 15px;
}

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

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

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

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

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

/* 작성부서변경 버튼 클릭 시 팝업 */
/* 부서선택 모달 배경 */
.wdc_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; 
}

.wdc_modal_bg.on {
  display: block;
}

/* 작성부서변경 버튼 클릭 시 부서선택 팝업 */
.wdc_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;
}

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

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

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

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

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

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

.wdc_modal_main {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

#corporate_op_se {
  margin-left: 12px;
}

#dept_op_se {
  margin-right: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 국내출장신청서 리스트 클릭 시 모달배경 */
.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_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_modal_bg.on {
  display: block;
}

/* 국내출장신청서 보기 시작 */
.adbt_v_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;
}

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

/* 국내출장신청서 보기 모달 타이틀 */
.adbt_v_modal_top {
  width: 1560px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #CF4F00;
  margin-top: 30px;
}

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

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

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

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

/* 국내출장신청서 보기 스크롤 */
.adbt_v_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;
}

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

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

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

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

/* 국내출장신청서 보기 메인 */
.adbt_v_modal_main {
  width: 1511px;
  height: 1492px;
}

.adbt_v_modal_main>.tit_section>input {
  width: 1330px;
}

/* 국내출장신청서 보기 메인 상단 공통 */
.adbt_v_modal_comm {
  width: 1510px;
  height: 125px;
}

/* 국내출장신청서 보기 메인 상단 버튼 */
.adbt_v_modal_main_top {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 상단 좌측 버튼 */
.adbt_v_modal_main_top_lt {
  width: 210px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.adbt_v_modal_main>img {
  margin-top: 10px;
}

/* 국내출장신청서 보기 메인 상단 좌측 버튼 상세정보 */
.adbt_v_detail_infor_btn button {
  width: 100px;
  height: 30px;
  border-radius: 10px;
  background: #A5A5A5;
  border: none;
  cursor: pointer;
}

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

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

/* 국내출장신청서 보기 메인 상단 좌측 버튼 결재진행현황 */
.adbt_v_app_si_btn button {
  width: 100px;
  height: 30px;
  border-radius: 10px;
  background: #A5A5A5;
  border: none;
  cursor: pointer;
}

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

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

/* 국내출장신청서 보기 메인 상단 우측 버튼 */
.adbt_v_modal_main_top_rt {
  width: 150px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 상단 우측 버튼 프린트 */
.adbt_v_print_btn button {
  width: 70px;
  height: 30px;
  border-radius: 10px;
  background: #333;
  border: none;
  cursor: pointer;
}

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

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

/* 국내출장신청서 보기 메인 상단 우측 버튼 닫기 */
.adbt_v_close_btn button {
  width: 70px;
  height: 30px;
  border-radius: 10px;
  background: #333;
  border: none;
  cursor: pointer;
}

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

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

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

/* 국내출장신청서 보기 메인 제목 */
.adbt_v_tit_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

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

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

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

/* 갑지, 증빙내역, 분개내역 탭 */
.adbt_v_tab_section {
  margin-top: 25px;
}

ul.adbt_v_tab {
  width: 380px;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

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

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

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

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

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

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

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

/* 국내출장신청서 보기 메인 라인1 작성부서 */
.adbt_v_write_dept_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 국내출장신청서 보기 메인 라인1 직위 */
.adbt_v_post_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 국내출장신청서 보기 메인 라인1 성명 */
.adbt_v_emp_nm_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 국내출장신청서 보기 메인 라인1 발의일자 */
.adbt_v_initiative_date_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

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

/* 국내출장신청서 보기 메인 라인2 발의부서 */
.adbt_v_initiative_dept_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 국내출장신청서 보기 메인 라인2 직위2 */
.adbt_v_post2_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 국내출장신청서 보기 메인 라인2 성명 */
.adbt_v_emp_nm2_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 국내출장신청서 보기 메인 라인2 문서번호 */
.adbt_v_doc_no_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

/* 국내출장신청서 보기 메인 라인3 사업명 */
.adbt_v_bu_nm_section {
  width: 751px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 국내출장신청서 보기 메인 라인3 원가부서 */
.adbt_v_cost_dept_section {
  width: 751px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

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

/* 국내출장신청서 보기 메인 라인4 출장내용 */
.adbt_v_bt_content_section {
  width: 751px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 국내출장신청서 보기 메인 라인4 출장기간 */
.adbt_v_bt_date_section {
  width: 751px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

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

/* 국내출장신청서 보기 메인 라인5 행선지 */
.adbt_v_destination_section {
  width: 751px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 국내출장신청서 보기 메인 라인5 출장인원 */
.adbt_v_bt_num_section {
  width: 751px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 2. 출장인원 */
.adbt_v_list2 {
  width: 100%;
  height: 22px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

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

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

/* 국내출장신청서 보기 메인 라인6 부서 */
.adbt_v_dept_section {
  width: 372px;
  height: 58px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

.adbt_v_dept_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}

/* 국내출장신청서 보기 메인 라인6 직위 */
.adbt_v_bt_post_section {
  width: 318px;
  height: 58px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

.adbt_v_bt_post_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}

/* 국내출장신청서 보기 메인 라인6 성명 */
.adbt_v_bt_nm_section {
  width: 318px;
  height: 58px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

.adbt_v_bt_nm_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}

/* 국내출장신청서 보기 메인 라인6 출장기간 */
.adbt_v_bt_dt_content_section {
  width: 480px;
  height: 58px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

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

.adbt_v_bt_dt_content_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}

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

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

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

/* 국내출장신청서 보기 라인7 상단 */
.adbt_v_modal_line7_top {
  width: 100%;
  height: 310px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 항목 */
.adbt_v_list_area {
  width: 298px;
  height: 100%;
}

.adbt_v_list_area_tit {
  width: 100%;
  height: 65px;
  background: #eee;
  border-radius: 10px;
  line-height: 65px;
}

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

ul.adbt_v_list_sec {
  width: 100%;
  height: 238px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

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

/* 산출내역 */
.adbt_v_det_cal_area {
  width: 298px;
  height: 100%;
}

.adbt_v_det_cal_area_tit {
  width: 100%;
  height: 65px;
  background: #eee;
  border-radius: 10px;
  line-height: 65px;
}

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

ul.adbt_v_det_cal_data {
  width: 100%;
  height: 238px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

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

/* 예상금액 */
.abdt_v_estimated_amt_area {
  width: 904px;
  height: 100%;
}

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

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

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

.abdt_v_cash_area_tit {
  width: 298px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  line-height: 30px;
}

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

.abdt_v_b_c_card_area_tit {
  width: 298px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  line-height: 30px;
}

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

.abdt_v_sum_area_tit {
  width: 298px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  line-height: 30px;
}

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

.abdt_v_estimated_amt_data {
  width: 100%;
  height: 238px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.adbt_v_cash_data {
  width: 296px;
  height: 238px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
} 

ul.adbt_v_cash_data>li {
  width: 296px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}

ul.adbt_v_cash_data>li>p {
  text-align: right;
  line-height: 30px;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-right: 7px;
}

ul.adbt_v_b_c_card_data {
  width: 296px;
  height: 238px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
} 

ul.adbt_v_b_c_card_data>li {
  width: 296px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}

ul.adbt_v_b_c_card_data>li>p {
  text-align: right;
  line-height: 30px;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-right: 7px;
}

ul.adbt_v_sum_data {
  width: 296px;
  height: 238px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
} 

ul.adbt_v_sum_data>li {
  width: 296px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}

ul.adbt_v_sum_data>li>p {
  text-align: right;
  line-height: 30px;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-right: 7px;
}

/* 국내출장신청서 보기 라인7 하단 */
.adbt_v_modal_line7_bottom {
  width: 100%;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 소계 */
.adbt_v_subtotal_area {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.abdt_v_subtotal_area_tit {
  width: 601px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  line-height: 30px;
}

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

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

ul.v_subtotal_num>li {
  width: 296px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  line-height: 28px;
}

ul.v_subtotal_num>li>p {
  color: #333;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
  margin-right: 7px;
}

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

.abdt_v_cb_sum_area_tit {
  width: 601px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  line-height: 30px;
}

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

ul.v_sum_num {
  width: 904px;
  height: 30px;
}

ul.v_sum_num>li {
  width: 902px;
  height: 28px;
  line-height: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
}

ul.v_sum_num>li>p {
  color: #CF4F00;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
  margin-right: 7px;
}

/* 4. 차량 이용시 */
.adbt_v_list4 {
  width: 100%;
  height: 22px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

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

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

/* 국내출장신청서 보기 라인8 상단 */
.adbt_v_modal_line8_top {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 차량유형 법인 */
.adbt_v_car_type_section {
  width: 498px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
}

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

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

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

/* 사유 */
.adbt_v_car_type_re_section {
  width: 1003px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 국내출장신청서 보기 라인8 하단 */
.adbt_v_modal_line8_bottom {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 사용기간 */
.adbt_v_car_use_date_section {
  width: 498px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 사용차종 */
.adbt_v_car_use_kind_section {
  width: 498px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 렌트비 */
.adbt_v_car_rental_amt_section {
  width: 498px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 5. 법인카드신청 */
.adbt_v_list5 {
  width: 100%;
  height: 22px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

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

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

/* 법인카드신청 */
.adbt_v_bc_request_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 6. 기타사항(출장목적) */
.adbt_v_list6 {
  width: 100%;
  height: 22px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

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

/* 국내출장신청서 보기 라인10 */
.adbt_v_modal_line10 {
  margin-top: 10px;
}

/* 기타사항 입력사항 */
.etc_btdt_data {
  width: 100%;
  height: 298px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.etc_btdt_data_box {
  width: 1468px;
  height: 258px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

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

/* 결재자리스트 */
.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;
}

/* 국내출장신청서 보기 하단 공통 */
.adbt_v_modal_main_bottom {
  width: 1510px;
  height: 1046px;
}

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

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

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

/* 증빙내역 탭 클릭 시 증빙내역 시작 */
.adbt_v_modal_evidence_details {
  display: none;
  width: 1510px;
  height: 725px;
  margin-top: 20px;
}

/* 증빙내역 탭 클릭 시 증빙내역 타이틀 */
.adbt_v_modal_evidence_details_tit {
  width: 100%;
  height: 65px;
}

.adbt_v_modal_evidence_details_tit>h1 {
  color: #333;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
}

/* 국내출장신청서 보기 메인 라인1 증빙내역 작성일자 */
.adbt_v_write_date_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 국내출장신청서 보기 메인 라인2 증빙내역 발의일자 */
.adbt_v_doc_no_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 국내출장신청서 보기 메인 라인3 증빙내역 */
.adbt_ve_line3 {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

/* 국내출장신청서 보기 메인 라인3 증빙내역 회계단위 */
.adbt_ve_acc_unit_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 국내출장신청서 보기 메인 라인3 증빙내역 회계일자 */
.adbt_ve_acc_unit_dt_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 국내출장신청서 보기 메인 라인3 증빙내역 전표구분 */
.adbt_ve_statement_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 1. 카드사용내역 */
.adbt_ve_list1 {
  width: 100%;
  height: 22px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

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

/* 국내출장신청서 보기 메인 라인4 증빙내역 */
.adbt_ve_line4 {
  width: 100%;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

/* 국내출장신청서 보기 메인 증빙내역 카드사용내역 타이틀 */
ul.adbt_ve_card_tit {
  width: 1510px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

/* 국내출장신청서 보기 메인 증빙내역 카드사용내역 소계 */
ul.adbt_ve_card_data {
  width: 1510px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.adbt_ve_card_data>li {
  width: 144px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  color: #333;
  text-align: right;
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
}

ul.adbt_ve_card_data>li>p {
  margin-right: 7px;
}

ul.adbt_ve_card_data>li:first-child {
  width: 602px;
  border: none;
  background: #eee;
  text-align: center;
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

/* 2. 기타사용내역 */
.adbt_ve_list2 {
  width: 100%;
  height: 22px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

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

/* 국내출장신청서 보기 메인 라인5 증빙내역 */
.adbt_ve_line5 {
  width: 100%;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

/* 국내출장신청서 보기 메인 증빙내역 기타사용내역 타이틀 */
ul.adbt_ve_etc_list_tit {
  width: 1510px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

ul.adbt_ve_etc_list_tit>li:nth-child(1) {
  width: 167px;
}

ul.adbt_ve_etc_list_tit>li:nth-child(2) {
  width: 200px;
}

/* 국내출장신청서 보기 메인 증빙내역 기타사용내역 값 구역 */
.adbt_ve_etc_list_section {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 증빙내역 기타사용내역 계정 값 */
ul.adbt_ve_etc_id {
  width: 167px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

/* 국내출장신청서 보기 메인 증빙내역 기타사용내역 증빙일자 값 */
ul.adbt_ve_etc_e_dt {
  width: 200px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

/* 국내출장신청서 보기 메인 증빙내역 기타사용내역 증빙구분 값 */
ul.adbt_ve_etc_e_se {
  width: 222px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

/* 국내출장신청서 보기 메인 증빙내역 기타사용내역 거래처 값 */
ul.adbt_ve_etc_cost {
  width: 222px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

/* 국내출장신청서 보기 메인 증빙내역 기타사용내역 공급가 값 */
ul.adbt_ve_etc_supply {
  width: 222px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

ul.adbt_ve_etc_supply>li>p {
  text-align: right;
  margin-right: 7px;
}

/* 국내출장신청서 보기 메인 증빙내역 기타사용내역 부가세 값 */
ul.adbt_ve_etc_surtax {
  width: 222px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

ul.adbt_ve_etc_surtax>li>p {
  text-align: right;
  margin-right: 7px;
}

/* 국내출장신청서 보기 메인 증빙내역 기타사용내역 금액 값 */
ul.adbt_ve_etc_amt {
  width: 222px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

ul.adbt_ve_etc_amt>li>p {
  text-align: right;
  margin-right: 7px;
}

/* 국내출장신청서 보기 메인 증빙내역 기타사용내역 하단 */
ul.adbt_ve_etc_list_footer {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.adbt_ve_etc_list_footer>li {
  width: 220px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  color: #333;
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
}

ul.adbt_ve_etc_list_footer>li>p {
  text-align: right;
  margin-right: 7px;
}

ul.adbt_ve_etc_list_footer>li:first-child {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  width: 827px;
  height: 30px;
  border: none;
  background: #eee;
}

/* 3. 합계 */
.adbt_ve_list3 {
  width: 100%;
  height: 22px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

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

/* 국내출장신청서 보기 메인 라인6 증빙내역 */
.adbt_ve_line6 {
  width: 100%;
  height: 30px;
  margin-top: 5px;
}

/* 국내출장신청서 보기 메인 증빙내역 합계 */
ul.adbt_ve_etc_total {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.adbt_ve_etc_total>li {
  width: 220px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
}

ul.adbt_ve_etc_total>li>p {
  text-align: right;
  margin-right: 7px;
}

ul.adbt_ve_etc_total>li:first-child {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  width: 827px;
  height: 30px;
  border: none;
  background: #eee;
}

/* 4. 일반증빙철 */
.adbt_ve_list4 {
  width: 100%;
  height: 22px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

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

/* 국내출장신청서 보기 메인 라인7 증빙내역 */
.adbt_ve_line7 {
  width: 100%;
  height: 119px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 국내출장신청서 보기 메인 증빙내역 일반증빙철 */
.adbt_ve_etc_normal {
  width: 1468px;
  height: 79px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
}

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

/* 분개내역 탭 클릭 시 분개사항 시작 */
.adbt_v_modal_indignation_details {
  display: none;
  width: 1510px;
  height: 735px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* 분개내역 탭 클릭 시 분개사항 타이틀 */
.adbt_v_modal_indignation_details_tit {
  width: 100%;
  height: 65px;
}

.adbt_v_modal_indignation_details_tit>h1 {
  color: #333;
  text-align: center;
  font-size: 45px;
  font-weight: 700;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 */
.adbt_vi_line1 {
  width: 1510px;
  height: 660px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 상단 */
.adbt_vi_line1_top {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 상단 사업 구역 */
.adbt_vi_bu_section {
  width: 305px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

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

/* 국내출장신청서 보기 메인 라인1 분개사항 상단 원가부서, 계정 구역 */
.adbt_vi_co_id_tit {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 상단 원가부서 타이틀 */
.adbt_vi_co_tit {
  width: 150px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 상단 계정 타이틀 */
.adbt_vi_id_tit {
  width: 150px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 상단 증빙구분, 증빙일자 구역 */
.adbt_vi_ve_section {
  width: 150px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 상단 증빙구분 타이틀 */
.adbt_vi_ve_se_tit {
  width: 150px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 상단 증빙일자 타이틀 */
.adbt_vi_ve_dt_tit {
  width: 150px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 상단 적요, 관리항목 구역 */
.adbt_vi_qu_mng_section {
  width: 200px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 상단 적요 타이틀 */
.adbt_vi_qu_se_tit {
  width: 200px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 상단 관리항목 타이틀 */
.adbt_vi_mng_dt_tit {
  width: 200px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
}

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

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

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

/* 국내출장신청서 보기 메인 라인1 분개사항 상단 차변공급가, 부가세 구역 */
.adbt_vi_de_sur_section {
  width: 150px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 상단 차변공급가 타이틀 */
.adbt_vi_de_tit {
  width: 150px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 상단 부가세 타이틀 */
.adbt_vi_sur_tit {
  width: 150px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 상단 대변공급가, 부가세 구역 */
.adbt_vi_cre_sur_section {
  width: 150px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 상단 대변공급가 타이틀 */
.adbt_vi_cre_tit {
  width: 150px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 상단 부가세 타이틀 */
.adbt_vi_surtax_tit {
  width: 150px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
}

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

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

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

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

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


/* 국내출장신청서 보기 메인 라인1 분개사항 값 */
.adbt_vi_line1_data {
  width: 100%;
  height: 555px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 값 라인1 */
.adbt_vi_line1_line1 {
  width: 100%;
  height: 135px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 값 라인1 */
.adbt_vi_num_data {
  width: 98px;
  height: 133px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 값 사업 구역 */
.adbt_vi_bu_area {
  width: 305px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 값 사업 타이틀 */
.adbt_vi_bu_data {
  width: 303px;
  height: 63px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eee;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 값 원가부서, 계정 구역 */
.adbt_vi_co_id_data {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 값 원가부서 타이틀 */
.adbt_vi_co_data {
  width: 148px;
  height: 63px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eee;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 값 계정 타이틀 */
.adbt_vi_id_data {
  width: 148px;
  height: 63px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eee;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 값 증빙구분, 증빙일자 구역 */
.adbt_vi_ve_se_dt_area {
  width: 150px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 값 증빙구분 타이틀 */
.adbt_vi_ve_se_data {
  width: 148px;
  height: 63px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eee;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 값 증빙일자 구역 */
.adbt_vi_ve_dt_data {
  width: 100%;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 값 증빙일자 상단 타이틀 */
.adbt_vi_ve_dt_top_data {
  width: 148px;
  height: 28px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eee;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 값 증빙일자 하단 타이틀 */
.adbt_vi_ve_dt_bottom_data {
  width: 148px;
  height: 28px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #eee;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 값 적요, 관리항목 구역 */
.adbt_vi_qu_mng_area {
  width: 200px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 값 적요 구역 */
.adbt_vi_qu_data {
  width: 198px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 값 적요 좌우측 구역 */
.adbt_vi_qu_ltrt_data {
  width: 200px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 값 적요 좌측 */
.adbt_vi_qu_lt_data {
  width: 95px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 값 적요 우측 */
.adbt_vi_qu_rt_data {
  width: 95px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 값 관리항목 구역 */
.adbt_vi_mng_list_data {
  width: 200px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 값 관리항목 구역 상단 */
.adbt_vi_mng_top_ltrt_data {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 값 관리항목 구역 상단 좌측 */
.adbt_vi_mng_top_lt_data {
  width: 95px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 값 관리항목 구역 상단 우측 */
.adbt_vi_mng_top_rt_data {
  width: 95px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 값 관리항목 구역 하단 */
.adbt_vi_mng_bottom_ltrt_data {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 값 관리항목 구역 하단 좌측 */
.adbt_vi_mng_bottom_lt_data {
  width: 95px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 값 관리항목 구역 하단 우측 */
.adbt_vi_mng_bottom_rt_data {
  width: 95px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 값 관리항목 구역 하단 */
.adbt_vi_mng_bottom_ltrt_data {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 값 거래처 구역 */
.adbt_vi_cost_area {
  width: 200px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 값 거래처 구역 상단 */
.adbt_vi_cost_top_data {
  width: 198px;
  height: 63px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 값 거래처 구역 하단 */
.adbt_vi_cost_bottom_data {
  width: 198px;
  height: 63px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 값 차변공급가, 부가세 구역 */
.adbt_vi_de_sur_area {
  width: 150px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 값 차변공급가 구역 */
.adbt_vi_de_data {
  width: 148px;
  height: 63px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}

.adbt_vi_de_data>p {
  color: #333;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  line-height: 63px;
  margin-right: 7px;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 값 부가세 구역 */
.adbt_vi_sur_data {
  width: 148px;
  height: 63px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}

.adbt_vi_sur_data>p {
  color: #333;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  line-height: 63px;
  margin-right: 7px;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 값 대변공급가, 부가세 구역 */
.adbt_vi_cre_sur_area {
  width: 150px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 값 대변공급가 구역 */
.adbt_vi_cre_data {
  width: 148px;
  height: 63px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}

.adbt_vi_cre_data>p {
  color: #333;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  line-height: 63px;
  margin-right: 7px;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 값 부가세 구역 */
.adbt_vi_surtax_data {
  width: 148px;
  height: 63px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}

.adbt_vi_surtax_data>p {
  color: #333;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  line-height: 63px;
  margin-right: 7px;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 값 금액 구역 */
.adbt_vi_amt_area {
  width: 148px;
  height: 133px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}

.adbt_vi_amt_area>p {
  color: #333;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  line-height: 133px;
  margin-right: 7px;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 값 반제 구역 */
.adbt_vi_st_area {
  width: 64px;
  height: 133px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}

.adbt_vi_st_area>p {
  color: #333;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  line-height: 133px;
  margin-right: 7px;
}

.adbt_vi_line_odd {
  background: #fff;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 값 라인2 */
.adbt_vi_line1_line2 {
  width: 100%;
  height: 135px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.adbt_vi_line_even {
  background: #FBF4EF;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 값 라인3 */
.adbt_vi_line1_line3 {
  width: 100%;
  height: 135px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 값 라인4 */
.adbt_vi_line1_line4 {
  width: 100%;
  height: 135px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 합계 */
.adbt_vi_line1_total {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 합계 타이틀 */
.adbt_vi_total_area {
  width: 975px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
}

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

/* 국내출장신청서 보기 메인 라인1 분개사항 차변 부가세 합계 타이틀 */
.adbt_vi_de_sur_total_area {
  width: 148px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
}

.adbt_vi_de_sur_total_area>p {
  color: #CF4F00;
  text-align: right;
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
  margin-right: 7px;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 대변 부가세 합계 타이틀 */
.adbt_vi_cre_sur_total_area {
  width: 148px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
}

.adbt_vi_cre_sur_total_area>p {
  color: #333;
  text-align: right;
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
  margin-right: 7px;
}

/* 국내출장신청서 보기 메인 라인1 분개사항 금액 합계 타이틀 */
.adbt_vi_amt_total_area {
  width: 218px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
}

.adbt_vi_amt_total_area>p {
  color: #333;
  text-align: right;
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
  margin-right: 7px;
}
