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

/* 급여조회 상세보기 시작 */
/* 타이틀 */
.ss_comm_tit {
  width: 100%;
  height: 18px;
  display: flex;
  align-items: center;
  border-left: 3px solid #CF4F00;
  margin-top: 20px;
}

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

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

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

/* 급여조회 상세보기 시작 */
.ss_comm_section {
  /* width: 1610px; */
  width: calc(100% - 7px);
  height: 600px;
  margin-top: 20px;
}

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

/* 전자결재 탭 */
ul.ss_comm_tab {
  width: 250px;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

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

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

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

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

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

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

/* 급여조회 상세보기 검색조건 */
.ss_comm_terms {
  /* width: 1390px; */
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

/* 검색조건 기간검색 */
.w_rp_write_dt_section {
  width: 398px;
  height: 28px;
  background: #fff; 
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  align-items: center;
}

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

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

.w_rp_write_dt_calendar {
  width: 240px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -5px;
  position: relative;
}

.w_rp_write_dt_calendar p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  padding-left: 35px;
  margin-right: 10px;
}

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

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

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

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

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

.period_calendar_prev:hover>i,
.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;
}

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

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

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

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

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

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

.ss_brief_main_section {
  width: 100%;
  height: 590px;
  margin-top: 20px;
}

/* 2025.08.26 수정 */
.ss_brief_main {
  width: 1172px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.ss_brief_main_top {
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

/* 사원번호 */
.sb_erp_no_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
}

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

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

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

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

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

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

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

/* 입사일 */
.sb_indt_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
}

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

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

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

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

/* 부서 */
.sb_dept_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
}

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

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

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

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

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

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

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

/* 직급 */
.sb_ra_section {
  width: 372px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
}

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

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

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

/* 2025.08.26 수정 시작 */
.ss_brief_main_bottom {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

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

/* 지급일자 */
.sbmblt_pdt_section {
  width: 250px;
  height: 30px;
  background: #FFEDE2;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* 구분 */
.sbmblt_se_section {
  width: 152px;
  height: 30px;
  background: #FFEDE2;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* 지급총액 */
.sbmbrt_tap_section {
  width: 250px;
  height: 30px;
  background: #FFEDE2;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* 공제총액 */
.sbmbrt_tad_section {
  width: 250px;
  height: 30px;
  background: #FFEDE2;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* 실수령액 */
.sbmbrt_np_section {
  width: 250px;
  height: 30px;
  background: #FFEDE2;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

ul.ss_brief_main_bottom_mid {
  width: 100%;
  height: auto;
}

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

/* 지급일자 */
.sbmblt_pdt_value {
  width: 248px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* 구분 값 */
.sbmblt_se_value {
  width: 150px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* 지급총액 값 */
.sbmbrt_tap_value {
  width: 248px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

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

/* 공제총액 값 */
.sbmbrt_tad_value {
  width: 248px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

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

/* 실수령액 값 */
.sbmbrt_np_value {
  width: 248px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

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

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

/* 계 */
.sbmblb_amt_section {
  width: 407px;
  height: 28px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* 0 */
.sbmbrb_amt_section {
  width: 250px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* 2025.08.26 수정 종료 */

.sbmbrb_amt_section>p {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  margin-right: 20px;
}

.ss_brief_main_footer {
  width: 100%;
  height: 33px;
  margin-top: 20px;
}

.ss_brief_main_footer_section {
  width: 1172px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ss_brief_main_footer_section>span {
  color: #333;
  font-size: 23px;
  font-weight: 400;
}