@charset "utf-8";

/*
css name : content
use : all page css
*/

/* ==================================================
	content.css
================================================== */
.underline-gray {
  color: #353d4a !important;
  text-decoration: underline !important;
}
.underline-point {
  color: #008d36 !important;
  text-decoration: underline !important;
}

.login-wrap {
  height: 100vh;
}
.login-wrap .login-logo {
  width: 130px;
}
.login-wrap .login-form {
  position: relative;
}
.login-wrap .login-form h2 {
  font-size: 2.8rem;
  margin-bottom: 50px;
  font-weight: 700;
  color: #353d4a;
  text-align: center;
}
.login-wrap .login-form .btns {
  margin-top: 30px;
  position: relative;
}
.login-wrap .login-form .btns .option-box {
  vertical-align: middle;
}
.login-wrap .login-form .btns button {
  width: 144px;
  margin-left: 30px;
}
.login-wrap .login-form .btns a.find-pw {
  font-size: 1.3rem;
  color: #919191;
}
.login-wrap .login-form .btns .btn-signup {
  width: auto;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 0;
  font-weight: 700;
  color: #008d36;
  border-bottom: 1px solid #008d36;
  font-size: 1.3rem;
}
.login-wrap .login-form .loginBtn {
  margin-top: 50px;
  background: linear-gradient(to top right, #008d36, transparent) #008d36;
  width: 100%;
  min-height: 50px;
  border-radius: 6px;
  font-size: 1.6rem;
  line-height: 48px;
  color: #fff;
  transition: all 0.2s;
}
.login-wrap .login-form .loginBtn:hover {
  background-color: #006e2a;
}

.login-wrap .logo {
  position: absolute;
  bottom: 20px;
  left: 50%;
  text-align: center;
  transform: translate(-50%, 0);
}
.login-wrap .logo img {
  width: 130px;
  margin-bottom: 10px;
}
.login-wrap .logo p {
  color: #353d4a;
}

.login-form [type="text"],
.login-form [type="id"],
.login-form [type="password"] {
  width: 448px;
  height: 50px;
  padding: 0 20px;
  font-size: 1.3rem;
  box-sizing: border-box;
  border-radius: 6px;
  border: none;
  appearance: none;
  color: #676767;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.icon-eye {
  width: 20px;
  height: 18px;
  background: url(../img/icon/icon_eye.png) no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.icon-eye.active {
  background: url(../img/icon/icon_eye_on.png) no-repeat center;
  background-size: cover;
}
.inp-pw-wrap {
  position: relative;
}
.inp-pw-wrap .icon-eye {
  position: absolute;
  top: 16px;
  right: 20px;
}

thead tr.th-controls {
  display: none;
}
thead tr.th-controls button span {
  color: #fff;
}
thead tr.th-controls label {
  color: #fff;
  padding-right: 6px;
}
thead tr.th-controls .total-select {
  display: flex;
  align-items: center;
}
thead tr.th-controls .total-select .divider {
  display: inline-block;
  margin: 0 10px;
  width: 1px;
  height: 14px;
  background-color: #aaa;
  vertical-align: top;
}

.table-wrap tbody .input-cover-withTxt .inp-editable[readonly="readonly"] {
  background-color: transparent;
  border: 0;
  color: #555;
}

.table-wrap .select-with-input {
  display: flex;
}
.table-wrap .select-with-input .input-wrap {
  width: 100%;
  margin-left: 8px;
}
.table-wrap .select-with-input .input-wrap input {
  width: 100%;
}

.li-word-pleasant {
  padding: 10px;
}
.li-word-pleasant li {
  font-size: 1.4rem;
  line-height: 1.6;
}

.file-down {
  display: block;
  position: relative;
  padding: 10px 70px 10px 10px;
  background: #fff;
  border: 1px solid #ccc;
  height: 38px;
  box-sizing: border-box;
}
.file-down span {
  text-decoration: underline;
}
.file-down small {
  position: absolute;
  top: -1px;
  right: -1px;
  height: 38px;
  width: 60px;
  border: 1px solid #008d36;
  color: #008d36;
  text-align: center;
  line-height: 36px;
  font-weight: 700;
  box-sizing: border-box;
}
.file-down.no-file {
  background: #f6f6f6;
  border-color: #e8e8e8;
}
.file-down.no-file span {
  text-decoration: none;
}
.file-down + .file-down {
  margin-top: 5px;
}

/* ==================================================
	기초 정보 관리
================================================== */
/* 자주쓰는제품 */
#content.page-frequently {
  padding: 67px 0 0 180px;
  height: calc(100% - 67px);
}
#content.page-frequently.fold {
  padding-left: 0;
}
.page-frequently > .align-flex {
  height: 100%;
  position: relative;
}
.page-frequently > .align-flex > .item {
  padding: 30px;
  box-sizing: border-box;
}
.page-frequently > .align-flex > .item:nth-of-type(1) {
  padding-right: 50px;
  background: #f5f6fa;
}
.page-frequently > .align-flex > .item:nth-of-type(2) {
  padding-left: 50px;
  background: #fff;
}
.page-frequently .btns {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
  font-weight: 700;
  background: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.page-frequently .btns i {
  width: 20px;
  height: 20px;
  margin: 10px;
}
.page-frequently .btns button {
  font-size: 1.3rem;
  padding: 5px;
}
.page-frequently .btns button:first-child {
  border-bottom: 2px solid #eee;
}

.page-frequently .list-scroll {
  position: absolute;
  top: 150px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}

/* 권한관리 */
.authority .area .title {
  margin-bottom: 10px;
}
.authority .area .title h4 {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
}
.authority .area .title button {
  margin-left: 6px;
  text-decoration: underline;
  font-weight: 700;
}
.authority .area + .area {
  margin-top: 48px;
}
.authority .options {
  font-size: 0;
}
.authority .options label {
  display: inline-block;
  margin: 1px 1px 0 0;
}
.authority .options [type="checkbox"] {
  width: 1px;
  height: 1px;
  visibility: hidden;
  position: absolute;
  overflow: hidden;
  margin: -1px;
}
.authority .options span {
  display: block;
  width: 192px;
  height: 34px;
  line-height: 32px;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.authority .options [type="checkbox"]:checked + span {
  border-color: #008d36;
  font-weight: 700;
  color: #008d36;
}
.authority .option {
  display: flex;
  gap: 10px 100px;
  flex-wrap: wrap;
  margin-top: 18px;
  background: #fff;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.05);
}
.authority .option > li {
  width: calc(50% - 50px);
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.authority .option > li:hover {
  background-color: #f5f6fa;
}
.authority .checkEnd {
  pointer-events: none;
}

@media screen and (min-width: 1280px) {
  .authority .option > li {
    width: calc(33.33% - 67px);
  }
}

.authority .reportType {
  gap: 20px;
}
.authority .reportType > li {
  width: 100%;
}
.authority .reportType .group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.authority .reportType li h5 {
  font-size: 1.4rem;
  color: #008d36;
  font-weight: 700;
}
.authority .reportType li p {
  line-height: 2.2rem;
}
.authority .reportType .reportForm-cover {
  padding: 0;
  margin-top: 10px;
}
.authority .reportType .moveCheck label {
  flex-direction: row;
}
.authority .reportType .test-select {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.authority .reportType .btn-function {
  padding: 0 8px;
}
.authority .reportType .test-fileUpload {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.authority .reportType .filebox .upload-nm {
  width: 160px;
}
.authority .reportType .test-input {
  width: 100%;
  border-color: transparent;
  pointer-events: none;
}

.calculate {
  position: fixed;
  top: 100px;
  right: 100px;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.calculate .hd {
  position: relative;
  padding: 5px 15px 0;
  background: #424653;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  line-height: 32px;
}
.calculate .hd button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url(../img/common/popup_close_wh.png) no-repeat;
  background-size: cover;
  font-size: 0;
}
.calculate .window {
  padding: 20px 20px 0;
  text-align: right;
  height: 80px;
  background: #424653;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
}
.calculate .pad {
  background: #f1f2f5;
  font-size: 0;
  border: 1px solid #d2d2d6;
}
.calculate .pad button {
  border: 1px solid #d2d2d6;
  height: 50px;
  font-size: 1.6rem;
  color: #50535d;
  font-weight: 700;
  width: 60px;
  vertical-align: top;
}
.calculate .pad button:nth-child(4n + 4),
.calculate .pad button:nth-child(-n + 3) {
  background: #e1e3e9;
  font-weight: 100;
}

/* ==================================================
	보고서
================================================== */
#content.noLnb {
  margin-left: 0px;
}
.reportSection {
  display: none;
}
.reportSection.active {
  display: block;
}
.reportSection .reportHd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 900px;
  margin: 50px auto 30px;
}
.reportSection .reportHd.horizontal {
  width: 1235px;
}
.reportSection .reportHd h3 {
  font-size: 2.2rem;
  color: #000;
}
.prtBox {
  margin-top: 30px;
  text-align: center;
}
.prtBox .btn-print {
  display: inline-block;
  padding: 0 20px;
  height: 38px;
  background: #008d36;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 19px;
}
.prtBox .btn-print i {
  display: inline-block;
  margin-right: 3px;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icon/icon_print_wh.png) no-repeat;
  background-size: cover;
  vertical-align: -3px;
}
.prtBox .btn-print:hover {
  background-color: #1bb2e8;
}

.reportSection .inner {
  margin: auto;
}
.reportSection .reportTable {
  background: #fff;
  margin: auto;
}

.reportSection .barcode {
  display: inline-block;
  margin-bottom: 10px;
  border: 2px solid #000;
  min-width: 200px;
  padding: 5px;
  text-align: center;
}
.reportSection .barcode.noLine {
  margin: 0;
  border: none;
  padding: 0;
}
.reportSection .barcode .code {
  height: 60px;
}
.reportSection .barcode .number {
  height: 20px;
  font-size: 1.1rem;
  line-height: 20px;
}

.page {
  width: 21cm;
  min-height: 29.7cm;
  padding: 1.5cm 1.5cm 2cm 1.5cm;
  background: #fff;
}
.page.horizontal {
  width: 29.7cm;
  min-height: 21cm;
}

@page {
  size: A4;
  margin: 0;
}

@media print {
  .page {
    margin: 0;
    border: initial;
    border-radius: initial;
    width: initial;
    min-height: initial;
    box-shadow: initial;
    page-break-after: always;
  }
  .no-print,
  #header,
  .reportHd,
  .categoryTabs {
    display: none !important;
  }
  #content {
    padding: 0 !important;
  }
  table * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* ==================================================
	bpm
================================================== */
.bpm-hd {
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  letter-spacing: -1px;
}

.flow-board {
  margin: 10px 0 20px;
  background: #fff;
  padding: 20px 25px;
  border-radius: 10px;
}
.flow-board .summary {
  text-align: center;
}
.flow-board .summary span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #555;
}
.flow-board .summary span + span {
  margin-left: 40px;
}

.progress-icon-info {
  text-align: right;
}
.progress-icon-info dl {
  display: inline-flex;
}
.progress-icon-info dl dt {
  font-weight: 700;
}
.progress-icon-info dl dd {
  padding: 0 0 0 10px;
}
.progress-icon-info dd img {
  padding-right: 5px;
}

.bpmPage .th-top thead th {
  font-size: 1.1rem;
}
.bpmPage .th-top tbody td.subject {
  padding: 6px;
}
.bpmPage .th-left tbody td {
  padding: 5px 10px;
}
.bpmPage .th-left .input-cover-full-btn .btn-function {
  margin-left: 2px;
  padding: 0 8px;
}
.bpmPage .th-left .input-cover-full-btn + .input-cover-full-btn {
  margin-top: 2px;
}
.bpmPage .table-style-retouch {
  width: 100%;
  border: none !important;
}
.bpmPage .table-style-retouch thead th {
  background: transparent !important;
  border-color: transparent !important;
  text-align: left;
  padding: 5px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -1px;
  padding-bottom: 10px;
}
.bpmPage .table-style-retouch tbody th {
  background: transparent !important;
  border-color: transparent !important;
  padding: 0 !important;
}
.bpmPage .table-style-retouch tbody td {
  border-color: transparent !important;
  padding: 5px;
  height: 34px;
}
.bpmPage input[type="text"]::placeholder {
  color: #acacac !important ;
}
.bpmPage .table-style-retouch .btn-function {
  padding: 0 5px;
}
.bpmPage .table-style-retouch .filebox .upload-nm {
  width: 150px;
}
.bpmPage .table-style-retouch tbody {
  border-bottom: 1px dotted #d1d4e1;
}

#content.bpmPage.hdGap {
  padding-top: 98px;
}

