/*
  클릭 가능하게 보이기 위한 스타일
*/
.hnr_ca {
	cursor: pointer;
}

/*
  PMT 화면에서 사원 팝업정보를 띄울 때 하단이 너무 붙어 나와서 추가한 부분
*/
.hnr_more_margin_bottom1 {
	margin-bottom: 20px;
}

/*
  안보이게 하기 위한 class
*/
.hnr_noview {
  display: none;
}

/*
  span용
*/
.hnr_ib {
  display: inline-block;
}

/*
  숫자같은거 오른쪽 정렬
*/
.hnr-ar {
  text-align: right;
}

/*
  중앙정렬
*/
.hnr-ac {
  text-align: center;
}

/*
  테이블 row 높이
*/
.hnr_tdh {
  height: 42px;
  line-height: 42px;
}

/*
  마약, 일반 선택 Radio
*/
.hnr_radio {
  height: 40px;
}

.hnr_pb30 {
  padding-bottom: 30px !important;
}

/*
  이미지 Center Cropped  
*/
.center-cropped {
  height: 100%;
  object-fit: cover; /* Scale the image so it covers whole area, thus will likely crop */
  object-position: center; /* Center the image within the element */
  width: 100%;
}

.select-customer-back {
  background-color: black;
  box-sizing: border-box;
  display: none;
  height: 100vh;
  left: 0px;
  opacity: 0.5;
  position: absolute;
  top: 0px;
  width: 100vw;
  z-index: 300;
}

.select-customer {
  background-color: #fff;
  border-radius: 5px;
  display: none;
  height: 700px;
  left: calc(50vw - 250px);
  opacity: 1;
  padding: 40px;
  position: absolute;
  top: 100px;
  width: 500px;
  z-index: 301;
}

.select-customer > span {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}

.select-customer > ul {
  border: 1px #afafaf solid;
  height: 570px;
  line-height: 30px;
  overflow-y: auto;
  padding: 10px;
}

.sltOn {
  color: #000;
  cursor: pointer;
  font-weight: bold;
}

.sltOff {
  color: #bdbdbd;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.tbl_month_left {
  overflow: hidden;
  text-align: left;
  margin-top: 10px;
}

.tbl_month_left.half {
  width: 50%;
  float: left;
}

.tbl_month_right {
  overflow: hidden;
  text-align: right;
  margin-top: 10px;
}

.tbl_month_right.half {
  width: 50%;
  float: left;
}

.hnr_btnBlue {
  background-color: #003399; 
  cursor: pointer;
  color: #fff;
  width: 140px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  margin-top: 40px;
  margin-left: auto;
  float: right;
}

.hnr_btnBorderBlue {
  background-color: #fff;
  box-sizing: border-box;
  border: 3px #003399 solid;
  cursor: pointer;
  color: #003399;
  width: 140px;
  text-align: center;
  padding-left: 10px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-right: 10px;
  border-radius: 6px;
  margin-top: 40px;
  margin-left: auto;
  float: right;
}

.hnr_btnBorderRed {
  background-color: #fff;
  box-sizing: border-box;
  border: 3px red solid;
  cursor: pointer;
  color: red;
  width: 140px;
  text-align: center;
  padding-left: 10px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  padding-right: 10px;
  border-radius: 6px;
  margin-top: 40px;
  margin-left: auto;
  float: right;
}

.mr_10 {
  margin-right: 10px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.w43 {
  width: 43% !important;
}

.w57 {
  width: 57% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.hnr_fl_left {
  float: left;
}

.hnr_btn_area {
  display: inline-block;
  width: 100%;
}

.hnr_notice_popup {
  background-color: #fff;
  box-shadow: 5px 5px 10px;
  display: none; 
  height: 600px;
  position: absolute;
  width: 400px;
  z-index: 300;
}

.hnr_notice_popup_header {
  border-bottom: 1px #5d5d5d solid;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

.hnr_notice_pop_contents {
  height: 504px;
  padding: 10px;
  overflow-y: scroll;
}

.hnr_notice_popup_footer {
  border-top: 1px #5d5d5d solid;
  font-weight: bold;
  height: 48px;
  overflow: auto;
  padding: 10px;
  position: absolute;
  top: 555px;
  width: 100%;  
}

.hnr_notice_popup_footer > a {
  background-color: #efefef;
  border: 1px #5d5d5d solid;
  display: inline-block;
  left: 353px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  position: absolute;
  top: 6px;
}

.hnr_bb0 {
  border-bottom: 0px;
}

.hnr_bt0 {
  border-top: 0px;
}