@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;
}
/* 타이틀 */
.mr_comm_tit {
  width: 100%;
  height: 18px;
  display: flex;
  align-items: center;
  border-left: 3px solid #CF4F00;
  margin-top: 20px;
}

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

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

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

/* 콘도예약 섹션 시작 */
.cbn_comm_section {
  /* width: 1610px; */
  width: calc(100% - 7px);
  height: 670px;
  margin-top: 20px;
}

.mr_terms_section {
  width: calc(100% - 70px);
  height: 30px;
  display: flex;
  align-items: center;
}

/* 검색조건 법인 */
.corporate_section {
  width: 278px;
  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;
}

/* 검색조건 기준년월 */
.ne_post_section>.nw_e_calendar {
  z-index: 10;
}

.ne_post_section>.nw_e_calendar {
  right: 110px;
}

.ne_post_section {
  width: 294px;
  height: 28px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  position: relative;
  margin-left: 20px;
}

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

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

.ne_post_calendar {
  width: 106px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
}

.ne_post_calendar>input {
  width: 82px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.ne_post_calendar>i {
  font-size: 13px;
  color: #aaa;
  cursor: pointer;
}

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

.calendar_top {
  width: 207px;
  height: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

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

.ne_post_section > .nw_e_calendar.on {
  display: flex;
}

/* 리스트 서브메뉴 */
.dmg_comm_sub_menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.dmg_comm_sub_bar {
  /* width: 1540px; */
  width: calc(100% - 70px);
  height: 30px;
  border-radius: 10px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dmg_comm_sub_bar select {
  border: none;
  background: none;
  cursor: pointer;
  height: 22px;
}

.dmg_comm_sub_bar select#mr_se {
  margin-left: 12px;
}

.dmg_comm_sub_bar select#mr_reservation_app {
  margin-right: 12px;
}

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

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

/* 리스트 사이드메뉴 */
.menu_side_btn button {
  width: 50px;
  height: 30px;
  border: none;
  border-radius: 10px;
  background: #A5A5A5;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

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

.menu_side_btn button i {
  font-size: 15px;
  color: #fff;
}

.menu_side_modal {
  width: 172px;
  height: 404px;
  position: fixed;
  transform: translate(-71%, 2%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
  justify-content: center;
}

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

.menu_side_section {
  width: 134px;
  height: 384px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul.menu_side_list {
  width: 100%;
  height: 96px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.menu_side_list li {
  cursor: pointer;
}

ul.menu_side_list li p {
  color: #AAA;
  font-size: 15px;
  font-weight: 500;
}

ul.menu_side_list li:hover p {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  transition: color 0.3s ease;
}

ul.article_menu {
  margin-top: 10px;
  width: 95px;
  height: 278px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.article_menu li {
  color: #aaa;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}

ul.article_menu li i {
  font-size: 15px;
  color: #aaa;
  margin-right: 15px;
  cursor: pointer;
}

/* 리스트 스크롤 */
.dmg_comm_list_scroll {
  /* width: 1599px; */
  width: calc(100% - 16px);
  box-sizing: content-box; 
  height: 220px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
  margin-top: 10px;
}

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

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

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

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

/* 리스트 */
.dmg_comm_list {
  /* width: 1540px; */
  width: calc(100% - 70px);
  min-height: 220px;
}

.dmg_comm_list>tbody>tr {
  /* width: 1540px; */
  width: calc(100% + 30px);
  background: #fff;
  border-radius: 10px;
  padding: 0;
  height: 30px;
  scroll-snap-align: start;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

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

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

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

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

.mr_se_list {
  margin-left: 12px;
}

.mr_reservation_app_list {
  margin-right: 12px;
}

.dmg_comm_list tbody tr td {
  overflow: hidden;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
}

.dmg_comm_list tbody tr td.contest_date_list {
  border-radius: 10px 0 0 10px;
}

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

.dmg_comm_list tbody tr td.sb_file_list>i {
  font-size: 14px;
  color: #333;
}

.dmg_comm_list tbody tr td.sb_file_list {
  text-align: center;
}

/* 리스트 신청 버튼 */
.dmg_comm_list tbody tr td.mr_reservation_app_list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.app_btn {
  margin-top: 3px;
}

.app_btn>button {
  border: none;
  background: #A5A5A5;
  width: 60px;
  height: 23px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 증명서신청 검색조건 */
.cbn_comm_terms {
  /* width: 1390px; */
  width: calc(100% - 70px);
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

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

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

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

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

.kp_standard_dt_calendar {
  width: 240px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -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;
}

/* 검색조건 승인상태 */
.agree_state_section {
  width: 208px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #FFAD7A;
  display: flex;
}

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

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

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

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

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

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

/* 리스트 서브메뉴2 */
.dmg_comm_sub_menu2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.dmg_comm_sub_bar2 {
  /* width: 1540px; */
  width: calc(100% - 70px);
  height: 30px;
  border-radius: 10px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dmg_comm_sub_bar2 select {
  border: none;
  background: none;
  cursor: pointer;
  height: 22px;
}

.dmg_comm_sub_bar2 select#mr2_no {
  margin-left: 12px;
}

.dmg_comm_sub_bar2 select#mr2_stay {
  margin-right: 12px;
}

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

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

/* 리스트 사이드메뉴2 */
.menu_side_btn2 button {
  width: 50px;
  height: 30px;
  border: none;
  border-radius: 10px;
  background: #A5A5A5;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

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

.menu_side_btn2 button i {
  font-size: 15px;
  color: #fff;
}

.menu_side_modal2 {
  width: 172px;
  height: 404px;
  position: fixed;
  transform: translate(-71%, -110%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
  justify-content: center;
}

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

/* 리스트 스크롤 */
.dmg_comm_list_scroll2 {
  /* width: 1599px; */
  width: calc(100% - 16px);
  box-sizing: content-box; 
  height: 220px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
  margin-top: 10px;
}

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

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

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

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

/* 리스트 스크롤 */
.dmg_comm_list_scroll {
  /* width: 1599px; */
  width: calc(100% - 16px);
  box-sizing: content-box; 
  height: 220px;
  position: relative;
  overflow-y: auto; 
  overflow-x: hidden;
  margin-top: 10px;
}

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

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

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

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

/* 리스트2 */
.dmg_comm_list2 {
  /* width: 1540px; */
  width: calc(100% - 70px);
  min-height: 220px;
}

.dmg_comm_list2>tbody>tr {
  /* width: 1540px; */
  width: calc(100% + 30px);
  background: #fff;
  border-radius: 10px;
  padding: 0;
  height: 30px;
  scroll-snap-align: start;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

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

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

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

.dmg_comm_list2>tbody>tr>td {
  height: 30px;
  line-height: 30px; 
  padding: 0; 
  overflow: hidden;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 30px;
}

.mr2_no_list {
  margin-left: 12px;
}

.mr2_stay_list {
  margin-right: 12px;
}

.dmg_comm_list2>td.contest_date_list {
  border-radius: 10px 0 0 10px;
}

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

.dmg_comm_list2 tbody tr td.sb_file_list>i {
  font-size: 14px;
  color: #333;
}

.dmg_comm_list2 tbody tr td.sb_file_list {
  text-align: center;
}

.ar_item_list:hover,
.ar_item_li_list:hover,
.ar_app_nm_list:hover,
.ar_use_nm_list:hover
{
  color: #007BDF;
  font-weight: 600;
}

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

.calendar_top {
  width: 207px;
  height: 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.calendar_top i {
  font-size: 11px;
  color: #ccc;
}

.calendar_top select {
  height: 19px;
  background: #333;
  color: #fff;
}

.calendar_m,
.calendar_y 
{
  width: 56px;
  height: 19px;
}

.calendar_main {
  width: 90%;
  height: 159px;
  margin-top: 10px;
}

.calendar_main .week ul {
  width: 93%;
  display: flex;
  justify-content: space-between;
  margin-left: 5px;
}

.calendar_main .week ul li {
  color: #FFF;
  font-size: 13px;
  font-weight: 700;
}

.sch_day {
  margin-top: 8px;
}

.sch_day .calendar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; 
  gap: 4px;
}

.sch_day .calendar .day {
  width: calc(100% / 7 - 4px); 
  height: 25px;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
}

.sch_day .calendar .day:hover {
  background: #fff !important;
  color: #333 !important;
  font-weight: 700 !important;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.sch_day .calendar .day.empty {
  visibility: hidden;
  pointer-events: none;
}

/* 사업선택 모달 배경 */
.n_emp_modal_bg {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 300%;
  height: 300%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.n_emp_modal_bg.on {
  display: block;
}

/* 사업선택 팝업 */
.n_emp_modal {
  width: 1042px;
  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;
}

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

.n_emp_modal_top {
  width: 1002px;
  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: 1002px;
  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;
} 

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

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

.n_radio_retiree {
  margin-left: 15px;
}

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

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

.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: 993px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

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

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

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

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

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

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

.dept_emp_list {
  width: 902px;
  height: 330px;
}

.n_emp_modal_bottom {
  width: 1002px;
  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;
}

/* 콘도예약 모달 배경 */
.ca_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; 
}

.ca_modal_bg.on {
  display: block;
}

.ca_modal {
  width: 846px;
  height: 940px;
  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;
}

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

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

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

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

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

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

.ca_modal_main {
  width: 810px;
  height: 782px;
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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

/* 법인 */
.cam_corporate_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

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

/* 성명 */
.mr_emp_nm_section {
  width: 394px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

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

/* 직위 */
.mr_emp_post_section {
  width: 387px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

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

/* 콘도 */
.mr_mr_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

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

/* 주소 */
.mr_address_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

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

/* 연락처 */
.mr_call_num_section {
  width: 387px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

/* 홈페이지 */
.mr_home_page_section {
  width: 394px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

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

/* 주소 */
.mr_point_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.reading_popup_bg {
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  width: 300%;
  height: 300%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9999; 
  display: none; 
}

.reading_popup_bg.on {
  display: block;
}

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


.reading_popup.on {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

.menu_side_modal {
  width: 172px;
  height: 404px;
  position: fixed;
  transform: translate(-83%, 2%); 
  background: #fff;
  display: none;
  border-radius: 20px;
  border: 1px solid #eee;
  align-items: center;
  z-index: 9999;
  justify-content: center;
}

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

.menu_side_section {
  width: 134px;
  height: 384px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul.menu_side_list {
  width: 100%;
  height: 96px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.menu_side_list li {
  cursor: pointer;
}

ul.menu_side_list li p {
  color: #AAA;
  font-size: 15px;
  font-weight: 500;
}

ul.menu_side_list li:hover p {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  transition: color 0.3s ease;
}

ul.article_menu {
  margin-top: 10px;
  width: 95px;
  height: 278px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.article_menu li {
  color: #aaa;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}

ul.article_menu li i {
  font-size: 15px;
  color: #aaa;
  margin-right: 15px;
  cursor: pointer;
}

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

.modal_bg.on {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 연락처 */
.mr_call_section {
  width: 394px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

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

/* 사용기간 */
.mm_dt_section {
  width: 100%;
  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;
}

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

/* 숙박기간 */
.mr_stay_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

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

/* 우대사항 */
.mr_ml_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
}

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

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

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

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

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

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

/* 객실정보 */
.mr_room_infor_section {
  width: 387px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

/* 기타사항 */
.mr_etc_section {
  width: 100%;
  height: 98px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

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

/* 첨부파일 */
.mr_attach_file_section {
  width: 100%;
  height: 190px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.mr_file_section {
  width: 607px;
  height: 172px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

/* 파일추가버튼 */
.mr_file_add_btn>button {
  border: none;
  background: #333;
  width: 80px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 파일삭제버튼 */
.mr_file_delet_btn>button {
  border: none;
  background: #333;
  width: 80px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 폴더추가버튼 */
.mr_forder_add_btn>button {
  border: none;
  background: #333;
  width: 80px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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