@font-face {
  font-family: 'noto_r';
  src: url("/stylesheets/fonts/NotoSansCJKkr-Regular.otf")
}

@font-face {
  font-family: 'noto_m';
  src: url("/stylesheets/fonts/NotoSansCJKkr-Medium.otf");
}

@font-face {
  font-family: 'noto_bd';
  src: url("/stylesheets/fonts/NotoSansMonoCJKkr-Bold.otf");
}

@font-face {
  font-family: 'noto_bk';
  src: url("/stylesheets/fonts/NotoSansCJKkr-Black.otf");
}

@font-face {
  font-family: 'roboto_bi';
  src: url("/stylesheets/fonts/Roboto-Bolditalic.ttf");
}

/*바디 설정 값*/
body {
  margin:0;
  padding:0;
}


/* 수직 수평 정렬 컨테이너 설정 값 */
.outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}


/* 수직 정렬 설정 값 */
.middle {
  display: table-cell;
  vertical-align: middle;
}


/* 수평 정렬 설정 값 */
.inner {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  margin-left: auto;
  margin-right: auto;
}

/********* 로그인 파트 *********/

/* 로그인 박스 위치 설정 값 */
.n_cargps_login_position {
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  float: left;
  width: 400px;
  height: 520px;
}

.n_cargps_login_box {
  width: 400px;
  height: 492px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  float: left;
}

.n_cargps_login_logo {
  float: left;
  margin-top: 56px;
  margin-left: 87px;
}

.n_cargps_id {
  font-family: noto_r;
  font-size: 16px;
  text-align: left;
  margin-top: 40px;
  margin-left: 59px;
  width: 46px;
  height: 24px;
  float: left;
}

.n_cargps_id_box {
  width: 280px;
  height: 30px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 0.5px solid #707070;
  outline: none;
  float: left;
  margin-left: 59px;
  margin-top: 5px;
  color: black;
  font-family: noto_r;
  font-size: 16px;
  text-indent: 10px;
  text-align: left;
}
.n_cargps_id_box:focus {
  border: 0.5px solid black;
  transition: 0.3s;
}

.n_cargps_password {
  font-family: noto_r;
  font-size: 16px;
  text-align: left;
  margin-top: 10px;
  margin-left: 59px;
  width: 64px;
  height: 24px;
  float: left;
}

.n_cargps_password_box {
  width: 280px;
  height: 30px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 0.5px solid #707070;
  outline: none;
  float: left;
  margin-left: 59px;
  margin-top: 5px;
  color: black;
  font-family: noto_m;
  font-size: 16px;
  text-indent: 12px;
  text-align: left;
}
.n_cargps_password_box:focus {
  border: 0.5px solid black;
  transition: 0.3s;
}

.n_cargps_saving_id_box {
  width: 110px;
  height: 24px;
  margin-top: 20px;
  margin-left: 59px;
  float: left;
}
.n_cargps_saving {
  width: 20px;
  height: 20px;
  float: left;
  cursor: pointer;
  accent-color: #505FB0;
  background: #ffffff;
  margin-left: -1px;
}

.n_cargps_saving_id {
  width: 72px;
  height: 24px;
  color: black;
  font-family: noto_r;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 3px;
  float: left;
}

.n_cargps_login_button {
  width: 100px;
  height: 36px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #6F82E8;
  cursor: pointer;
  float: left;
  border: none;
  border-radius: 5px;
  font-family: noto_r;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-top: 16px;
  margin-left: 71px;
}

.n_cargps_login_button:hover {
  background-color: #505FB0;
  transition: 0.3s;
}

.n_cargps_login_button:active {
  background-color: #37427B;
  transition: 0.3s;
}

.n_cargps_terms_of_service_link {
  width: 82px;
  height: 18px;
  font-family: noto_r;
  font-size: 12px;
  color: black;
  text-align: center;
  float: left;
  cursor: pointer;
  margin-top: 60px;
  margin-left: 160px;
  text-decoration: none;
}

.n_cargps_all_rights_reserved {
  float: right;
  width: 260px;
  height: 18px;
  font-family: noto_r;
  font-size: 12px;
  color: black;
  text-align: right;
  margin-top: 10px;
}

/********* 관제 메인 파트 *********/


/* 상단 메뉴 세팅 */
.cargps_upper_menu_box {
  width: 100%;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  float: left;
}

.cargps_logo_box {
  width: 128px;
  height: 40px;
  margin-left: 30px;
  float: left;
  cursor: pointer;
}

.cargps_analyze_box {
  width: 140px;
  height: 28px;
  border-radius: 5px;
  margin-left: 241px;
  margin-top: 6px;
  float: left;
  cursor: pointer;
  font-family: noto_r;
  font-size: 20px;
  text-align: center;
  color: black;
}

.cargps_analyze_box:hover {
  background-color: #D3D5FB;
  color: #505FB0;
  transition: 0.3s;
}

/* .cargps_setting_box {
  width: 100px;
  height: 28px;
  border-radius: 5px;
  margin-left: 50px;
  margin-top: 6px;
  float: left;
  cursor: pointer;
  font-family: noto_r;
  font-size: 20px;
  text-align: center;
  color: black;
}

.cargps_setting_box:hover {
  background-color: #D3D5FB;
  color: #505FB0;
  transition: 0.3s;
} */

.cargps_logout_button {
  width: 32px;
  height: 32px;
  margin-right: 30px;
  margin-top: 4px;
  border-radius: 100px;
  border: none;
  float: right;
  cursor: pointer;
  background-color: #ffffff;
}

