@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Blinker:wght@100;200;300;400;600;700;800;900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap');

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

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

.dmng_comm_tit button {
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: #ccc;
  border: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  cursor: pointer;
}

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

/* 문서작성 섹션 시작 */
.dmg_comm_section {
  /* width: 1610px; */
  width: calc(100% - 7px);
  height: 600px;
  margin-top: 20px;
}

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

/* 문서작성 탭 */
ul.dmg_comm_tab {
  width: 640px;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

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

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

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

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

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

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

/* 문서관리 보관함 탭 버튼 구역 */
.docu_mng_storage_box_btn {
  width: 340px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

.docu_mng_sb_bar select#dmsb_sc_s_sb {
  margin-left: 12px;
  width: 97px;
  height: 22px;
  margin-right: 12px;
}

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

.s_all_tit_bar select#all {
  margin-left: 12px;
  width: 56px;
  height: 22px;
}

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

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

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

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

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

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

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

/* 토탈아이템 */
.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;
}

/* 리스트 스크롤 */
.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: 10px;
}

.docu_nm_tit {
  width: 98px;
  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;
}

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

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

.n_radio_retiree {
  margin-left: 15px;
}

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

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

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

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

#start_state {
  margin-right: 12px;
}

.n_radio_retiree {
  margin-left: 15px;
}

#emp_no {
  margin-right: 12px;
}

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

ul.menu_side_list li {
  cursor: pointer;
}

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

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

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

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

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

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

.ps_modal_main_lt.hidden {
  display: none;
}

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

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

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

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

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

/* 국내출장신청서 리스트 클릭 시 모달배경 */
.adbt_modal_bg {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.adbt_modal_bg.on {
  display: block;
}

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

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

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

/* 이동버튼 */
.docu_mng_sb_move_btn>button {
  border: none;
  background: #333;
  width: 80px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 15px;
}

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

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

/* 전체선택버튼 */
.docu_mng_sb_all_select_btn>button {
  border: none;
  background: #333;
  width: 120px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 15px;
}

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

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