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

.notice_edit_section {
  width: 100%;
  height: 650px;
  display: flex;
  justify-content: space-between;
}

.notice_edit_section_lt {
  width: 1205px;
  height: 100%;
  margin-top: 20px;
}

.notice_edit_top {
  width: 1420px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ne_top,
.ne_mid_top,
.ne_mid_bottom 
{
  display: flex;
  justify-content: space-between;
}

.ne_corporate_section {
  width: 458px;
  height: 30px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
}

.ne_expiration_section 
{
  width: 458px;
  height: 30px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
}

.ne_expiration_section>.ne_e_calendar
{
  z-index: 10;
}

.ne_expiration_section {
  position: relative;
}

.ne_corporate_tit,
.ne_expiration_tit 
{
  width: 150px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
}

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

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

.ne_corporate_section select:focus option,
.ne_expiration_section select:focus option 
{
  background: #333;
  color: #fff;
}

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

.ne_expiration_calendar {
  width: 94px;
  height: 19px;
  display: flex;
  justify-content: space-between;
  margin-left: 15px;
  line-height: 30px;
}

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

.ne_expiration_calendar i {
  font-size: 13px;
  color: #aaa;
  cursor: pointer;
  line-height: 30px;
}

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

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

#calendar_m_op_top,
#calendar_y_op_top,
#calendar_m_op_post,
#calendar_y_op_post
{
  border: none;
  cursor: pointer;
}

.ne_e_calendar.on,
.nw_e_calendar_prev.on,
.nw_e_calendar_next.on
{
  display: flex;
}

.ne_write_section {
  width: 458px;
  height: 30px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  position: relative;
}

.ne_reading_section
{
  width: 938px;
  height: 30px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  position: relative;
}

.ne_reading_tit,
.ne_title_tit,
.ne_write_tit
{
  width: 150px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
}

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

.ne_title_tit p b {
  color: #CF4F00;
}

.reading {
  width: 210px;
  height: 19px;
  display: flex;
  margin-left: 15px;
}

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

.reading_big {
  width: 100px;
  height: 19px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.reading_mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100px;
  height: 19px;
  cursor: pointer;
}

.reading_mid i {
  font-size: 13px;
  color: #333;
}

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

.ne_title_section {
  width: 938px;
  height: 30px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.ne_title_section input {
  width: 758px;
  height: 22px;
  margin-left: 15px;
  border: 1px solid #eee;
  border-radius: 3px;
}

.ne_write_popup {
  width: 80px;
  height: 19px;
  display: flex;
  justify-content: space-between;
  margin-left: 15px;
  cursor: pointer;
}

.ne_write_popup i {
  font-size: 13px;
  color: #333;
  line-height: 20px;
  cursor: pointer;
}

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

.ne_write {
  width: 40px;
  height: 19px;
  line-height: 19px;
}

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

/*  */
.ne_main {
  width: 1420px;
  height: 410px;
}

.notice_view_bottom {
  margin-top: 20px;
  width: 1420px;
  height: 70px;
  display: flex;
  justify-content: space-between;
}

.nv_bottom_lt {
  width: 740px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nv_prev_section,
.nv_next_section
{
  width: 100%;
  height: 30px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
}

.nv_prev_tit,
.nv_next_tit
{
  width: 150px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
}

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

.nv_prev_section>p,
.nv_next_section>p
{
  color: #333;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
  margin-left: 15px;
  cursor: pointer;
}

.nv_prev_section:hover>p,
.nv_next_section:hover>p
{
  color: #007BDF;
  transition: color 0.3s ease;
}

.nv_bottom_rt {
  width: 660px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.nv_file_section {
  width: 500px;
  height: 30px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
}

.nv_file_section>p {
  color: #333;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
  margin-left: 15px;
  cursor: pointer;
}

.nv_file_section:hover>p {
  color: #007BDF;
  transition: color 0.3s ease;
}

.nv_file_tit {
  width: 150px;
  height: 30px;
  background: #eee;
  border-radius: 10px;
}

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

.download_btn {
  border: none;
  width: 150px;
  height: 30px;
  border-radius: 10px;
  color: #fff;
  background: #333;
  cursor: pointer;
}

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

.notice_view_btn {
  width: 70px;
  height: 165px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 13px;
}

.notice_view_btn button {
  width: 70px;
  height: 30px;
  border-radius: 10px;
  border: none;
  background: #333;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.transient_storage:hover .transient_storage_btn,
.list_move:hover .list_move_btn 
{
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.storage:hover .storage_btn,
.top_move:hover .top_move_btn {
  background: #007BDF;
  transition: background-color 0.3s ease;
}

.ne_main img {
  width: 100%;
  margin-top: 5px;
}

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

.reading_popup {
  width: 733px;
  height: 762px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #eee;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
  flex-direction: column;
  align-items: center;
}


.reading_popup.on {
  display: flex;
}

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

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

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

.r_popup_close {
  color: #333;
  font-size: 23px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

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

.r_popup_search_btn {
  width: 663px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

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

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

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

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

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

.r_popup_btn_section button {
  width: 100px;
  height: 30px;
  border-radius: 10px;
  background: #333;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  border: none;
}

.r_popup_btn_section button.all_set:hover, 
.r_popup_btn_section button.set_het:hover,
.r_popup_btn_section button.set_com:hover
{
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.r_popup_main {
  width: 663px;
  height: 561px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}

.r_popup_main_lt {
  width: 283px;
  height: 561px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.r_popup_main_lt_top {
  width: 100%;
  height: 218px;
}

.r_popup_main_lt_bottom {
  width: 100%;
  height: 323px;
}

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

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

.notice_sub_bar select {
  border: none;
  background: none;
}

.notice_sub_bar select#se_code {
  margin-left: 12px;
}

.notice_sub_bar select#se_nm {
  margin-right: 12px;
}

.notice_sub_bar select#se_se_code {
  margin-left: 12px;
}

.notice_sub_bar select#select_nm {
  margin-right: 12px;
}

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

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

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

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

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

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

.modal_bg.on {
  display: block;
}

.notice_list_scroll {
  box-sizing: content-box; 
  margin-right: 8px; 
  margin-top: 10px;
  height: 180px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
}

.r_popup_main_lt_bottom>.notice_list_scroll {
  height: 285px;
}

.notice_list {
  width: 243px;
  /* width: 91%; */
  table-layout: fixed;
  border-collapse: collapse;
}

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

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

.notice_list tbody tr.even {
  background: #F6F6F6;
}

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

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

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

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

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

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

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

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

.se_code_list,
.se_se_code_list
{
  border-radius: 10px 0 0 10px;
}


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

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

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

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

.select_nm_list {
  color: #333;
  font-size: 15px;
}

.r_popup_main_rt {
  width: 340px;
  height: 561px;
}

.r_popup_main_rt>.notice_sub_menu {
  width: 100%;
}

.r_popup_main_rt>.notice_sub_menu>.notice_sub_bar {
  width: 300px;
  display: flex;
  justify-content: center;
}

.r_popup_main_rt>.notice_list_scroll {
  display: flex;
  justify-content: center;
}

.r_popup_main_rt>.notice_list_scroll>p {
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  width: 150px;
  height: 16px;
}

.r_bottom_btn {
  width: 655px;
  height: 30px;
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

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

.r_bottom_btn_check_close>button {
  border: none;
  border-radius: 10px;
  width: 70px;
  height: 30px;
  background: #333;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: width 0.05s ease-in-out, background-color 0.3s ease-in-out;
}

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

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

/* 공지자선택 팝업 */
.n_emp_modal {
  width: 851px;
  height: 540px;
  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: 811px;
  height: 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

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

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

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

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

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

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

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

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

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

.n_emp_modal_main {
  margin-top: 20px;
}

.input_section {
  width: 811px;
  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;
} 

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

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

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

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

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

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

#corporate {
  margin-left: 12px;
}

#emp_no {
  margin-right: 12px;
}

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

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

.dept_emp_list {
  width: 850px;
  min-height: 300px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dept_emp_list tbody tr td.corporate_list {
  border-radius: 10px 0 0 10px;
}

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

.reading_popup_bg.on {
  display: block;
}

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

.ene_se_section {
  width: 458px;
  height: 30px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
}

.ene_se_tit {
  width: 150px;
  height: 30px;
  border-radius: 10px;
  background: #eee;
}

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

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

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

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

/* 일반/등기 수정 */
.pssnumm_np_section {
  width: 458px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.office_comp_radio_section {
  width: 123px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
}

.office_comp_radio_section>input {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-top: -1px;
}

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

.en_cnm {
  width: 40px;
  height: 19px;
  line-height: 19px;
}

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

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

.nw_e_calendar.on {
  display: flex !important;
}

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