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

/* 보관함 선택 */
.ss_select_section {
  width: 200px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
}

.ss_select_section select
{
  height: 28px;
  border: none;
  background: #FFEDE2;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 10px;
  margin-left: 12px;
  margin-right: 12px;
}

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

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

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

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

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

.ss_detail_main_section {
  width: 100%;
  height: 590px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

/* 스크롤 */
.ss_detail_main_scroll {
  /* width: 1599px; */
  width: 830px;
  box-sizing: content-box; 
  height: 530px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
}

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

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

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

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

.ss_detail_main {
  width: 791px;
  height: 1123px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid #EEE;
}

.ss_detail_top {
  width: 690px;
  height: 216px;
  margin-top: 70px;
}

.ss_detail_top_line1 {
  width: 100%;
  height: 19px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

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

.ss_detail_top_line2 {
  width: 100%;
  height: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 63px;
}

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

.ss_detail_top_line3 {
  width: 100%;
  height: 63px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 55px;
}

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

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

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

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

.ss_detail_img {
  width: 690px;
  height: 770px;
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.ss_detail_img_sign {
  width: 98px;
  height: 98px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}