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

/* 건의사항 시작 */
/* 타이틀 */
.card_comm_tit {
  width: 100%;
  height: 18px;
  display: flex;
  align-items: center;
  border-left: 3px solid #CF4F00;
  margin-top: 20px;
}

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

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

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

/* 건의사항 섹션 시작 */
.cbn_comm_section {
  /* width: 1610px; */
  width: calc(100% - 7px);
  height: 670px;
  margin-top: 20px;
}

/* 건의사항 검색조건 */
.cbn_comm_terms {
  /* width: 1390px; */
  width: calc(100% - 70px);
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

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

/* 검색조건 대분류 */
.b_se_section {
  width: 598px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  align-items: center;
}

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

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

.b_se_tit_txt {
  margin-left: 15px;
  width: 43px;
  height: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.b_se_tit_txt>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 1px;
}

.en_se_tit_txt {
  width: 186px;
  height: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
}

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

/* 검색조건 중분류 */
.m_se_section {
  width: 598px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  align-items: center;
}

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

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

.m_se_tit_txt {
  margin-left: 15px;
  width: 43px;
  height: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.m_se_tit_txt>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 1px;
}

.en_mse_tit_txt {
  width: 306px;
  height: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

.pi_none_section {
  width: 48px;
  height: 30px;
}

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

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

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

/* 검색조건 기준일자 */
.kp_standard_dt_section {
  width: 534px;
  height: 28px;
  background: #fff; 
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  align-items: center;
}

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

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

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

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

/* 전체 체크 */
.kp_all_check {
  width: 54px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 기본 스타일 */
.kp_all_check>.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;
}

.kp_all_check>.check_box>i {
  display: none;
}

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

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

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

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

/* 미리보기버튼 */
.preview_btn>button {
  border: none;
  background: #333;
  width: 120px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

.cbn_comm_terms_rt_bottom_rt {
  width: 70px;
  height: 30px;
}

/* 등록버튼 */
.sign button {
  width: 70px;
  height: 30px;
  border: none;
  border-radius: 10px;
  background: #CF4F00;
  cursor: pointer;
}

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

.sign 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#en_num {
  margin-left: 12px;
}

.dmg_comm_sub_bar select#en_end {
  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_list_scroll {
  /* width: 1599px; */
  width: calc(100% - 16px);
  box-sizing: content-box; 
  height: 480px;
  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; 
}

.en_num_list {
  margin-left: 12px;
}

.en_end_list {
  margin-right: 12px;
}

.dmg_comm_list tbody tr 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;
}

.en_tit_list:hover,
.en_candidate_nm_list:hover,
.en_write_nm_list:hover, 
.en_click_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 상태와 동일하게 유지 */
}

.kp_attach_icon_hover {
  display: none;
}

.kp_attach_icon:hover i {
  color: #CF4F00;
}

/* 사원정보 모달 배경 */
.kp_emp_intel_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; 
}

.kp_emp_intel_modal_bg.on {
  display: block;
}

.kp_emp_intel_modal {
  width: 840px;
  height: 276px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
}

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

.kp_emp_intel_modal_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 3px solid #CF4F00;
  margin-top: 30px;
}

.kp_emp_intel_modal>.kp_emp_intel_modal_top {
  width: 800px;
  height: 26px;
}

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

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

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

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

.kp_modal_main {
  width: 800px;
  height: 170px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.modal_main_img {
  width: 165px;
  height: 170px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  text-align: center;
  line-height: 170px;
}

.modal_main_img p {
  color: #DDD;
  font-size: 13px;
  font-weight: 400;
}

.kp_modal_main ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.kp_modal_main ul li {
  width: 300px;
  height: 30px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
}

.kp_modal_main ul li p {
  margin-left: 10px;
  color: #DDD;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}

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

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

.kp_modal_main ul.modal_main_rt li:last-child .modal_main_tit  {
  width: 160px;
}

/* 조회 모달 배경 */
.kp_search_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; 
}

.kp_search_modal_bg.on {
  display: block;
}

/* 조회 팝업 */
.kp_search_modal {
  width: 985px;
  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;
}

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

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

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

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

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

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

.kp_search_modal_main {
  width: 945px;
  height: 450px;
  margin-top: 20px;
}

.input_section {
  width: 100%;
  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;
} 

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

.dept_nm_sub_bar {
  width: 850px;
  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;
}

#kps_num {
  margin-left: 12px;
}

#kps_check_dt {
  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;
}

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

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

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

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

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

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

.kp_search_list_scroll {
  box-sizing: content-box; 
  width: 783px;
  height: 300px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
  margin-top: 8px;
}

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

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

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

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

.kp_search_list {
  width: 714px;
  height: 300px;
  table-layout: fixed;
  border-collapse: collapse;
}

.kp_search_list>tbody>tr {
  background: #fff;
  border-radius: 10px;
  padding: 0;
  height: 30px;
  scroll-snap-align: start;
  cursor: pointer;
  
}

.kp_search_list>tbody>tr.odd:hover {
  background: #FBF4EF;
  transition: background-color 0.3s ease;
}

.kp_search_list>tbody>tr.even {
  background: #F6F6F6;
}

.kp_search_list>tbody>tr.even:hover {
  background: #FBF4EF;
  transition: background-color 0.3s ease;
}

.kp_search_list>tbody>tr>td {
  height: 30px;
  line-height: 30px; 
  padding: 0; 
}

.kp_search_list td {
  overflow: hidden;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.kp_search_list td.title2_list:hover, td.writer2_list:hover, td.check_list:hover {
  font-weight: 600;
}

.kp_search_list tbody tr td.num_list {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

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

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

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

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

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

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

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