.inPopSrh .option-box {
  margin-right: 10px;
}
.inPopSrh .btn-function {
  margin: 0;
  vertical-align: middle;
}
[class^="ico-send-"] {
  display: inline-block;
  margin: 0 2px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-size: cover;
  font-size: 0;
}
.ico-send-sms {
  background-image: url(../img/icon/icon_send_sms.png);
}
.ico-send-email {
  background-image: url(../img/icon/icon_send_mail.png);
}

/* ==================================================
	etc
================================================== */
.testReport-reg table.th-left {
  box-shadow: none;
  border: none;
}
.testReport-reg table.th-left td {
  background-color: #fafafa;
  border: none;
}
.testReport-reg .reportForm-cover {
  padding: 0 18px 18px;
  border-radius: 8px;
  background-color: #fff;
}
.testReport-reg .reportForm {
  width: 100%;
}
.testReport-reg .reportForm caption {
  visibility: hidden;
  font-size: 0;
}
.testReport-reg .reportForm th {
  height: 44px;
  text-align: left;
  border-bottom: 1px solid #36304a;
}
.testReport-reg .reportForm th strong {
  color: #353d4a !important;
  padding: 5px;
}
.testReport-reg .reportForm td {
  padding: 5px;
  height: 44px;
  border-bottom: 1px dashed #c7c7c7 !important;
  text-align: left;
}
.testReport-reg .area-confirm {
  text-align: center;
  padding: 20px;
}
.testReport-reg .reportHead {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.testReport-reg .reportHead p {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.notIn-countReg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 12px;
  margin-top: 30px;
  padding: 20px;
  background: #eee;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.05);
}

.layers [class*="layer-"].divideContent {
  display: flex;
  gap: 0 20px;
}
.layers [class*="layer-"].divideContent .area {
  width: 700px;
  box-sizing: border-box;
}

.testRegArea {
  border-radius: 8px;
  background-color: #fafafa;
  border: 1px solid #ececec;
  padding: 0 20px;
}

.reportForm-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0 20px;
}
.reportForm-title span {
  height: 3.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 2px solid #353d4a;
}
.reportForm-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.reportForm-head p {
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding: 0 4px;
}

