@charset "UTF-8";
/* GHP 소모품 정기관리 Css */
#page-title .right-items .btn_down {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: no-repeat center;
  background-image: url(/images/common/ic-btn_print.png);
  font-size: 0;
  vertical-align: top; }
  #page-title .right-items .btn_down:hover,
  #page-title .right-items .btn_down:active {
    background-image: url(/images/common/ic-btn_print_on.png); }
  .ghp-body.site_page {
    top: 0 !important;
    height: auto !important; }
  .ghp-body .left-nav .item__radio .content {
    display: flex;
    padding: 0 22px;
    border-top: solid 1px  #e5e5e5;
    align-items: center; }
    .ghp-body .left-nav .item__radio .content input + label {
      margin-right: 20px;
      width:calc(50% - 10px);
      height: 54px;
      line-height: 54px;
      font-size: 16.4px;
      color: #333;
      font-weight: normal; }
      .ghp-body .left-nav .item__radio .content input + label:last-child {
        margin-right: 0; }
  .ghp-body .left-nav .listItem {
    height: calc(100% - 112px); }
    .ghp-body .left-nav .listItem .left-nav-content {
      border-bottom: 1px solid #e5e5e5; }
    .ghp-body .left-nav .listItem > header {
      padding: 14px 20px;
      border: solid 2px #e5e5e5;
      background-color: #e4e4e4;
      text-align: left;
      font-size: 16px;
      color: #383838;
      font-weight: normal; }
      .ghp-body .left-nav .listItem > header.active {
      border-color: #a50034; }
      .ghp-body .left-nav .listItem .item {
        min-height: auto; }
        .ghp-body .left-nav .listItem .item > header {
          margin-left: 0;
          padding: 0 22px;
          width: 100%;
          border-bottom: 1px solid #e5e5e5; }
          .ghp-body .left-nav .listItem .item header > a:not(.toggle-btn) {
            overflow: hidden;
            display: block;
            line-height: 54px;
            font-size: 14px;
            color: #333;
            font-weight: normal;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-decoration: none;
            word-wrap: normal; }
          .ghp-body .left-nav .listItem .item > header .toggle-btn {
            top: 50%;
            margin-top: -5px; }
          .ghp-body .left-nav .listItem .item + .item {
          border-top: solid 1px #e5e5e5; }
        .ghp-body .left-nav .listItem .item .tooltip { 
          /* left: 25px !important; */
          top: auto !important;
          bottom: calc(100% - 12px) !important;
          pointer-events: none; }
      .ghp-body .left-nav .listItem .third-item {
        min-height: auto; }
        .ghp-body .left-nav .listItem .third-item.selected {
          background-color: #e4e4e4; }
        .ghp-body .left-nav .listItem .third-item header {
          position: relative;
          margin: 0 20px;
          padding: 0 0 0 12px; }
          .ghp-body .left-nav .listItem .third-item:first-child header {
            border-top: 0; }
          .ghp-body .left-nav .listItem .third-item header > a:not(.toggle-btn) {
          overflow: hidden;
          display: block;
          line-height: 54px;
          font-size: 14px;
          color: #333;
          font-weight: normal;
          text-overflow: ellipsis;
          white-space: nowrap;
          text-decoration: none;
          word-wrap: normal; }
        .ghp-body .left-nav .listItem .third-item .error-count {
          height: 20px;
          background-image: url(/images/common/ico-error2.png);
          background-size: 22px 20px; }
        .ghp-body .left-nav .listItem .third-item .fixed-dimmed-area {
          background-color: none; }
          .ghp-body .left-nav .listItem .third-item .fixed-dimmed-area ~ header label {
          color: #cdcdcd; }

.ghp-body .ghp-consume {
  padding: 20px; }
  .ghp-body .ghp-consume .table-wrap {
    width: 100%;
    text-align: center; }
    .ghp-body .ghp-consume .table-wrap .table-tit {
      padding: 4px 0 12px;
      text-align: left;
      font-size: 14px;
      color: #666; }
    .ghp-body .ghp-consume .table-wrap .table__ghp {
      border-collapse: collapse; }
      .ghp-body .ghp-consume .table-wrap .table__ghp thead th {
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #ddd;
        font-size: 14px;
        color: #383838;
        font-weight: 500;
        word-break: break-all; }
        .ghp-body .ghp-consume .table-wrap .table__ghp thead tr:first-child th:first-child {
          border-left: 0; }
      .ghp-body .ghp-consume .table-wrap .table__ghp tbody th {
        padding: 12px 7px;
        border-right: 2px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        background-color: #f8f8f8;
        text-align: center;
        font-size: 14px;
        color: #383838;
        vertical-align: middle; }
        .ghp-body .ghp-consume .table-wrap .table__ghp tbody th ~ td {
          border-top: 1px solid #e5e5e5; }
      .ghp-body .ghp-consume .table-wrap .table__ghp tbody td {
        padding: 12px 7px;
        font-size: 14px;
        color: #383838; }
        .ghp-body .ghp-consume .table-wrap .table__ghp tbody td a {
          font-size: inherit;
          color: inherit;
          text-decoration: underline; }
        .ghp-body .ghp-consume .table-wrap .table__ghp tbody td .check-item {
          display: inline-block;
          width: 18px;
          height: 18px;
          background: no-repeat center / 100% auto;
          background-image: url(/images/dashboard/ico_check.png); }
      .ghp-body .ghp-consume .table-wrap .consume-item { 
        margin-top: 12px;
        text-align: left; }
        .ghp-body .ghp-consume .table-wrap .consume-item:first-child {
          margin-top: 0; }
        .ghp-body .ghp-consume .table-wrap .consume-item .bar {
          position: relative;
          height: 10px;
          background-color: #ededed; }
          .ghp-body .ghp-consume .table-wrap .consume-item .bar.type-empty {
            background-color: #5c5d60; }
          .ghp-body .ghp-consume .table-wrap .consume-item .bar .bar-value {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%; }
            .ghp-body .ghp-consume .table-wrap .consume-item .bar.type-normal .bar-value {
              background-color: #52aeb0; }
            .ghp-body .ghp-consume .table-wrap .consume-item .bar.type-needcheck .bar-value {
              background-color: #faac3e; }
            .ghp-body .ghp-consume .table-wrap .consume-item .bar.type-warning .bar-value {
              background-color: #e24340; }
  .ghp-body .ghp-consume .chart-area {
    position: relative;
    margin-top: 20px; }
    .ghp-body .ghp-consume .chart-area .chart-state-detail {
      padding: 0 0 10px; }
      .ghp-body .ghp-consume .chart-area .chart-state-detail .color-red {
        color: #a50034 !important; }
    .ghp-body .ghp-consume .chart-area .chart-state > span {
      position: relative;
      display: inline-block;
      padding-left: 36px;
      margin: 0 20px 10px 0; }
      .ghp-body .ghp-consume .chart-area .chart-state > span:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 30px;
        transform: translateY(-50%); }
        .ghp-body .ghp-consume .chart-area .chart-state > .standard:after {
          border-top: 2px dashed #bb0000; }
        .ghp-body .ghp-consume .chart-area .chart-state > .offer:after {
          border-top: 2px dashed #333333; }
    .ghp-body .ghp-consume .chart-area .chart-inner {
      position: relative; }
    .ghp-body .ghp-consume .chart-area .chart-message {
      position: absolute;
      left: 0;
      top: 0;
      display: flex;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,0.5);
      justify-content: center;
      align-items: center; }
      .ghp-body .ghp-consume .chart-area .chart-message p {
        margin: 0;
        font-size: 16px;
        color: #a50034;
        font-weight: 500; }
  .ghp-body .ghp-consume .ghp-consume-state .title {
    margin: 0 0 24px;
    font-size: 18px;
    color: #383838;
    font-weight: 500; }
    .ghp-body .ghp-consume .ghp-consume-state .title strong {
      font-size: 14px;
      color: #808080; }
    .ghp-body .ghp-consume .ghp-consume-state .title .col {
      position: relative;
      display: inline-block;
      padding-left: 20px;
      font-size: 14px;
      color: #666;
      font-weight: normal; }
      .ghp-body .ghp-consume .ghp-consume-state .title .col:after {
        content: "";
        position: absolute;
        left: 9px;
        top: 50%;
        margin-top: -7px;
        width: 1px;
        height: 14px;
        background-color: #ccc; }
    .ghp-body .ghp-consume .ghp-consume-state .title .btn-kitmodel {
      position: relative;
      display: inline-block;
      font-size: 14px;
      color: #666;
      font-weight: normal;
      text-decoration: underline; }
      .ghp-body .ghp-consume .ghp-consume-state .title .btn-kitmodel:hover {
        text-decoration: underline; }
      /*
      .ghp-body .ghp-consume .ghp-consume-state .title .btn-kitmodel:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 100%;
        height: 1px;
        background-color: #ccc; }
      */
  .ghp-body .ghp-consume .ghp-consume-state .info {
    /* margin-bottom: 20px; */
    line-height: 1.875;
    font-size: 16px;
    color: #383838;
    font-weight: bold; }
    .ghp-body .ghp-consume .ghp-consume-state .info .ip-info {
      margin-right: 4px;
      width: auto;
      border: 0;
      border-bottom: 2px solid #ddd;
      border-radius: 0;
      font-size: inherit;
      color: inherit; }
  .ghp-body .ghp-consume .ghp-consume-guide {
    padding: 16px 0 24px;
    font-size: 12px;
    color: #777;
    word-break: keep-all; }
    .ghp-body .ghp-consume .ghp-consume-guide strong {
      display: block;
      padding-bottom: 6px;
      font-size: inherit;
      color: #383838; }
  .ghp-body .ghp-consume .ghp-connect-wrap {
    padding-top: 16px;
    font-size: 0; }
    .ghp-body .ghp-consume .ghp-connect-wrap .tit {
      font-size: 16px;
      color: #383838; }
    .ghp-body .ghp-consume .ghp-connect-wrap .ghp-connect-item {
      display: inline-block;
      width: 25%;
      margin-top: 16px;
      vertical-align: top; }
      .ghp-body .ghp-consume .ghp-connect-wrap .ghp-connect-item.hide {
        display: none; }
      .ghp-body .ghp-consume .ghp-connect-wrap .ghp-connect-item a {
        display: inline-block;
        line-height: 30px; }
        .ghp-body .ghp-consume .ghp-connect-wrap .ghp-connect-item a:hover > * {
          text-decoration: underline; }
      .ghp-body .ghp-consume .ghp-connect-wrap .ghp-connect-item .name {
        font-size: 14px;
        color: #383838;
        vertical-align: middle; }
      .ghp-body .ghp-consume .ghp-connect-wrap .ghp-connect-item .count {
        padding-left: 2px;
        font-size: 14px;
        color: #383838;
        vertical-align: middle; }
    .ghp-body .ghp-consume .ghp-connect-wrap .ghp-connect-control {
      margin-top: 16px;
      text-align: center; }
      .ghp-body .ghp-consume .ghp-connect-wrap .ghp-connect-control.hide {
        display: none; }
  .ghp-body .ghp-consume.print-section .ghp_address_area {
    display: none; }
  .modal.ghp-download .modal-dialog {
    width: 426px; }
  .modal.ghp-detail .modal-dialog {
    width: 620px; }
    .modal.ghp-popup .modal-dialog .modal-content {
      border-radius: 15px; }
    .modal.ghp-popup .modal-dialog .modal-header {
      padding: 7px 20px;
      border-bottom: 1px solid #e5e5e5; }
      .modal.ghp-popup .modal-dialog .modal-header .modal-title {
        line-height: 2.08;
        text-align: left;
        font-size: 19.5px;
        color: #010101; }
    .modal.ghp-popup .modal-dialog .modal-body.row {
      margin: 0;
      padding: 20px; }
      .modal.ghp-popup .modal-dialog .modal-body.row .contents-wrapper {
        padding: 5px;
        border-radius: 4px;
        border: solid 1px #e5e5e5; }
      .modal.ghp-popup .modal-dialog .modal-body.row .contents {
        overflow-y: scroll;
        overflow-x: hidden;
        padding: 0px 15px;
        height: 276px; }
        .modal.ghp-popup .modal-dialog .modal-body.row .contents ul {
          list-style: none;
          margin: 0px;
          padding: 0px; }
          .modal.ghp-popup .modal-dialog .modal-body.row .contents ul .checkbox {
            margin: 0px; }
            .modal.ghp-popup .modal-dialog .modal-body.row .contents ul .checkbox .error-count {
              position: absolute;
              right: 5px;
              top: 50%;
              margin-top: -10px;
              width: 22px;
              height: 20px;
              background: no-repeat center / 100% auto;
              background-image: url(/images/common/ico-error2.png);
              pointer-events: none; }
            .modal.ghp-popup .modal-dialog .modal-body.row .contents ul .open + ul {
            display: block; }
          .modal.ghp-popup .modal-dialog .modal-body.row .contents ul li {
            border-top: 1px solid #e5e5e5; }
          .modal.ghp-popup .modal-dialog .modal-body.row .contents ul li:first-child {
            border-top: none; }
            .modal.ghp-popup .modal-dialog .modal-body.row .contents ul li ul {
              display: none; }
              .modal.ghp-popup .modal-dialog .modal-body.row .contents ul li ul li {
                border-top: solid 1px #e5e5e5 !important; }
          .modal.ghp-popup .modal-dialog .modal-body.row .contents ul label {
            display: block;
            font-size: 13.5px;
            line-height: 3.56;
            text-align: left;
            color: #333333;
            margin-bottom: 0px;
            cursor: pointer; }
        .modal.ghp-popup .modal-dialog .modal-body.row .contents .sub-tree-1 {
          margin-left: 25px; }
        .modal.ghp-popup .modal-dialog .modal-body.row .contents .sub-tree-2 {
          margin-left: 50px; }
        .modal.ghp-popup .modal-dialog .modal-body.row .contents .sub-tree-3 {
          margin-left: 75px; }
        .modal.ghp-popup .modal-dialog .modal-body.row .contents .sub-tree-4 {
          margin-left: 90px; }
        .modal.ghp-popup .modal-dialog .modal-body.row .contents .sub-tree-5 {
          margin-left: 115px; }
        .modal.ghp-popup .modal-dialog .modal-body.row .contents .sub-tree-6 {
          margin-left: 140px; }
      .modal.ghp-popup .modal-dialog .modal-body.row .ghp-detail-wrap {
        display: flex; }
        .modal.ghp-popup .modal-dialog .modal-body.row .ghp-detail-wrap .model {
          margin-right: 26px;
          min-width: 225px; }
          .modal.ghp-popup .modal-dialog .modal-body.row .ghp-detail-wrap .model img {
            width: 100%; }
      .modal.ghp-popup .modal-dialog .modal-body.row .table-wrap {
        overflow: auto;
        width: 100%;
        max-height: 276px; }
      .modal.ghp-popup .modal-dialog .modal-body.row .table {
        margin: 0; }
        .modal.ghp-popup .modal-dialog .modal-body.row .table thead {
          position: sticky;
          top: 0; }
        .modal.ghp-popup .modal-dialog .modal-body.row .table tbody td {
          height: 40px; }

    .modal.ghp-popup .modal-dialog .modal-footer {
      padding: 10px 20px 20px;
      border: none;
      text-align: center;
      font-size: 0; }
      .modal.ghp-popup .modal-dialog .modal-footer .btn {
        margin: 0;
        width: calc(50% - 5px); }
        .modal.ghp-popup .modal-dialog .modal-footer .btn + .btn {
          margin-left: 10px; }


/* Print */
@page {
  size: A4;
  margin: 0;
  /* page-break-inside: auto; */
}
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important; }
  tr { page-break-inside:avoid; page-break-after:auto }
  #top-header,
  #left-sidebar,
  #page-title,
  .ghp-body .left-nav,
  .ghp-body .ghp-consume:not(.print-section),
  .modal,
  #footer {
    margin: 0 !important;
    padding: 0 !important;
    display: none !important; }
  html,
  body,
  body #top-header, 
  body #body-content {
    left: 0 !important;
    top: 0 !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important; }
  #body-content section.body.with-nav-l {
    left: 0 !important;
    top: 0 !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important; }
  .ghp-body .ghp-consume {
    margin-top: 0;
    border: none;
    border-radius: 0; }
    .ghp-body .ghp-consume.print-section {
      position: static !important;
      margin: 0 !important;
      padding: 0 !important;
      width: 100% !important;
      height: auto !important; }
    .ghp-body .ghp-consume.print-section .page-inner {
      position: relative !important;
      page-break-before: always !important;
      margin: 0;
      padding: 10mm;
      min-height: 297mm !important;
      background-color: #fff !important; }
      .ghp-body .ghp-consume.print-section > .page-inner:first-of-type {
        page-break-before: auto !important;
      }
    .ghp-body .ghp-consume .ghp-intro > img {
      width: 100%; }
    .ghp-body .ghp-consume .ghp-intro-tit {
      margin: 40mm 0 20mm; }
    .ghp-body .ghp-consume .ghp-intro-info p {
      color: #777 !important; }
    .ghp-body .ghp-consume .ghp-consume-state .title:first-child {
      line-height: 1.6;
      font-size: 18px;
      border-bottom: 4px solid #ddd !important; }
      .ghp-body .ghp-consume .ghp-consume-state .title .col:after {
        background-color: #ccc !important; }
    .ghp-body .ghp-consume .ghp-consume-state .info .ip-info-value {
      margin-right: 4px;
      font-size: inherit;
      color: inherit; }
    .ghp-body .ghp-consume .ghp-consume-guide {
      color: #777 !important; }
    .ghp-body .ghp-consume .table-wrap .table__ghp thead th {
      border-bottom: 1px solid #d9d9d9 !important;
      border-left: 1px solid #d9d9d9 !important;
      background-color: #f8f8f9 !important; }
      .ghp-body .ghp-consume .table-wrap .table__ghp thead tr:first-child th:first-child {
        border-left: 0 !important; }
    .ghp-body .ghp-consume .table-wrap .table__ghp tbody th {
      border-right: 1px solid #d9d9d9 !important;
      background-color: #f8f8f8 !important; }
    .ghp-body .ghp-consume .table-wrap .table__ghp tbody td {
      border-bottom: 1px solid #d9d9d9 !important;
      border-left: 1px solid #d9d9d9 !important; }
      .ghp-body .ghp-consume .table-wrap .table__ghp tbody tr td:first-child {
        border-left: 0 !important; }
      .ghp-body .ghp-consume .table-wrap .table__ghp tbody td .check-item {
        background: no-repeat center / 100% auto;
        background-image: url(/images/dashboard/ico_check.png) !important; }
    .ghp-body .ghp-consume .table-wrap .consume-item .bar { 
      background-color: #ededed !important;}
      .ghp-body .ghp-consume .table-wrap .consume-item .bar.type-normal .bar-value {
        background-color: #52aeb0 !important; }
      .ghp-body .ghp-consume .table-wrap .consume-item .bar.type-needcheck .bar-value {
        background-color: #faac3e !important; }
      .ghp-body .ghp-consume .table-wrap .consume-item .bar.type-warning .bar-value {
        background-color: #e24340 !important; }
       .ghp-body .ghp-consume .table-wrap .consume-item .bar.type-empty {
	    background-color: #5c5d60 !important; }

  .ghp-body .ghp-detail-wrap {
    display: flex;
    margin-top: 20px; }
    .ghp-body .ghp-detail-wrap .model {
      margin-right: 26px;
      min-width: 225px; }
      .ghp-body .ghp-detail-wrap .model img {
        width: 100%; }
    .ghp-body .ghp-detail-wrap .table-wrap {
      width: 100%; }
      .ghp-body .ghp-detail-wrap .table-wrap .table {
        margin: 0; }
        .ghp-body .ghp-detail-wrap .table-wrap .table tbody td {
        height: 40px; }
}
.ghp-body .ghp-consume.print-section {
  position: absolute;
  left: -30000%;
  top: -30000%;
  background-color: #fff !important; }
  .ghp-body .energy_address_area {
    display: none !important;
  }
  .ghp-body .ghp-consume.print-section .ghp_address_area {
    position: absolute !important;
    left: 0 !important;
    bottom: 10px !important;
  }
  .ghp_address_area {
    display: flex !important;
    position: fixed;
    left: 0;
    bottom: 10px;
    padding: 10px 30px;
    width: 100%;
    align-items: center; }
  .ghp_address_area p { 
    margin-bottom: 2px !important;
    font-size: 10px !important;
    color: #555 !important;
    font-weight: normal !important;
  }