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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bic_sort_list {
  margin-left: 12px;
}

.appoint_date_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.state_list>i {
  font-size: 14px;
  color: #333;
}

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

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

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

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

.modal_bg.on {
  display: block;
}

/* 내부품의서 시작 */
.internal_article_modal {
  width: 1070px;
  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;
}

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

/* 내부품의서 모달 타이틀 */
.modal_top {
  width: 1020px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #CF4F00;
  margin-top: 30px;
}

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

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

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

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

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

/* 내부품의서 스크롤 */
.ia_modal_scroll {
  /* width: 1599px; */
  width: calc(100% - 56px);
  box-sizing: content-box; 
  height: 677px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
  margin-top: 20px;
}

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

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

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

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

/* 내부품의서 메인 */
.ia_modal_main {
  width: 970px;
  height: 1705px;
}

/* 내부품의서 메인 상단 버튼 */
.ia_modal_main_top {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 내부품의서 메인 상단 좌측 버튼 */
.ia_modal_main_top_lt {
  width: 320px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 내부품의서 결재선지정 모달배경 */
.payment_modal_bg {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.payment_modal_bg.on {
  display: block;
}

/* 내부품의서 메인 상단 좌측 버튼 결재선지정 */
.payment_s_btn button {
  width: 100px;
  height: 30px;
  border-radius: 10px;
  background: #A5A5A5;
  border: none;
  cursor: pointer;
}

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

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

/* 내부품의서 메인 상단 좌측 버튼 상세정보 */
.detail_infor_btn button {
  width: 100px;
  height: 30px;
  border-radius: 10px;
  background: #A5A5A5;
  border: none;
  cursor: pointer;
}

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

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

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

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

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

/* 내부품의서 메인 상단 우측 버튼 */
.ia_modal_main_top_rt {
  width: 230px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

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

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

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

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

/* 내부품의서 메인 상단 우측 버튼 취소 */
.cancel>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px; 
  border-radius: 10px;
  cursor: pointer;
}

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

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

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

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

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

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

/* 2025.08.20 수정 */
/* 내부품의서 메인 서브탭 */
.ia_sub_section {
  width: 100%;
  height: 26px;
  margin-top: 20px;
}

ul.ia_sub_tab {
  width: 210px;
  height: 26px;
  display: flex;
  justify-content: space-between;
}

ul.ia_sub_tab li {
  width: 100px;
  height: 26px;
  border-radius: 10px 10px 0 0;
  background: #eee;
  cursor: pointer;
  line-height: 26px;
}

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

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

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

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

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

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

/* 내부기안품의서 메인 하단 박스 */
.ia_modal_box {
  width: 100%;
  height: 190px;
  margin-top: 10px;
}

/* 내부기안품의서 메인 하단 박스 라인1 */
/* 결재자리스트 */
.payment_list_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

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

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

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

/* 내부기안품의서 메인 하단 박스 라인2 */
.ia_line2 {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

/* 내부기안품의서 메인 하단 박스 라인2 좌측 */
.ia_line2_lt {
  width: 325px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 공람자 */
.publicist_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 수신처 */
.action_channel_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 내부기안품의서 메인 하단 박스 라인2 우측 */
.ia_line2_rt {
  width: 635px;
  height: 100%;
}

/* 검색조건 기타사항 */
.etc_section {
  width: 100%;
  height: 63px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  border: 1px solid #FFAD7A;
}

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

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

.etc_section input {
  width: 520px;
  height: 50px;
  border-radius: 3px;
  border: none;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
}

/* 내부기안품의서 메인 하단 박스 라인3 */
.ia_line3 {
  width: 100%;
  height: 80px;
  margin-top: 10px;
}

/* 참조기안 */
.refer_design_section {
  width: 100%;
  height: 78px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
}

.related_docu_box {
  width: 774px;
  height: 70px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

/* 문서번호 */
.r_docu_no {
  width: 80px;
  height: 100%;
  background: #eee;
}

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

/* 제목 */
.r_docu_tit {
  width: 200px;
  height: 100%;
  background: #eee;
}

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

/* 부서 */
.r_docu_dept {
  width: 60px;
  height: 100%;
  background: #eee;
}

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

/* 직위 */
.r_docu_post {
  width: 40px;
  height: 100%;
  background: #eee;
}

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

/* 작성자 */
.r_docu_writer {
  width: 60px;
  height: 100%;
  background: #eee;
}

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

/* 작성일자 */
.r_docu_writer_date {
  width: 80px;
  height: 100%;
  background: #eee;
}

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

/* 결재상태 */
.r_docu_payment_state {
  width: 80px;
  height: 100%;
  background: #eee;
}

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

/* 결재일자 */
.r_docu_payment_date {
  width: 80px;
  height: 100%;
  background: #eee;
}

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

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

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

ul.menu_side_list li {
  cursor: pointer;
}

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

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

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

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

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

/* 결재선지정 모달 */
.payment_s_modal {
  width: 1072px;
  height: 559px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
}

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

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

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

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

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

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

.ps_modal_top_tab {
  width: 1022px;
  height: 30px;
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul.tree {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

/* 2025.08.18 조직도버튼 수정 */
/* 결재선지정 메인 중앙 */
.ps_modal_main_mid {
  width: 560px;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

/* 2025.08.18 조직도버튼 수정 */
/* 결재선지정 중앙 버튼 */
.ps_terms_btn {
  width: 70px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

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

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

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

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

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

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

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

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

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

/* 2025.08.18 조직도버튼 수정 */
/* 리스트 서브메뉴 */
.ps_comm_sub_menu {
  width: 469px;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  gap: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

ul.menu_side_list li {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps_terms_btn.hide-elements > *:not(.approv_count):not(.select_not_btn) {
  display: none;
}

.ps_modal_main_lt.hidden {
  display: none;
}

.ps_comm_sub_bar2 {
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;

  height: 30px;
  border-radius: 10px;
  background: #eee;

  display: none;               
  align-items: center;
  justify-content: flex-start;

  white-space: nowrap;          
  flex-wrap: nowrap;
  gap: 8px;

  overflow-x: auto;            
  overflow-y: hidden;

  -webkit-overflow-scrolling: touch;

  scrollbar-width: none;       
  -ms-overflow-style: none;     
}

.ps_comm_sub_bar2::-webkit-scrollbar{ display:none; }

.ps_comm_sub_bar2 > *{ flex: 0 0 auto; }

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

.ps_comm_sub_bar2 select#ps_s_nm {
  margin-left: 12px;
}

.ps_comm_sub_bar2 select#ps_p_delete {
  margin-right: 12px;
}

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

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

.ps_comm_sub_bar2.hidden {
  display: none;
}

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

/* 2025.08.18 보관결재선 수정 */
.ps_comm_sub_menu.expanded {
  width: 100%;
}

/* 내부품의서 상세정보 모달배경 */
.detail_modal_bg {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.detail_modal_bg.on {
  display: block;
}

/* 상세정보 시작 */
.detail_infor_modal {
  width: 734px;
  height: 930px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 기본 스타일 */
.check_box {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; 
  user-select: none;
}

.check_box>i {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.di_set_modal_bg.on {
  display: block;
}

/* 상세정보 설정버튼 클릭 시 편철선택 모달 시작 */
.di_set_modal {
  width: 1632px;
  height: 530px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul.menu_side_list li {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 수신처지정 모달 모달배경 */
.ac_modal_bg {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.ac_modal_bg.on {
  display: block;
}

/* 수신처지정 모달 */
.ac_modal {
  width: 961px;
  height: 595px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul.tree {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 2025.08.18 결재선지정 수정 */
.ac_modal_bottom {
  width: 921px;
  height: 30px;
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul.menu_side_list li {
  cursor: pointer;
}

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

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

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

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

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

/* 국내출장신청서 시작 */
.adbt_modal {
  width: 1600px;
  height: 800px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
}

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

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

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

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

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

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

/* 국내출장신청서 스크롤 */
.adbt_modal_scroll {
  /* width: 1599px; */
  width: calc(100% - 46px);
  box-sizing: content-box; 
  height: 677px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
  margin-top: 20px;
}

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

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

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

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

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

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

/* 국내출장신청서 이미지 */
.adbt_modal_main>img {
  margin-top: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nw_e_calendar.on {
  display: flex;
}

.calendar_top {
  width: 207px;
  height: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.calendar_top i {
  font-size: 11px;
  color: #ccc;
}

.calendar_top select {
  height: 19px;
  background: #333;
  color: #fff;
}

.calendar_yyyymm {
  width: 135px;
  height: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.calendar_m,
.calendar_y 
{
  width: 56px;
  height: 19px;
}

.calendar_main {
  width: 90%;
  height: 159px;
  margin-top: 10px;
}

.calendar_main .week ul {
  width: 93%;
  display: flex;
  justify-content: space-between;
  margin-left: 5px;
}

.calendar_main .week ul li {
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
}

.sch_day {
  margin-top: 8px;
}

.sch_day .calendar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; 
  gap: 4px;
}

.sch_day .calendar .day {
  width: calc(100% / 7 - 4px); 
  height: 25px;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
}

.sch_day .calendar .day:hover {
  background: #fff !important;
  color: #333 !important;
  font-weight: 700 !important;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.sch_day .calendar .day.empty {
  visibility: hidden;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 출장기간 */
.adbt_bt_date_section {
  width: 751px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9997;
}

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

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

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

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

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

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

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

.bt_date_calendar.on {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bt_date_calendar_end.on {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bt_dt_calendar.on {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

.bt_dt_calendar_end.on {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bc_radio_btn>input {
  cursor: pointer;
}

.bc_radio_hide {
  margin-left: 25px;
}

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

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

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

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

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

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

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

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

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

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

/* 공람자 */
.publicist_list_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  margin-top: 5px;
}

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

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

/* 수신처 */
.ac_list_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  margin-top: 5px;
}

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

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

/* 기타사항 */
.adbt_etc_section {
  width: 100%;
  height: 198px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
}

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

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

.adbt_etc_section input {
  width: 1468px;
  height: 138px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-top: 15px;
}

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

/* 국내출장신청서 성명 돋보기 팝업 */
/* 사업선택 모달 배경 */
.n_emp_modal_bg {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.n_emp_modal_bg.on {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

.n_emp_modal_main {
  margin-top: 20px;
}

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

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

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

.emp_nm_no {
  width: 226px;
}

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

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

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

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

.n_radio_retiree {
  margin-left: 15px;
}

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

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

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

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

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

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

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

#corporate {
  margin-left: 12px;
}

#emp_no {
  margin-right: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 국내출장신청서 사업명 돋보기 팝업 */
/* 사업선택 모달 배경 */
.n_comp_modal_bg {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.n_comp_modal_bg.on {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.n_comp_modal_main {
  margin-top: 20px;
}

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

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

.n_comp_emp_nm_no {
  width: 226px;
}

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

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

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

.comp_search_btn>button:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.comp_search_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

.comp_dept_nm_sub_menu {
  width: 1110px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.comp_dept_nm_sub_bar {
  width: 1030px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.comp_dept_nm_sub_bar>select {
  border: none;
  background: none;
  cursor: pointer;
}

#comp_se {
  margin-left: 12px;
}

#start_state {
  margin-right: 12px;
}

.comp_dept_nm_sub_bar select:focus option {
  background: #333;
  color: #fff;
}

.comp_dept_nm_sub_bar select option {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.cd_dept_emp_list {
  width: 380px;
  height: 330px;
}

.cd_modal_bottom {
  width: 480px;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}

.cd_modal_close_btn button {
  width: 70px;
  height: 30px;
  border: none;
  border-radius: 10px;
  background: #333;
  cursor: pointer;
}

.cd_modal_close_btn button>p {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.cd_modal_close_btn button.check_btn:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.cd_modal_close_btn button.close_btn:hover {
  background: #FF0000;
  width: 75px;
  transition: background-color 0.3s ease;
}

.cd_modal_close_btn {
  width: 150px;
  height: 30px;
}

.comp_dept_emp_list tbody tr td.corporate_list {
  border-radius: 10px 0 0 10px;
}

.comp_menu_side_btn>button {
  width: 30px;
  height: 30px;
  border: none;
  background: #a5a5a5;
  border-radius: 5px;
  cursor: pointer;
}

.comp_menu_side_btn>button>i {
  color: #fff;
}

.comp_menu_side_btn>button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

.comp_menu_side_modal {
  width: 172px;
  height: 404px;
  position: fixed;
  transform: translate(-83%, 2%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
  justify-content: center;
}

.comp_menu_side_modal.on {
  display: flex;
  flex-direction: column;
}

/* 국내출장신청서 원가부서 돋보기 팝업 */
/* 부서선택 모달 배경 */
.cd_modal_bg {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.cd_modal_bg.on {
  display: block;
}

/* 부서선택 팝업 */
.cd_modal {
  width: 520px;
  height: 556px;
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 99999;
  display: none;
  flex-direction: column;
}

.cd_modal.on {
  display: flex;
  flex-direction: column;
}

.cd_modal_top {
  width: 480px;
  height: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.cd_modal_tit {
  width: 91px;
  height: 26px;
  display: flex;
  align-items: center;
  border-left: 3px solid #CF4F00;
}

.cd_modal_tit h1 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}

.cd_modal_close>i {
  color: #333;
  font-size: 23px;
  border: none;
  background: none;
  cursor: pointer;
}

.cd_modal_close>i:hover {
  color: #CF4F00;
  transition: color 0.3s ease;
}

.cd_search_section {
  width: 212px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.cd_modal_main {
  margin-top: 20px;
}

.cd_input_section {
  width: 480px;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

.dept_nm_no
{
  width: 212px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
}

.dept_nm_no span {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  margin-left: 12px;
}

.dept_nm_no input {
  width: 150px;
  height: 16px;
  margin-left: 10px;
  border: 1px solid #FFAD7A;
}

.cd_search_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.cd_search_btn>button:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.cd_search_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

.cd_dept_nm_sub_menu {
  width: 460px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.cd_dept_nm_sub_bar {
  width: 380px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cd_dept_nm_sub_bar>select {
  border: none;
  background: none;
  cursor: pointer;
}

#comp_se {
  margin-left: 12px;
}

#start_state {
  margin-right: 12px;
}

.cd_dept_nm_sub_bar select:focus option {
  background: #333;
  color: #fff;
}

.cd_dept_nm_sub_bar select option {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.comp_dept_emp_list {
  width: 902px;
  height: 330px;
}

.n_comp_modal_bottom {
  width: 1130px;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}

.n_comp_modal_close_btn button {
  width: 70px;
  height: 30px;
  border: none;
  border-radius: 10px;
  background: #333;
  cursor: pointer;
}

.n_comp_modal_close_btn button>p {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.n_comp_modal_close_btn button.check_btn:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.n_comp_modal_close_btn button.close_btn:hover {
  background: #FF0000;
  width: 75px;
  transition: background-color 0.3s ease;
}

.n_comp_modal_close_btn {
  width: 150px;
  height: 30px;
}

.comp_dept_emp_list tbody tr td.corporate_list {
  border-radius: 10px 0 0 10px;
}

.cd_menu_side_btn>button {
  width: 30px;
  height: 30px;
  border: none;
  background: #a5a5a5;
  border-radius: 5px;
  cursor: pointer;
}

.cd_menu_side_btn>button>i {
  color: #fff;
}

.cd_menu_side_btn>button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

.cd_menu_side_modal {
  width: 172px;
  height: 404px;
  position: fixed;
  transform: translate(-83%, 2%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
  justify-content: center;
}

.cd_menu_side_modal.on {
  display: flex;
  flex-direction: column;
}

/* 관련문서추가 버튼시 문서작성 모달 배경 */
.refer_design_modal_bg {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.refer_design_modal_bg.on {
  display: block;
}

/* 상세정보 설정버튼 클릭 시 편철선택 모달배경 */
.adbt_di_set_modal_bg {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 300%;
  height: 300%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.adbt_di_set_modal_bg.on {
  display: block;
}

/* 국내출장신청서 상세정보 버튼 클릭시 상세정보 모달배경 */
.detail_infor_modal_bg {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.detail_infor_modal_bg.on {
  display: block;
}

/* 휴가신청서 모달배경 */
.leave_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; 
}

.leave_modal_bg.on {
  display: block;
}

/* 휴가신청서 시작 */
.leave_modal {
  width: 1070px;
  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;
}

.leave_modal.on {
  display: flex;
  flex-direction: column;
}

/* 휴가신청서 모달 타이틀 */
.leave_modal_top {
  width: 1020px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #CF4F00;
  margin-top: 30px;
}

.leave_modal_top h2 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}

.leave_modal_top .btn {
  border: none;
  background: none;
  cursor: pointer;
}

.leave_modal_top .btn i {
  color: #333;
  font-size: 23px;
}

.leave_modal_top .btn:hover i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

/* 휴가신청서 스크롤 */
.leave_modal_scroll {
  /* width: 1599px; */
  width: calc(100% - 56px);
  box-sizing: content-box; 
  height: 677px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
  margin-top: 20px;
}

.leave_modal_scroll::-webkit-scrollbar {
  width: 15px; 
  background: #F6F6F6;
}

.leave_modal_scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px; 
  transition: background-color 0.3s ease;
}

.leave_modal_scroll::-webkit-scrollbar-thumb:hover {
  background-color: #333; 
  transition: background-color 0.3s ease;
}

.leave_modal_scroll::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 10px; 
  margin: 12px; 
}

/* 휴가신청서 메인 */
.leave_modal_main {
  width: 970px;
  height: 1260px;
}

/* 휴가신청서 라인1 */
.leave_line1 {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

/* 휴가신청서 전체연차 */
.ta_leave_section {
  width: 236px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.ta_leave_tit {
  width: 100px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.ta_leave_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.ta_leave_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 휴가신청서 전회까지사용 */
.uult_leave_section {
  width: 236px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.uult_leave_tit {
  width: 100px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.uult_leave_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.uult_leave_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 휴가신청서 잔여연차 */
.ra_leave_section {
  width: 236px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.ra_leave_tit {
  width: 100px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.ra_leave_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.ra_leave_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 휴가신청서 금회신청 */
.aftm_leave_section {
  width: 236px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.aftm_leave_tit {
  width: 100px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.aftm_leave_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.aftm_leave_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 휴가신청서 이미지 */
.leave_modal_main>img {
  margin-top: 15px;
}

/* 휴가신청서 라인2 */
.leave_line2 {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

/* 휴가신청서 작성자 부서 */
.write_dept_leave_section {
  width: 236px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.write_dept_leave_tit {
  width: 100px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.write_dept_leave_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.write_dept_leave_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 휴가신청서 직위 */
.post_leave_section {
  width: 236px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.post_leave_tit {
  width: 100px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.post_leave_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.post_leave_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 휴가신청서 성명 */
.nm_leave_section {
  width: 236px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.nm_leave_tit {
  width: 100px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.nm_leave_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.nm_leave_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 휴가신청서 문서번호 */
.docu_no_leave_section {
  width: 236px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.docu_no_leave_tit {
  width: 100px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.docu_no_leave_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.docu_no_leave_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 휴가신청서 라인3 */
.leave_line3 {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

/* 휴가신청서 휴가자 부서 */
.l_dept_leave_section {
  width: 236px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.l_dept_leave_tit {
  width: 100px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.l_dept_leave_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.l_dept_leave_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 휴가신청서 직위 */
.l_post_leave_section {
  width: 236px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.l_post_leave_tit {
  width: 100px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.l_post_leave_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.l_post_leave_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 휴가신청서 성명 */
.leave_nm_ip_section {
  width: 236px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.leave_nm_ip_tit {
  width: 100px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.leave_nm_ip_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.leave_nm_ip_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

.leave_nm_ip_section>i {
  font-size: 13px;
  color: #333;
  line-height: 20px;
  cursor: pointer;
  margin-left: 25px;
}

.leave_nm_ip_section:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

/* 휴가신청서 휴가자 부서 */
.initiative_dt_leave_section {
  width: 236px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.initiative_dt_leave_tit {
  width: 100px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.initiative_dt_leave_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.initiative_dt_leave_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 휴가신청서 추가 삭제 */
.add_delete_leave_section {
  width: 100%;
  height: 30px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add_delete_leave {
  width: 150px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 휴가신청서 삭제 버튼 */
.delete_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.delete_btn>button:hover {
  background: #FF0000;
  transition: background-color 0.3s ease;
  width: 75px;
}

.delete_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

/* 휴가신청서 라인4 */
.leave_line4 {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

/* 휴가기간 */
.leave_dt_section {
  width: 725px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  display: flex;
  align-items: center;
  z-index: 9996;
  position: relative;
}

.leave_dt_tit {
  width: 150px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.leave_dt_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.leave_dt_select {
  display: flex;
  align-items: center;
}

.leave_dt_select>p {
  margin-left: 10px;
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

/* 휴가기간 달력 시작 */
.leave_dt_calendar {
  width: 106px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  z-index: 888;
}

.leave_dt_calendar>input {
  width: 86px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.leave_dt_calendar>i {
  font-size: 13px;
  color: #aaa;
  cursor: pointer;
}

.leave_dt_calendar:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
} 

.leave_calendar {
  width: 300px;
  height: 208px;
  background: #333;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
  position: absolute;
  top: 30px;
  right: 420px;
}

.leave_calendar.on {
  display: flex;
}

/* 휴가기간 달력 종료 */
.leave_dt_calendar_end {
  width: 106px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  z-index: 888;
}

.leave_dt_calendar_end>input {
  width: 86px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.leave_dt_calendar_end>i {
  font-size: 13px;
  color: #aaa;
  cursor: pointer;
}

.leave_dt_calendar_end:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
} 

.leave_calendar_end {
  width: 300px;
  height: 208px;
  background: #333;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
  position: absolute;
  top: 30px;
  right: 300px;
}

.leave_calendar_end.on {
  display: flex;
}

.leave_dt_section>span {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 휴가신청서 연차차감 */
.an_deduction_leave_section {
  width: 236px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.an_deduction_leave_tit {
  width: 100px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.an_deduction_leave_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.an_deduction_leave_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 휴가신청서 라인5 */
.leave_line5 {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

/* 휴가신청서 휴가종류 */
.kind_leave_section {
  width: 100%;
  height: 98px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  display: flex;
}

.kind_leave_tit {
  width: 150px;
  height: 98px;
  background: #eee;
  border-radius: 10px;
  text-align: center;
  line-height: 100px;
}

.kind_leave_tit>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.kind_leave_area {
  width: 812px;
  height: 98px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 3px;
  align-items: center;
}

.kind_leave_area_line1 {
  width: 100%;
  height: 28px;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

/* 휴가신청서 라디오버튼 */
.leave_radio_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 12px;
}

.leave_radio_btn>input {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.leave_radio_btn>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 10px;
}

.leave_h_radio {
  margin-left: 25px;
}

.leave_hh_radio {
  margin-left: 25px;
}

.leave_t_radio {
  margin-left: 25px;
}

.kind_leave_area_line2 {
  width: 100%;
  height: 28px;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

/* 휴가신청서 라디오버튼 */
.z_leave_radio_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 12px;
}

.z_leave_radio_btn>input {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.z_leave_radio_btn>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 10px;
}

.kind_leave_area_line3 {
  width: 100%;
  height: 28px;
  border: 1px solid #eee;
  border-radius: 10px;
}

/* 휴가신청서 라인6 */
.leave_line6 {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
}

/* 휴가신청서 휴가사유 */
.leave_reason_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.leave_reason_tit {
  width: 150px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.leave_reason_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.leave_reason_section input {
  width: 790px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
}

/* 휴가신청서 라인7 */
.leave_line7 {
  width: 100%;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
}

.leave_line7>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

/* 휴가신청서 라인8 */
.leave_line8 {
  width: 100%;
  height: 227px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
}

.leave_line8>pre {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%; /* 19.5px */
}

/* 해외출장신청서 모달 배경 */
.foreign_bt_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; 
}

.foreign_bt_modal_bg.on {
  display: block;
}

/* 해외출장신청서 모달 시작 */
.foreign_bt_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;
}

.foreign_bt_modal.on {
  display: flex;
  flex-direction: column;
}

/* 해외출장신청서 모달 타이틀 */
.foreign_bt_modal_top {
  width: 1560px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #CF4F00;
  margin-top: 30px;
}

.foreign_bt_modal_top h2 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}

.foreign_bt_modal_top .btn {
  border: none;
  background: none;
  cursor: pointer;
}

.foreign_bt_modal_top .btn i {
  color: #333;
  font-size: 23px;
}

.foreign_bt_modal_top .btn:hover i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

/* 해외출장신청서 스크롤 */
.foreign_bt_modal_scroll {
  /* width: 1599px; */
  width: calc(100% - 47px);
  box-sizing: content-box; 
  height: 677px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
  margin-top: 20px;
}

.foreign_bt_modal_scroll::-webkit-scrollbar {
  width: 15px; 
  background: #F6F6F6;
}

.foreign_bt_modal_scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px; 
  transition: background-color 0.3s ease;
}

.foreign_bt_modal_scroll::-webkit-scrollbar-thumb:hover {
  background-color: #333; 
  transition: background-color 0.3s ease;
}

.foreign_bt_modal_scroll::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 10px; 
  margin: 12px; 
}

/* 해외출장신청서 메인 */
.foreign_bt_modal_main {
  width: 1511px;
  height: 3581px;
}

/* 해외출장신청서 이미지 */
.foreign_bt_modal_main>img {
  margin-top: 15px;
}

/* 해외출장신청서 부서 */
.fbt_dept_section {
  width: 245px;
  height: 58px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fbt_dept_tit {
  width: 100%;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.fbt_dept_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.fbt_dept_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}

/* 해외출장신청서 직위 */
.fbt_bt_post_section {
  width: 245px;
  height: 58px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fbt_bt_post_tit {
  width: 100%;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.fbt_bt_post_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.fbt_bt_post_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}

/* 해외출장신청서 성명 */
.fbt_bt_nm_search_section {
  width: 245px;
  height: 58px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fbt_bt_nm_search_tit {
  width: 100%;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.fbt_bt_nm_search_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.fbt_bt_nm_search {
  display: flex;
  align-items: center;
}

.fbt_bt_nm_search>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}

.fbt_bt_nm_search>i {
  font-size: 13px;
  color: #333;
  line-height: 20px;
  cursor: pointer;
  margin-left: 15px;
}

.fbt_bt_nm_search:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

/* 해외출장신청서 영문성명 */
.f_nm_eng_section {
  width: 245px;
  height: 58px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.f_nm_eng_tit {
  width: 100%;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.f_nm_eng_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.f_nm_eng_section>input {
  width: 178px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #DDD;
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
}

/* 해외출장신청서 출장기간 */
.fbt_bt_dt_section {
  width: 248px;
  height: 58px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 9996;
}

.fbt_bt_dt_tit {
  width: 100%;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.fbt_bt_dt_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.adbt_bt_dt_select {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

/* 출장기간 달력 시작 */
.fbt_bt_dt_calendar {
  width: 106px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 888;
}

.fbt_bt_dt_calendar>input {
  width: 86px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.fbt_bt_dt_calendar>i {
  font-size: 13px;
  color: #aaa;
  cursor: pointer;
}

.fbt_bt_dt_calendar:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
} 

.fbt_dt_calendar {
  width: 300px;
  height: 208px;
  background: #333;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
  position: absolute;
  top: 60px;
  right: 100px;
}

.fbt_dt_calendar.on {
  display: flex;
}

/* 출장기간 달력 종료 */
.fbt_bt_dt_calendar_end {
  width: 106px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  z-index: 888;
}

.fbt_bt_dt_calendar_end>input {
  width: 86px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.fbt_bt_dt_calendar_end>i {
  font-size: 13px;
  color: #aaa;
  cursor: pointer;
}

.fbt_bt_dt_calendar_end:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
} 

.fbt_dt_calendar_end {
  width: 300px;
  height: 208px;
  background: #333;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
}

.fbt_dt_calendar_end.on {
  display: flex;
}

/* 해외출장신청서 여권번호 */
.passport_no_section {
  width: 245px;
  height: 58px;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.passport_no_tit {
  width: 100%;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.passport_no_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.passport_no_section>input {
  width: 178px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #DDD;
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
}

/* 해외출장신청서 라인7 */
.fbt_modal_line7 {
  width: 100%;
  height: 98px;
  margin-top: 10px;
}

/* 해외출장신청서 신청환율 */
.a_e_rate_section {
  width: 100%;
  height: 98px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
}

.a_e_rate_tit {
  width: 150px;
  height: 98px;
  border-radius: 10px;
  background: #eee;
  text-align: center;
  line-height: 98px;
}

.a_e_rate_tit>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.dt_c_section {
  width: 1030px;
  height: 67px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 15px;
}

/* 기준일자 상단 */
.dt_c_top {
  width: 176px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

/* 기준일자 */
.dt_c_top>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.stan_top_calendar {
  width: 106px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stan_top_calendar>input {
  width: 86px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.stan_top_calendar>i {
  font-size: 13px;
  color: #aaa;
  cursor: pointer;
}

.stan_top_calendar:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
} 

.stan_calendar {
  width: 300px;
  height: 208px;
  background: #333;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 9999;
}

.stan_calendar.on {
  display: flex;
}

/* 기준일자 하단 */
.dt_c_bottom {
  width: 1030px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 기준일자 하단 좌측 */
.dt_c_bottom_lt {
  width: 490px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dt_c_bottom_lt>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

/* 기준일자 하단 좌측 국가선택 */
.dt_c_bottom_lt select
{
  height: 28px;
  border: none;
  background: #fff;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.dt_c_bottom_lt select:focus option
{
  background: #333;
  color: #fff;
}

.dt_c_bottom_lt select option
{
  color: #333;
  font-size: 13px;
  font-weight: 500;
}

/* 환율정보버튼 */
.aod_infor_btn>button {
  border: none;
  background: #333;
  width: 80px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.aod_infor_btn>button:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.aod_infor_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

/* 환율 1 입력란 */
.dt_c_bottom_lt input {
  width: 118px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

/* 기준일자 하단 우측 */
.dt_c_bottom_rt {
  width: 490px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dt_c_bottom_rt>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

/* 기준일자 하단 우측 국가선택 */
.dt_c_bottom_rt select
{
  height: 28px;
  border: none;
  background: #fff;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.dt_c_bottom_rt select:focus option
{
  background: #333;
  color: #fff;
}

.dt_c_bottom_rt select option
{
  color: #333;
  font-size: 13px;
  font-weight: 500;
}

/* 환율 2 입력란 */
.dt_c_bottom_rt input {
  width: 118px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

/* 해외출장신청서 라인8 */
.fbt_modal_line8 {
  width: 100%;
  height: 345px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 해외출장신청서 항목 */
.fbt_list_area {
  width: 150px;
  height: 100%;
}

.fbt_list_area_tit {
  width: 100%;
  height: 100px;
  background: #eee;
  border-radius: 10px;
  line-height: 100px;
}

.fbt_list_area_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

ul.fbt_list_sec {
  width: 100%;
  height: 238px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

ul.fbt_list_sec>li {
  width: 148px;
  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;
}

/* 해외출장신청서 산출내역 */
.fbt_det_cal_area {
  width: 298px;
  height: 100%;
}

.fbt_det_cal_area_tit {
  width: 100%;
  height: 100px;
  background: #eee;
  border-radius: 10px;
  line-height: 100px;
}

.fbt_det_cal_area_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

ul.fbt_det_cal_ip {
  width: 100%;
  height: 238px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

ul.fbt_det_cal_ip>li>input {
  width: 296px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

/* 해외출장신청서 산출내역2 */
.fbt_calculation_list_area {
  width: 524px;
  height: 100%;
}

/* 해외출장신청서 산출내역2 타이틀 상단 */
.fbt_calculation_area_tit {
  width: 100%;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  line-height: 30px;
}

.fbt_calculation_area_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

/* 해외출장신청서 산출내역2 타이틀 하단 */
.fbt_calculation_area_tit2 {
  width: 100%;
  height: 65px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 해외출장신청서 산출내역2 타이틀 하단 좌측 */
.fbt_cal_area_tit2_lt {
  width: 261px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 해외출장신청서 산출내역2 타이틀 하단 좌측 상단 */
.fbt_cal_area_tit2_lt_top {
  width: 100%;
  height: 30px;
}

/* 해외출장신청서 산출내역2 타이틀 하단 좌측 상단 외화 */
.fbt_fm_tit {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #eee;
  line-height: 30px;
}

.fbt_fm_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

/* 해외출장신청서 산출내역2 타이틀 하단 좌측 하단 */
.fbt_cal_area_tit2_lt_bottom {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 해외출장신청서 산출내역2 타이틀 하단 좌측 하단 환종 */
.fbt_cha_tit {
  width: 83px;
  height: 100%;
  border-radius: 10px;
  background: #eee;
  line-height: 30px;
}

.fbt_cha_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

/* 해외출장신청서 산출내역2 타이틀 하단 좌측 하단 외화 */
.fbt_fm_tit2 {
  width: 83px;
  height: 100%;
  border-radius: 10px;
  background: #eee;
  line-height: 30px;
}

.fbt_fm_tit2>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

/* 해외출장신청서 산출내역2 타이틀 하단 좌측 하단 금액 */
.fbt_amt_tit {
  width: 83px;
  height: 100%;
  border-radius: 10px;
  background: #eee;
  line-height: 30px;
}

.fbt_amt_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

/* 해외출장신청서 산출내역2 타이틀 하단 우측 */
.fbt_cal_area_tit2_rt {
  width: 259px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 해외출장신청서 산출내역2 타이틀 하단 우측 현금 */
.fbt_cash_tit {
  width: 83px;
  height: 100%;
  border-radius: 10px;
  background: #eee;
  line-height: 65px;
}

.fbt_cash_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

/* 해외출장신청서 산출내역2 타이틀 하단 우측 법인카드 */
.fbt_comp_card_tit {
  width: 83px;
  height: 100%;
  border-radius: 10px;
  background: #eee;
  line-height: 65px;
}

.fbt_comp_card_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

/* 해외출장신청서 산출내역2 타이틀 하단 우측 소계 */
.fbt_subtotal_tit {
  width: 83px;
  height: 100%;
  border-radius: 10px;
  background: #eee;
  line-height: 65px;
}

.fbt_subtotal_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

/* 해외출장신청서 선택 입력력란 */
.fdt_select_input_section {
  width: 100%;
  height: 240px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 해외출장신청서 환종 선택란 */
ul.fbt_select_area {
  width: 83px;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

li.fdt_cha_select {
  width: 81px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

li.fdt_cha_select select
{
  width: 58px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

li.fdt_cha_select select:focus option
{
  background: #333;
  color: #fff;
}

li.fdt_cha_select select option
{
  color: #333;
  font-size: 13px;
  font-weight: 500;
}

/* 해외출장신청서 외화 입력란 */
ul.fdt_input_area {
  width: 83px;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

li.fdt_fm_input {
  width: 81px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

li.fdt_fm_input input {
  text-align: right;
  width: 58px;
  height: 20px;
  border: none;
}

/* 해외출장신청서 금액란 */
ul.fdt_amt_view_area {
  width: 83px;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

li.fdt_amt_view {
  width: 81px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

li.fdt_amt_view>p {
  text-align: right;
  width: 58px;
  height: 20px;
  border: none;
  line-height: 20px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

/* 해외출장신청서 현금 입력란 */
ul.fdt_cash_input_area {
  width: 83px;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

li.fdt_cash_input {
  width: 81px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

li.fdt_cash_input input {
  text-align: right;
  width: 58px;
  height: 20px;
  border: none;
}

/* 해외출장신청서 법인카드 입력란 */
ul.fdt_comp_card_input_area {
  width: 83px;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

li.fdt_comp_card_input {
  width: 81px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

li.fdt_comp_card_input input {
  text-align: right;
  width: 58px;
  height: 20px;
  border: none;
}

/* 해외출장신청서 소계란 */
ul.fdt_subtotal_view_area {
  width: 83px;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

li.fdt_subtotal_view {
  width: 81px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

li.fdt_subtotal_view>p {
  text-align: right;
  width: 58px;
  height: 20px;
  border: none;
  line-height: 20px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

/* 해외출장신청서 조정금액 */
.fbt_adj_amt_list_area {
  width: 524px;
  height: 100%;
}

/* 해외출장신청서 조정금액 타이틀 상단 */
.fbt_adj_amt_area_tit {
  width: 100%;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  line-height: 30px;
}

.fbt_adj_amt_area_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

/* 해외출장신청서 조정금액 타이틀 하단 */
.fbt_adj_amt_area_tit2 {
  width: 100%;
  height: 65px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 해외출장신청서 조정금액 타이틀 하단 좌측 */
.fbt_adj_amt_area_tit2_lt {
  width: 261px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 해외출장신청서 조정금액 타이틀 하단 좌측 상단 */
.fbt_adj_amt_area_tit2_lt_top {
  width: 100%;
  height: 30px;
}

/* 해외출장신청서 라인9 */
.fbt_modal_line9 {
  width: 100%;
  height: 65px;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 해외출장신청서 라인9 상단 */
.fdt_total_advance_top {
  width: 1248px;
  height: 30px;
  display: flex;
  align-items: center;
}

/* 해외출장신청서 라인9 상단 합계 */
.fdt_total_tit {
  width: 453px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  line-height: 30px;
}

.fdt_total_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.fdt_total_section_mid {
  width: 433px;
  height: 28px;
  margin-left: 94px;
}

/* 해외출장신청서 합계란 */
ul.fdt_total_view_area {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

li.fdt_total_view {
  width: 81px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

li.fdt_total_view>p {
  text-align: right;
  width: 58px;
  height: 20px;
  border: none;
  line-height: 20px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

/* 해외출장신청서 라인9 상단 우측 합계 */
.fdt_total_section_rt {
  width: 172px;
  height: 30px;
  margin-left: 94px;
}

/* 해외출장신청서 라인9 하단 */
.fdt_total_advance_bottom {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 해외출장신청서 라인9 하단 전도금 */
.fdt_advance_tit {
  width: 453px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  line-height: 30px;
}

.fdt_advance_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.fdt_advance_view {
  width: 1051px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  line-height: 28px;
}

.fdt_advance_view>p {
  color: #CF4F00;
  text-align: right;
  font-size: 13px;
  font-weight: 700;
  margin-right: 12px;
}

/* 4. 출장일정 */
.fbt_list4 {
  width: 100%;
  height: 22px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fbt_list4>span {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

/* 해외출장신청서 출장일정 */
.fbt_modal_line10 {
  width: 100%;
  height: 298px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 해외출장신청서 출장일정 입력란 */
.fbt_modal_line10 input {
  width: 1468px;
  height: 258px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

/* 5. 업무내용 */
.fbt_list5 {
  width: 100%;
  height: 22px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fbt_list5>span {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

/* 해외출장신청서 업무내용 */
.fbt_modal_line11 {
  width: 100%;
  height: 298px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 해외출장신청서 업무내용 입력란 */
.fbt_modal_line11 input {
  width: 1468px;
  height: 258px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

/* 6. 기대효과 */
.fbt_list6 {
  width: 100%;
  height: 22px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fbt_list6>span {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

/* 해외출장신청서 기대효과 */
.fbt_modal_line12 {
  width: 100%;
  height: 298px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 해외출장신청서 기대효과 입력란 */
.fbt_modal_line12 input {
  width: 1468px;
  height: 258px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

/* 7. 여행자보험 */
.fbt_list7 {
  width: 100%;
  height: 22px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fbt_list7>span {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

/* 해외출장신청서 여행자보험 */
.fbt_modal_line13 {
  width: 100%;
  height: 298px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 해외출장신청서 여행자보험 입력란 */
.fbt_modal_line13 input {
  width: 1468px;
  height: 258px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

/* 8. 비고 */
.fbt_list8 {
  width: 100%;
  height: 22px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.fbt_list8>span {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

/* 해외출장신청서 비고 */
.fbt_modal_line14 {
  width: 100%;
  height: 298px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 해외출장신청서 비고 입력란 */
.fbt_modal_line14 input {
  width: 1468px;
  height: 258px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

/* 해외출장신청서 라인15 */
.fbt_modal_line15 {
  width: 100%;
  height: 653px;
  margin-top: 5px;
}

.fbt_modal_line15>img {
  margin-top: 5px;
}

/* 지출결의서 모달배경 */
.aer_modal_bg {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.aer_modal_bg.on {
  display: block;
}

/* 지출결의서 모달 시작 */
.aer_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;
}

.aer_modal.on {
  display: flex;
  flex-direction: column;
}

/* 지출결의서 모달 타이틀 */
.aer_modal_top {
  width: 1560px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #CF4F00;
  margin-top: 30px;
}

.aer_modal_top h2 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}

.aer_modal_top .btn {
  border: none;
  background: none;
  cursor: pointer;
}

.aer_modal_top .btn i {
  color: #333;
  font-size: 23px;
}

.aer_modal_top .btn:hover i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

/* 지출결의서 스크롤 */
.aer_modal_scroll {
  /* width: 1599px; */
  width: calc(100% - 47px);
  box-sizing: content-box; 
  height: 677px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
  margin-top: 20px;
}

.aer_modal_scroll::-webkit-scrollbar {
  width: 15px; 
  background: #F6F6F6;
}

.aer_modal_scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px; 
  transition: background-color 0.3s ease;
}

.aer_modal_scroll::-webkit-scrollbar-thumb:hover {
  background-color: #333; 
  transition: background-color 0.3s ease;
}

.aer_modal_scroll::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 10px; 
  margin: 12px; 
}

/* 지출결의서 메인 */
.aer_modal_main {
  width: 1511px;
  height: 1690px;
}

/* 지출결의서 이미지 */
.aer_modal_main>img {
  margin-top: 15px;
}

/* 지출결의서 라인1 */
.aer_modal_line1 {
  width: 100%;
  height: 30px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 지출결의서 작성부서 */
.aer_writer_dept_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.aer_writer_dept_tit {
  width: 150px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.aer_writer_dept_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.aer_writer_dept_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 지출결의서 직위 */
.aer_post_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.aer_post_tit {
  width: 150px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.aer_post_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.aer_post_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 지출결의서 성명 */
.aer_nm_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.aer_nm_tit {
  width: 150px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.aer_nm_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.aer_nm_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 지출결의서 작성일자 */
.aer_writer_dt_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.aer_writer_dt_tit {
  width: 150px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.aer_writer_dt_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.aer_writer_dt_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 지출결의서 라인2 */
.aer_modal_line2 {
  width: 100%;
  height: 30px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 지출결의서 발의부서 */
.aer_initiative_dept_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.aer_initiative_dept_tit {
  width: 150px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.aer_initiative_dept_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.aer_initiative_dept_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 지출결의서 신청자명 */
.aer_nm_ip_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.aer_nm_ip_tit {
  width: 150px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.aer_nm_ip_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.aer_nm_ip_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

.aer_nm_ip_section>i {
  font-size: 13px;
  color: #333;
  line-height: 20px;
  cursor: pointer;
  margin-left: 25px;
}

.aer_nm_ip_section:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

/* 지출결의서 발의일자 */
.aer_initiative_date_section {
  width: 372px;
  height: 28px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  position: relative;
}

/* 발의일자 타이틀 */
.aer_initiative_date_tit {
  width: 150px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
}

.aer_initiative_date_tit p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

/* 발의일자 달력 */
.aer_top_calendar {
  width: 106px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
}

.aer_top_calendar>input {
  width: 86px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.aer_top_calendar>i {
  font-size: 13px;
  color: #aaa;
  cursor: pointer;
}

.aer_top_calendar:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
} 

/* 지출결의서 라인3 */
.aer_modal_line3 {
  width: 100%;
  height: 30px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 지출결의서 회계단위 */
.aer_act_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.aer_act_tit {
  width: 150px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.aer_act_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.aer_act_section select
{
  height: 28px;
  border: none;
  background: #fff;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  margin-left: 15px;
}

.aer_act_section select:focus option
{
  background: #333;
  color: #fff;
}

.aer_act_section select option
{
  color: #333;
  font-size: 13px;
  font-weight: 500;
}

/* 지출결의서 회계일자 */
.aer_act_date_section {
  width: 372px;
  height: 28px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  position: relative;
}

/* 회계일자 타이틀 */
.aer_act_date_tit {
  width: 150px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
}

.aer_act_date_tit p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

/* 회계일자 달력 */
.aer_act_top_calendar {
  width: 106px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
}

.aer_act_top_calendar>input {
  width: 86px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.aer_act_top_calendar>i {
  font-size: 13px;
  color: #aaa;
  cursor: pointer;
}

.aer_act_top_calendar:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
} 

.act_calendar {
  width: 300px;
  height: 208px;
  background: #333;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
  position: absolute;
  top: 30px;
  right: 100px;
  z-index: 9999;
}

.act_calendar.on {
  display: flex;
}

/* 지출결의서 전표구분 */
.sm_se_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.sm_se_tit {
  width: 150px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.sm_se_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.sm_se_section select
{
  height: 28px;
  border: none;
  background: #fff;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  margin-left: 15px;
}

.sm_se_section select:focus option
{
  background: #333;
  color: #fff;
}

.sm_se_section select option
{
  color: #333;
  font-size: 13px;
  font-weight: 500;
}

/* 지출결의서 문서번호 */
.aer_docu_no_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.aer_docu_no_tit {
  width: 150px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.aer_docu_no_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

/* 1. 결의내역 */
.aer_list1 {
  width: 100%;
  height: 22px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.aer_list1>span {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

/* 지출결의서 라인4 */
.aer_modal_line4 {
  width: 100%;
  height: 30px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 지출결의서 라인4 지급요청일자 */
.payment_request_section {
  width: 372px;
  height: 28px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  position: relative;
}

/* 지급요청일자 타이틀 */
.aer_pr_tit {
  width: 150px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
}

.aer_pr_tit p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

/* 지급요청일자 달력 */
.aer_pr_top_calendar {
  width: 106px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
}

.aer_pr_top_calendar>input {
  width: 86px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.aer_pr_top_calendar>i {
  font-size: 13px;
  color: #aaa;
  cursor: pointer;
}

.aer_pr_top_calendar:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
} 

.pr_calendar {
  width: 300px;
  height: 208px;
  background: #333;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
  position: absolute;
  top: 30px;
  right: 50px;
  z-index: 9999;
}

.pr_calendar.on {
  display: flex;
}

/* 지출결의서 체크박스 및 버튼 구역 */
.aer_check_btn_section {
  width: 532px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 지출결의서 체크박스 */
.aer_surtax_section {
  width: 117px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aer_surtax_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

/* 지출결의서 행추가버튼 */
.aer_line_add_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.aer_line_add_btn>button:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.aer_line_add_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

.aer_line_add_btn>button>i {
  color: #FFF;
  font-size: 15px;
  display: none;
}

.aer_line_add_btn>button:hover p {
  display: none;
}

.aer_line_add_btn>button:hover i {
  display: inline-block;
}

/* 지출결의서 행삽입버튼 */
.aer_line_insert_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.aer_line_insert_btn>button:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.aer_line_insert_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

.aer_line_insert_btn>button>i {
  color: #FFF;
  font-size: 15px;
  display: none;
}

.aer_line_insert_btn>button:hover p {
  display: none;
}

.aer_line_insert_btn>button:hover i {
  display: inline-block;
}

/* 지출결의서 행삭제버튼 */
.aer_line_delete_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.aer_line_delete_btn>button:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.aer_line_delete_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

.aer_line_delete_btn>button>i {
  color: #FFF;
  font-size: 15px;
  display: none;
}

.aer_line_delete_btn>button:hover p {
  display: none;
}

.aer_line_delete_btn>button:hover i {
  display: inline-block;
}

/* 지출결의서 행복사버튼 */
.aer_line_copy_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.aer_line_copy_btn>button:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.aer_line_copy_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

.aer_line_copy_btn>button>i {
  color: #FFF;
  font-size: 15px;
  display: none;
}

.aer_line_copy_btn>button:hover p {
  display: none;
}

.aer_line_copy_btn>button:hover i {
  display: inline-block;
}

/* 지출결의서 행초기버튼 */
.aer_line_reset_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.aer_line_reset_btn>button:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.aer_line_reset_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

/* 지출결의서 라인5 */
.aer_modal_line5 {
  width: 100%;
  height: 170px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 지출결의서 라인5 좌측 */
.aer_modal_line5_lt {
  width: 1410px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 지출결의서 라인5 좌측 입력란 */
.aer_ip_top {
  width: 100%;
  height: 135px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 지출결의서 라인5 좌측 입력란 순번 구역 */
.aer_ip_num_section {
  width: 80px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 지출결의서 라인5 좌측 입력란 순번 타이틀 */
.aer_ip_num_tit {
  width: 80px;
  height: 65px;
  border-radius: 10px;
  background: #eee;
  line-height: 65px;
  text-align: center;
}

.aer_ip_num_tit>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

/* 지출결의서 라인5 좌측 입력란 순번 */
.aer_ip_num {
  width: 78px;
  height: 63px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  text-align: center;
  line-height: 65px;
}

.aer_ip_num>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

/* 지출결의서 라인5 좌측 입력란 사업 구역 */
.aer_ip_bu_section {
  width: 305px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.aer_ip_bu_tit_area {
  width: 100%;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 지출결의서 라인5 좌측 입력란 사업 구역 상단 사업 타이틀 */
.aer_ip_bu_tit {
  width: 100%;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  line-height: 30px;
  text-align: center;
}

.aer_ip_bu_tit>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

/* 지출결의서 라인5 좌측 입력란 사업 구역 하단 */
.aer_ip_bu_tit_bottom {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 지출결의서 라인5 좌측 입력란 사업 구역 하단 원가부서 타이틀 */
.aer_cost_dept_tit {
  width: 150px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  line-height: 30px;
  text-align: center;
}

.aer_cost_dept_tit>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

/* 지출결의서 라인5 좌측 입력란 사업 구역 하단 계정 타이틀 */
.aer_id_tit {
  width: 150px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  line-height: 30px;
  text-align: center;
}

.aer_id_tit>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

/* 지출결의서 사업 하단 입력란 */
.aer_ip_bu_area {
  width: 100%;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 지출결의서 사업 하단 입력란 사업선택 */
.aer_ip_bu {
  width: 303px;
  height: 28px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #FFAD7A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aer_ip_bu_search {
  width: 275px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aer_ip_bu_search>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.aer_ip_bu_search>i {
  font-size: 13px;
  color: #333;
  line-height: 20px;
  cursor: pointer;
  margin-left: 15px;
}

.aer_ip_bu_search:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

/* 지출결의서 라인5 좌측 입력란 사업 구역 하단 */
.aer_ip_bu_bottom {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 지출결의서 라인5 좌측 입력란 사업 구역 하단 경영관리부 */
.aer_cost_dept {
  width: 148px;
  height: 28px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #FFAD7A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aer_cost_dept_search {
  width: 120px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aer_cost_dept_search>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.aer_cost_dept_search>i {
  font-size: 13px;
  color: #333;
  line-height: 20px;
  cursor: pointer;
  margin-left: 15px;
}

.aer_cost_dept_search:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

/* 지출결의서 라인5 좌측 입력란 사업 구역 하단 계정선택 */
.aer_id {
  width: 148px;
  height: 28px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #FFAD7A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aer_id_search {
  width: 120px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aer_id_search>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.aer_id_search>i {
  font-size: 13px;
  color: #333;
  line-height: 20px;
  cursor: pointer;
  margin-left: 15px;
}

.aer_id_search:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

/* 지출결의서 계정선택 돋보기 팝업 */
/* 비목계정선택 모달 배경 */
.no_act_modal_bg {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.no_act_modal_bg.on {
  display: block;
}

/* 비목계정선택 팝업 */
.no_act_modal {
  width: 905px;
  height: 556px;
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 99999;
  display: none;
  flex-direction: column;
}

.no_act_modal.on {
  display: flex;
  flex-direction: column;
}

.no_act_modal_top {
  width: 865px;
  height: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.no_act_modal_tit {
  width: 120px;
  height: 26px;
  display: flex;
  align-items: center;
  border-left: 3px solid #CF4F00;
}

.no_act_modal_tit h1 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}

.no_act_modal_close>i {
  color: #333;
  font-size: 23px;
  border: none;
  background: none;
  cursor: pointer;
}

.no_act_modal_close>i:hover {
  color: #CF4F00;
  transition: color 0.3s ease;
}

.no_act_modal_main {
  margin-top: 20px;
}

.no_act_input_section {
  width: 865px;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

.no_act_search_section {
  width: 686px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 회계계정연결 */
.no_act_aer_conn_section {
  width: 212px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.no_act_aer_conn_tit {
  width: 85px;
  height: 18px;
  margin-left: 12px;
  line-height: 18px;
}

.no_act_aer_conn_tit>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.no_act_aer_conn_section select {
  height: 22px;
  border: none;
  background: none;
  margin-right: 12px;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.no_act_aer_conn_section select:focus option 
{
  background: #333;
  color: #fff;
}

/* 비목코드 또는 비목명 */
.no_act_nm_code 
{
  width: 212px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
}

.no_act_nm_code {
  width: 226px;
}

.no_act_nm_code span {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  margin-left: 12px;
}

.no_act_nm_code input {
  width: 150px;
  height: 16px;
  margin-left: 10px;
  border: 1px solid #FFAD7A;
}

/* 회계계정명 또는 코드 */
.no_act_aer_nm_code 
{
  width: 212px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
}

.no_act_aer_nm_code {
  width: 226px;
}

.no_act_aer_nm_code span {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  margin-left: 12px;
}

.no_act_aer_nm_code input {
  width: 120px;
  height: 16px;
  margin-left: 10px;
  border: 1px solid #FFAD7A;
}

.no_act_search_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.no_act_search_btn>button:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.no_act_search_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

.no_act_dept_nm_sub_menu {
  width: 845px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.no_act_dept_nm_sub_bar {
  width: 765px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.no_act_dept_nm_sub_bar>select {
  border: none;
  background: none;
  cursor: pointer;
}

#no_act_se {
  margin-left: 12px;
}

#aer_id_nm {
  margin-right: 12px;
}

.no_act_dept_nm_sub_bar select:focus option {
  background: #333;
  color: #fff;
}

.no_act_dept_nm_sub_bar select option {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.no_act_menu_side_btn>button {
  width: 30px;
  height: 30px;
  border: none;
  background: #a5a5a5;
  border-radius: 5px;
  cursor: pointer;
}

.no_act_menu_side_btn>button>i {
  color: #fff;
}

.no_act_menu_side_btn>button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

.no_act_menu_side_modal {
  width: 172px;
  height: 404px;
  position: fixed;
  transform: translate(-83%, 2%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
  justify-content: center;
}

.no_act_menu_side_modal.on {
  display: flex;
  flex-direction: column;
}

.no_act_dept_emp_list tbody tr td.corporate_list {
  border-radius: 10px 0 0 10px;
}

.no_act_dept_emp_list {
  width: 765px;
  height: 330px;
}

.no_act_modal_bottom {
  width: 865px;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}

.no_act_modal_close_btn button {
  width: 70px;
  height: 30px;
  border: none;
  border-radius: 10px;
  background: #333;
  cursor: pointer;
}

.no_act_modal_close_btn button>p {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.no_act_modal_close_btn button.check_btn:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.no_act_modal_close_btn button.close_btn:hover {
  background: #FF0000;
  width: 75px;
  transition: background-color 0.3s ease;
}

.no_act_modal_close_btn {
  width: 150px;
  height: 30px;
}

/* 지출결의서 증빙구분(증빙일자) */
.aer_ip_evse_section {
  width: 150px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 지출결의서 증빙구분(증빙일자) 구역 */
.aer_ip_evse_tit_area {
  width: 100%;
  height: 65px;
}

/* 지출결의서 증빙구분(증빙일자) 타이틀 */
.aer_ip_evse_tit {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #eee;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.aer_ip_evse_tit>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

/* 지출결의서 증빙구분(증빙일자) 입력란 */
.aer_ip_evse_area {
  width: 150px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 지출결의서 증빙구분(증빙일자) 입력란 상단 */
.aer_ip_evse_area_top {
  width: 148px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aer_ip_evse_area_top>select
{
  height: 26px;
  border: none;
  background: #fff;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.aer_ip_evse_area_top>select:focus option
{
  background: #333;
  color: #fff;
}

.aer_ip_evse_area_top>select option
{
  color: #333;
  font-size: 13px;
  font-weight: 500;
}

/* 지출결의서 증빙구분(증빙일자) 입력란 하단 */
.aer_ip_evse_area_bottom {
  width: 148px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* 지출결의서 증빙구분(증빙일자) 입력란 하단 달력 */
.evse_top_calendar {
  width: 106px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.evse_top_calendar>input {
  width: 86px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.evse_top_calendar>i {
  font-size: 13px;
  color: #aaa;
  cursor: pointer;
}

.evse_top_calendar:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
} 

.evse_calendar {
  width: 300px;
  height: 208px;
  background: #333;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 9999;
}

.evse_calendar.on {
  display: flex;
}

/* 지출결의서 적요 */
.aer_ip_quietness_section {
  width: 150px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 지출결의서 적요 구역 */
.aer_ip_quietness_tit_area {
  width: 100%;
  height: 65px;
}

/* 지출결의서 적요 타이틀 */
.aer_ip_quietness_tit {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #eee;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.aer_ip_quietness_tit>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

/* 지출결의서 적요 입력란 */
.aer_ip_quietness_area {
  width: 150px;
  height: 65px;
}

.aer_ip_quietness {
  width: 148px;
  height: 63px;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aer_ip_quietness input {
  width: 138px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

/* 지출결의서 거래처 */
.aer_ip_cust_section {
  width: 240px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 지출결의서 거래처 구역 */
.aer_ip_cust_tit_area {
  width: 100%;
  height: 65px;
}

/* 지출결의서 거래처 타이틀 */
.aer_ip_cust_tit {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #eee;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.aer_ip_cust_tit>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

/* 지출결의서 거래처 입력란 */
.aer_ip_cust_tit_area {
  width: 100%;
  height: 65px;
}

.aer_ip_cust {
  width: 238px;
  height: 63px;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aer_cust_search {
  width: 210px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aer_cust_search>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.aer_cust_search>i {
  font-size: 13px;
  color: #333;
  line-height: 20px;
  cursor: pointer;
  margin-left: 15px;
}

.aer_cust_search:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

/* 지출결의서 거래처선택 돋보기 팝업 */
/* 거래처선택 모달 배경 */
.aer_cust_modal_bg {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.aer_cust_modal_bg.on {
  display: block;
}

/* 거래처선택 팝업 */
.aer_cust_modal {
  width: 716px;
  height: 556px;
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 99999;
  display: none;
  flex-direction: column;
}

.aer_cust_modal.on {
  display: flex;
  flex-direction: column;
}

.aer_cust_modal_top {
  width: 676px;
  height: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.aer_cust_modal_tit {
  width: 120px;
  height: 26px;
  display: flex;
  align-items: center;
  border-left: 3px solid #CF4F00;
}

.aer_cust_modal_tit h1 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}

.aer_cust_modal_close>i {
  color: #333;
  font-size: 23px;
  border: none;
  background: none;
  cursor: pointer;
}

.aer_cust_modal_close>i:hover {
  color: #CF4F00;
  transition: color 0.3s ease;
}

.aer_cust_modal_main {
  margin-top: 20px;
}

.aer_cust_input_section {
  width: 676px;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

.aer_cust_search_section {
  width: 576px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 거래처명 또는 거래처코드 */
.aer_cust_nm_code 
{
  width: 270px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
}

.aer_cust_nm_code span {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  margin-left: 12px;
}

.aer_cust_nm_code input {
  width: 178px;
  height: 16px;
  margin-left: 10px;
  border: 1px solid #FFAD7A;
}

/* 사업자등록번호 */
.aer_cust_num 
{
  width: 281px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
}

.aer_cust_num span {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  margin-left: 12px;
}

.aer_cust_num input {
  width: 148px;
  height: 16px;
  margin-left: 10px;
  border: 1px solid #FFAD7A;
}

/* 검색버튼 */
.no_act_search_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.no_act_search_btn>button:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.no_act_search_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

/* 거래처선택 사이드바 */
.aer_cust_sub_menu {
  width: 656px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.aer_cust_sub_bar {
  width: 576px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.aer_cust_sub_bar>select {
  border: none;
  background: none;
  cursor: pointer;
}

#aer_cust_se {
  margin-left: 12px;
}

#aer_cust_bu_no {
  margin-right: 12px;
}

.aer_cust_sub_bar select:focus option {
  background: #333;
  color: #fff;
}

.aer_cust_sub_bar select option {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.aer_cust_menu_side_btn>button {
  width: 30px;
  height: 30px;
  border: none;
  background: #a5a5a5;
  border-radius: 5px;
  cursor: pointer;
}

.aer_cust_menu_side_btn>button>i {
  color: #fff;
}

.aer_cust_menu_side_btn>button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

.aer_cust_menu_side_modal {
  width: 172px;
  height: 404px;
  position: fixed;
  transform: translate(-83%, 2%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
  justify-content: center;
}

.aer_cust_menu_side_modal.on {
  display: flex;
  flex-direction: column;
}

.aer_cust_list tbody tr td.corporate_list {
  border-radius: 10px 0 0 10px;
}

.aer_cust_list {
  width: 576px;
  height: 330px;
}

.aer_cust_modal_bottom {
  width: 676px;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}

.aer_cust_modal_close_btn button {
  width: 70px;
  height: 30px;
  border: none;
  border-radius: 10px;
  background: #333;
  cursor: pointer;
}

.aer_cust_modal_close_btn button>p {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.aer_cust_modal_close_btn button.check_btn:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.aer_cust_modal_close_btn button.close_btn:hover {
  background: #FF0000;
  width: 75px;
  transition: background-color 0.3s ease;
}

.aer_cust_modal_close_btn {
  width: 150px;
  height: 30px;
}

/* 지출결의서 공급가 */
.aer_ip_supply_section {
  width: 150px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 지출결의서 공급가 구역 */
.aer_ip_supply_tit_area {
  width: 100%;
  height: 65px;
}

/* 지출결의서 공급가 구역 */
.aer_ip_quietness_tit_area {
  width: 100%;
  height: 65px;
}

/* 지출결의서 공급가 타이틀 */
.aer_ip_supply_tit {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #eee;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.aer_ip_supply_tit>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

/* 지출결의서 공급가 입력란 */
.aer_ip_supply_area {
  width: 150px;
  height: 65px;
}

.aer_ip_supply {
  width: 148px;
  height: 63px;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aer_ip_supply input {
  width: 138px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

/* 지출결의서 부가세 */
.aer_ip_surtax_section {
  width: 150px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 지출결의서 부가세 구역 */
.aer_ip_surtax_tit_area {
  width: 100%;
  height: 65px;
}

/* 지출결의서 부가세 타이틀 */
.aer_ip_surtax_tit {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #eee;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.aer_ip_surtax_tit>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

/* 지출결의서 부가세 입력란 */
.aer_ip_surtax_area {
  width: 150px;
  height: 65px;
}

.aer_ip_surtax {
  width: 148px;
  height: 63px;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aer_ip_surtax input {
  width: 138px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

/* 지출결의서 금액 */
.aer_ip_amt_section {
  width: 150px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 지출결의서 금액 구역 */
.aer_ip_amt_tit_area {
  width: 100%;
  height: 65px;
}

/* 지출결의서 금액 타이틀 */
.aer_ip_amt_tit {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #eee;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.aer_ip_amt_tit>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

/* 지출결의서 금액 입력란 */
.aer_ip_amt_area {
  width: 150px;
  height: 65px;
}

.aer_ip_amt {
  width: 148px;
  height: 63px;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aer_ip_amt input {
  width: 138px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

/* 계 */
.aer_ip_bottom {
  width: 1410px;
  height: 30px;
}

.nbeqc_total_section {
  width: 1410px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 계 타이틀 */
.nbeqc_total_tit {
  width: 945px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
}

.nbeqc_total_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

/* 공급가, 부가세, 금액 값 */
.supply_p {
  width: 150px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
}

.supply_p>p {
  color: #333;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin-right: 20px;
}

.surtax_p {
  width: 150px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
}

.surtax_p>p {
  color: #333;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin-right: 20px;
}

.amt_p {
  width: 150px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;  
}

.amt_p>p {
  color: #333;
  text-align: right;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin-right: 20px;
}

/* 지출결의서 라인5 우측 */
.aer_modal_line5_rt {
  width: 70px;
  height: 100%;
}

.aer_mng_list {
  width: 70px;
  height: 22px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aer_mng_list>span {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

/* 지출결의서 라인6 */
.aer_modal_line6 {
  width: 100%;
  height: 30px;
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* 지출결의서 체크박스 및 버튼 하단 구역 */
.aer_check_btn_bottom_section {
  width: 400px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 2. 비고 */
.aer_list2 {
  width: 100%;
  height: 22px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.aer_list2>span {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

/* 지출결의서 비고 */
.aer_modal_line7 {
  width: 100%;
  height: 298px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 지출결의서 비고 입력란 */
.aer_modal_line7 input {
  width: 1468px;
  height: 258px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

.dmg_comm_list>tbody>tr>td {
  color: #333;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-weight: 500;
}

/* 분개전표 모달배경 */
.js_modal_bg {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.js_modal_bg.on {
  display: block;
}

/* 분개전표 모달 시작 */
.js_modal {
  width: 1600px;
  height: 800px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
}

.js_modal.on {
  display: flex;
  flex-direction: column;
}

/* 분개전표 모달 타이틀 */
.js_modal_top {
  width: 1560px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #CF4F00;
  margin-top: 30px;
}

.js_modal_top h2 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}

.js_modal_top .btn {
  border: none;
  background: none;
  cursor: pointer;
}

.js_modal_top .btn i {
  color: #333;
  font-size: 23px;
}

.js_modal_top .btn:hover i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

/* 분개전표 스크롤 */
.js_modal_scroll {
  /* width: 1599px; */
  width: calc(100% - 47px);
  box-sizing: content-box; 
  height: 677px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
  margin-top: 20px;
}

.js_modal_scroll::-webkit-scrollbar {
  width: 15px; 
  background: #F6F6F6;
}

.js_modal_scroll::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px; 
  transition: background-color 0.3s ease;
}

.js_modal_scroll::-webkit-scrollbar-thumb:hover {
  background-color: #333; 
  transition: background-color 0.3s ease;
}

.js_modal_scroll::-webkit-scrollbar-track {
  background: #f6f6f6;
  border-radius: 10px; 
  margin: 12px; 
}

/* 분개전표 메인 */
.js_modal_main {
  width: 1511px;
  height: 1690px;
}

/* 분개전표 이미지 */
.js_modal_main>img {
  margin-top: 15px;
}

/* 분개전표 라인1 */
.js_modal_line1 {
  width: 100%;
  height: 30px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 작성부서 */
.js_writer_dept_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.js_writer_dept_tit {
  width: 150px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.js_writer_dept_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.js_writer_dept_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 분개전표 직위 */
.js_post_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.js_post_tit {
  width: 150px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.js_post_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.js_post_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 분개전표 성명 */
.js_nm_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.js_nm_tit {
  width: 150px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.js_nm_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.js_nm_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 분개전표 작성일자 */
.js_writer_dt_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.js_writer_dt_tit {
  width: 150px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.js_writer_dt_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.js_writer_dt_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 분개전표 라인2 */
.js_modal_line2 {
  width: 100%;
  height: 30px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 발의부서 */
.js_initiative_dept_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.js_initiative_dept_tit {
  width: 150px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.js_initiative_dept_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.js_initiative_dept_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 분개전표 직위 */
.js_post_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.js_post_tit {
  width: 150px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.js_post_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.js_post_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

/* 분개전표 신청자명 */
.js_nm_ip_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.js_nm_ip_tit {
  width: 150px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.js_nm_ip_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.js_nm_ip_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 15px;
}

.js_nm_ip_section>i {
  font-size: 13px;
  color: #333;
  line-height: 20px;
  cursor: pointer;
  margin-left: 25px;
}

.js_nm_ip_section:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

/* 분개전표 발의일자 */
.js_initiative_date_section {
  width: 372px;
  height: 28px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  position: relative;
}

/* 발의일자 타이틀 */
.js_initiative_date_tit {
  width: 150px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
}

.js_initiative_date_tit p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

/* 발의일자 달력 */
.js_top_calendar {
  width: 106px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
}

.js_top_calendar>input {
  width: 86px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.js_top_calendar>i {
  font-size: 13px;
  color: #aaa;
  cursor: pointer;
}

.js_top_calendar:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
} 

/* 분개전표 라인3 */
.js_modal_line3 {
  width: 100%;
  height: 30px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 회계단위 */
.js_act_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.js_act_tit {
  width: 150px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.js_act_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.js_act_section select
{
  height: 28px;
  border: none;
  background: #fff;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  margin-left: 15px;
}

.js_act_section select:focus option
{
  background: #333;
  color: #fff;
}

.js_act_section select option
{
  color: #333;
  font-size: 13px;
  font-weight: 500;
}

/* 분개전표 회계일자 */
.js_act_date_section {
  width: 372px;
  height: 28px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  position: relative;
}

/* 회계일자 타이틀 */
.js_act_date_tit {
  width: 150px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
}

.js_act_date_tit p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

/* 회계일자 달력 */
.js_act_top_calendar {
  width: 106px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
}

.js_act_top_calendar>input {
  width: 86px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.js_act_top_calendar>i {
  font-size: 13px;
  color: #aaa;
  cursor: pointer;
}

.js_act_top_calendar:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
} 

/* 분개전표 문서번호 */
.js_docu_no_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.js_docu_no_tit {
  width: 150px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  line-height: 28px;
}

.js_docu_no_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

/* 1. 결의내역 */
.js_list1 {
  width: 100%;
  height: 22px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.js_list1>span {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

/* 분개전표 라인4 */
.js_modal_line4 {
  width: 100%;
  height: 30px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 지급요청일자 달력 */
.aer_pr_top_calendar {
  width: 106px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
}

.aer_pr_top_calendar>input {
  width: 86px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.aer_pr_top_calendar>i {
  font-size: 13px;
  color: #aaa;
  cursor: pointer;
}

.aer_pr_top_calendar:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
} 

/* 분개전표 체크박스 및 버튼 구역 */
.js_check_btn_section {
  width: 532px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 체크박스 */
.js_surtax_section {
  width: 117px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.js_surtax_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

/* 분개전표 행추가버튼 */
.js_line_add_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.js_line_add_btn>button:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.js_line_add_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

.js_line_add_btn>button>i {
  color: #FFF;
  font-size: 15px;
  display: none;
}

.js_line_add_btn>button:hover p {
  display: none;
}

.js_line_add_btn>button:hover i {
  display: inline-block;
}

/* 분개전표 행삽입버튼 */
.js_line_insert_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.js_line_insert_btn>button:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.js_line_insert_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

.js_line_insert_btn>button>i {
  color: #FFF;
  font-size: 15px;
  display: none;
}

.js_line_insert_btn>button:hover p {
  display: none;
}

.js_line_insert_btn>button:hover i {
  display: inline-block;
}

/* 분개전표 행삭제버튼 */
.js_line_delete_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.js_line_delete_btn>button:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.js_line_delete_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

.js_line_delete_btn>button>i {
  color: #FFF;
  font-size: 15px;
  display: none;
}

.js_line_delete_btn>button:hover p {
  display: none;
}

.js_line_delete_btn>button:hover i {
  display: inline-block;
}

/* 분개전표 행복사버튼 */
.js_line_copy_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.js_line_copy_btn>button:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.js_line_copy_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

.js_line_copy_btn>button>i {
  color: #FFF;
  font-size: 15px;
  display: none;
}

.js_line_copy_btn>button:hover p {
  display: none;
}

.js_line_copy_btn>button:hover i {
  display: inline-block;
}

/* 분개전표 행초기버튼 */
.js_line_reset_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.js_line_reset_btn>button:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.js_line_reset_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

/* 분개전표 라인5 */
.js_modal_line5 {
  width: 100%;
  height: 170px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 라인5 좌측 */
.js_modal_line5_lt {
  width: 1410px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 라인5 좌측 입력란 */
.js_ip_top {
  width: 100%;
  height: 135px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 라인5 좌측 입력란 순번 구역 */
.js_ip_num_section {
  width: 80px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 라인5 좌측 입력란 순번 타이틀 */
.js_ip_num_tit {
  width: 80px;
  height: 65px;
  border-radius: 10px;
  background: #eee;
  line-height: 65px;
  text-align: center;
}

.js_ip_num_tit>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

/* 분개전표 라인5 좌측 입력란 순번 */
.js_ip_num {
  width: 78px;
  height: 63px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  text-align: center;
  line-height: 65px;
}

.js_ip_num>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

/* 분개전표 라인5 좌측 입력란 사업 구역 */
.js_ip_bu_section {
  width: 305px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.js_ip_bu_tit_area {
  width: 100%;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 라인5 좌측 입력란 사업 구역 상단 사업 타이틀 */
.js_ip_bu_tit {
  width: 100%;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  line-height: 30px;
  text-align: center;
}

.js_ip_bu_tit>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

/* 분개전표 라인5 좌측 입력란 사업 구역 하단 */
.js_ip_bu_tit_bottom {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 라인5 좌측 입력란 사업 구역 하단 원가부서 타이틀 */
.js_cost_dept_tit {
  width: 150px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  line-height: 30px;
  text-align: center;
}

.js_cost_dept_tit>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

/* 분개전표 라인5 좌측 입력란 사업 구역 하단 계정 타이틀 */
.js_id_tit {
  width: 150px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  line-height: 30px;
  text-align: center;
}

.js_id_tit>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

/* 분개전표 사업 하단 입력란 */
.js_ip_bu_area {
  width: 100%;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 사업 하단 입력란 사업선택 */
.js_ip_bu {
  width: 303px;
  height: 28px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #FFAD7A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js_ip_bu_search {
  width: 275px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.js_ip_bu_search>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.js_ip_bu_search>i {
  font-size: 13px;
  color: #333;
  line-height: 20px;
  cursor: pointer;
  margin-left: 15px;
}

.js_ip_bu_search:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

/* 분개전표 라인5 좌측 입력란 사업 구역 하단 */
.js_ip_bu_bottom {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 라인5 좌측 입력란 사업 구역 하단 경영관리부 */
.js_cost_dept {
  width: 148px;
  height: 28px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #FFAD7A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js_cost_dept_search {
  width: 120px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.js_cost_dept_search>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.js_cost_dept_search>i {
  font-size: 13px;
  color: #333;
  line-height: 20px;
  cursor: pointer;
  margin-left: 15px;
}

.js_cost_dept_search:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

/* 분개전표 라인5 좌측 입력란 사업 구역 하단 계정선택 */
.js_id {
  width: 148px;
  height: 28px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #FFAD7A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js_id_search {
  width: 120px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.js_id_search>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.js_id_search>i {
  font-size: 13px;
  color: #333;
  line-height: 20px;
  cursor: pointer;
  margin-left: 15px;
}

.js_id_search:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

/* 분개전표 증빙구분(증빙일자) */
.js_ip_evse_section {
  width: 150px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 증빙구분(증빙일자) 구역 */
.js_ip_evse_tit_area {
  width: 100%;
  height: 65px;
}

/* 분개전표 증빙구분(증빙일자) 타이틀 */
.js_ip_evse_tit {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #eee;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.js_ip_evse_tit>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

/* 분개전표 증빙구분(증빙일자) 입력란 */
.js_ip_evse_area {
  width: 150px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 증빙구분(증빙일자) 입력란 상단 */
.js_ip_evse_area_top {
  width: 148px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js_ip_evse_area_top>select
{
  height: 26px;
  border: none;
  background: #fff;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.js_ip_evse_area_top>select:focus option
{
  background: #333;
  color: #fff;
}

.js_ip_evse_area_top>select option
{
  color: #333;
  font-size: 13px;
  font-weight: 500;
}

/* 분개전표 증빙구분(증빙일자) 입력란 하단 */
.js_ip_evse_area_bottom {
  width: 148px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* 분개전표 적요 */
.js_ip_quietness_section {
  width: 150px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 적요 구역 */
.js_ip_quietness_tit_area {
  width: 100%;
  height: 65px;
}

/* 분개전표 적요 타이틀 */
.js_ip_quietness_tit {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #eee;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.js_ip_quietness_tit>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

/* 분개전표 적요 입력란 */
.js_ip_quietness_area {
  width: 150px;
  height: 65px;
}

.js_ip_quietness {
  width: 148px;
  height: 63px;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js_ip_quietness input {
  width: 138px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

/* 분개전표 거래처 */
.js_ip_cust_section {
  width: 240px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 거래처 구역 */
.js_ip_cust_tit_area {
  width: 100%;
  height: 65px;
}

/* 분개전표 거래처 타이틀 */
.js_ip_cust_tit {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #eee;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.js_ip_cust_tit>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.js_ip_cust {
  width: 238px;
  height: 63px;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js_cust_search {
  width: 210px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.js_cust_search>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.js_cust_search>i {
  font-size: 13px;
  color: #333;
  line-height: 20px;
  cursor: pointer;
  margin-left: 15px;
}

.js_cust_search:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

/* 분개전표 차변,대변 공급가 부가세 */
.js_supply_surtax_section {
  width:  305px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 차변,대변 공급가 부가세 상단 */
.js_supply_surtax_section_top {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 차변,대변 공급가 부가세 상단 차변 부가세 */
.js_debit_surtax_section {
  width: 150px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 차변,대변 공급가 부가세 상단 차변*/
.js_debit_section {
  width: 100%;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js_debit_section>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

/* 분개전표 차변,대변 공급가 부가세 상하단 부가세*/
.js_tax_section {
  width: 100%;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js_tax_section>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

/* 분개전표 차변,대변 공급가 부가세 상단 대변 부가세 */
.js_note_surtax_section {
  width: 150px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 차변,대변 공급가 부가세 상단 대변 */
.js_note_section {
  width: 100%;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js_note_section>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

/* 분개전표 차변,대변 공급가 부가세 하단 */
.js_supply_surtax_section_bottom {
  width: 100%;
  height: 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 차변,대변 공급가 부가세 하단 차변 부가세 */
.js_ip_debit_surtax_section {
  width: 150px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 차변,대변 공급가 부가세 하단 차변 */
.js_ip_debit_section {
  width: 148px;
  height: 28px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #FFAD7A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js_ip_debit_section>input {
  width: 130px;
  height: 20px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ccc;
  color: #DDD;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

/* 분개전표 차변,대변 공급가 부가세 하단 부가세 */
.js_ip_surtax_section {
  width: 148px;
  height: 28px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #FFAD7A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js_ip_surtax_section>input {
  width: 130px;
  height: 20px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ccc;
  color: #DDD;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

/* 분개전표 차변,대변 공급가 부가세 하단 대변 부가세 */
.js_ip_note_surtax_section {
  width: 150px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}


/* 분개전표 차변,대변 공급가 부가세 하단 대변 */
.js_ip_note_section {
  width: 148px;
  height: 28px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #FFAD7A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js_ip_note_section>input {
  width: 130px;
  height: 20px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #ccc;
  color: #DDD;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

/* 분개전표 금액 */
.js_ip_amt_section {
  width: 150px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 금액 구역 */
.js_ip_amt_tit_area {
  width: 100%;
  height: 65px;
}

/* 분개전표 금액 타이틀 */
.js_ip_amt_tit {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #eee;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.js_ip_amt_tit>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

/* 분개전표 금액 입력란 */
.js_ip_amt_area {
  width: 150px;
  height: 65px;
}

.js_ip_amt {
  width: 148px;
  height: 63px;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js_ip_amt input {
  width: 138px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

/* 계 */
.js_ip_bottom {
  width: 1410px;
  height: 30px;
}

/* 분개전표 라인5 우측 */
.js_modal_line5_rt {
  width: 70px;
  height: 100%;
}

.js_mng_list {
  width: 70px;
  height: 22px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js_mng_list>span {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

/* 분개전표 라인6 */
.js_modal_line6 {
  width: 100%;
  height: 30px;
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* 분개전표 체크박스 및 버튼 하단 구역 */
.js_check_btn_bottom_section {
  width: 400px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 분개전표 행추가버튼 */
.js_line_add_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.js_line_add_btn>button:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.js_line_add_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

.js_line_add_btn>button>i {
  color: #FFF;
  font-size: 15px;
  display: none;
}

.js_line_add_btn>button:hover p {
  display: none;
}

.js_line_add_btn>button:hover i {
  display: inline-block;
}

/* 분개전표 행삽입버튼 */
.js_line_insert_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.js_line_insert_btn>button:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.js_line_insert_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

.js_line_insert_btn>button>i {
  color: #FFF;
  font-size: 15px;
  display: none;
}

.js_line_insert_btn>button:hover p {
  display: none;
}

.js_line_insert_btn>button:hover i {
  display: inline-block;
}

/* 분개전표 행삭제버튼 */
.js_line_delete_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.js_line_delete_btn>button:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.js_line_delete_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

.js_line_delete_btn>button>i {
  color: #FFF;
  font-size: 15px;
  display: none;
}

.js_line_delete_btn>button:hover p {
  display: none;
}

.js_line_delete_btn>button:hover i {
  display: inline-block;
}

/* 분개전표 행복사버튼 */
.js_line_copy_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.js_line_copy_btn>button:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.js_line_copy_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

.js_line_copy_btn>button>i {
  color: #FFF;
  font-size: 15px;
  display: none;
}

.js_line_copy_btn>button:hover p {
  display: none;
}

.js_line_copy_btn>button:hover i {
  display: inline-block;
}

/* 분개전표 행초기버튼 */
.js_line_reset_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.js_line_reset_btn>button:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.js_line_reset_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

/* 2. 비고 */
.js_list2 {
  width: 100%;
  height: 22px;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.js_list2>span {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

/* 분개전표 비고 */
.js_modal_line7 {
  width: 100%;
  height: 298px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 분개전표 비고 입력란 */
.js_modal_line7 input {
  width: 1468px;
  height: 258px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

/* 지급요청일자 달력 */
.js_pr_top_calendar {
  width: 106px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
}

.js_pr_top_calendar>input {
  width: 86px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.js_pr_top_calendar>i {
  font-size: 13px;
  color: #aaa;
  cursor: pointer;
}

.js_pr_top_calendar:hover>i {
  color: #CF4F00;
  transition: color 0.3s ease;
} 

/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* 2025.08.18 참조기안 수정 */

/* 참조기안 */
.adbt_refer_design_section {
  width: 100%;
  min-height: 78px;   
  height: auto;      
  display: flex;
  align-items: stretch;  
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-top: 5px;
}

.refer_design_tit {
  width: 150px;
  height: auto;         
  background: #eee;
  border-radius: 10px;
  display: flex;       
  align-items: center;
  justify-content: center;
}

.refer_design_tit>p {
color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;  
}

/* 참조기안 */
.adbt_related_docu_box {
  width: 1330px;
  height: 70px;
  margin-left: 15px;
}

.related_docu_top {
  width: 100%;
  height: 30px;
}

/* 관련문서추가 버튼 */
.related_docu_add_btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}

.related_docu_add_btn button {
  width: 153px;
  height: 30px;
  border-radius: 10px;
  background: #CF4F00;
  border: none;
  cursor: pointer;
}

.related_docu_add_btn button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

.related_docu_add_btn button p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

/* 참조기안 모달 배경 */
.refer_design_modal_bg {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.refer_design_modal_bg.on {
  display: block;
}

/* 참조기안 모달 */
.refer_design_modal {
  width: 1125px;
  height: 556px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
}

.refer_design_modal.on {
  display: flex;
  flex-direction: column;
}

/* 참조기안 모달 타이틀 */
.refer_design_modal_top {
  width: 1085px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #CF4F00;
  margin-top: 30px;
}

.refer_design_modal_top h2 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-left: 5px;
}

.refer_design_modal_top .btn {
  border: none;
  background: none;
  cursor: pointer;
}

.refer_design_modal_top .btn i {
  color: #333;
  font-size: 23px;
}

.refer_design_modal_top .btn:hover i {
  color: #CF4F00;
  transition: color 0.3s ease;
}

/* 참조기안 모달 검색조건 */
.refer_design_terms {
  width: 1085px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

/* 참조기안 모달 검색조건 좌측 */
.refer_design_terms_lt {
  width: 714px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 참조기안 모달 검색조건 좌측 양식명 검색 */
.rd_docu_nm_section {
  width: 207px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
}

.rd_docu_nm_section>p {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  margin-left: 12px;
}

.rd_docu_nm_section input {
  width: 129px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #FFAD7A;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
}

/* 참조기안 모달 검색조건 좌측 제목 */
.rd_tit_section {
  width: 495px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFEDE2;
  display: flex;
  align-items: center;
}

.rd_tit_tit {
  width: 150px;
  height: 28px;
  background: #FFEDE2;
  border-radius: 10px;
  line-height: 28px;
}

.rd_tit_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.rd_tit_section input {
  width: 318px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #FFAD7A;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
}

/* 참조기안 모달 검색조건 우측 */
.refer_design_terms_rt {
  width: 70px;
  height: 30px;
}

/* 참조기안 모달 검색조건 우측 검색버튼 */
.rd_search_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.rd_search_btn>button:hover {
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.rd_search_btn>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

.refer_design_modal_main {
  width: 1085px;
  height: 355px;
}

/* 참조기안 모달 리스트 서브메뉴 */
.rd_sub_menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.rd_sub_bar {
  width: 1015px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rd_sub_bar select {
  border: none;
  background: none;
  cursor: pointer;
  height: 22px;
}

.rd_sub_bar select#docu_sort {
  margin-left: 12px;
}

.rd_sub_bar select#rd_writer {
  margin-right: 12px;
}

.rd_sub_bar select:focus option {
  background: #333;
  color: #fff;
}

.rd_sub_bar select option {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

/* 참조기안 모달 리스트 사이드메뉴 */
.rd_menu_side_btn>button {
  width: 50px;
  height: 30px;
  border: none;
  border-radius: 10px;
  background: #A5A5A5;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.rd_menu_side_btn>button:hover {
  background: #333;
  transition: background-color 0.3s ease;
}

.rd_menu_side_btn>button>i {
  font-size: 15px;
  color: #fff;
}

.rd_menu_side_modal {
  width: 172px;
  height: 404px;
  position: fixed;
  transform: translate(-71%, 2%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
  justify-content: center;
}

.rd_menu_side_modal.on {
  display: flex;
  flex-direction: column;
}

.menu_side_section {
  width: 134px;
  height: 384px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul.menu_side_list {
  width: 100%;
  height: 96px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.menu_side_list li {
  cursor: pointer;
}

ul.menu_side_list li p {
  color: #AAA;
  font-size: 15px;
  font-weight: 500;
}

ul.menu_side_list li:hover p {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  transition: color 0.3s ease;
}

ul.article_menu {
  margin-top: 10px;
  width: 95px;
  height: 278px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.article_menu li {
  color: #aaa;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}

ul.article_menu li i {
  font-size: 15px;
  color: #aaa;
  margin-right: 15px;
  cursor: pointer;
}

/* 참조기안 모달 하단 버튼 */
.refer_design_bottom {
  width: 1085px;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

/* 참조기안 모달 확인버튼 */
.rd_modal_check>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

.rd_modal_check>button:hover {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.rd_modal_check>button>p {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}

/* 참조기안 모달 닫기버튼 */
.rd_modal_close button {
  width: 70px;
  height: 30px;
  background: #333;
  border-radius: 10px;
  border: none;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  margin-left: 10px;
}

.rd_modal_close button:hover {
  background: #FF0000;
  transition: background-color 0.3s ease;
  width: 75px;
}

.related_docu_bottom {
  width: 100%;
  height: 30px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.adbt_related_docu_intel {
  width: 1245px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 문서번호 */
.adbt_r_docu_no {
  width: 150px;
  height: 100%;
  background: #eee;
}

.adbt_r_docu_no>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

/* 제목 */
.adbt_r_docu_tit {
  width: 310px;
  height: 100%;
  background: #eee;
}

.adbt_r_docu_tit>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

/* 부서 */
.adbt_r_docu_dept {
  width: 100px;
  height: 100%;
  background: #eee;
}

.adbt_r_docu_dept>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

/* 직위 */
.adbt_r_docu_post {
  width: 100px;
  height: 100%;
  background: #eee;
}

.adbt_r_docu_post>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

/* 작성자 */
.adbt_r_docu_writer {
  width: 100px;
  height: 100%;
  background: #eee;
}

.adbt_r_docu_writer>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

/* 작성일자 */
.adbt_r_docu_writer_date {
  width: 150px;
  height: 100%;
  background: #eee;
}

.adbt_r_docu_writer_date>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

/* 결재상태 */
.adbt_r_docu_payment_state {
  width: 150px;
  height: 100%;
  background: #eee;
}

.adbt_r_docu_payment_state>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

/* 결재일자 */
.adbt_r_docu_payment_date {
  width: 150px;
  height: 100%;
  background: #eee;
}

.adbt_r_docu_payment_date>p {
  color: #333;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

/* 취소버튼 */
.related_docu_cancel {
  width: 70px;
  height: 30px; 
}

.adbt_related_docu_box {
  width: 1330px;
  height: auto;      
  margin-left: 15px;
}

.related_docu_bottom2 {
  width: 100%;
  height: 30px;
  display: none;         
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: visible;
}

.rdb2_row {
  position: relative;
  flex-wrap: nowrap; 
}

.rdb2_remove_btn {
  position: absolute;
  top: 50%;
  right: -60px;        
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.rdb2_remove_btn i {
  font-size: 18px;
  color: #aaa;
}

.rdb2_remove_btn:hover i {
  color: #333;
  transition: color 0.15s ease;
}