.downLink:hover {
  text-decoration: underline;
  cursor: pointer;
}

.iconButton {
  border-radius: 4px;
  font-size: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iconButton:hover {
  background-color: #f0f1f5;
}

/* 모니터링 */
.monitorSection-facility .dashboard-monitoring .divideBox:first-child {
  width: 100%;
}

.quality-vision .equipment-check {
  height: 400px;
  max-height: inherit;
}
.quality-vision .divideBox:first-child {
  max-width: 500px;
}
.quality-vision .vision-check .thumb {
  aspect-ratio: 16/9;
}
.quality-vision .vision-check .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.quality-vision .vision-check .result {
  margin-top: 20px;
}
.quality-vision .vision-check .result > span.picto {
  display: block;
  background-color: #edf5ff;
  color: #5197ee;
  border-radius: 12px;
  font-size: 5rem;
  line-height: 9rem;
  text-align: center;
  font-weight: 600;
}
.quality-vision .vision-check .result > span.picto.ng {
  color: #fc7777;
  background-color: #ffecec;
}

/* 증자 시간 */
.setting-timeTemp {
  display: flex;
  flex-wrap: wrap;
}
.setting-timeTemp li {
  width: 33.33%;
  flex-shrink: 0;
  padding: 10px 0;
}
.setting-timeTemp li > h6 {
  font-weight: 700;
  font-size: 1.3rem;
  text-align: left;
  padding-bottom: 5px;
}
.setting-timeTemp li:nth-child(n + 4) {
  border-top: 1px solid #eaeaea;
}

/* 다중 나열 */
.listUp-multi {
  display: flex;
  flex-wrap: wrap;
}
.listUp-multi li {
  flex-shrink: 0;
  padding: 10px 0;
}

.listUp-multi.dir-column {
  flex-direction: column;
}
.listUp-multi.dir-column li + li {
  border-top: 1px solid #eaeaea;
}

.listUp-multi.count2 li {
  width: 50%;
}
.listUp-multi.count3 li {
  width: 33.33%;
}
.listUp-multi.count4 li {
  width: 25%;
}
.listUp-multi.count5 li {
  width: 20%;
}

.listUp-multi.count2 li:nth-child(n + 3),
.listUp-multi.count3 li:nth-child(n + 4),
.listUp-multi.count4 li:nth-child(n + 5),
.listUp-multi.count5 li:nth-child(n + 6) {
  border-top: 1px solid #eaeaea;
}
.listUp-multi li > h6 {
  font-weight: 700;
  font-size: 1.3rem;
  text-align: left;
  padding-bottom: 5px;
}

/* 이미지커버 */
.image-cover {
}

/* 모니터링 > 생산량 차트 */
.chartPage {
  font-family: "Pretendard";
}
.chartPage .pageTitle {
  font-size: 2rem;
  font-weight: 700;
  padding-left: 4px;
}

.chartBox {
  margin-top: 24px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #eee;
  box-sizing: border-box;
}

.chartBox.ui-chart {
  padding: 24px;
  height: 400px;
}
.chartBox.ui-chart canvas {
  width: 100%;
}

.chartBox.ui-table h3 {
  padding: 18px 18px 18px 22px;
  border-bottom: 1px solid #eee;
  font-size: 1.6rem;
  font-weight: 700;
}
.chartBox.ui-table .table-wrap {
  padding: 18px;
}
.chartBox.ui-table .th-top tbody th {
  background-color: #fff;
  background-color: #fafafa;
  border-bottom: 1px solid #f5f5f5;
}
.chartBox.ui-table .before-everage {
  padding: 18px;
}
.chartBox.ui-table .before-everage h4 {
  padding: 0 0 12px 4px;
  font-size: 1.5rem;
  line-height: 2.4rem;
  font-weight: 700;
  border-bottom: 1px solid #eee;
}
.chartBox.ui-table .before-everage .history {
  display: flex;
  gap: 0 120px;
  padding: 18px 8px 0;
}
.chartBox.ui-table .before-everage .yearBox {
  display: flex;
  gap: 0 60px;
  align-items: center;
}
.chartBox.ui-table .before-everage .yearBox .chip {
  display: block;
  border-radius: 4px;
  padding: 0 12px;
  background-color: #f2f7f2;
  line-height: 4rem;
  color: #008d36;
  font-size: 1.4rem;
  font-weight: 700;
}
.chartBox.ui-table .before-everage .yearBox .label {
  font-size: 1.3rem;
}
.chartBox.ui-table .before-everage .yearBox .value {
  margin-top: 16px;
  font-size: 1.5rem;
}

/* 대시보드 메인 */
.dashboard-main {
  font-family: "Pretendard";
}
.dashboard-main .text-sub {
  line-height: 2rem;
  font-size: 1.4rem;
  color: #696969;
}
.dashboard-main .pageHeader {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.dashboard-main .pageHeader .pageTitle {
  font-size: 3rem;
  font-weight: 600;
  line-height: 30px;
}
.dashboard-main .pageHeader .date {
  margin-top: 8px;
  font-size: 1.6rem;
  font-weight: 500;
}
.dashboard-main .chartCover.divide-75per,
.dashboard-main .chartCover.divide-80per {
  display: flex;
}
.dashboard-main .chartCover.divide-75per .per-75 {
  width: 75%;
}
.dashboard-main .chartCover.divide-80per .per-80 {
  width: 80%;
}
.dashboard-main .graphBox {display: flex;}
.dashboard-main .graphBox .graphBox-divideHalf {width: 50%;}
.dashboard-main .chartCover .per-75 + .planWeek {width: 25%; flex-shrink: 0;}

.dashboard-main .chartCover .per-80 + .planWeek {
  width: 20%;
}
.dashboard-main .chartCover .planWeek {padding-left: 24px; padding-top: 42px; box-sizing: border-box;}

.dashboard-main .chartCover .planWeek .comment {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 12px;
  margin-bottom: 4px;
  text-align: right;
  font-size: 1.3rem;
}
.dashboard-main .chartCover .planWeek .tabs-round {
  height: 24px;
  line-height: 24px;
  border-radius: 14px;
  background-color: #e8e8e8;
  font-size: 0;
}
.dashboard-main .chartCover .planWeek .tabs-round button {
  height: 24px;
  border-radius: 14px;
  padding: 0 8px;
  font-size: 1.2rem;
}
.dashboard-main .chartCover .planWeek .tabs-round button + button {
  margin-left: -4px;
}
.dashboard-main .chartCover .planWeek .tabs-round button.active {
  color: #fff;
  background-color: #1bb2e8;
}
.dashboard-main .dashboardBox-group {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.dashboard-main .dashboardBox {position: relative; width: 100%; background-color: #fff; padding: 20px; border-radius: 10px; box-sizing: border-box;}

.dashboard-main .dashboardBox-group.half .dashboardBox {
  width: calc(50% - 15px);
}
.dashboard-main .dashboardBox .box-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 14px;
}
.dashboard-main .dashboardBox .box-head.vCenter {
  align-items: center;
}
.dashboard-main .dashboardBox .box-head .box-title h3 {
  font-size: 2.4rem;
  font-weight: 600;
  white-space: nowrap;
}
.dashboard-main .dashboardBox .box-head .box-title h3.sizeSmall {
  font-size: 1.8rem;
}
.dashboard-main .dashboardBox .box-function {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.dashboard-main .dashboardBox .input-date.position-right {position: absolute; top: 18px; right: 20px;}

.dashboard-summary-head {padding-bottom: 10px;}
.dashboard-summary-head .summary-head {display: flex; gap:0 12px; align-items: center; margin-top: 30px;}
.dashboard-summary-head .summary-head h3 {font-size: 2.4rem;}
.dashboard-summary-head .box-count {display: flex; gap:20px; margin-top: 28px;}
.dashboard-summary-head .box-count-item {border-radius: 12px; padding: 16px 20px; background-color: #fff; font-weight: 700; min-width: 266px; box-sizing: border-box;}
.dashboard-summary-head .box-count-item .text-type {padding-bottom: 7px; font-size: 1.5rem; color: #868686; font-weight: 500;}
.dashboard-summary-head .box-count-item .text-count {font-size: 2.4rem; line-height: 36px;}

.dashboard-ui-smallTabs {display: flex; margin: 4px 0 8px 0; height: 36px; overflow-y: auto;}
.dashboard-ui-smallTabs button {position: relative; display: flex; flex-shrink: 0; align-items: center; font-size: 1.6rem; color: #868686; font-weight: 500; box-sizing: border-box;}
.dashboard-ui-smallTabs button + button::before {display: block; content: ''; margin: 0 14px; width: 1px; height: 20px; background-color: #e2e2e2;}
.dashboard-ui-smallTabs button:hover {color: #353d4a;}
.dashboard-ui-smallTabs button.active { color: #008d36; border-radius: 12px;}

/*.dashboard-ui-smallTabs button {position: relative; display: flex; flex-shrink: 0; align-items: center; font-size: 1.6rem; padding: 0 20px; color: #868686; font-weight: 500; box-sizing: border-box;}*/
/*.dashboard-ui-smallTabs button + button::before {position: absolute; left: 0; top: 10px; display: block; content: ''; width: 1px; height: 20px; background-color: #e2e2e2;}*/
/*.dashboard-ui-smallTabs button:hover {color: #353d4a;}*/
/*.dashboard-ui-smallTabs button.active { color: #008d36; border-radius: 12px;}*/

.dashboard-main .setDateGroup {
  display: flex;
  border: 1px solid #eaeaea;
  background-color: #fdfaff;
  border-radius: 5px;
  overflow: hidden;
}
.dashboard-main .setDateGroup select {
  background-color: transparent;
  border: none;
  border-radius: 0;
  background-size: auto 17px;
  font-size: 1.3rem;
  font-weight: 600;
}
.dashboard-main .setDateGroup select:nth-child(n + 2) {
  border-left: 1px solid #eaeaea;
}

.dashboard-main .setCategoryGroup {
  display: flex;
}
.dashboard-main .setCategoryGroup select {
  padding: 0;
  border-color: transparent;
  font-size: 1.6rem;
  font-weight: 700;
  color: #008d36;
}

.dashboard-main .ui-table .th-top tbody th {
  background-color: #fff;
  background-color: #fafafa;
  border-bottom: 1px solid #f5f5f5;
  padding: 6px;
}
.dashboard-main .ui-table .th-top tbody td {
  padding: 6px;
}
.dashboard-main .ui-table .th-top thead th.this-year {
  background-color: #76adda;
  border-left-color: #629bc9;
}
.dashboard-main .ui-table .achievement-up {
  color: #2196f3;
}
.dashboard-main .ui-table .th-top tbody th.holyday,
.dashboard-main .ui-table .achievement-down {
  color: #f44336;
}

/* .dashboard-main .ui-table tfoot th,
.dashboard-main .ui-table tfoot td {background: #f8f2a9;} */

.tab-company {
  display: flex;
  gap: 0 12px;
}
/* .tab-company .company-item {padding: 0 16px; height: 44px; border-radius: 22px; border:2px solid #dadde5; color: #666; font-size: 1.6rem; font-weight: 500; transition:all 0.2s;}
.tab-company .company-item:hover {border-color:#c2c6d1; color: #333;}
.tab-company .company-item.active {border-color: #008d36; color: #008d36;} */
/* .tab-company .company-item {padding: 0 16px; height: 44px; border-radius: 10px; background-color: #fff; color: #868686; font-size: 1.6rem; font-weight: 500; transition:all 0.2s;}
.tab-company .company-item:hover {color: #333; box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);}
.tab-company .company-item.active {background-color:#008d36; color: #fff; box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);} */
.tab-company .company-item {
  padding: 0 16px;
  height: 44px;
  border-radius: 10px;
  background-color: #fff;
  color: #868686;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.2s;
}
.tab-company .company-item:hover {
  color: #333;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.tab-company .company-item.active {
  background-color: #008d36;
  color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

/* 탭 라인형 */
.tabs-underLine {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-grow: 1;
}
.tabs-underLine:after {
  display: block;
  position: relative;
  z-index: 5;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
  content: "";
}
.tabs-underLine .tab-items {
  display: inline-flex;
  gap: 0 12px;
  position: relative;
  z-index: 10;
}
.tabs-underLine .tab-items > button {
  padding: 0 12px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 52px;
  color: #868686;
  cursor: pointer;
  box-sizing: border-box;
}
.tabs-underLine .tab-items > button:hover {
  color: var(--textBlack);
}
.tabs-underLine .tab-items > button::after {
  display: block;
  height: 4px;
  margin: 0 -12px;
  border-radius: 4px;
  background-color: transparent;
  content: "";
}
.tabs-underLine .tab-items > button.active {
  color: #008d36;
}
.tabs-underLine .tab-items > button.active::after {
  background-color: #008d36;
}
.tabs-underLine .date {
  margin-left: auto;
  margin-top: 0;
}

.tabs-underLine.fullSize .tab-items {
  display: flex;
  gap: 0;
}
.tabs-underLine.fullSize .tab-items > button {
  width: 100%;
}

.list-counting-a {
  max-height: 340px;
  margin: 30px -10px 0;
  padding: 0 10px;
  overflow-y: auto;
}
.list-counting-a li {
  display: flex;
  gap: 0 24px;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background-color: #fafafa;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  transition: all 0.2s;
}
.list-counting-a li:hover {
  background-color: #ececec;
}
.list-counting-a li + li {
  margin-top: 12px;
}

.list-counting-b {
  max-height: 340px;
  margin: 30px -10px 0;
  padding: 0 10px;
  overflow-y: auto;
}
.list-counting-b li {
  display: flex;
  gap: 0 8px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.list-counting-b li .info p {
  font-size: 1.6rem;
  font-weight: 700;
}
.list-counting-b li .info strong {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 30px;
  color: #696969;
}
.list-counting-b li + li {
  border-top: 1px solid #eaeaea;
}
.list-counting-b .chartCover {
  margin-top: 0;
  margin-left: auto;
  width: 85px;
}
.list-counting-b .total {
  font-weight: 600;
  font-size: 1.6rem;
  text-align: right;
  min-width: 60px;
}

.sec-makingCount {
  display: flex;
  flex-direction: column;
}

.dashboard-main .single-chart {
  justify-content: space-around;
}
.dashboard-main .circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 200px;
}
.dashboard-main .circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}
.dashboard-main .circle {
  stroke: #4cc790;
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}
.dashboard-main .percentage {
  fill: #333;
  font-size: 0.5em;
  font-weight: 600;
  text-anchor: middle;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.ui-total-price {
  margin: 0 0 0 12px;
  padding: 0 16px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #36304a;
  color: #36304a;
  line-height: 32px;
  font-size: 1.3rem;
  box-sizing: border-box;
}

.th-select-carReg {
  display: inline-flex;
  align-items: center;
  padding-left: 8px;
  padding-right: 24px;
  height: 26px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff url(../img/common/iconBG_dropdown_arr_20.png)
    calc(100% - 5px) 50% no-repeat;
}
.th-select-carReg:hover {
  border-color: #008d36;
}
.th-select-carReg span {
  font-size: 12px;
  color: #333;
  white-space: nowrap;
}

/* 생산량 확정관리 테이블 */
.table-countSum thead th {
  background: #f2f7f2;
  color: #008d36;
  height: 38px;
}
.table-countSum tbody td {
  border-bottom: 1px dashed #ddd;
  padding: 0;
  height: 34px;
}
.table-countSum tbody tr:last-child td {
  border-bottom: none;
}

.cssIcon-radius {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  border-radius: 3px;
  background-color: #008d36;
  color: #fff;
  padding: 0 3px;
  height: 18px;
  line-height: 18px;
  box-sizing: border-box;
}