.cargps_logout_button:hover {
  background-color: #D3D5FB;
  transition: 0.3s;
}

.cargps_logout_icon {
  margin-left: -1px;
  margin-top: 2.5px;
}

/* 차량 리스트 세팅 */
.cargps_carlist_main_box {
  width: 380px;
  height: calc(100vh - 60px);
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
}

.cargps_carlist_download_box {
  width: 360px;
  height: 50px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  background-color: #6F82E8;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
  color: #ffffff;
  font-family: noto_r;
  font-size: 26px;
  text-align: center;
  border: none;
}
.cargps_carlist_download_box:hover {
  background-color: #505FB0;
  transition: 0.3s;
}
.carlist_download {
  width:130px;
  height: 40px;
  margin-top: -1px;
  margin-left: 90px;
  float: left;
}
.carpgs_download_icon {
  float: left;
  margin-left: 20px;
  margin-top: 4px;
}
.cargps_status_box {
  width: 360px;
  height: 112px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  font-family: noto_r;
  font-size: 18px;
  text-align: left;
}

.cargps_total_car_box {
  width: 320px;
  height: 30px;
  margin-left: 20px;
  margin-top: 8px;
  float: left;
}

.cargps_total_car_icon {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #37BF72;
  float: left;
  margin-top: 5px;
}
.cargps_total_car {
  margin-left: 10px;
  float: left;
  width: 80px;
  height: 30px;
}
.cargps_total_car_number {
  margin-left: 20px;
  float: left;
  width: 180px;
  height: 30px;
}

.cargps_driving_car_box {
  width: 320px;
  height: 30px;
  margin-left: 20px;
  margin-top: 4px;
  float: left;
}

.cargps_driving_car_icon {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #527CEF;
  float: left;
  margin-top: 5px;
}
.cargps_driving_car {
  margin-left: 10px;
  float: left;
  width: 80px;
  height: 30px;
}
.cargps_driving_car_number {
  margin-left: 20px;
  float: left;
  width: 180px;
  height: 30px;
}

.cargps_stop_car_box {
  width: 320px;
  height: 30px;
  margin-left: 20px;
  margin-top: 4px;
  float: left;
}

.cargps_stop_car_icon {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #EF5272;
  float: left;
  margin-top: 5px;
}
.cargps_stop_car {
  margin-left: 10px;
  float: left;
  width: 100px;
  height: 30px;
}
.cargps_stop_car_number {
  margin-left: 20px;
  float: left;
  width: 160px;
  height: 30px;
}

.cargps_search_box {
	width: 360px;
	height: 30px;
	float: left;
	border-radius:5px;
	margin-top: 9px;
	margin-left: 10px;
	text-indent: 20px;
	border: 1.5px solid #B8B8B8;
	font-family: noto_r;
	font-size: 16px;
}

/* 차량 리스트 선택 박스 */
.cargps_carlist_box {
  margin-top: 10px;
  width: 380px;
  height: calc(100vh - 299px);
  /*height: calc(100vh - 262px);*/
  float: left;

  /* 스크롤 이벤트 설정 값 */
  overflow-y: scroll;
  overflow-x: hidden;
  /*border: 1px solid red;
  box-sizing:border-box;*/
}

/* 스크롤바 설정*/
.cargps_carlist_box::-webkit-scrollbar{
  width: 14px;
}
/* 스크롤바 막대 설정*/
.cargps_carlist_box::-webkit-scrollbar-thumb{
  height: 10%;
  background-color: #505FB0;
  /* 스크롤바 둥글게 설정    */
  border-radius: 5px;    
}
/* 스크롤바 뒷 배경 설정*/
.cargps_carlist_box::-webkit-scrollbar-track{
  background-color: rgba(0,0,0,0);
}


