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

/* 타이틀 */
.sm_comm_tit {
  width: 100%;
  height: 18px;
  display: flex;
  align-items: center;
  border-left: 3px solid #CF4F00;
  margin-top: 20px;
}

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

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

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

/* 검색조건 회의실예약 */
.mr_section {
  width: 348px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  margin-left: 25px;
}

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

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

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

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

.mr_section select option
{
  color: #333;
  font-size: 13px;
  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: #333;
  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: #A5A5A5;
  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;
  border-top: 1px solid #333;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.sch_mng_cal_tit_section {
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
}

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: 220px;
  height: 26px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sch_mng_cal_sun>p {
  color: #FF0000;
}

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

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

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

ul.sch_mng_cal_w>li {
  width: 218px;
  height: 88px;
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

ul.sch_mng_cal_w>li:hover {
  background: #fff4d4;
  transition: background-color 0.3s ease;
}

.sch_mng_cal_num_txt {
  width: 198px;
  height: 68px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

.sch_mng_txt {
  width: 100%;
  height: 45px;
  cursor: pointer;
  z-index: 300;
}

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

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

.sch_mng_date_num_last {
  color: #AEAEAE;
  font-size: 16px;
  font-weight: 400;
}

.sch_mng_date_num_sun {
  color: #F00;
  font-size: 16px;
  font-weight: 400;
}

.sch_mng_date_num_sun_last>p {
  color: #FF9F9F;
  font-size: 16px;
  font-weight: 400;
}

.sch_mng_date_num_sat {
  color: #007CC9;
  font-size: 16px;
  font-weight: 400;
}

.sch_mng_date_num_sat_last>p {
  color: #83CFFF;
  font-size: 16px;
  font-weight: 400;
}

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

/* 조회버튼 */
.inquiry_btn>button {
  border: none;
  background: #007BDF;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 25px;
}

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

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

/* 예약신청버튼 */
.mr_rapp_btn>button {
  border: none;
  background: #333;
  width: 80px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 10px;
}

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

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

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

.sch_mng_txt_in {
  position: relative;
}

.sch_mng_txt_in .sch_mng_txt_in_hover {
  display: none;
  position: absolute;
  bottom: 100%;
  margin-bottom: 45px;
  padding: 10px;
  z-index: 10;
  width: 300px;
  height: 126px;
}

.sch_mng_txt_in:hover .sch_mng_txt_in_hover {
  display: block;
}

.smti_tit_section {
  width: 298px;
  height: 23px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  align-items: center;
}

.smti_tit_tit {
  width: 60px;
  height: 23px;
  border-radius: 10px;
  background: #FFEDE2;
  line-height: 23px;
}

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

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

.smti_dt_section {
  width: 298px;
  height: 23px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  align-items: center;
  margin-top: 3px;
}

.smti_dt_tit {
  width: 60px;
  height: 23px;
  border-radius: 10px;
  background: #FFEDE2;
  line-height: 23px;
}

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

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

.smti_place_section {
  width: 298px;
  height: 23px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  align-items: center;
  margin-top: 3px;
}

.smti_place_tit {
  width: 60px;
  height: 23px;
  border-radius: 10px;
  background: #FFEDE2;
  line-height: 23px;
}

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

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

.smti_con_section {
  width: 298px;
  height: 40px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
  align-items: center;
  margin-top: 3px;
}

.smti_con_tit {
  width: 60px;
  height: 40px;
  border-radius: 10px;
  background: #FFEDE2;
  line-height: 40px;
}

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

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

/* 회의실예약 신청 모달 배경 */
.mr_rapp_w_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; 
}

.mr_rapp_w_modal_bg.on {
  display: block;
}

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

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

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

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

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

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

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

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

.mrappwm_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: 394px;
  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;
}

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

/* 검색조건 제목 */
.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;
}

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

/* 회의장소 */
.mm_place_section {
  width: 808px;
  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;
}

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

/* 검색조건 일시 */
.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; 
}

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

/* 검색조건 회의내용 */
.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;
}

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

/* 사용자수 */
.mrappwm_ernum_section {
  width: 387px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.mrappwm_ernum_section>input {
  width: 50px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #fff;
  margin-left: 15px;
  text-align: center;
}

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

/* 사용집기 */
.mrappwm_sum_section {
  width: 394px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

.sch_mng_sign_modal_bottom {
  width: 810px;
  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;
}