html{
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
body{
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
/*.board_list_head {
  padding: 8px;
  background-color: #ececec;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 0 3px rgba(120, 120, 120, 0.5),
    inset 5px 5px 7px rgba(255, 255, 255, 0.5),
    inset -5px -5px 7px rgba(120, 120, 120, 0.1);
}*/
.board_list_head {
  padding: 4px 8px;
  background-color: #fafafa;
}
.board_list_head select {
  border-radius: 5px;
  /* border: 1px solid #b0b0b0; */
}
.board_list_head select:focus {
  outline: none;
  background: linear-gradient(to right, #e0f7fa 50%, white 100%);
}
/* list */
.board_list{
	width:100%;
}
.board_list table{
	width:auto;
	border-collapse:collapse;
}
.fix_tbody{max-height:600px;overflow:auto;}
.tr_head_table{position:relative;overflow-x:hidden;overflow-y:scroll;}
.tr_body_table{position:relative;overflow-y:scroll;}

.board_list table th{border:1px solid #ccc; background:#1079AA;color:#fff;vertical-align: middle;white-space: nowrap;}
.board_list table th{border-top:0px;}
.board_list table th.active_th{color:#e2ff00;}
.board_list table td{border:1px solid #ccc;vertical-align: middle;white-space:nowrap;}

.board_list table .column_tr th{background:#1079AA;}
.board_list table .active_tr{background:#FFBF00 !important;}
.board_list table .active_tr .column_td{background:#FFBF00;color:#000;}
.board_list table .row_input{width:100%;background-color:rgba(255,255,255,0.2);border:0px;}
.board_list table .row_input:focus{outline:none;}
.board_list table .sc_input{margin:0px;padding:0px;}

/* write */
.board_write {
  width: 100%;
  overflow: auto;
}
.board_write table {
  width: 100%;
  margin: 0 auto;
}
.board_write table th {
  border: 1px solid #fafafa;
  background-color: #ececec;
  vertical-align: middle;
  color: #808080;
  min-height: 22px;
  line-height: 22px;
  font-size: 12px;
}
.board_write table td {
  border: 1px solid #ececec;
  background-color: #fff;
  vertical-align: middle;
  color: #606060;
  min-height: 22px;
  line-height: 22px;
  font-size: 12px;
}

.board_write table .active_input {
  background: #deffbd;
}
.board_write table .active_tr {
  background: #deffbd;
}
.board_write table .active_tr input {
  background: #deffbd;
}
.board_write table .active_grid {
  border: 2px solid #000;
}
.board_write table .row_input[type="text"] {
  width: 98%;
  background-color: rgba(255, 255, 255, 0.2);
  height: 22px;
}
.board_write table .row_input:focus {
  outline: none;
  background: linear-gradient(to right, #e0f7fa 50%, white 100%);
}

.is_number {
  text-align: right;
  padding-right: 5px;
}

.top_car_span{
  display: inline-block;
  width: 100%;
  text-align: right;
  padding-right: 5px;
}

.is_korea_keyboard[type="text"] {
  -webkit-ime-mode: active;
  -moz-ime-mode: active;
  -ms-ime-mode: active;
  ime-mode: active;
}

.write_split_table {
  width: 100%;
  border-collapse: collapse;
}
.write_split_table td {
  vertical-align: top;
}
.write_sub_title {
  color: hsl(223, 84%, 55%);
  height: 22px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
}

/*board tab*/
.board_tab_area {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #2f51ff;
  height: 30px;
}
.board_tab_area .td_wrap {
  position: absolute;
  top: 0px;
  padding-left: 25px;
}
.board_tab_area .tab_td {
  display: table-cell;
  padding: 0px 10px;
  border: 2px solid #7cb7ff;
  border-bottom: 2px solid #2f51ff;
  border-left: 0px;
  text-align: center;
  min-height: 25px;
  line-height: 25px;
  color: #232323;
  max-width: 120px;
  cursor: pointer;
  height: 30px;
  white-space: nowrap;
}
.board_tab_area .tab_td:hover {
  color: #2f51ff;
  font-weight: bold;
}
.board_tab_area .tab_td.selected_tab {
  border: 2px solid #2f51ff;
  border-bottom: 2px solid #fff;
  border-left: 0px;
  font-weight: bold;
  color: #2f51ff;
}
.board_tab_area .tab_td.selected_tab:first-child {
  border-left: 2px solid #2f51ff;
}

.board_write .list_active_tr td {
  background: #cfffe2;
}

/*board tab info_panel
.car_user .info_panel .board_tab_area {
  display: table;
  table-layout: fixed;
  width:100%;
  height:36px;
  border-bottom:none;
  background:linear-gradient(to bottom, #e0e0e0 50%, #b0b0b0 100%);
}
.car_user .info_panel .board_tab_area .td_wrap {
  position: static;
  top: unset;
  padding-left: unset;
}
.car_user .info_panel .board_tab_area .tab_td {
  display: table-cell;
  padding: none;
  border: none;
  height:36px;
  border-right:1px solid #b0b0b0;
  text-align: center;
  line-height: 32px;
  color: #232323;
  cursor: pointer;
  width:100%;
  height: 36px;
  font-size: 10pt;
  box-shadow:inset 2px 2px 2px rgba(255,255,255,0.5),inset -1px -1px 1px rgba(0,0,0,0.1);
}
.car_user .info_panel .board_tab_area .tab_td:first-child {
  border-top-left-radius: 5px;
}
.car_user .info_panel .board_tab_area .tab_td:hover {
  border-right: 1px solid #6952ff;
  border-bottom: none;
  font-weight: bold;
  color: white;
  background:linear-gradient(to bottom, #6952ff 20%, #3a28b2 100%);
  text-shadow: 0 0 2px rgba(0,0,0,0.1);
  box-shadow:inset 1px 1px 3px rgba(255,255,255,0.2),inset -1px -1px 1px rgba(0,0,0,0.2);
}
.car_user .info_panel .board_tab_area .tab_td.selected_tab{
  border: 1px solid #6952ff;
  border-bottom: none;
  font-weight: bold;
  color: white;
  background:linear-gradient(to bottom, #6952ff 20%, #3a28b2 100%);
  text-shadow: 0 0 2px rgba(0,0,0,0.1);
  box-shadow:inset 1px 1px 3px rgba(255,255,255,0.2),inset -1px -1px 1px rgba(0,0,0,0.2);
}
.car_user .info_panel .board_tab_area .tab_td.selected_tab:first-child {
  border-left: none;
}*/

/*.board_tab*/
.board_tab_area {
  display: table;
  width: 100%;
  height: 24px;
  border-bottom: none;
  background: linear-gradient(to bottom, #e0e0e0 50%, #b0b0b0 100%);
}
.board_tab_area .td_wrap {
  top: unset;
  padding-left: unset;
}
.board_tab_area .tab_td {
  display: table-cell;
  padding: none;
  border: none;
  height: 24px;
  border-right: 1px solid #b0b0b0;
  text-align: center;
  line-height: 22px;
  color: #232323;
  cursor: pointer;
  width: 100px;
  font-size: 10pt;
  box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.5),
    inset -1px -1px 1px rgba(0, 0, 0, 0.1);
}
.board_tab_area .tab_td:hover {
  border-right: 1px solid #6952ff;
  border-bottom: none;
  font-weight: bold;
  color: white;
  background: linear-gradient(to bottom, #6952ff 20%, #3a28b2 100%);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 3px rgba(255, 255, 255, 0.2),
    inset -1px -1px 1px rgba(0, 0, 0, 0.2);
}
.board_tab_area .tab_td.selected_tab {
  border: 1px solid #6952ff;
  border-bottom: none;
  font-weight: bold;
  color: white;
  background: linear-gradient(to bottom, #6952ff 20%, #3a28b2 100%);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 3px rgba(255, 255, 255, 0.2),
    inset -1px -1px 1px rgba(0, 0, 0, 0.2);
}
.board_tab_area .tab_td.selected_tab:first-child {
  border-left: none;
}

.pageing {
  position: relative;
  width: 100%;
  clear: both;
  margin: 0;
  text-align: center;
  height: 23px;
}
.pageing * {
  vertical-align: middle;
}
.pageing a {
  line-height: 23px;
  display: inline-block;
  padding: 0 5px;
  font-weight: bold;
  color: #aaa;
}
.pageing a img {
  margin: 0 -4px;
  border: 1px solid #ccc;
}
.pageing a.pageicon {
  padding: 0 1px;
}
.pageing a.on {
  color: #232323;
}

.pageing .page_bar {
  margin: auto;
  height: 25px;
}
.pageing #page01 {
  margin-right: -10px;
}
.pageing #page02 {
  margin-right: -1px;
}
.pageing #page03 {
  margin-left: -3px;
}
.pageing #page04 {
  margin-left: -5px;
}
.pageing #page_num {
  background: #f8f8f8;
  border: 1px solid #ccc;
}

/*기본 프레임*/
.cont_tab_field {
  /*background-color:#f0f0f0;
  border:1px solid #b0b0b0;
  border-radius:12px;
  padding:10px;
  margin-bottom:12px;*/
  margin-bottom: 3px;
  max-height: 24px;
}
.cont_field_wrap {
  /*background-color:#f0f0f0;
  border:1px solid #b0b0b0;
  border-radius:12px;
  padding:10px;
  height:100vh;*/
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background-color: #fafafa;
  border: 1px solid #b0b0b0;
  border-radius: 8px;
  align-content: flex-start;
}
/*.cont_field_wrap.has_tab{
  height:calc(100vh - 70px);
} 
.cont_field_wrap.has_bottom{
  height:calc(100vh - 70px);
}*/
.cont_field {
  /*background-color:#fafafa;
  border:1px solid #b0b0b0;
  border-radius: 8px;
  height: calc(100% - 100px);
  padding: 10px; */
  width: 100%;
  padding-right: 3px;
}
/*데이터 영역 구분 - 차량관리*/
.cont_field.field_left {
  width: calc(65% - 10px);
  /*padding:10px;*/
}
.cont_field.field_right {
  width: calc(36% - 5px);
  /*padding:10px;*/
}
.cont_field::-webkit-scrollbar {
  width: 6px;
  background-color: #b0b0b0;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1),
    inset -2px -2px 2px rgba(255, 255, 255, 0.2);
}
.cont_field::-webkit-scrollbar-thumb {
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #6952ff;
  background-clip: padding-box;
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.1),
    inset 1px 1px 1px rgba(255, 255, 255, 0.1);
}
.write_sub_title {
  width: 98%;
  margin: 0 auto;
}
.cont_btn_area {
  /*position: absolute;
  left:0px;
  bottom:60px;
  margin-top:15px;*/
  width: 100%;
  text-align: right;
  padding: 10px;
}
.sub_data_area {
  width: 100%;
}
.info_panel {
  /*position:absolute;
  bottom:10px;
  left:10px;*/
  width: 100%;
  border: 1px solid #b0b0b0;
  border-radius: 8px;
  box-shadow: 0px -5px 20px rgba(0, 0, 0, 0.1);
}
.panel_cont {
  background-color: #f0f0f0;
  /* height: 160px;
  overflow-y: auto; */
  padding: 10px;
}
.panel_cont::-webkit-scrollbar {
  width: 6px;
  background-color: #b0b0b0;
  border-radius: 0 5px 5px 0;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1),
    inset -2px -2px 2px rgba(255, 255, 255, 0.2);
}
.panel_cont::-webkit-scrollbar-thumb {
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #6952ff;
  background-clip: padding-box;
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.1),
    inset 1px 1px 1px rgba(255, 255, 255, 0.1);
}
/*
.panel_bottom{
  border-top:1px solid #b0b0b0;
  background-color: #b0b0b0;
  height:12px;
  border-radius: 0 0 5px 5px;
  box-shadow:inset 3px 3px 3px rgba(255,255,255,0.2),inset -3px -3px 3px rgba(0,0,0,0.2);
}
.panel_top{
  height:36px;
  border-radius: 5px 5px 0 0;
}
.info_panel.toggle .panel_cont{
  height:auto;
  padding:10px;
  min-height:200px;
  overflow-y:visible;
}
.panel_tab_area{
  display: flex;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  width:100%;
  height:36px;
}
.panel_toggle{
  position:absolute;
  left:calc(50% - 50px);
  top:-18px;
  width:100px;
  height:18px;
  background: linear-gradient(to bottom, #f0f0f0 0%, #d0d0d0 100%);
  border:1px solid #b0b0b0;
  border-radius:5px 5px 0 0;
  cursor:pointer;
}
.panel_toggle:after{
  content:'';
  position:absolute;
  left:calc(50% - 6px);
  bottom:4px;
  width:0px;
  height:0px;
  border-left:6px solid transparent;
  border-right:6px solid transparent;
  border-bottom:8px solid #3a28b2;
  transition-duration: 300ms;
}
.panel_toggle.unload{
  pointer-events: none;
}
.panel_toggle.unload::after{
  border-bottom:8px solid #808080;
}
.info_panel.toggle .panel_toggle:after{
  transform: rotate(180deg);
}
*/

/*테이블*/
.cont_field .board_write table {
  border-collapse: separate;
  border-spacing: 0px 3px;
}
.cont_field .board_write table th {
  border: none;
  background-color: transparent;
  vertical-align: middle;
  color: #808080;
  min-height: 24px;
  line-height: 22px;
  font-size: 12px;
  padding-left: 3px;
}
.cont_field .board_write table .row_th {
  border: none;
  background-color: transparent;
  vertical-align: middle;
  color: #808080;
  min-height: 24px;
  line-height: 22px;
  font-size: 12px;
  padding-left: 0px !important
}
.cont_field .board_write table th[rowspan="4"] .row_th_span {
  line-height: 103px;
  height: 105px;
}
.cont_field .board_write table td[rowspan="4"] .a_memo.row_input {
  width: 98% !important;
  height: 90px !important;
  resize: none;
  outline: none;
  border: none;
}
.cont_field .board_write table th .row_th_span {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #b0b0b0;
  border-right: none;
  border-radius: 3px 0 0 3px;
  background-color: #f0f0f0;
  font-weight: 700;
  white-space: nowrap;
}
.up_th_span {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #b0b0b0;
  border-radius: 3px;
  background-color: #f0f0f0;
  font-weight: 700;
  white-space: nowrap;
}
.memo_th_span{
  height: 54px !important;
  padding-top: 8%;
}
.cont_field .board_write table td {
  border: 1px solid #b0b0b0;
  border-radius: 0 3px 3px 0;
  background-color: #fff;
  vertical-align: middle;
  color: #606060;
  min-height: unset;
  line-height: unset;
  font-size: 12px;
}
.cont_field .board_write table .row_td {
  border: 1px solid #b0b0b0;
  border-radius: 3px;
  background-color: #fff;
  vertical-align: middle;
  color: #606060;
  min-height: unset;
  line-height: unset;
  font-size: 12px;
  text-align: center;
}
.cont_field .board_write table .row_tr {
  height: 20px;
}
.cont_field .write_sub_title {
  color: #6952ff;
  font-size: 14px;
  font-weight: bold;
  height: 22px;
  /* margin-top: 6px;
  margin-bottom: 4px; */
  vertical-align: middle;
  text-align: left;
  margin-left: 2px;
}
.cont_field .search_icon_btn {
  cursor: pointer;
}
.cont_field .etc_opt_area {
  border-radius: 5px;
  border: 1px solid #b0b0b0;
  margin-top: 4px;
  padding-top: 10px;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1),
    inset -1px -1px 3px rgba(255, 255, 255, 0.5);
}
.cont_field .etc_opt_area .etc_opt {
  display: block;
  margin-bottom: 10px;
  padding-left: 10px;
}
.cont_field .etc_opt_area .etc_opt input {
  margin-right: 4px;
  vertical-align: top;
}
.cont_field.field_right > table > tbody > tr > td > table {
  padding-left: 4px;
  border-collapse: separate;
  border-spacing: 0 4px;
}
.cont_field.field_right
  > table
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr:first-child,
.cont_field.field_right
  > table
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr:nth-child(2) {
  height: 24px;
}
.cont_field.field_right
  > table
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr:first-child
  th
  .row_th_span,
.cont_field.field_right
  > table
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr:nth-child(2)
  th
  .row_th_span {
  display: block;
  border: 1px solid #b0b0b0;
  border-right: none;
  background-color: #f0f0f0;
  color: #808080;
  line-height: 22px;
  font-weight: 700;
  border-radius: 3px 0 0 3px;
  white-space: nowrap;
}
.cont_field.field_right
  > table
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr:first-child
  td,
.cont_field.field_right
  > table
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr:nth-child(2)
  td {
  border: 1px solid #b0b0b0 !important;
  background-color: #fff;
  border-right: none;
  border-radius: 0 3px 3px 0;
}
.cont_field.field_right
  > table
  > tbody
  > tr
  > td
  > table
  > tbody
  > tr:nth-child(2)
  td
  input[type="text"] {
  border: none !important;
  width: 98% !important;
}
select.row_input {
  width: 98%;
  /* background-color: transparent; */
  border: none;
  outline: none;
  padding: none;
  margin: none;
}
select.row_input:focus {
  outline: none;
  /* background-color: #6952ff; */
}
.spacing_table{
  border-spacing: 5px !important;
  line-height: 20px;
}
.spacing_table .load_check_box_input, .vertical_span{
  vertical-align: middle;
}

.table_td_padding_left{
  padding-left: 5px;
}

.tax_color{
  color:red !important;
}

.taxplayer_color{
  color:blue;
}

/*달력*/
.cont_field .is_date {
  background: url("/img/date.png") no-repeat 98% 50%;
  cursor: pointer;
}
/*높이 반응형*/
@media screen and (max-height: 800px) {
  .cont_field_wrap.car_user .cont_field .board_write table {
    border-spacing: 0px 3px;
  }
  .cont_field_wrap.car_user .cont_field .board_write table th {
    min-height: 24px;
    line-height: 22px;
    font-size: 12px;
    padding-left: 3px;
  }
  .cont_field_wrap.car_user
    .cont_field
    .board_write
    table
    th[rowspan="4"]
    .row_th_span {
    line-height: 103px;
    height: 105px;
  }
  .cont_field_wrap.car_user
    .cont_field.field_right
    > table
    > tbody
    > tr
    > td
    > table
    > tbody
    > tr:first-child,
  .cont_field_wrap.car_user
    .cont_field.field_right
    > table
    > tbody
    > tr
    > td
    > table
    > tbody
    > tr:nth-child(2) {
    height: 24px;
  }
  .cont_field_wrap.car_user
    .cont_field.field_right
    > table
    > tbody
    > tr
    > td
    > table
    > tbody
    > tr:first-child
    th
    .row_th_span,
  .cont_field_wrap.car_user
    .cont_field.field_right
    > table
    > tbody
    > tr
    > td
    > table
    > tbody
    > tr:nth-child(2)
    th
    .row_th_span {
    line-height: 22px;
  }
  .cont_field_wrap.car_user
    .cont_field
    .board_write
    table
    td[rowspan="4"]
    .a_memo.row_input {
    height: 96px !important;
  }
}
/*@media screen and (max-height:730px) {
  .cont_field{
    overflow-y: auto;
  }
  .cont_field::-webkit-scrollbar{
    width:6px;
    background-color:#b0b0b0;
    border-radius:0 5px 5px 0;
    box-shadow: inset 2px 2px 4px rgba(0,0,0,0.1), inset -2px -2px 2px rgba(255,255,255,0.2);
  }
  .cont_field::-webkit-scrollbar-thumb{
    border:1px solid transparent;
    border-radius: 6px;
    background-color: #6952ff;
    background-clip: padding-box;
    box-shadow: inset -1px -1px 1px rgba(0,0,0,0.1), inset 1px 1px 1px rgba(255,255,255,0.1);
  }
}*/
@media screen and (max-width: 1120px) {
  .cont_field .board_write table th .row_th_span {
    letter-spacing: -0.18em;
  }
  .cont_field .etc_opt_area .etc_opt {
    letter-spacing: -0.18em;
  }
}
.driver_information{
  padding: 10px;
  position: absolute;
  width: 300px;
  height: 170px;
  border-radius: 12px;
  background-color:#ecf0f3;
  box-shadow:inset -2px -2px 1px #d1d9e6,inset 2px 2px 1px #ffffff, 0 0 5px rgba(0,0,0,0.1);
  z-index: 5;
  bottom: 10px;
  right: 10px;
}
.left_span{
  margin: 0;
  border-radius: 3px 0 0 3px;
  line-height: 30px;
  font-weight: bold;
  font-size: 12px;
  padding: 5px;
  background-color:#ecf0f3;
  box-shadow:inset -2px -2px 1px #d1d9e6,inset 2px 2px 1px #ffffff, 0 0 5px rgba(0,0,0,0.1);
  color: #606060;
}
.right_span{
  margin: 0;
  font-weight: bold;
  background-color:#ecf0f3;
  box-shadow:inset -2px -2px 1px #d1d9e6,inset 2px 2px 1px #ffffff, 0 0 5px rgba(0,0,0,0.1);
  color: #606060;
  border-radius: 0 3px 3px 0;
  line-height: 30px;
  font-size: 12px;
  padding: 5px;
}
.padding{
  padding-left: 6px !important;
}

#top_car_user_area{
  border: 1px solid #b0b0b0;
  border-top: none;
  border-bottom: none;
}

#right_area_div{
  height: 100%;
}

#delete_section{
  display: none; 
  border-radius: 8px 8px 0 0;
  height: 40px; 
  width: 100%; 
  background-color: #fafafa; 
  border: 1px solid #b0b0b0; 
  padding-top: 8px;
  border-bottom: none;
}

#add_section{
  display: none; 
  border-radius: 8px 8px 0 0;
  height: 40px; 
  width: 100%; 
  background-color: #fafafa; 
  border: 1px solid #b0b0b0; 
  padding-top: 8px;
  border-bottom: none;
}

#file_section{
  width: 100%; 
  display: block; 
  border-radius: 0 0 8px 8px; 
}

#btn_section{
  border-radius: 8px 8px 0 0; 
  height: 40px; 
  padding-top: 8px;
}

.accident_row_td{
  border: 1px solid #b0b0b0;
  border-radius: 3px;
  background-color: #fff;
  vertical-align: middle;
  color: #606060;
  min-height: unset;
  line-height: unset;
  font-size: 12px;
  text-align: center;
  padding: 5px;
}

.ag-icon-menu{
  display: none !important;
}

.accounts_receivable{
  cursor: pointer;
}

textarea{
  resize: none;
}

.mar_bot_10{
  margin-bottom: 10px;
}

.sms_span{
  width: 25%;
  text-align: right;
  display: inline-block;
  margin-right: 12px;
}

.sms_radio{
  margin-left: 10%;
  text-align: right;
  display: inline;
  vertical-align: bottom;
}

.pointer_group{
  cursor: pointer;
}