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

/* 일정관리 주 시작 */
/* 타이틀 */

.smw_comm_tit {
  width: 100%;
  height: 18px;
  display: flex;
  align-items: center;
  border-left: 3px solid #CF4F00;
  margin-top: 20px;
}

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

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

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

/* 일정관리 주 섹션 시작 */
.cbn_comm_section {
  /* width: 1610px; */
  width: calc(100% - 7px);
  height: 100vh;
  margin-top: 20px;
}

/* 일정관리 주 검색조건 */
.cbn_comm_terms {
  /* width: 1390px; */
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.cbn_comm_terms_top {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
} 

.cc_terms_line1 {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
}

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

.corporate_tit {
  width: 118px;
  height: 28px;
  border-radius: 10px;
  background: #FFEDE2;
  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;
}

/* 검색조건 공유분류 */
.sm_shse_section {
  width: 598px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  margin-left: 25px;
}

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

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

.sm_shse_state_area {
  width: 450px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-top: 1px;
  margin-right: 5px;
}

/* 개인일정 */
.sm_shse_p_sch {
  width: 78px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 기본 스타일 */
.sm_shse_p_sch>.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;
  margin-top: 5px;
}

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

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

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

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

/* 회사일정 */
.sm_shse_co_sch {
  width: 78px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 기본 스타일 */
.sm_shse_co_sch>.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;
  margin-top: 5px;
}

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

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

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

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

/* 부서일정 */
.sm_shse_de_sch {
  width: 78px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 기본 스타일 */
.sm_shse_de_sch>.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;
  margin-top: 5px;
}

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

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

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

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

/* 임원일정 */
.sm_shse_m_sch {
  width: 76px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 기본 스타일 */
.sm_shse_m_sch>.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;
  margin-top: 5px;
}

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

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

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

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

/* 전체일정 */
.sm_shse_a_sch {
  width: 78px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 기본 스타일 */
.sm_shse_a_sch>.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;
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* 이전버튼 */
.sch_mng_prev_btn>button {
  border: none;
  background: #A5A5A5;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 다음버튼 */
.sch_mng_next_btn>button {
  border: none;
  background: #A5A5A5;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 오늘버튼 */
.sch_mng_today_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

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

/* 월 버튼 */
.sch_mng_m_btn button {
  border: none;
  background: #A5A5A5;
  width: 50px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 주 버튼 */
.sch_mng_w_btn button {
  border: none;
  background: #333;
  width: 50px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 일 버튼 */
.sch_mng_d_btn button {
  border: none;
  background: #A5A5A5;
  width: 50px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 목록 버튼 */
.sch_mng_list_btn button {
  border: none;
  background: #A5A5A5;
  width: 50px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

.sch_mng_main_section {
  width: 100%;
  height: 590px;
  margin-top: 10px;
}

.sch_mng_main_tit {
  width: 100%;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sch_mng_main_tit>h1 {
  color: #333;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

.sch_mng_cal_section {
  width: 100%;
  height: 534px;
  margin-top: 12px;
}

.sch_mng_cal_tit_section {
  width: 95.65%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  border-top: 1px solid #333;
}

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

ul.sch_mng_cal_dt_tit>li {
  width: 190px;
  height: 26px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.sch_mng_cal_dt_tit>li.sch_mng_cal_time {
  width: 126px;
}

.sch_mng_cal_sun>p {
  color: #FF0000;
}

.sch_mng_cal_sat>p {
  color: #007CC9;
}

.sch_mng_cal_main_section {
  width: 95.65%;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}

.sch_mng_cal_scroll {
  /* width: 1599px; */
  /* width: calc(100% - 46px); */
  width: 100%;
  box-sizing: content-box; 
  height: 400px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
  margin-top: 10px;
}

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

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

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

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

ul.sch_mng_cal_w>li {
  margin-top: 10px;
}

ul.sch_mng_cal_w>li:first-child {
  margin-top: 0;
}

ul.sch_mng_cal_week:hover .sch_mng_cal_week_a_top,
ul.sch_mng_cal_week:hover .sch_mng_cal_week_a_bottom,
ul.sch_mng_cal_week:hover .sch_mng_cal_week_top,
ul.sch_mng_cal_week:hover .sch_mng_cal_week_bottom {
  background: #fff4d4;
  transition: background-color 0.3s ease;
}

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

ul.sch_mng_cal_wa>li.sch_mng_cal_wall {
  width: 124px;
}

ul.sch_mng_cal_wa>li {
  width: 188px;
  height: 48px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

ul.sch_mng_cal_wa>li.sch_mng_cal_wa_today {
  background: #FFEDE2;
  border: 1px solid #FFAD7A;
}

ul.sch_mng_cal_w {
  width: 96.5%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

ul.sch_mng_cal_w>li.sch_mng_cal_w_line {
  width: 100%;
  height: 65px;
}

ul.sch_mng_cal_week {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.sch_mng_cal_week>li {
  width: 190px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

ul.sch_mng_cal_week>li.sch_mng_cal_week_a {
  width: 126px;
  height: 65px;
}

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

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

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

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

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

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

li.sch_mng_cal_week_today>.sch_mng_cal_week_top {
  border: 1px solid #FFAD7A;
  background: #FFEDE2;
}

li.sch_mng_cal_week_today>.sch_mng_cal_week_bottom {
  border: 1px solid #FFAD7A;
  background: #FFEDE2;
}

/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */

/* 일정등록 모달 배경 */
.sch_mng_sign_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; 
}

.sch_mng_sign_modal_bg.on {
  display: block;
}

/* 공지자선택 팝업 */
.sch_mng_sign_modal {
  width: 846px;
  height: 536px;
  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;
}

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

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

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

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

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

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

.sch_mng_sign_modal_main {
  margin-top: 20px;
  width: 810px;
  height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

/* 일정 등록 보기 검색조건 법인 */
.sch_mng_sign_modal_corporate_section {
  width: 387px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
}

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

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

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

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

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

/* 검색조건 구분 */
.sch_mng_sign_modal_se_section {
  width: 395px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  display: flex;
}

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

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

/* 라디오버튼 */
.as_radio_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}

.as_radio_btn>input {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.as_r_group_n {
  margin-left: 15px;
}

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

.sch_mng_sign_modal_line2 {
  width: 100%;
  height: 30px;
}

/* 검색조건 공유분류 */
.sch_mng_sign_modal_s_se_section {
  width: 808px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  display: flex;
}

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

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

/* 라디오버튼 */
.sch_mng_sign_modal_s_se_radio_btn {
  width: 330px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  margin-top: 3px;
}

.sch_mng_sign_modal_s_se_radio_btn>input {
  cursor: pointer;
  width: 20px;
  height: 20px;
}

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

.sch_mng_sign_modal_line3 {
  width: 100%;
  height: 30px;
}

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

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

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

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

.sch_mng_sign_modal_line4 {
  width: 100%;
  height: 30px;
}

/* 검색조건 장소 */
.sch_mng_sign_modal_place_section {
  width: 808px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

.sch_mng_sign_modal_line5 {
  width: 100%;
  height: 30px;
}

/* 검색조건 일시 */
.sch_mng_sign_modal_date_section {
  width: 808px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.smd_calendar {
  width: 650px;
  height: 22px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: -5px;
}

.smd_calendar p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  padding-left: 10px;
  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;
}

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

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

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

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

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

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

/* 분개전표 체크박스 */
.smd_ad_section {
  width: 80px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
}

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

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

.check_box>i {
  display: none;
}

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

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

.sch_mng_sign_modal_line6 {
  width: 100%;
  height: 100px;
}

/* 검색조건 내용 */
.sch_mng_sign_modal_smstit_section {
  width: 808px;
  height: 98px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.sch_mng_sign_modal_smstit_section>input {
  width: 626px;
  height: 78px;
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #fff;
  margin-left: 15px;
}

.sch_mng_sign_modal_line7 {
  width: 100%;
  height: 30px;
}

/* 일정 등록 보기 검색조건 법인 */
.sch_mng_sign_modal_form_section {
  width: 808px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
}

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

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

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

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

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

.sch_mng_sign_modal_line8 {
  width: 100%;
  height: 30px;
}

/* 검색조건 일정 설정 */
.sch_mng_sign_modal_set_section {
  width: 808px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
}

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

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

.sch_mng_sign_modal_set_section>.check_box {
  margin-left: 15px;
}

.sch_mng_sign_modal_set_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 10px;
}

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

/* 검색조건 일정구분 */
.sch_mng_sign_modal_shcse_section {
  width: 395px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  display: flex;
}

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

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

/* 검색조건 반복설정 */
.sch_mng_sign_modal_rs_section {
  width: 395px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #EEEEEE;
  display: flex; 
  align-items: center; 
}

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

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

.repeat_set_radio {
  width: 500px;
  height: 152px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 15px;
}

.repeat_set {
  margin-left: 0;
}

.repeat_set_y {
  margin-left: 15px;
}

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

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

/* 저장버튼 */
.sch_mng_sign_modal_save_btn>button {
  border: none;
  background: #333;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

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

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

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

/* ----------------------------------------------------- */
.repeat_set_section {
  width: 483px;
  height: 117px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.repeat_set_week_section {
  width: 100%;
  height: 22px;
  display: flex;
  align-items: center;
}

.week_radio_check {
  width: 66px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 5px;
}

.week_radio_check>input {
  width: 20px;
  height: 20px;
  margin: 0;
}

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

.repeat_set_week_section select {
  width: 64px;
  height: 22px;
  border: none;
  background: #fff;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  margin-left: 22px;
}

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

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

.repeat_set_week_section>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 8px;
}

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

.repeat_set_month_section_lt {
  width: 218px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
}

.month_radio_check {
  width: 66px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 5px;
}

.month_radio_check>input {
  width: 20px;
  height: 20px;
  margin: 0;
}

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

.repeat_set_month_select {
  width: 100%;
  height: 22px;
  display: flex;
  align-items: center;
}

.repeat_set_month_select select {
  width: 64px;
  height: 22px;
  border: none;
  background: #fff;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  margin-left: 22px;
}

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

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

.repeat_set_month_select>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 8px;
}

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

.repeat_set_month_section_rt_top {
  width: 100%;
  height: 22px;
  display: flex;
  align-items: center;
}

.date_radio_check {
  width: 66px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 5px;
}

.date_radio_check>input {
  width: 20px;
  height: 20px;
  margin: 0;
}

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

.repeat_set_month_section_rt_top select {
  width: 60px;
  height: 22px;
  border: none;
  background: #fff;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  margin-left: 8px;
}

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

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

.repeat_set_month_section_rt_top>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 8px;
}

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

.repeat_set_month_day_top {
  width: 100%;
  height: 22px;
  display: flex;
  align-items: center;
}

.day_radio_check {
  width: 66px;
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 5px;
}

.day_radio_check>input {
  width: 20px;
  height: 20px;
  margin: 0;
}

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

.repeat_set_month_day_top select {
  width: 60px;
  height: 22px;
  border: none;
  background: #fff;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  margin-left: 8px;
}

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

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

.repeat_set_month_day_top>p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
  margin-left: 8px;
}

.repeat_set_month_day_bottom {
  width: 100%;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.repeat_set_month_day_bottom>p {
  color: #888;
  font-size: 12px;
  font-weight: 400;
}

.repeat_set_section { 
  display: none; 
}

.view_repeat_set_week_section {
  margin-bottom: 15px;
}

/* ----------------------------------------------------- */
/* 일정등록 */
/* 반복설정 펼침 상태 */
.sch_mng_sign_modal.repeat-open {
  height: 748px;
}

.sch_mng_sign_modal.repeat-open .sch_mng_sign_modal_main {
  height: 642px; /* 메인 컨텐츠 높이 확장 */
}

.sch_mng_sign_modal.repeat-open .sch_mng_sign_modal_line9 {
  height: auto;
  align-items: flex-start;
  flex-wrap: wrap;
}

.sch_mng_sign_modal.repeat-open .sch_mng_sign_modal_shcse_section {
  width: 808px;
  margin-bottom: 6px;
}

.sch_mng_sign_modal.repeat-open .sch_mng_sign_modal_rs_section {
  width: 808px;
  height: 162px;
  
}

.sch_mng_sign_modal.repeat-open .sch_mng_sign_modal_rs_tit {
  height: 162px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.repeat_set_radio {
  display: flex;
  gap: 10px;
  min-width: 0;     
  width: auto;    
  height: auto;     
  margin-left: 15px;
}

.sch_mng_sign_modal.repeat-open .repeat_set_section { 
  display: flex; 
}

.sch_mng_sign_modal.repeat-open .repeat_set_radio {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  height: 152px;        
}

.sch_mng_sign_modal.repeat-open .repeat_set_radio,
.sch_mng_sign_modal.repeat-open .repeat_set_week_section,
.sch_mng_sign_modal.repeat-open .repeat_set_month_section {
  width: 100%;
}