@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');

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

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

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

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

/* 지급관리 섹션 시작 */
.cbn_comm_section {
  /* width: 1610px; */
  width: calc(100% - 7px);
  height: 600px;
  margin-top: 20px;
}

/* 지급관리 검색조건 */
.cbn_comm_terms {
  /* width: 1390px; */
  width: calc(100% - 70px);
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.cbn_comm_terms_top {
  width: 100%;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
} 

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

/* 회계단위 */
.cbn_accounting_unit_section {
  width: 308px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  align-items: center;
}

.cbn_accounting_unit_tit {
  width: 120px;
  height: 28px;
  background: #ffede2;
  border-radius: 10px;
}

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

.cbn_accounting_unit_section select {
  border: none;
  cursor: pointer;
  margin-left: 15px;
}

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

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

/* 검색조건 집계구분 */
.aggregate_se_section {
  width: 308px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
}

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

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

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

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

.as_r_group_n {
  margin-left: 15px;
}

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

/* 검색조건 처리상태 */
.pro_status_section {
  width: 308px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
}

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

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

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

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

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

/* 검색조건 검색기간 작성일자 */
.dt_search_section {
  width: 538px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
}

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

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

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

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

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

.app_dt_search_calendar {
  width: 240px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 3px;
}

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

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

.app_dt_period_calendar_prev,
.app_dt_period_calendar_next
{
  width: 106px;
  height: 22px;
  display: flex;
  align-items: center;
}

.app_dt_period_calendar_prev>input,
.app_dt_period_calendar_next>input
{
  width: 88px;
  height: 22px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.app_dt_period_calendar_prev>i,
.app_dt_period_calendar_next>i 
{
  color: #aaa;
  font-size: 13px;
  margin-left: 6px;
  cursor: pointer;
  z-index: 20;
}

.app_dt_period_calendar_prev:hover>i,
.app_dt_period_calendar_next:hover>i 
{
  color: #CF4F00;
  transition: color 0.3s ease;
}

.ne_e_calendar_prev,
.ne_e_calendar_next
{
  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: 30;
}

.ne_e_calendar_next {
  position: absolute;
  top: 30px;
  left: 10px;
}

.ne_e_calendar_prev.on,
.ne_e_calendar_next.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;
}

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

/* 검색조건 전표종류 */
.statement_kind_section {
  width: 308px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
}

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

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

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

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

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

/* 검색조건 문서제목 */
.app_docu_tit_section {
  width: 308px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  align-items: center;
}

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

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

.app_docu_tit_section>input {
  width: 158px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #FFAD7A;
  background: #fff;
  margin-left: 15px;
}

/* 검색조건 적요 */
.app_quietness_section {
  width: 308px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  align-items: center;
}

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

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

.app_quietness_section>input {
  width: 158px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #FFAD7A;
  background: #fff;
  margin-left: 15px;
}

/* 검색조건 작성부서, 작성자 구역 */
.app_write_dp_nm_section {
  width: 540px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 검색조건 작성부서 */
.app_write_dp_section {
  width: 258px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
}

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

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

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

/* 검색조건 작성자 */
.app_write_nm_section {
  width: 258px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  align-items: center;
}

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

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

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

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

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

/* 사업선택 모달 배경 */
.n_emp_modal_bg {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.n_emp_modal_bg.on {
  display: block;
}

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

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

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

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

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

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

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

.n_emp_modal_main {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

.emp_nm_no {
  width: 226px;
}

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

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

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

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

.n_radio_retiree {
  margin-left: 15px;
}

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

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

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

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

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

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

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

#corporate {
  margin-left: 12px;
}

#emp_no {
  margin-right: 12px;
}

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

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

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

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

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

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

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

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

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

ul.menu_side_list li {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 검색조건 거래처명 */
.isi_cost_nm_section {
  width: 308px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  align-items: center;
}

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

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

.isi_cost_nm_section>input {
  width: 99px;
  height: 20px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin-left: 15px;
}

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

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

/* 참조기안 모달 배경 */
.isi_cost_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; 
}

.isi_cost_modal_bg.on {
  display: block;
}

/* 거래처선택 모달 */
.isi_cost_modal {
  width: 716px;
  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;
}

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

/* 거래처선택 모달 타이틀 */
.isi_cost_modal_top {
  width: 676px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #CF4F00;
  margin-top: 30px;
}

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

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

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

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

/* 거래처선택 모달 검색조건 */
.isi_cost_terms {
  width: 676px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

/* 거래처선택 모달 검색조건 좌측 */
.isi_cost_terms_lt {
  width: 576px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 거래처선택 모달 검색조건 좌측 거래처명 검색 */
.app_isi_cost_nm_section {
  width: 270px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
}

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

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

/* 거래처선택 모달 검색조건 좌측 사업자등록번호 검색 */
.app_isi_bu_no_section {
  width: 281px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
}

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

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

/* 거래처선택 모달 검색조건 우측 */
.isi_cost_terms_rt {
  width: 70px;
  height: 30px;
}

/* 거래처선택 모달 검색조건 우측 검색버튼 */
.isi_cost_search_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

.isi_cost_modal_main {
  width: 676px;
  height: 355px;
}

/* 거래처선택 모달 리스트 서브메뉴 */
.isi_cost_sub_menu {
  width: 666px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

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

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

.isi_cost_sub_bar select#cost_se {
  margin-left: 12px;
}

.isi_cost_sub_bar select#bu_no {
  margin-right: 12px;
}

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

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

/* 거래처선택 모달 리스트 사이드메뉴 */
.isi_cost_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;
}

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

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

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

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

/* 거래처선택 모달 하단 버튼 */
.isi_cost_bottom {
  width: 676px;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

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

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

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

/* 거래처선택 모달 닫기버튼 */
.isi_cost_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;
}

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

/* 검색조건 전표번호 */
.app_statement_no_section {
  width: 308px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  align-items: center;
}

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

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

.app_statement_no_section>input {
  width: 158px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #FFAD7A;
  background: #fff;
  margin-left: 15px;
}

/* 검색조건 승인번호 */
.app_sign_no_section {
  width: 308px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  align-items: center;
}

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

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

.app_sign_no_section>input {
  width: 158px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #FFAD7A;
  background: #fff;
  margin-left: 15px;
}

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

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

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

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

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

/* 전체해제버튼 */
.all_cansel_btn>button {
  border: none;
  background: #333;
  width: 80px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 지급예정일 설정 */
.pay_due_dt_btn>button {
  border: none;
  background: #333;
  width: 130px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 일일지급계획서작성 */
.pay_dt_w_btn>button {
  border: none;
  background: #333;
  width: 140px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 지급일 설정 버튼 */
.pay_dt_s_btn>button {
  border: none;
  background: #333;
  width: 100px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

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

/* 조회버튼 */
.inquiry_btn>button {
  border: none;
  background: #007BDF;
  width: 80px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 지급계정관리 버튼 */
.pay_id_mng_btn>button {
  border: none;
  background: #333;
  width: 120px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 총괄표양식설정 버튼 */
.pay_t_btn>button {
  border: none;
  background: #333;
  width: 120px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 지급계정설정 모달 배경 */
.pay_id_s_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; 
}

.pay_id_s_modal_bg.on {
  display: block;
}

/* 지급계정설정 모달 */
.pay_id_s_modal {
  width: 905px;
  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;
}

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

/* 지급계정설정 모달 타이틀 */
.pay_id_s_modal_top {
  width: 865px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #CF4F00;
  margin-top: 30px;
}

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

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

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

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

/* 지급계정설정 모달 검색조건 */
.pay_id_s_terms {
  width: 865px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

/* 지급계정설정 모달 검색조건 좌측 */
.pay_id_s_terms_lt {
  width: 544px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 지급계정설정 모달 검색조건 좌측 비목 검색 */
.pay_id_s_ie_section {
  width: 212px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
}

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

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

/* 지급계정설정 모달 검색조건 좌측 회계계정 검색 */
.pay_id_s_ie_id_section {
  width: 212px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
}

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

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

/* 지급계정설정 모달 조회버튼 */
.pay_id_s_inquiry_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 지급계정설정 모달 검색조건 우측 */
.pay_id_s_terms_rt {
  width: 230px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 행추가 버튼 */
.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_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;
}

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

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

.pay_id_s_modal_main {
  width: 865px;
  height: 355px;
}

/* 지급계정설정 모달 리스트 서브메뉴 */
.pay_id_s_sub_menu {
  width: 845px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

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

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

.pay_id_s_sub_bar select#cost_se {
  margin-left: 12px;
}

.pay_id_s_sub_bar select#bu_no {
  margin-right: 12px;
}

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

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

/* 지급계정설정 모달 리스트 사이드메뉴 */
.pay_id_s_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;
}

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

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

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

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

/* 지급계정설정 모달 하단 버튼 */
.pay_id_s_bottom {
  width: 865px;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

/* 지급계정설정 모달 확인버튼 */
.pay_id_s_modal_check>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 지급계정설정 모달 닫기버튼 */
.pay_id_s_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;
}

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

/* 총괄표양식설정 버튼 클릭 시 총괄표양식설정 모달배경 */
.pay_t_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; 
}

.pay_t_modal_bg.on {
  display: block;
}

/* 총괄표양식설정 설정버튼 클릭 시 총괄표양식설정 모달 시작 */
.pay_t_modal {
  width: 1491px;
  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;
}

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

/* 총괄표양식설정 타이틀 */
.pay_t_top {
  width: 1428px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #CF4F00;
  margin-top: 30px;
}

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

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

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

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

/* 총괄표양식설정 메인 */
.pay_t_modal_main {
  width: 1428px;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

/* 총괄표양식설정 메인 좌측 */
.pay_t_modal_lt {
  width: 706px;
  height: 100%;
}

/* 총괄표양식설정 메인 좌측 검색조건 */
.pay_t_modal_lt_top {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.pt_total_items_section {
  width: 125px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.pt_total_items_section>span {
  color: #CF4F00;
  font-size: 15px;
  font-weight: 700;
}

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

/* 총괄표양식설정 좌측 메인 */
.pay_t_modal_lt_main {
  width: 100%;
  height: 335px;
  margin-top: 15px;
}

/* 총괄표양식설정 좌측 메인 리스트 서브메뉴 */
.pay_t_sub_menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

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

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

.pay_t_sub_bar select#pt_select {
  margin-left: 12px;
}

.pay_t_sub_bar select#pt_range {
  margin-right: 12px;
}

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

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

/* 총괄표양식설정 모달 리스트 사이드메뉴 */
.pay_t_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;
}

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

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

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

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

/* 총괄표양식설정 메인 우측 */
.pay_t_modal_rt {
  width: 706px;
  height: 100%;
}

/* 총괄표양식설정 메인 우측 검색조건 */
.pay_t_modal_rt_top {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

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

.pt_total_items_section2 {
  width: 125px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.pt_total_items_section2>span {
  color: #CF4F00;
  font-size: 15px;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 총괄표양식설정 우측 메인 */
.pay_t_modal_rt_main {
  width: 100%;
  height: 335px;
  margin-top: 15px;
}

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

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

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

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

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

/* 총괄표양식설정 하단 버튼 */
.pay_t_modal_footer_btn {
  width: 1451px;
  height: 30px;
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

/* 총괄표양식설정 모달 확인버튼 */
.pay_t_modal_check>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

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

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

.pay_t_pom_close_btn button p {
  color: #FFF;
  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#isi_accounting_unit {
  margin-left: 12px;
}

.dmg_comm_sub_bar select#isi_account_dt {
  margin-right: 12px;
}

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

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

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

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

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

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

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

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

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

ul.menu_side_list li {
  cursor: pointer;
}

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

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

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

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

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

/* 리스트 사이드메뉴 검색조건 */
.dmg_comm_sub_bar_terms {
  /* width: 1540px; */
  width: calc(100% - 72px);
  height: 28px;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

/* 리스트 사이드메뉴 검색조건 회계단위 */
.isi_accounting_unit_ip input {
  width: 128px;
  height: 15px;
  margin-left: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* 리스트 사이드메뉴 검색조건 전표종류 */
.isi_state_type_ip input {
  width: 128px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* 리스트 사이드메뉴 검색조건 처리상태 */
.isi_pro_status_ip input {
  width: 82px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* 리스트 사이드메뉴 검색조건 문서제목 */
.isi_docu_tit_ip input {
  width: 128px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* 리스트 사이드메뉴 검색조건 적요 */
.isi_quietness_ip input {
  width: 82px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* 리스트 사이드메뉴 검색조건 청구금액(합) */
.isi_billing_amt_sum_ip input {
  width: 114px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* 리스트 사이드메뉴 검색조건 작성부서 */
.isi_write_dept_ip input {
  width: 102px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* 리스트 사이드메뉴 검색조건 작성자 */
.isi_write_nm_ip input {
  width: 82px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* 리스트 사이드메뉴 검색조건 문서번호 */
.isi_doc_no_ip input {
  width: 102px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* 리스트 사이드메뉴 검색조건 전표번호 */
.isi_slip_no_ip input {
  width: 102px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* 리스트 사이드메뉴 검색조건 지급예정일 */
.isi_scheduled_payment_dt_ip input {
  width: 102px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* 리스트 사이드메뉴 검색조건 지급일 */
.isi_payment_dt_ip input {
  width: 102px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* 리스트 사이드메뉴 검색조건 회계처리일 */
.isi_account_dt_ip {
  margin-right: 12px;
}

.isi_account_dt_ip input {
  width: 102px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.isi_account_dt_list {
  margin-right: 12px;
}

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

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

.isi_accounting_unit_list {
  margin-left: 12px;
}

.a_receipt_dt_list {
  margin-right: 12px;
}

.dmg_comm_list>td {
  overflow: hidden;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
}

.dmg_comm_list>td.contest_date_list {
  border-radius: 10px 0 0 10px;
}

.dmg_comm_list>tbody>tr>td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

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

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

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

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

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

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

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

.dmg_comm_list>tbody>tr>td {
  color: #333;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 13px;
  font-weight: 500;
}

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

/* 페이지 이동 */
.page {
  margin-top: 20px;
  width: 100%;
  height: 25px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.page ul {
  width: 291px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page ul li,.page ul li button {
  cursor: pointer;
}

.page ul li.prev_next {
  color: #ccc;
  font-size: 15px;
}

.page ul li.prev_next:hover {
  color: #333;
  transition: color 0.3s ease;
}

.page ul li button {
  width: 25px;
  height: 25px;
  background: #ccc;
  border: none;
  border-radius: 5px;
  color: #FFF;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
}

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

.page ul li button.active {
  background: #333;
  color: #FFF;
  font-weight: bold;
  cursor: default; /* Hover 상태와 구분하기 위해 */
}

.page ul li button.active:hover {
  background: #333; /* Hover 상태와 동일하게 유지 */
}