/* 셀렉트 박스 설정 */
.cargps_select_box {
  width: 360px;
  /*height: 70px;*/
  height: 100px;
  border-radius: 5px;
  background-color: #ffffff;
  float: left;
  font-family: noto_r;
  font-size: 16px;
  margin-bottom: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.cargps_select_first_box {
  width: 340px;
  height: 24px;
  margin-top: 5px;
  margin-left: 10px;
  float: left;
}

.cargps_driving_car_icon01 {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #527CEF;
  float: left;
  margin-top: 3px;
}

.cargps_car_number {
  margin-left: 10px;
  width: 100px;
  height: 24px;
  text-align: left;
  float: left;
}

.cargps_recent_date {
  margin-left: 80px;
  width: 86px;
  height: 24px;
  text-align: left;
  float: left;
  color: black;
}

.cargps_recent_time {
  margin-left: 2px;
  width: 40px;
  height: 24px;
  text-align: left;
  float: left;
  color: #527CEF;
}

.cargps_speed {
  margin-left: 9px;
  margin-top: 6px;
  width: 130px;
  height: 24px;
  text-align: left;
  float: left;
  color: #EF5272;
  /*border: 1px solid red;
  box-sizing: border-box;*/
}

.cargps_daily_distance {
  margin-left: 80px;
  margin-top: 6px;
  width: 130px;
  height: 24px;
  text-align: right;
  float: left;
  color: green;
  /*border: 1px solid red;
  box-sizing: border-box;*/
}

.cargps_select_second_box {
  float: left;
  width: 340px;
  height: 26px;
  margin-left: 10px;
  margin-top: 6px;
}

.cargps_tirp_view_button {
  border: none;
  width: 70px;
  height: 26px;
  float: left;
  text-align: center;
  background-color: #B5B5B5;
  color: white;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.cargps_tirp_view_button:hover {
  background-color: #848484;
  transition: 0.3s;
}

.cargps_car_location {
  float: right;
  width: 260px;
  height: 26px;
  text-align: right;
  cursor: pointer;
  color: black;
}
.cargps_car_location_s {
  float: right;
  width: 260px;
  height: 26px;
  text-align: right;
  cursor: pointer;
  color: #5C2FDB;
}

.cargps_car_location:hover {
  color: #5C2FDB;
  transition: 0.3s;
}
.cargps_car_location_s:hover {
  color: #5C2FDB;
  transition: 0.3s;
}
.cargps_map_box {
  margin-top: 10px;
  margin-left: 10px;
  width: calc(100vw - 420px);
  height: calc(100vh - 60px);
  float: left;
  border-radius: 10px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.16);
}



/********* 로그인 파트 *********/

.n_cargps_bmarker_contents {
  margin-top: 60px;
  margin-left: -23px;
  padding-top: 1px; 
  border: 1px solid blue;
  background-color: white;
  border-radius:100px; 
  display: block; 
  max-width: none;
  max-height: none;
  position: absolute; 
  width: 100px; 
  height: 20px; 
  left: 0px; 
  top: 0px;
  font-family: noto_r;
  color: black;
  text-align: center;
  border-radius:100px; 
  font-size: 0.8rem;
}

.n_cargps_rmarker_contents {
  margin-top: 60px;
  margin-left: -23px;
  padding-top: 1px; 
  border: 1px solid red;
  background-color: white;
  border-radius:100px; 
  display: block; 
  max-width: none;
  max-height: none;
  position: absolute; 
  width: 100px; 
  height: 20px; 
  left: 0px; 
  top: 0px;
  font-family: noto_r;
  color: black;
  text-align: center;
  border-radius:100px; 
  font-size: 0.8rem;
}


/********* 경로보기 파트 *********/

.cargps_trip_main_box {
  width: 380px;
  height: calc(100vh - 60px);
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
}

.cargps_trip_info_box {
  width: 360px;
  height: 316px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  font-family: noto_r;
  font-size: 16px;
  text-align: left;
}


/* 트립 아이콘 */

.cargps_trip_driving_car_icon {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #527CEF;
  float: left;
  margin-top: 3px;
}

.cargps_trip_stop_car_icon {
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: #EF5272;
  float: left;
  margin-top: 3px;
}

.cargps_trip_position01 {
  width: 288px;
  height: 24px;
  margin-top: 18px;
  margin-left: 36px;
  float: left;
}

.cargps_cartrip_number {
  float: left;
  width: 100px;
  height: 24px;
  margin-left: 10px;
}

.cargps_trip_recent_date {
  margin-left: 30px;
  width: 86px;
  height: 24px;
  text-align: left;
  float: left;
  color: black;
}

.cargps_trip_recent_time {
  margin-left: 2px;
  width: 40px;
  height: 24px;
  text-align: left;
  float: left;
  color: #527CEF;
}

.cargps_trip_position02 {
  width: 288px;
  height: 20px;
  margin-top: 20px;
  margin-left: 36px;
  float: left;
}

.cargps_trip_speed {
  float: left;
  width: 84px;
  height: 24px;
  margin-left: 30px;
}

.cargps_trip_speed_number {
  margin-left: 46px;
  width: 120px;
  height: 24px;
  text-align: left;
  float: left;
  color: #EF5272;
}

.cargps_trip_position03 {
  width: 288px;
  height: 20px;
  margin-top: 20px;
  margin-left: 36px;
  float: left;
}

.cargps_trip_daily_distance {
  float: left;
  width: 84px;
  height: 24px;
  margin-left: 30px;
}

.cargps_trip_daily_distance_number {
  margin-left: 46px;
  width: 120px;
  height: 24px;
  text-align: left;
  float: left;
  color: green;
}

.cargps_trip_position04 {
  width: 288px;
  height: 20px;
  margin-top: 20px;
  margin-left: 36px;
  float: left;
}

.cargps_trip_total_distance {
  float: left;
  width: 84px;
  height: 24px;
  margin-left: 30px;
}

.cargps_trip_total_distance_number {
  margin-left: 46px;
  width: 120px;
  height: 24px;
  text-align: left;
  float: left;
  color: #505FB0;
}

.cargps_trip_position05 {
  width: 288px;
  height: 20px;
  margin-top: 20px;
  margin-left: 36px;
  float: left;
}

.cargps_trip_person {
  float: left;
  width: 84px;
  height: 24px;
  margin-left: 30px;
}

.cargps_trip_person_name {
  margin-left: 46px;
  width: 120px;
  height: 24px;
  text-align: left;
  float: left;
  color: black;
}

.cargps_trip_position06 {
  width: 288px;
  height: 20px;
  margin-top: 20px;
  margin-left: 36px;
  float: left;
}

.cargps_trip_phone {
  float: left;
  width: 84px;
  height: 24px;
  margin-left: 30px;
}

.cargps_trip_phone_number {
  margin-left: 46px;
  width: 120px;
  height: 24px;
  text-align: left;
  float: left;
  color: black;
}

.cargps_backward_button {
  margin-top: 20px;
  margin-left: 194px;
  border: none;
  width: 70px;
  height: 32px;
  float: left;
  text-align: center;
  background-color: #B5B5B5;
  color: white;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.cargps_backward_button:hover {
  background-color: #848484;
  transition: 0.3s;
}


/********* 달력 설명 파트 *********/

.calendar_explain_position01 {
  float: left;
  width: 300px;
  height: 30px;
  margin-top: 21px;
  margin-left: 44px;
  font-size: 20px;
  font-family: noto_r;
}

.calendar_explain_important01 {
  float: left;
  color: #EF5272;
  width: 20px;
  height: 29px;
}

.calendar_explain_icon01 {
  float: left;
  width: 40px;
  height: 36px;
  border-radius: 10px;
  background-color: #78B3FF;
  margin-left: 14px;
  margin-top: -4px;
}

.calendar_explain01 {
  float: left;
  height: 29px;
  color: black;
  margin-left: 14px;
}

.calendar_explain_position02 {
  float: left;
  width: 300px;
  height: 30px;
  margin-top: 21px;
  margin-left: 44px;
  font-size: 20px;
  font-family: noto_r;
}

.calendar_explain_important02 {
  float: left;
  color: #EF5272;
  width: 20px;
  height: 29px;
}

.calendar_explain_icon02 {
  float: left;
  width: 40px;
  height: 36px;
  border-radius: 10px;
  background-color: white;
  border: 1px solid red;
  margin-left: 14px;
  margin-top: -4px;
}

.calendar_explain02 {
  float: left;
  height: 29px;
  color: black;
  margin-left: 14px;
}

.calendar_select_explain {
  width: 206px;
  height: 40px;
  margin-top:18px;
  margin-left: 89px;
  float: left;
  font-family: noto_r;
  font-size: 14px;
  text-align: center;
  color: #EF5272; 
}


/********* 달력 파트 *********/

.cargps_calendar {
  width:360px;
  height: 360px;
  float: left;
  margin-left: 10px;
  margin-top: 24px;
  /* border: 1px solid red; */
}

* {box-sizing: border-box;}
ul {list-style-type: none;}

.month {
  padding: 10px 10px;
  width: 100%;
  background: #6F82E8;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  height:50px;
  cursor: default;
}

.month ul {
  margin: 0;
  padding: 0;
}

.month ul li {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.cargps_calender_year_month_postion_box {
  border: 1px solid #6F82E8;
}

.cargps_calender_year_position {
  float: left;
  width: 80px;
  height: 30px;
  margin-top: -1px;
  margin-left: 80px;
  font-family: noto_m;
  font-size: 16px;
}

.cargps_calender_month_position {
  width: 76px;
  height: 30px;
  margin-top: -3px;
  margin-left: 188px;
  text-align: left;
  font-family: noto_m;
  font-size: 20px;
}


.month .prev {
  float: left;
  cursor: pointer;
  margin-top: -1px;
}

.month .next {
  float: right;
  margin-top: -1px;
  cursor: pointer;
}

.weekdays {
  margin-top: 10px;
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 10px 0;
  background-color: #eee;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  cursor: default;
  /* border: 1px solid black; */
}

.weekdays li {
  display: inline-block;
  width: 12.5%;
  text-align: center;
  font-family: noto_m;
  font-size: 20px;
  /* border: 1px solid black; */
}

.calendar_black {
  color: #666;
}

.calendar_red {
  color: #EF5272;
}

.calendar_blue {
  color: #527CEF;
}

.days {
  height: 250px;
  padding-left: 0px;
  padding-right: 0px;
  /* padding: 12px 0; */
  background: white;
  margin: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  /* border: 1px solid blue; */
  cursor: default;
}

.days li {
  /* list-style-type: none; */
  /* display: inline-block; */
  float: left;
  width: 12.5%;
  text-align: center;
  height: 36px;
  /* margin-bottom: 7px;
  padding-bottom: 0px; */
  font-size:20px;
  font-family: noto_r;
  color: #777;
  border-radius: 10px;
  margin-top: 12px;
  /* border: 1px solid red; */
  margin-right: 6px;
}

.days li .active {
  cursor: pointer;
  height: 36px;
  border-radius: 10px;
  background-color: #78B3FF;
  color: white !important
}

.select_line {
  height: 36px;
  border: 1px solid red;
  background-color: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
}
.select_line_c {
  cursor: pointer;
  height: 36px;
  border-radius: 10px;
  background-color: #78B3FF;
  color: white !important
}

/* Add media queries for smaller screens */
/* @media screen and (max-width:720px) {
  .weekdays li, .days li {width: 13.1%;}
}

@media screen and (max-width: 420px) {
  .weekdays li, .days li {width: 12.5%;}
  .days li .active {padding: 2px;}
}

@media screen and (max-width: 290px) {
  .weekdays li, .days li {width: 12.2%;}
} */
/********* 운행 기록 분석 파트 *********/

.cargps_analyze_position_box {
  float: left;
  width: 1920px;
  height: calc(100vh - 60px);
}

.cargps_car_select_analyze_box {
  width: 380px;
  height: calc(100vh - 60px);
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
}

.cargps_car_select_box {
  width: 360px;
  height: 103px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}

.cargps_car_group_box {
  width: 236px;
  height: 29px;
  float: left;
  margin-top: 15px;
  margin-left: 50px;
}

.cargps_car_group_icon {
  border-radius: 100px;
  width: 5px;
  height: 5px;
  background-color: black;
  float: left;
  margin-top: 13px;
}

.cargps_car_group {
  font-size:20px;
  font-family: noto_r;
  color: black;
  margin-left: 10px;
  width: 86px;
  height: 29px;
  text-align: left;
  float: left;
}

.cargps_car_group_value {
  width: 120px;
  height: 28px;
  font-size:16px;
  padding-top: 1px;
  font-family: noto_r;
  color: black;
  text-align: center;
  background-color: #EFEFEF;
  border: 0.5px solid #707070;
  border-radius: 10px;
  float: left;
  margin-left: 15px;
}

.cargps_car_select_info_box {
  width: 236px;
  height: 29px;
  float: left;
  margin-top: 15px;
  margin-left: 50px;
}

.cargps_car_select_info_icon {
  border-radius: 100px;
  width: 5px;
  height: 5px;
  background-color: black;
  float: left;
  margin-top: 13px;
}

.cargps_car_select_info {
  font-size:20px;
  font-family: noto_r;
  color: black;
  margin-left: 10px;
  width: 86px;
  height: 29px;
  text-align: left;
  float: left;
}

.cargps_car_select_info_value {
  width: 120px;
  height: 28px;
  font-size:16px;
  padding-top: 1px;
  font-family: noto_r;
  color: black;
  text-align: center;
  background-color: #EFEFEF;
  border: 0.5px solid #707070;
  border-radius: 10px;
  float: left;
  margin-left: 15px;
}

/* 차량 리스트 선택 박스 */
.cargps_car_analyze_list_box {
  margin-top: 15px;
  width: 380px;
  height: calc(100vh - 200px);
  float: left;
  /* border: 1px solid black; */

  /* 스크롤 이벤트 설정 값 */
  overflow-y: scroll;
  overflow-x: hidden;
}

/* 스크롤바 설정*/
.cargps_car_analyze_list_box::-webkit-scrollbar{
  width: 14px;
}
/* 스크롤바 막대 설정*/
.cargps_car_analyze_list_box::-webkit-scrollbar-thumb{
  height: 10%;
  background-color: #505FB0;
  /* 스크롤바 둥글게 설정    */
  border-radius: 5px;    
}
/* 스크롤바 뒷 배경 설정*/
.cargps_car_analyze_list_box::-webkit-scrollbar-track{
  background-color: rgba(0,0,0,0);
}

.cargps_car_analyze_box {
  width:360px;
  height: 44px;
  margin-bottom: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  float: left;
  cursor: pointer;
  border-radius: 5px;
  background-color: #FFFFFF;
}

.cargps_car_analyze_box:hover {
  transition: 0.3s;
}

.cargps_car_analyze_box_seleceted {
  width:360px;
  height: 44px;
  margin-bottom: 5px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  float: left;
  cursor: pointer;
  border-radius: 5px;
  background-color: #EFEFEF;
}

.cargps_car_analyze_box:active {
  background-color: #B5B5B5;
  transition: 0.3s;
}

.cargps_car_number_analyze {
  margin-left: 60px;
  margin-top: 10px;
  width: 100px;
  height: 24px;
  float: left;
  font-size:16px;
  font-family: noto_r;
  color: black;
  text-align: left;
}

.cargps_car_number_divider01 {
  font-size:16px;
  font-family: noto_r;
  color: black;
  text-align: left;
  margin-left: 16px;
  margin-top: 10px;
  width: 6px;
  height: 24px;
  float: left;
}

.cargps_analyze_recent_date {
  margin-left: 2px;
  margin-top: 10px;
  width: 86px;
  height: 24px;
  text-align: left;
  float: left;
  color: black;
  font-size:16px;
  font-family: noto_r;
}

.cargps_analyze_recent_time {
  margin-left: 2px;
  margin-top: 10px;
  width: 40px;
  height: 24px;
  text-align: left;
  float: left;
  color: #527CEF;
  font-size:16px;
  font-family: noto_r;
}

.cargps_car_number_divider02 {
  font-size:16px;
  font-family: noto_r;
  color: black;
  text-align: left;
  margin-left: 2px;
  margin-top: 10px;
  width: 6px;
  height: 24px;
  float: left;
}

.cargps_selected_car_analyze_main_box {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
  width: 1510px;
  height: calc(100vh - 60px);
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 10px;
}

.cargps_selected_car_analyze_option_box {
  width: 1420px;
  height: 29px;
  margin-left: 42px;
  margin-top: 35px;
  font-size:20px;
  font-family: noto_r;
  color: black;
  /* border: 1px solid black; */
}

.cargps_calender_analyze_icon{
  border-radius: 100px;
  width: 5px;
  height: 5px;
  background-color: black;
  float: left;
  margin-top: 13px;
}

.cargps_calender_select {
  margin-left: 10px;
  text-align: left;
  width: 86px;
  height: 29px;
  float: left;
}

.cargps_calender_select_search {
  width: 150px;
  height: 28px;
  font-size:16px;
  padding-top: 1px;
  font-family: noto_r;
  color: black;
  text-align: center;
  background-color: #EFEFEF;
  border: 0.5px solid #707070;
  border-radius: 10px;
  float: left;
  margin-left: 15px;
}

.cargps_calender_select_search_button {
  width: 90px;
  height: 29px;
  cursor: pointer;
  background-color: #6F82E8;
  border-radius: 10px;
  border: none;
  color: #ffffff;
  font-size:20px;
  font-family: noto_r;
  text-align: center;
  margin-left: 30px;
  float: left;
}

.cargps_calender_select_search_button:hover {
  background-color: #505FB0;
  transition: 0.3s;
}

.cargps_calender_select_search_button:active {
  background-color: #37427B;
  transition: 0.3s;
}


.cargps_excel_download_button {
  width: 180px;
  height: 29px;
  cursor: pointer;
  background-color: #6F82E8;
  border-radius: 10px;
  border: none;
  color: #ffffff;
  font-size:20px;
  font-family: noto_r;
  text-align: center;
  margin-left: 40px;
  float: right;
  cursor: pointer;
}

.cargps_excel_download_button:hover {
  background-color: #505FB0;
  transition: 0.3s;
}

.cargps_excel_download_button:active {
  background-color: #37427B;
  transition: 0.3s;
}



/* 분석 밸류 네임 */

.cargps_selected_car_analyze_value_name {
  width: 1420px;
  height: 40px;
  margin-top: 35px;
  margin-left: 42px;
  float: left;
  /* border: 1px solid black; */
  font-size:20px;
  font-family: noto_r;
  text-align: center;
}

.cargps_analyze_car_number {
  width: 180px;
  height: 38px;
  padding-top: 2px;
  float: left;
  border: 0.5px solid #000004;
  background-color: #EFEFEF;
  margin-left: -40px;
}

.cargps_analyze_start_time {
  width: 220px;
  height: 38px;
  padding-top: 2px;
  float: left;
  border: 0.5px solid #000004;
  background-color: #EFEFEF;
  margin-left: -1px;
}

.cargps_analyze_end_time {
  width: 220px;
  height: 38px;
  padding-top: 2px;
  float: left;
  border: 0.5px solid #000004;
  background-color: #EFEFEF;
  margin-left: -1px;
}

.cargps_analyze_driving_time {
  width: 160px;
  height: 38px;
  padding-top: 2px;
  float: left;
  border: 0.5px solid #000004;
  background-color: #EFEFEF;
  margin-left: -1px;
}

.cargps_analyze_rest_time {
  width: 160px;
  height: 38px;
  padding-top: 2px;
  float: left;
  border: 0.5px solid #000004;
  background-color: #EFEFEF;
  margin-left: -1px;
}

.cargps_analyze_driving_distance {
  width: 160px;
  height: 38px;
  padding-top: 2px;
  float: left;
  border: 0.5px solid #000004;
  background-color: #EFEFEF;
  margin-left: -1px;
}

.cargps_analyze_car_location {
  width: 325px;
  height: 38px;
  padding-top: 2px;
  float: left;
  border: 0.5px solid #000004;
  background-color: #EFEFEF;
  margin-left: -1px;
}

.cargps_selected_car_analyze_value_box {
  margin-top: -23px;
  width: 1440px;
  height: calc(100vh - 215px);
  /* border: 0.5px solid black; */
  float: left;
  margin-left: 42px;

  /* 스크롤 이벤트 설정 값 */
  overflow-y: scroll;
  overflow-x: hidden;
}

/* 스크롤바 설정*/
.cargps_selected_car_analyze_value_box::-webkit-scrollbar{
  width: 14px;
}
/* 스크롤바 막대 설정*/
.cargps_selected_car_analyze_value_box::-webkit-scrollbar-thumb{
  height: 10%;
  background-color: #505FB0;
  /* 스크롤바 둥글게 설정    */
  border-radius: 5px;    
}
/* 스크롤바 뒷 배경 설정*/
.cargps_selected_car_analyze_value_box::-webkit-scrollbar-track{
  background-color: rgba(0,0,0,0);
}

.cargps_selected_car_analyze_value_position {
  width: 1420px;
  height: 38px;
  padding-top: 2px;
  float: left;
  margin-top: -2px;
  /* border: 1px solid black; */
}

.cargps_selected_car_analyze_value_info {
  width: 1420px;
  height: 40px;
  margin-top: 0px;
  float: left;
  font-size:20px;
  font-family: noto_r;
  text-align: center;
}

.cargps_analyze_car_number_info {
  width: 180px;
  height: 38px;
  padding-top: 2px;
  float: left;
  border: 0.5px solid #000004;
  background-color: #ffffff;
  margin-left: -40px;
}

.cargps_analyze_start_time_info {
  width: 220px;
  height: 38px;
  padding-top: 2px;
  float: left;
  border: 0.5px solid #000004;
  background-color: #ffffff;
  margin-left: -1px;
}

.cargps_analyze_end_time_info {
  width: 220px;
  height: 38px;
  padding-top: 2px;
  float: left;
  border: 0.5px solid #000004;
  background-color: #ffffff;
  margin-left: -1px;
}

.cargps_analyze_driving_time_info {
  width: 160px;
  height: 38px;
  padding-top: 2px;
  float: left;
  border: 0.5px solid #000004;
  background-color: #ffffff;
  margin-left: -1px;
}

.cargps_analyze_rest_time_info {
  width: 160px;
  height: 38px;
  padding-top: 2px;
  float: left;
  border: 0.5px solid #000004;
  background-color: #ffffff;
  margin-left: -1px;
}

.cargps_analyze_driving_distance_info {
  width: 160px;
  height: 38px;
  padding-top: 2px;
  float: left;
  border: 0.5px solid #000004;
  background-color: #ffffff;
  margin-left: -1px;
}

.cargps_analyze_car_location_info {
  width: 325px;
  height: 38px;
  padding-top: 2px;
  float: left;
  border: 0.5px solid #000004;
  background-color: #ffffff;
  margin-left: -1px;
}
/* 운행 달력 박스 */
.dashboard_flex_box10 {
  width: 30%;
  min-width: 336px;
  min-height: 286px;
  flex-shrink: 1;
  flex-grow: 1;
  background-color: white;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.10);
  order: 10;
  word-wrap: break-word;
}
.dashboard_operation_calendar_position {
  width: 100%;
  height: 24px;
  /* border: 1px solid red;
  box-sizing: border-box; */
  margin-top: 12px;
}
.dashboard_operation_calendar_title {
  float: left;
  font-family: noto_b;
  color: #222222;
  font-size: 1rem;
  margin-left: 14px;
}
.true_info_operation_calendar {
  overflow-y: auto;
  overflow-x: hidden;
  height:250px;
  /* border: 1px solid black;
  box-sizing: border-box; */
}
.dashboard_operation_calendar_box_position {
  /* border: 1px solid red;
  box-sizing: border-box; */
  width: 100%;
  /* height: 238px; */
  /* height: 100%; */
  /* border: 1px solid white; */
  box-sizing: border-box;
  margin-top: 11px;
  padding-left:14px;
  padding-right:14px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.dashboard_operation_calendar_box {
  width: 100%;
  /* height: 223px; */
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  border-radius: 4px;
  padding-bottom: 4px;
}
/* 날짜 선택 */
.dashboard_operation_calendar_date_select_postion {
  /* border: 1px solid black;
  box-sizing: border-box; */
  margin-top: 8px;
  width: 100%;
  height: 20px;
  font-family: noto_m;
  color: #222222;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
}
.left_icon_position {
  float: left;
  margin-left: 10px;
  height: 20px;
  width: 20px;
  /* border: 1px solid black;
  box-sizing: border-box; */
  cursor: pointer;
}
.left_icon {
  float: left;
  margin-top: 5px;
  margin-left: 6px;
}
.dashboard_operation_calendar_current_date {
  float: center;
  text-align: center;
  /* border: 1px solid red;
  box-sizing: border-box; */
  width: 70px;
  cursor: default;
  margin-top: -3px;
}
.right_icon_position {
  float: right;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  /* border: 1px solid black;
  box-sizing: border-box; */
  cursor: pointer;
}
.right_icon {
  float: right;
  margin-top: 5px;
  margin-right: 6px;
}
/* 요일 표출 */
.dashboard_operation_calendar_weeks_postion {
  font-family: noto_r;
  color: #222222;
  font-size: 0.9rem;
  /* border: 1px solid black;
  box-sizing: border-box; */
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  width: 100%;
  height: 21px;
  text-align: center;
  cursor: default;
  background-color: #F6F7F8;
}
.dashboard_operation_calendar_sunday {
  border: 1px solid #F6F7F8;
  color: #FE4E4E;
  width: 21px;
  margin-left: 10px;
}
.dashboard_operation_calendar_monday {
  border: 1px solid #F6F7F8;
  color: #222222;
  width: 21px;
}
.dashboard_operation_calendar_tuesday {
  border: 1px solid #F6F7F8;
  color: #222222;
  width: 21px;
}
.dashboard_operation_calendar_wednesday {
  border: 1px solid #F6F7F8;
  color: #222222;
  width: 21px;
}
.dashboard_operation_calendar_thursday {
  border: 1px solid #F6F7F8;
  color: #222222;
  width: 21px;
}
.dashboard_operation_calendar_friday {
  border: 1px solid #F6F7F8;
  color: #222222;
  width: 21px;
}
.dashboard_operation_calendar_saturday {
  border: 1px solid #F6F7F8;
  color: #FE4E4E;
  width: 21px;
  margin-right: 10px;
}
/* 날 표출01 */
.dashboard_operation_calendar_days_postion01 {
  font-family: noto_l;
  color: #222222;
  font-size: 0.9rem;
  color: #222222;
  /* border: 1px solid black;
  box-sizing: border-box; */
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  width: 100%;
  height: 23px;
  text-align: center;
  cursor: default;
}
.dashboard_operation_calendar_01 {
  border: 1px solid white;
  border-radius: 100px;
  width: 21px;
  margin-left: 10px;
  cursor: pointer;
}
.dashboard_operation_calendar_02 {
  border: 1px solid white;
  border-radius: 100px;
  width: 21px;
  cursor: pointer;
}
.dashboard_operation_calendar_03 {
  border: 1px solid white;
  border-radius: 100px;
  width: 21px;
  cursor: pointer;
}
.dashboard_operation_calendar_04 {
  border: 1px solid white;
  border-radius: 100px;
  width: 21px;
  cursor: pointer;
}
.dashboard_operation_calendar_05 {
  border: 1px solid white;
  border-radius: 100px;
  width: 21px;
  cursor: pointer;
}
.dashboard_operation_calendar_06 {
  border: 1px solid white;
  border-radius: 100px;
  width: 21px;
  cursor: pointer;
}
.dashboard_operation_calendar_07 {
  border: 1px solid white;
  border-radius: 100px;
  width: 21px;
  margin-right: 10px;
  cursor: pointer;
}
.operation_day_color {
  border: 1px solid #397AE1;
}
.operation_day_none {
  border: none;
}
/* 날 표출02 */
.dashboard_operation_calendar_days_postion02 {
  font-family: noto_l;
  color: #222222;
  font-size: 0.9rem;
  color: #222222;
  /* border: 1px solid black;
  box-sizing: border-box; */
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  width: 100%;
  height: 23px;
  text-align: center;
  cursor: default;
}
/* 날 표출03 */
.dashboard_operation_calendar_days_postion03 {
  font-family: noto_l;
  color: #222222;
  font-size: 0.9rem;
  color: #222222;
  /* border: 1px solid black;
  box-sizing: border-box; */
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  width: 100%;
  height: 23px;
  text-align: center;
  cursor: default;
}
/* 날 표출04 */
.dashboard_operation_calendar_days_postion04 {
  font-family: noto_l;
  color: #222222;
  font-size: 0.9rem;
  color: #222222;
  /* border: 1px solid black;
  box-sizing: border-box; */
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  width: 100%;
  height: 23px;
  text-align: center;
  cursor: default;
}
/* 날 표출05 */
.dashboard_operation_calendar_days_postion05 {
  font-family: noto_l;
  color: #222222;
  font-size: 0.9rem;
  color: #222222;
  /* border: 1px solid black;
  box-sizing: border-box; */
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  width: 100%;
  height: 23px;
  text-align: center;
  cursor: default;
}
/* 날 표출06 */
.dashboard_operation_calendar_days_postion06 {
  font-family: noto_l;
  color: #222222;
  font-size: 0.9rem;
  color: #222222;
  /* border: 1px solid black;
  box-sizing: border-box; */
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  width: 100%;
  height: 23px;
  text-align: center;
  cursor: default;
}
.dashboard_operation_calendar_list_position {
  width: 100%;
  height: 20px;
  /* border: 1px solid red;
  box-sizing: border-box; */
  margin-top: 10px;
  font-family: noto_m;
  color: #222222;
  font-size: 0.8rem;
}
.dashboard_operation_calendar_list {
  width: 100%;
  text-indent: 14px;
  /* border: 1px solid black;
  box-sizing: border-box; */
}
.dashboard_operation_calendar_list_data_position {
  margin-top: 6px;
  /* border: 1px solid black;
  box-sizing: border-box; */
  padding-bottom: 6px;
}
.dashboard_operation_calendar_list_data {
  width: 100%;
  height: 20px;
  /* border: 1px solid red;
  box-sizing: border-box; */
  text-indent: 14px;
  font-family: noto_r;
  color: #1C457E;
  font-size: 0.8rem;
  margin-top: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
}
.dashboard_operation_calendar_list_data:active {
  background-color: #E4E4E4;
}


/* 트립 정보 박스 */
.dashboard_flex_box11 {
  width: 30%;
  min-width: 336px;
  min-height: 286px;
  flex-shrink: 1;
  flex-grow: 1;
  background-color: white;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.10);
  order: 11;
  word-wrap: break-word;
}
.dashboard_trip_info_title_position {
  width: 100%;
  height: 24px;
  /* border: 1px solid red;
  box-sizing: border-box; */
  margin-top: 12px;
}
.dashboard_trip_info_title {
  float: left;
  font-family: noto_b;
  color: #222222;
  font-size: 1rem;
  margin-left: 14px;
}
.dashboard_trip_info_position {
  width: 100%;
  height: 20px;
  /* border: 1px solid red;
  box-sizing: border-box; */
  font-family: noto_m;
  color: #888888;
  font-size: 0.8rem;
  margin-top: 12px;
}
.dashboard_trip_info_number {
  margin-left: 14px;
  /* border: 1px solid blue;
  box-sizing: border-box; */
  float: left;
  color: #1C457E;
}
.dashboard_trip_info_date {
  margin-left: 6px;
  /* border: 1px solid blue;
  box-sizing: border-box; */
  float: left;
}
.dashboard_trip_info_car_number {
  float: right;
  /* border: 1px solid blue;
  box-sizing: border-box; */
  margin-right: 14px;
}
.dashboard_trip_info_map_position {
  /* border: 1px solid red;
  box-sizing: border-box; */
  width: 100%;
  height: 218px;
  border: 1px solid white;
  box-sizing: border-box;
  margin-top: 0px;
  padding-left:14px;
  padding-right:14px;
  padding-top: 1px;
}
.dashboard_trip_info_map_box {
  width: 100%;
  height: 203px;
  border: 1px solid #E2E2E2;
  background-image: url('/images/NM98/example_map.svg');
  box-sizing: border-box;
  border-radius: 4px;
}


#popup_layer {position:fixed;top:0;left:0;z-index: 10000; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4);} 
/*팝업 박스*/
.popup_box{position: relative;top:50%;left:20%; width:550px;transform:translate(-50%, -50%);z-index:1002;box-sizing:border-box;background:#fff;box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);-webkit-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);-moz-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);}
/*컨텐츠 영역*/
.popup_box .popup_cont {padding:50px;line-height:1.4rem;font-size:14px;word-break: break-word;}
.popup_box .popup_cont h2 {padding:15px 0;color:#333;margin:0;}
.popup_box .popup_cont p{ border-top: 1px solid #666;padding-top: 30px;}
/*버튼영역*/
.popup_box .popup_btn {display:table;table-layout: fixed;width:100%;height:70px;background:#5d5d5d;word-break: break-word;}
.popup_box .popup_btn a {position: relative; display: table-cell; height:70px; color:#fff; font-size:17px;text-align:center;vertical-align:middle;text-decoration:none; background:#102c5c;}
.popup_box .popup_btn a:before{content:'';display:block;position:absolute;top:26px;right:29px;width:1px;height:21px;background:#fff;-moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}
.popup_box .popup_btn a:after{content:'';display:block;position:absolute;top:26px;right:29px;width:1px;height:21px;background:#fff;-moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
.popup_box .popup_btn a.close_day {background:#5d5d5d;}
.popup_box .popup_btn a.close_day:before, .popup_box .popup_btn a.close_day:after{display:none;}
/*오버레이 뒷배경*/
.popup_overlay{position:fixed;top:0px;right:0;left:0;bottom:0;z-index:1001;;background:rgba(0,0,0,0.5);}    