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

/* 회의관리수정 시작 */
.s_close_open {
  display: none;
}

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

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

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

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

/* 회의관리수정 시작 */
.kpv_section {
  /* 1610px */
  width: 100%;
  height: 650px;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

/* 리스트 스크롤 */
.mmr_section_scroll {
  width: 1455px;
  box-sizing: content-box; 
  height: 650px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
  margin-top: 10px;
}

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

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

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

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

.kpv_section_lt {
  width: 1420px;
  height: 100%;
}

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

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

/* 검색조건 법인 */
.corporate_section {
  width: 338px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
}

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

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

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

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

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

.ne_title_section {
  width: 509px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  border: 1px solid #eee;
}

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

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

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

.ne_title_tit p b {
  color: #CF4F00;
}

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

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

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

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

.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: 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_main {
  margin-top: 20px;
}

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

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

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

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

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

/* 회의분류 */
.mm_se_section {
  width: 338px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
}

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

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

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

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

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

/* 회의일정 */
.mm_dt_section {
  width: 509px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  border: 1px solid #eee;
}

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

.mm_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: -5px;
  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;
}

/* 회의장소 */
.mm_place_section {
  width: 527px;
  height: 28px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}

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

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

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

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

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

.kp_search_se_input>input {
  width: 206px;
  height: 20px;
  border: 1px solid #CCCCCC;
  margin-left: 15px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
}

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

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

/* 주관부서 */
.mm_m_dept_section {
  width: 338px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

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

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

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

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

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

.mm_m_dept {
  width: 200px;
  height: 19px;
  line-height: 19px;
}

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

/* 부서선택 모달 배경 */
.cd_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; 
}

.cd_modal_bg.on {
  display: block;
}

/* 부서선택 팝업 */
.cd_modal {
  width: 520px;
  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;
}

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

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

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

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

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

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

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

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

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

.cd_modal_main {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

#comp_se {
  margin-left: 12px;
}

#start_state {
  margin-right: 12px;
}

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

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

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

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

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

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

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

.cd_dept_emp_list {
  width: 380px;
  height: 330px;
}

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

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

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

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

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

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

.cd_modal_close>i {
  font-size: 23px;
  color: #333;
  line-height: 20px;
  cursor: pointer;
}

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

/* 회의시간 */
.mm_time_section {
  width: 509px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  border: 1px solid #eee;
}

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

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

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


.mm_time_select #smd_calendar_hh
{
  height: 28px;
  border: none;
  background: #fff;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

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

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

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

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

/* 공지사항여부 */
.mm_notice_yn_section {
  width: 258px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

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

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

.mm_notice_yn_section>i {
  color: #333;
  font-size: 20px;
  margin-left: 15px;
  cursor: pointer;
  margin-top: 1px;
}

/* 팝업여부 */
.mm_popup_yn_section {
  width: 258px;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

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

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

.mm_popup_yn_section>i {
  color: #333;
  font-size: 20px;
  margin-left: 15px;
  cursor: pointer;
  margin-top: 1px;
}

/* 회의참석인원 */
.mm_mid_section {
  margin-top: 10px;
  width: 100%;
  height: 398px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

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

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

.mm_in_pn_section {
  width: 420px;
  height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 15px;
}

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

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

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

.mm_in_pn_ltrt {
  width: 420px;
  height: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mm_in_pn_lt {
  width: 398px;
  height: 298px;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  background: #fff;
}

.mm_in_pn_lt>p {
  color: #333;
  font-family: "Noto Sans KR";
  font-size: 12px;
  font-weight: 400;
  margin-top: 15px;
  margin-left: 15px;
}

.mm_in_pn_rt_scroll_bar {
  width: 15px;
  height: 300px;
  border-radius: 10px;
  background: #F6F6F6;
  display: flex;
  justify-content: center;
}

.mm_in_pn_rt_scroll {
  width: 11px;
  height: 22px;
  background: #ccc;
  border-radius: 20px;
  margin-top: 12px;
}

/* 회의내용 */
.mm_contents_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  margin-top: 10px;
}

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

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

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

/* 회의결과 */
.mm_result_section {
  width: 100%;
  height: 458px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

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

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

.mm_result_section>img {
  margin-left: 15px;
}

/* 회의 전 첨부자료 */
.mm_file_b_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  margin-top: 10px;
}

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

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

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

/* 회의 후 첨부자료 */
.mm_file_a_section {
  width: 100%;
  height: 198px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  margin-top: 10px;
}

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

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

.mm_file_a_section>img {
  margin-left: 15px;
}

.notice_view_btn {
  width: 70px;
  height: 120px;
  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;
}

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

.mm_result:hover .mm_result_btn,
.revise:hover .revise_btn,
.list_move:hover .list_move_btn  
{
  background: #CF4F00;
  transition: background-color 0.3s ease;
}

.delete:hover .delete_btn {
  transition: width 0.05s ease-in-out, background-color 0.3s ease-in-out;
  background: #FF0000;
  width: 75px;
}

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

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

.mm_in_pn_modal_bg.on {
  display: block;
}

/* 회의참석인원등록 팝업 */
.mm_in_pn_modal {
  width: 1406px;
  height: 762px;
  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;
}

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

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

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

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

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

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

.mm_in_pn_modal_main_top {
  margin-top: 20px;
  width: 1366px;
  height: 263px;
}

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

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

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

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

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

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

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

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

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

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

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

.mm_in_pn_emp_nm_no {
  width: 226px;
  height: 30px;
  border-radius: 10px;
  background: #FFEDE2;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

.mm_in_pn_select_n_btn>button:hover {
  background: #FF0000;
  transition: background-color 0.3s ease;
  width: 105px;
}

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

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

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

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

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

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

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

#corporate {
  margin-left: 12px;
}

#ps_select {
  margin-right: 12px;
}

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

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

.mm_in_pn_list_scroll {
  box-sizing: content-box; 
  width: 1323px;
  height: 180px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
  margin-top: 8px;
}

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

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

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

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

.mm_in_pn_list {
  width: 1288px;
  height: 300px;
  table-layout: fixed;
  border-collapse: collapse;
}

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

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

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

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

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

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

.mm_in_pn_modal_main_bottom {
  margin-top: 20px;
  width: 1366px;
  height: 263px;
}

.mm_in_pn_modal_bottom {
  width: 1366px;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 80px;
}

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

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

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

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

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