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

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

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

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

/* 차량신청 검색조건 */
.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: 81.62%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  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;
}

/* 검색조건 신청기간 */
.kp_standard_dt_section {
  width: 728px;
  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: 580px;
  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;
  margin-right: 10px;
  margin-left: 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;
}

.prev_hhmm_section {
  width: 155px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 35px;
}

.prev_hh {
  width: 80px;
  height: 100%;
}

.prev_hh select {
  border: none;
  background: #fff;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

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

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

.prev_mm {
  width: 70px;
  height: 100%;
}

.prev_mm select {
  border: none;
  background: #fff;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

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

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

.next_hhmm_section {
  width: 155px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
}

.next_hh {
  width: 80px;
  height: 100%;
}

.next_hh select {
  border: none;
  background: #fff;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

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

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

.next_mm {
  width: 70px;
  height: 100%;
}

.next_mm select {
  border: none;
  background: #fff;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* 마이 리스트 버튼 */
.my_list_btn>button {
  border: none;
  background: #007BDF;
  width: 100px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

/* 차량신청 버튼 */
.car_app_btn>button {
  border: none;
  background: #333;
  width: 80px;
  height: 30px;
  border-radius: 10px;
  cursor: pointer;
}

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

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

.cbn_comm_main {
  width: 100%;
  height: 620px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.car1_section {
  width: 100%;
  height: 205px;
}

.car1_section_tit {
  width: 100%;
  height: 22px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.car1_section_tit>p {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

.car1_section_ltrt {
  width: 100%;
  height: 150px;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.car1_num {
  width: 24.33%;
  height: 148px;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}

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

.car1_list {
  width: 74.63%;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.car1_list_tit {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
  border-radius: 10px;
}

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

.car1_list_txt {
  width: calc(100% - 2px);
  height: 113px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}

.car1_list_txt>p {
  color: #333;
  font-size: 10px;
  font-weight: 400;
  margin-top: 5px;
  margin-left: 5px;
}

.car1_section_ltrt:hover .car1_num {
  background: #FBF4EF;
  transition: background-color 0.3s ease;
}

.car1_section_ltrt:hover .car1_list_txt {
  background: #FBF4EF;
  transition: background-color 0.3s ease;
}

.car1_section_rt {
  width: 57.5%;
  height: 150px;
}

/* 리스트 스크롤 */
.car1_section_scroll {
  /* width: 1599px; */
  width: 100%;
  box-sizing: content-box; 
  height: 175px;
  position: relative;
  overflow-y: hidden; 
  overflow-x: auto;
}

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

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

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

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

.car1_section_main {
  width: 155.29%;
  height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.car1_time_tit {
  width: 100%;
  height: 30px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
}

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

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

ul.car1_time_line>li {
  width: 23px;
  height: 23px;
  border-radius: 3px;
  border: 1px solid #eee;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

.car1_section_ltrt:hover ul.car1_time_line>li {
  background: #FBF4EF;
  transition: background-color 0.3s ease;
}

.car1_section_ltrt:hover ul.car1_time_line>li.car1_time_work {
  background: #FFEDE2;
  transition: background-color 0.3s ease;
}

.car1_time_txt {
  width: 100%;
  height: 85px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
}

.car1_section_ltrt:hover .car1_time_txt {
  background: #FBF4EF;
  transition: background-color 0.3s ease;
}

.car1_time_txt>p {
  color: #333;
  font-size: 10px;
  font-weight: 400;
  margin-top: 5px;
  margin-left: 5px;
}

/* 마이리스트 모달 배경 */
.my_list_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; 
}

.my_list_modal_bg.on {
  display: block;
}

.my_list_modal {
  width: 455px;
  height: 277px;
  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;
}

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

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

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

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

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

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

.my_list_modal_main {
  width: 415px;
  height: 170px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.my_list_app {
  width: 100%;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

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

.my_list_agree {
  width: 100%;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

/* 차량신청 모달 배경 */
.car_app_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; 
}

.car_app_modal_bg.on {
  display: block;
}

.car_app_modal {
  width: 850px;
  height: 894px;
  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;
}

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

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

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

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

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

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

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

/* 신청내용 */
.car_app_contents {
  width: 100%;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

/* 이전신청부서 */
.caram_prev_app_dept_section {
  width: 387px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

/* 이전신청자 */
.caram_prev_app_nm_section {
  width: 394px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

/* 신청자 */
.caram_app_nm_section {
  width: 394px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

/* 운전자 */
.caram_driver_section {
  width: 394px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

.caram_driver_section>i {
  font-size: 13px;
  color: #333;
  line-height: 20px;
  cursor: pointer;
  margin-left: 25px;
}

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

/* 사업선택 모달 배경 */
.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;
}

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

/* 운행목적 */
.caram_dg_section {
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.caram_dg_section>input {
  margin-left: 15px;
  width: 628px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

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

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

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

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

.kp_standard_dt_calendar {
  width: 580px;
  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;
  margin-right: 10px;
  margin-left: 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;
}

.prev_hhmm_section {
  width: 155px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 35px;
}

.prev_hh {
  width: 80px;
  height: 100%;
}

.prev_hh select {
  border: none;
  background: #fff;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

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

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

.prev_mm {
  width: 70px;
  height: 100%;
}

.prev_mm select {
  border: none;
  background: #fff;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

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

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

.next_hhmm_section {
  width: 155px;
  height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
}

.next_hh {
  width: 80px;
  height: 100%;
}

.next_hh select {
  border: none;
  background: #fff;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

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

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

.next_mm {
  width: 70px;
  height: 100%;
}

.next_mm select {
  border: none;
  background: #fff;
  outline: none;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

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

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

/* 운행장소 */
.car_d_place {
  width: 100%;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

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

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

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

.caram_sp_section>input {
  margin-left: 15px;
  width: 628px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

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

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

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

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

.caram_dp_section>input {
  margin-left: 15px;
  width: 628px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

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

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

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

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

.caram_ep_section>input {
  margin-left: 15px;
  width: 628px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

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

/* 비고 */
.caram_remark_section {
  width: 100%;
  height: 98px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.caram_remark_section>input {
  margin-left: 15px;
  width: 628px;
  height: 88px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

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

.caram_line11_lt {
  width: 389px;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 주행/km */
.caram_km {
  width: 100%;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* 출발시 누적거리 */
.caram_spsumkm_section {
  width: 387px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.caram_spsumkm_section>input {
  margin-left: 15px;
  width: 207px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #ccc;
  text-align: right;
}

/* 도착시 누적거리 */
.caram_epsumkm_section {
  width: 387px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

/* 업무용 주행거리 */
.caram_wkm_section {
  width: 387px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

/* 주행거리 */
.caram_km_section {
  width: 387px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

.caram_line11_rt {
  width: 396px;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* 사용금액 */
.caram_uamt {
  width: 100%;
  height: 30px;
  border-radius: 10px;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* 유류비(원) */
.caram_ovw_section {
  width: 394px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

/* 수선비(원) */
.caram_asw_section {
  width: 394px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

/* 반납일자 */
.caram_rdt_section {
  width: 394px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

/* 이전반납위치 */
.caram_prp_section {
  width: 394px;
  height: 28px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

