.energyNameTxt {
  width: 120px;
  cursor: default;
  background: transparent;
  border: none !important; }

.gwName_td {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.toolTip_txt {
  width: 80%;
  height: 50%;
  margin: 0 auto; }

.tooltip > .tooltip-inner {
  border-radius: 3px;
  background-color: #25292d;
  color: #ffffff;
  padding: 4px 13px;
  font-size: 14px;
  display: inline-table;
  border-radius: 3px; }

#noData_txt_web, #noData_txt_mobile {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  font-size: 15px; }

.APPLY_TIME__time-start .dropdown-toggle, .APPLY_TIME__time-end .dropdown-toggle {
  color: #ffffff !important;
  width: 55px !important; }

.info-setting-btn {
  border-radius: 30px;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 13.5px;
  font-weight: 500;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  margin-right: 10px;
  min-width: 95px; }
   .info-setting-btn img {
     width: 13px;
     height: 13px;
     margin-right: 5px; }
     
.table_site_name {
	max-width: 160px;
}
.table_gw_name {
	max-width: 160px;
}

/* ============================================================== */
.page-title div {
  float: left; }

.siteTable_wrap__first tr th:last-child, .siteTable_wrap__first tr td:last-child {
  border-right: 1px solid #f2f2f2 !important; }

.siteTable_wrap__middle tr th:first-child, .siteTable_wrap__middle tr td:first-child {
  border-left: 1px solid #f2f2f2 !important; }

.siteTable_wrap__middle tr th:last-child, .siteTable_wrap__middle tr td:last-child {
  border-right: 1px solid #f2f2f2 !important; }

.siteTable_wrap__end tr th:first-child, .siteTable_wrap__end tr td:first-child {
  border-left: 1px solid #f2f2f2 !important; }

.list-table {
  overflow-x: auto;
  padding-bottom: 30px; }

.siteTable__outer {
  overflow-x: auto;
  overflow-y: hidden;
  display: flex; }

.siteTable_wrap {
  float: left; }
  .siteTable_wrap__middle {
    overflow-x: auto; 
    overflow-y: hidden; }

.siteTable_wrap table {
  margin: 0;
  float: left;
  width: auto; }

#monitorPaging {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 10px; }

#monitorPaging span {
  margin-right: 10px;
  cursor: pointer;
  font-size: 15px; }

.monitor_td {
  display: inline-block;
  cursor: pointer;
  width: 130px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.contract_td {
  height: 20px; }

.group_td {
  display: inline-block;
  cursor: pointer;
  width: 130px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.center_td {
  display: inline-block;
  cursor: pointer;
  width: 130px;
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.energyNameTxt {
  width: 120px;
  cursor: default;
  background: transparent;
  border: none; }

.energy__tab {
  cursor: pointer; }

.td__drop {
  float: right; }

.siteMgtList {
  display: none; }
.siteMgtList .table_Site_Name {
  text-align: left;
  padding-left: 20px;}

.infoSelectTable {
  height: 500px; }

.Scroll_Start, .Scroll_End {
  cursor: pointer; }

.toolTip_txt {
  width: 80%;
  height: 50%;
  margin: 0 auto; }

.tooltip > .tooltip-inner {
  border-radius: 3px;
  background-color: #25292d;
  color: #ffffff;
  padding: 4px 13px;
  font-size: 14px;
  display: inline-table;
  border-radius: 3px; }

.energy {
  padding-top: 0; }
  .energy .form-group {
    margin: 0;
    margin-top: 15px; }
  .energy__tabs-wrap {
    z-index: 4;
    position: relative; }
    .energy__tabs-wrap .dropdown {
      left: 28px;
      max-width: 300px; }
      .energy__tabs-wrap .dropdown .dropdown-toggle {
        text-align: left;
        width: 100%; }
  .energy__tabs {
    background-color: #ffffff;
    height: 50px;
    position: relative;
    margin: 0 !important;
    border-bottom: 0; }
  .energy__tab {
    display: block;
    float: left;
    max-width: 250px;
    min-width: 200px !important;
    padding: 0 !important;
    position: relative; }
    .energy__tab.active button {
      display: block; }
    .energy__tab.min_auto {
      min-width: auto !important; }
  .energy__tabLink {
    display: block;
    padding: 13px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden; }
  .energy__tabBtn {
    display: none;
    background-color: transparent;
    border: 0;
    position: absolute;
    right: 0;
    width: 12px;
    height: 13px;
    position: absolute;
    top: 50%;
    top: -webkit-calc(50% + 0px);
    top: -moz-calc(50% + 0px);
    top: -ms-calc(50% + 0px);
    top: calc(50% + 0px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/images/common/ic-setting.png);
    background-size: 12px 13px;
    background-position: center center;
    background-repeat: no-repeat; }
  .energy__tabAdd {
    position: absolute;
    top: 0;
    right: 0; }
    .energy__tabAdd span {
      margin-left: 10px;
      color: #000000; }
    .energy__tabAdd img {
      position: absolute;
      left: 0px;
      top: 15px;
      width: 20px;
      height: 20px; }
  .energy__left-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: center;
    height: auto; }
    .energy__left-items .dropdown {
      margin: 0;
      padding-left: 25px; }
      .energy__left-items .dropdown.default-dropdown button.dropdown-toggle {
        border: 0 !important;
        height: 100%; }
      .energy__left-items .dropdown.default-dropdown .dropdown-menu {
        left: 0;
        transform: none; }
  .energy__btn {
    justify-content: flex-end;
    align-items: center; }
  .energy__card--section {
    margin: 10px -5px 20px; }
    .energy__card--section > * {
      padding: 0 5px; }
      .energy__card--section > * > div {
        border-radius: 4px;
        border: solid 1px #dcdcdc;
        height: 198px; }
  .energy__card--title {
    border-bottom: solid 1px #dcdcdc;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    padding-left: 20px; }
  .energy__card--content {
    position: relative;
    height: calc(100% - 38px); }
    .energy__card--content > img {
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translateY(-50%); }
    .energy__card--content .usage {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%); }
      .energy__card--content .usage .result {
        font-size: 30px;
        font-weight: bold; }
      .energy__card--content .usage .unit {
        color: #555555;
        font-size: 14px; }
  .energy .section-header {
    padding: 0 20px; }
    .energy .section-header .row {
      margin: 0;
      border-bottom: 1px solid #e5e5e5; }
    .energy .section-header__select-div .dropdown {
      display: inline-block;
      margin: 5px 0; }
      .energy .section-header__select-div .dropdown + .dropdown {
        margin-left: 8px; }
      .energy .section-header__select-div .dropdown.open {
        border-bottom: none !important; }
      .energy .section-header__select-div .dropdown button {
        height: 33px;
        line-height: 1.6;
        padding-right: 30px; }
      .energy .section-header__select-div .dropdown .dropdown-menu {
        margin-top: 0; }
    .energy .section-header__select-div .filter {
      width: 76px;
      /* height: 40px; */
      background-color: #ffffff;
      color: #333333;
      position: relative;
      font-size: 14px;
      padding-right: 18px; }
      /* .energy .section-header__select-div .filter::before {
        content: "";
        position: absolute;
        padding: 5px;
        margin-left: 35px;
        left: 20px;
        top: 16px;
        background: url(/images/common/ic-dropdown-arrow.png) no-repeat center transparent; } */
      .energy .section-header__select-div .filter.on::before {
        background: url(/images/common/ic-drop-up-cell.png) no-repeat center transparent; }
    .energy .section-header__search-list div.fl {
      height: calc(100% - 10px);
      min-height: 40px;
      position: relative;
      margin: 10px 0; }
      .energy .section-header__search-list div.fl .sticker_inner {
        float: left; }
      .energy .section-header__search-list div.fl .sticker {
        display: inline-block;
        width: auto;
        vertical-align: middle;
        padding: 4px 20px 2px 10px;
        background-color: #ffffff;
        border-radius: 30px;
        border: solid 1px #d0d1d2;
        color: #333333;
        font-size: 12px;
        line-height: 1.36;
        text-align: center;
        height: 22px;
        position: relative;
        margin-top: 10px;
        margin-right: 8px;
        width: fit-content;
        cursor: default; }
        .energy .section-header__search-list div.fl .sticker a.close-btn {
          cursor: pointer;
          width: 8px;
          height: 7px;
          position: absolute;
          right: 7px;
          top: 7px;
          background: url(/images/common/ic_close_bl.png) no-repeat center transparent; }
    .energy .section-header__search-box {
      display: inline-block;
      margin: 5px 0;
      position: relative;
      width: 300px; }
      .energy .section-header__search-box a.search-text-button {
        position: absolute;
        top: 43%;
        left: 10px;
        transform: translateY(-43%); }
  .energy__info-table input + label {
    padding-left: 8px !important; }
  .energy__info-table thead th {
    height: 52px;
    padding: 5px 0 !important;
    position: relative; }
    .energy__info-table thead th .th__drop {
      position: relative; }
      .energy__info-table thead th .th__drop--icon {
      cursor: pointer;}
        .energy__info-table thead th .th__drop--icon img {
          margin-bottom: 5px; }
    .energy__info-table thead th.detail-th {
      border-top: 0 !important;
      min-width: 64px;
      width: 64px; }
      .energy__info-table thead th.detail-th:nth-child(1) {
        border-left: 1px solid #e5e5e5; }
      .energy__info-table thead th.detail-th:nth-child(3) {
        border-right: 1px solid #e5e5e5; }
    .energy__info-table thead th p {
      margin: 6px 0; }
    .energy__info-table thead th button.approval-all {
      height: 22px;
      width: 60px;
      font-size: 12.2px;
      line-height: 2.08; }
  .energy__info-table tbody td p {
    margin-bottom: 0; }
    .energy__info-table tbody td p.has-error {
      height: 19px;
      background-image: url(/images/common/ic-error-alert.png);
      background-size: 18px 19px;
      background-position: center center;
      background-repeat: no-repeat; }
    .energy__info-table tbody td p.has-warning {
      height: 19px;
      background-image: url(/images/common/ic-warning-alert.png);
      background-size: 18px 19px;
      background-position: center center;
      background-repeat: no-repeat; }
  .energy__info-table tbody td .checkbox {
    text-align: center; }
  .energy__info-table tbody .td__drop {
    position: relative;
    padding-right: 10px; }
    .energy__info-table tbody .td__drop--icon {
      cursor: pointer;
      margin-left: 5px;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
  .energy__info-table tbody .td__good-status {
    background-image: url(/images/common/ic-good-status.png);
    background-position: center center;
    background-repeat: no-repeat; }
  .energy__info-table tbody .td__bad-status {
    background-image: url(/images/common/ic-bad-status.png);
    background-position: center center;
    background-repeat: no-repeat; }
  .energy__info-table tbody .td__warning-status {
    background-image: url(/images/common/ic-warning-status.png);
    background-position: center center;
    background-repeat: no-repeat; }
  .energy__info-table tbody .td__error-status {
    background-image: url(/images/common/ic-error-status.png);
    background-position: center center;
    background-repeat: no-repeat; }
  .energy__info-table tbody .td__row {
    margin: 0; }
  .energy__info-table .switch {
    margin: 0 auto;
    position: relative;
    width: 55px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; }
    .energy__info-table .switch__checkbox {
      display: none; }
      .energy__info-table .switch__checkbox:checked + label::before {
        background-image: none !important; }
      .energy__info-table .switch__checkbox:checked + .switch__label .switch__inner {
        margin-left: 0; }
      .energy__info-table .switch__checkbox:checked + .switch__label .switch__button {
        right: 0; }
      .energy__info-table .switch__checkbox + label::before {
        background-image: none !important; }
    .energy__info-table .switch__label {
      border: 2px solid #FFFFFF;
      border-radius: 20px;
      cursor: pointer;
      display: block;
      padding: 0 !important;
      overflow: hidden; }
    .energy__info-table .switch__inner {
      display: block;
      width: 200%;
      margin-left: -100%;
      transition: margin 0.3s ease-in 0s; }
      .energy__info-table .switch__inner:before, .energy__info-table .switch__inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        box-sizing: border-box; }
      .energy__info-table .switch__inner:before {
        background-color: #A50034;
        content: "";
        color: #FFFFFF;
        padding-left: 10px; }
      .energy__info-table .switch__inner:after {
        background-color: #9b9ca3;
        color: #999999;
        content: "";
        padding-right: 10px; }
    .energy__info-table .switch__button {
      display: block;
      height: 20px;
      width: 20px;
      margin: 5px;
      background: #FFFFFF;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      border: 2px solid #FFFFFF;
      border-radius: 20px;
      transition: all 0.3s ease-in 0s; }
  .energy__update-txt {
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #666666;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    position: relative; }
    .energy__update-txt a {
      margin-left: 5px; }
    .energy__update-txt:after {
      content: "";
      width: 1px;
      height: 22px;
      background-color: #cccccc;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0; }
  .energy__chk-th {
    min-width: 40px; }
  .energy__status-th {
    min-width: 70px; }
  .energy__center-th {
    min-width: 70px; }
  .energy__nation-th {
    min-width: 70px; }
  .energy__area1-th {
    min-width: 70px; }
  .energy__area2-th {
    min-width: 40px; }
  .energy__area3-th {
    min-width: 40px; }
  .energy__contractType-th {
    min-width: 40px; }
  .energy__sitename-th {
    min-width: 120px; }
  .energy__sitecode-th {
    min-width: 100px; }
  .energy__contract-th {
    min-width: 160px;
    white-space: nowrap; }
  .energy__device1-th {
    min-width: 90px; }
  .energy__device2-th {
    min-width: 90px; }
  .energy__device3-th {
    min-width: 90px; }
  .energy__errorcode-th {
    min-width: 90px; }
  .energy__newer-th {
    min-width: 90px; }
  .energy__confirm-th {
    min-width: 90px; }
  .energy__detail-th {
    min-width: 60px; }
  .energy__hold-th {
    min-width: 60px; }
  .energy__filter {
    background: #fff;
    border: solid 1px #d0d1d2;
    border-radius: 11px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
    margin: -5px -15px;
    min-height: 380px;
    position: absolute;
    top: 180px;
    width: 650px; }
    .energy__filter.on {
      display: block;
      z-index: 5; }
    .energy__filter.off {
      display: none; }
    .energy__filter .filter-content {
      position: relative;
      width: 100%;
      /* height: calc(100% - 45px);
      min-height: 496px;  */}
      .energy__filter .filter-content .scroll {
        height: calc(100% - 0px);
        height: -webkit-calc(100% - 0px);
        height: -moz-calc(100% - 0px);
        height: -ms-calc(100% - 0px);
        overflow-y: auto;
        -ms-overflow-style: none; }
      .energy__filter .filter-content .filter-left-nav {
        position: absolute;
        left: 0;
        width: 240px;
        height: 100%; }
        .energy__filter .filter-content .filter-left-nav .filter-title {
          border-bottom: 1px solid #dcdcdc;
          position: relative;
          padding-left: 5px; }
          .energy__filter .filter-content .filter-left-nav .filter-title h4 {
            font-size: 16.5px;
            margin: 16px 0; }
        .energy__filter .filter-content .filter-left-nav .filter-expand {
          border-bottom: 1px solid #dcdcdc;
          height: 40px;
          position: relative;
          text-align: center; }
          .energy__filter .filter-content .filter-left-nav .filter-expand div {
            color: #333333;
            font-size: 14.1px;
            position: relative;
            top: 50%;
            transform: translateY(-50%); }
          .energy__filter .filter-content .filter-left-nav .filter-expand a.filter-sortBtn {
            background: url(/images/common/ic-menu.png) no-repeat center transparent;
            cursor: pointer;
            width: 26px;
            height: 26px;
            position: absolute;
            left: 7px;
            top: 7px;
            z-index: 1; }
          .energy__filter .filter-content .filter-left-nav .filter-expand .filter-openBtn {
            background: url(/images/common/ic_eye.png) no-repeat center transparent; }
          .energy__filter .filter-content .filter-left-nav .filter-expand .filter-closeBtn {
            background: url(/images/common/ic_eye_close.png) no-repeat center transparent; }
      .energy__filter .filter-content .filter-main {
        position: relative;
        height: 100%;
        width: 100%; }
        .energy__filter .filter-content .filter-main .scroll {
          border-radius: 11px; }
        .energy__filter .filter-content .filter-main .filter-table {
          margin: 0 !important; }
          .energy__filter .filter-content .filter-main .filter-table th.no-border, .energy__filter .filter-content .filter-main .filter-table td.no-border {
            border-top: 0; }
          .energy__filter .filter-content .filter-main .filter-table tbody th {
            border-top: 1px solid #e5e5e5;
            font-size: 16px;
            background: #f7f7f7;
            width: 20%;
            padding-top: 17px;
            padding-left: 25px; }
            .energy__filter .filter-content .filter-main .filter-table tbody th:last-child {
              border-bottom: 1px solid #e5e5e5; }
          .energy__filter .filter-content .filter-main .filter-table tbody td {
            padding-left: 25px;
            text-align: left !important; }
            .energy__filter .filter-content .filter-main .filter-table tbody td label {
              padding-left: 25px;
              font-size: 16.1px;
              font-weight: 600; }
      .energy__filter .filter-content .filter-footer {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        border-top: solid 1px #d0d1d2;
        width: 100%;
        height: 45px; }
        .energy__filter .filter-content .filter-footer .reset-area {
          margin-right: 10px; }
          .energy__filter .filter-content .filter-footer .reset-area .resetSearch {
            background-image: url(/images/common/ic_reset.png);
            background-size: 13px 11px;
            background-position: center center;
            background-repeat: no-repeat;
            background-position: 5px center;
            font-size: 12px;
            line-height: normal;
            min-width: 67px;
            width: auto;
            height: 22px;
            padding-left: 20px; }

.select-box {
  background-color: #ffffff;
  border-radius: 15px;
  border: solid 1px #d0d1d2;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  border-radius: 15px; }
  .select-box button {
    border: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: transparent;
    padding: 5px 15px;
    text-align: left;
    min-width: 130px; }
    .select-box button:hover {
      background-color: #f2f2f2; }
    .select-box button + button {
      border-radius: 0; }
    .select-box button:last-child {
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px; }
  .select-box.active {
    display: block;
    z-index: 3; }

.info-modal .modal-dialog {
  width: 925px; }
  .info-modal .modal-dialog .modal-header__title {
    position: relative; }
    .info-modal .modal-dialog .modal-header__title button {
      right: 0; }
    .info-modal .modal-dialog .modal-header__title .dropdown.input-dropdown {
      margin-top: 20px; }
  .info-modal .modal-dialog .modal-body {
    margin: 0;
    padding: 60px 20px;
    padding-top: 0; }
    .info-modal .modal-dialog .modal-body .title.row {
      margin: 0px;
      margin-bottom: 9px; }
    .info-modal .modal-dialog .modal-body .title .col-sm-12 {
      font-size: 16px;
      line-height: 1.59;
      text-align: left;
      color: #5c6063;
      line-height: 34px; }
      .info-modal .modal-dialog .modal-body .title .col-sm-12 b {
        font-weight: normal; }
      .info-modal .modal-dialog .modal-body .title .col-sm-12 .form-group {
        margin-bottom: 0px; }
      .info-modal .modal-dialog .modal-body .title .col-sm-12 .count {
        color: #a50034; }
    .info-modal .modal-dialog .modal-body .contents-wrapper {
      border: solid 1px rgba(217, 217, 217, 0.8);
      border-radius: 10px;
      height: 430px;
      overflow-y: auto; }
    .info-modal .modal-dialog .modal-body .contents {
      padding: 0 !important; }
    .info-modal .modal-dialog .modal-body .dropdown {
      display: inline-block;
      min-width: 100px;
      float: left; }
    .info-modal .modal-dialog .modal-body .row {
      margin: 0; }
    .info-modal .modal-dialog .modal-body .dropdown-header {
      display: inline-block;
      float: left;
      font-size: 15px;
      font-weight: normal;
      padding: 3px 5px;
      line-height: 38px;
      text-align: left; }
      .info-modal .modal-dialog .modal-body .dropdown-header b {
        font-weight: normal; }
    .info-modal .modal-dialog .modal-body .col-sm-5 {
      padding: 0;
      width: 44%; }
    .info-modal .modal-dialog .modal-body .col-sm-2.change-button {
      text-align: center;
      top: 160px;
      max-width: 82px;
      padding: 0; }
      .info-modal .modal-dialog .modal-body .col-sm-2.change-button button {
        border: none;
        background: transparent;
        display: block;
        margin: 0 auto; }
        .info-modal .modal-dialog .modal-body .col-sm-2.change-button button:focus, .info-modal .modal-dialog .modal-body .col-sm-2.change-button button:active {
          outline: none; }
        .info-modal .modal-dialog .modal-body .col-sm-2.change-button button.left {
          margin-bottom: 12px;
          background: url(/images/common/btn-move-left.png) no-repeat center transparent;
          width: 50px;
          height: 50px;
          background-size: 100%; }
        .info-modal .modal-dialog .modal-body .col-sm-2.change-button button.right {
          background: url(/images/common/btn-move-right.png) no-repeat center transparent;
          width: 50px;
          height: 50px;
          background-size: 100%; }

.info-modal .filter-expand {
  border-bottom: 1px solid #e5e5e5;
  height: 47px;
  position: relative;
  text-align: left; }
  .info-modal .filter-expand div {
    color: #333333;
    font-size: 14.1px;
    padding-left: 50px;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .info-modal .filter-expand a.filter-sortBtn {
    background: url(/images/common/ic-menu.png) no-repeat center transparent;
    cursor: pointer;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 7px;
    top: 8px;
    z-index: 1; }
  .info-modal .filter-expand .filter-eye {
    cursor: pointer;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 1; }
  .info-modal .filter-expand .filter-openBtn {
    background: url(/images/common/ic_eye.png) no-repeat center transparent; }
  .info-modal .filter-expand .filter-closeBtn {
    background: url(/images/common/ic_eye_close.png) no-repeat center transparent; }
  .info-modal .filter-expand.ui-selected {
    background: #e4e4e4; }

/* 23.07.18 minjae.jeon : 에너지 사용량 */
  .section.energy-used .section-content {
    padding: 0 20px; }
    .section.energy-used .section-content .form-group {
      margin: 25px 0 0; }
  .section.energy-used .target-select {
    margin: 16px 0 21px;
    padding-bottom: 21px;
    border-bottom: solid 1px #e5e5e5; }
  .section.energy-used .target-select__date {
    position: relative;
    text-align: center; }
  .section.energy-used .target-select__cal {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .section.energy-used .target-select__cal .form-group {
      display: inline-block;
      margin: 0;
      vertical-align: middle; }
      .section.energy-used .target-select__cal .form-group input {
        display: inline-block;
        text-align: left;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #333333; }
        .section.energy-used .target-select__cal .form-group input.form-control {
          background-color: #fff !important; }
      .section.energy-used .target-select__cal a {
        position: relative;
        display: inline-block;
        margin-left: 12px;
        width: 40px;
        height: 40px;
        border: solid 1px #ccc;
        border-radius: 50%;
        background-color: #ffffff;
        color: #333333;
        vertical-align: middle; }
        .section.energy-used .target-select__cal a:hover {
          background-color: #f5f5f5; }
        .section.energy-used .target-select__cal a:focus {
          color: #333; }
        .section.energy-used .target-select__cal a:active {
          background-color: #ccc; }
        .section.energy-used .target-select__cal a img {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%,-50%); }
  .section.energy-used .target-select__date--check {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;;
    min-width: 84px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 30px;
    background-color: #fff;
    line-height: 2.3;
    font-size: 13.5px;
    color: #333;
    font-weight: normal; }
    .section.energy-used .target-select__date--check:hover {
      background-color: #f5f5f5; }
    .section.energy-used .target-select__date--check:active {
      background-color: #ccc; }
  .section.energy-used .stats-area {
    margin-top: 40px; }
    .section.energy-used .stats-area .stats-control {
      padding-bottom: 10px; }
      .section.energy-used .stats-area .stats-control > * {
        vertical-align: middle; }
      .section.energy-used .stats-area .stats-control .radio-item {
        display: inline-block;
        margin-left: 10px; }
    .section.energy-used .stats-area .siteTable_wrap .table {
      margin-top: 0; }
      .section.energy-used .stats-area .siteTable_wrap .table thead th.active {
        border-top: 2px solid #33dcdc !important;
        border-left: 2px solid #33dcdc !important;
        border-right: 2px solid #33dcdc !important;
        background-color: rgba(51, 220, 220, 0.15) !important; }
      .section.energy-used .stats-area .siteTable_wrap .table tbody th {
        border-top: 0;
        border-bottom: 1px solid #e5e5e5;
        text-align: center;
        font-weight: normal;
        vertical-align: middle; }
        .section.energy-used .stats-area .siteTable_wrap .table tbody .total th,
        .section.energy-used .stats-area .siteTable_wrap .table tbody .total td {
          background-color: #f8f8f9; }
        .section.energy-used .stats-area .siteTable_wrap .table tbody .total td {
          border-left: 1px solid #e5e5e5; }
        .section.energy-used .stats-area .siteTable_wrap .table tbody td.active {
          border-left: 2px solid #33dcdc !important;
          border-right: 2px solid #33dcdc !important;
          background-color: rgba(51, 220, 220, 0.15) !important; }
          .section.energy-used .stats-area .siteTable_wrap .table tbody tr:last-child td.active {
            border-bottom: 2px solid #33dcdc !important; }
/* // 23.07.18 minjae.jeon : 에너지 사용량 */

/* minjae.jeon 에너지리포트 Css */
#body-content.energy-body { overflow: hidden;}
#body-content.energy-body .body { padding-top: 14px;}
#body-content.energy-body #page-title .title { line-height: 40px;}
#body-content.energy-body #page-title .right-items { right: 14px;}
.flex-between {
  display: flex;
  justify-content: space-between; }
.energy-body .left-nav .left-nav-header {
  display: flex;
  padding: 0 20px;
  height: 55px;
  border-bottom: 1px solid #e5e5e5;
  align-items: center; }
  .energy-body .left-nav .left-nav-header .num {
    margin-right: 10px;
    min-width: 40px;
    font-size: 16px;
    color: #333; }
  .energy-body .left-nav .left-nav-header .detail {
    font-size: 16px;
    color: #333; }
.energy-body .left-nav .left-nav-content .issue-list li a {
  display: flex;
  padding: 0 20px;
  height: 55px;
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none;
  align-items: center; }
  .energy-body .left-nav .left-nav-content .issue-list li.active a {
    font-weight: bold; }
  .energy-body .left-nav .left-nav-content .issue-list li .num {
    margin-right: 10px;
    width: 40px;
    font-size: 16px;
    color: #333; }
    .energy-body .left-nav .left-nav-content .issue-list li .detail {
    font-size: 16px;
    color: #333; }
.energy-body .left-nav .left-nav-content .empty-message {
  display: flex;
  height: calc(100vh - 120px);
  font-size: 16px;
  color: #333;
  align-items: center;
  justify-content: center; }
.section.energy {
  margin-top: 14px;
  padding: 0; } 
  .section.energy .section-content {
    padding: 0; }
    .section.energy .section-content .energy__content {
      font-size: 0; }
      .section.energy .section-content .energy__content.energy_scroll {
        overflow: auto; }
      .section.energy .section-content .energy__content .energy__intro {
        position: relative;
        display: flex;
        padding: 0 48px;
        height: 100%;
        min-height: 591px;
        align-items: center; }
        .section.energy .section-content .energy__content .energy__intro .energy__content_client_main { 
          padding: 0;
          height: 50vh;
          max-height: 495px;
          min-height: auto; }

    .section.energy .section-content .energy__content_client_main {
      overflow: auto;
      padding: 60px 80px 80px;
      width: 100%;
      min-height: 100%;
      background: url(/images/analytics/img_cover_energy.png) no-repeat center right;
      background-size: auto 100%; }
      .section.energy .section-content .energy__content_client_main .client_header {
        padding-top: 28px;
        font-size: 20px;
        color: #5b5a5d;
        font-weight: 500; }
      .section.energy .section-content .energy__content_client_main .client_main_text strong {
        display: block;
        padding: 64px 0 6px;
        font-size: 28px;
        color: #11142d; }
      .section.energy .section-content .energy__content_client_main .client_main_text p {
        line-height: 1.8;
        font-size: 16px;
        color: #11142d; }
      .section.energy .section-content .energy__content_client_main .btn_more {
        margin-top: 40px;
        padding: 0 20px;
        min-width: 185px;
        height: 48px;
        border-radius: 48px;
        background-color: #0db2b2;
        line-height: 48px; }
        .section.energy .section-content .energy__content_client_main .btn_more span {
          padding-right: 20px;
          background: url(/images/analytics/ico/ico_arrow2.png) no-repeat right center / 9px auto;
          font-size: 18px;
          color: #fff;
          font-weight: bold;
          vertical-align: top; }
        .section.energy .section-content .energy__content_client_main .client_foot {
          position: absolute;
          left: 0;
          bottom: 56px;
          display: flex;
          padding: 0 48px;
          width: 100%;
          font-size: 12px;
          color: #777;
          justify-content: space-between;
          align-items: flex-end; }
    .section.energy .section-content .energy__intro .client_main_notice {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #fdebed;
      line-height: 40px;
      text-align: center;
      font-size: 14px;
      color: #e8222e; }
      .section.energy .section-content .energy__intro .client_main_notice span {
        color: inherit !important;
        vertical-align: middle; }
    .section.energy .section-content .energy__content_client_sub {
      position: relative;
      padding: 0 0px 36px;
      min-height: 100%;
      background: #f7f7f7; }
      .section.energy .section-content .energy__content_client_sub .client_header {
        /*
        position: sticky;
        top: 0;
        z-index: 1;
        */
        padding: 30px;
        background-color: #f7f7f7; }
        .section.energy .section-content .energy__content_client_sub .client_header .location {
          margin: 0;
          padding: 0;
          font-size: 0; }
        .section.energy .section-content .energy__content_client_sub .client_header .location li {
          position: relative;
          display: inline-block; }
          .section.energy .section-content .energy__content_client_sub .client_header .location li a {
            position: relative;
            display: inline-block;
            margin-left: 28px;
            padding-left: 28px;
            background: no-repeat left center / 22px auto;
            line-height: 22px;
            /* font-size: 20px; */
            font-size: 14px;
            color: #777;
            text-decoration: none !important; }
          .section.energy .section-content .energy__content_client_sub .client_header .location li:nth-child(1) a { 
            background-image: url(/images/analytics/ico/ic_step_01_n.png); }
            .section.energy .section-content .energy__content_client_sub .client_header .location li:nth-child(1).active a { 
              background-image: url(/images/analytics/ico/ic_step_01_s.png); }
          .section.energy .section-content .energy__content_client_sub .client_header .location li:nth-child(2) a { 
            background-image: url(/images/analytics/ico/ic_step_02_n.png); }
            .section.energy .section-content .energy__content_client_sub .client_header .location li:nth-child(2).active a { 
              background-image: url(/images/analytics/ico/ic_step_02_s.png); }
          .section.energy .section-content .energy__content_client_sub .client_header .location li:nth-child(3) a { 
            background-image: url(/images/analytics/ico/ic_step_03_n.png); }
            .section.energy .section-content .energy__content_client_sub .client_header .location li:nth-child(3).active a { 
          background-image: url(/images/analytics/ico/ic_step_03_s.png); }
          .section.energy .section-content .energy__content_client_sub .client_header .location li:nth-child(4) a { 
            background-image: url(/images/analytics/ico/ic_step_04_n.png); }
            .section.energy .section-content .energy__content_client_sub .client_header .location li:nth-child(4).active a { 
              background-image: url(/images/analytics/ico/ic_step_04_s.png); }
          .section.energy .section-content .energy__content_client_sub .client_header .location li.active a {
            color: #11142d;
            font-weight: bold; }
          .section.energy .section-content .energy__content_client_sub .client_header .location li:first-child a { 
            margin-left: 0; }
          .section.energy .section-content .energy__content_client_sub .client_header .location li + li a::before {
            content: "";
            position: absolute;
            left: -22px;
            top: 50%;
            width: 14px;
            height: 1px;
            background-color: #777; }
      
      /* 25.05.15 minjae.jeon */
      .section.energy .nodata-wrap {
        display: none;
        position: relative;
        z-index: 5;
        width: 100% !important;
        min-height: 150px !important;
        background-color: #fff !important; }
        .section.energy .nodata-wrap.active {
          display: block; }
        .section.energy .nodata-wrap .nodata-message {
          position: absolute;
          left: 50%;
          top: 50%;
          display: flex;
          font-size: 18px;
          color: #333 !important;
          font-weight: 500;
          align-items: center;
          justify-content: center;
          gap: 12px;
          white-space: nowrap;
          transform: translate(-50%, -50%); }
          .section.energy .nodata-wrap .nodata-message:before {
            content: "";
            display: block;
            width: 97px;
            height: 68px;
            background: url(/images/common/bg-nodata.png) no-repeat center top / 100% auto !important; }
      .section.energy .energy-tbl-inner .nodata-wrap {
        height: 400px; }
      /* // 25.05.15 */
      .section.energy .section-content .energy__content_client_sub .slider-title {
        padding:12px 0 14px;
        line-height: 1;
        font-size: 24px;
        color: #11142d;
        font-weight: bold; }
      .section.energy .section-content .energy__content_client_sub .slider-sub-title {
        line-height: 1.5;
        font-size: 16px;
        color: #555;
        font-weight: normal; }
        .section.energy .section-content .energy__content_client_sub .slider-sub-title .detect {
          color: #0db2b2;
          font-weight: 500; }
      .section.energy .section-content .energy__content_client_sub .energy-card-wrap {
        margin-top: 20px; }
      .section.energy .section-content .energy__content_client_sub .energy-card-row {
        display: flex; }
      .section.energy .section-content .energy__content_client_sub .energy-card-item {
        flex: 1;
        display: flex;
        padding: 24px 32px;
        border-radius: 16px;
        background-color: #fff !important;
        flex-wrap: wrap;
        align-items: baseline; }
        .section.energy .section-content .energy__content_client_sub .energy-card-item.full-width {
          display: block;
          margin: 20px 0 0; }
        .section.energy .section-content .energy__content_client_sub .energy-card-item + .energy-card-item { 
          margin-left: 20px; }
        .section.energy .section-content .energy__content_client_sub .energy-card-item .energy-card-title {
          position: relative;
          margin-bottom: 10px;
          width: 100%;
          font-size: 18px;
          color: #37363f;
          font-weight: bold;
          flex-wrap: wrap;
          align-items: center; }
        .section.energy .section-content .energy__content_client_sub .energy-card-item .energy-card-status {
          margin-bottom: 0;
          font-size: 0; }
          .section.energy .section-content .energy__content_client_sub .energy-card-item .energy-card-status dt {
            display: inline-block;
            margin-top: 16px;
            width: 100px;
            font-size: 16px;
            color: #333;
            font-weight: 500;
            vertical-align: top; }
          .section.energy .section-content .energy__content_client_sub .energy-card-item .energy-card-status dd {
            display: inline-block;
            margin: 16px 0 0 10px;
            width: calc(100% - 110px);
            text-align: right;
            font-size: 16px; }
          .section.energy .section-content .energy__content_client_sub .energy-card-item .energy-card-status.stats dt {
            width: 100%; }
          .section.energy .section-content .energy__content_client_sub .energy-card-item .energy-card-status.stats dd {
            margin: 0;
            width: 100%;
            text-align: left; }
            .section.energy .section-content .energy__content_client_sub .energy-card-item .energy-card-status.stats dd .bar {
              position: relative;
              margin-top: 6px;
              height: 20px; }
              .section.energy .section-content .energy__content_client_sub .energy-card-item .energy-card-status.stats dd .bar .value {
                position: absolute;
                left: 0;
                top: 0;
                height: 100%; }
                .section.energy .section-content .energy__content_client_sub .energy-card-item .energy-card-status.stats dd .bar .value.control {
                  background-color: #33dcdc !important; }
                .section.energy .section-content .energy__content_client_sub .energy-card-item .energy-card-status.stats dd .bar .value.non-control {
                  background-color: #dae1e8 !important; }
            .section.energy .section-content .energy__content_client_sub .energy-card-item .energy-card-status.stats dd .chart-info {
              margin-top: 8px;
              font-size: 14px;
              color: #555; }
      .section.energy .section-content .energy__content_client_sub .analysis .energy-card-row {
        display: flex;
        flex-wrap: wrap; }
        .section.energy .section-content .energy__content_client_sub .analysis .energy-card-item {
          position: relative;
          display: inline-block;
          margin: 0 0 20px 20px;
          padding: 24px 24px 24px 72px;
          min-width: calc(50% - 10px);
          background: #fff no-repeat 24px 20px !important;
          text-decoration: none; }
          .section.energy .section-content .energy__content_client_sub .analysis a.energy-card-item:after {
            content: "";
            position: absolute;
            right: 18px;
            top: 50%;
            margin-top: -7.5px;
            width: 9px;
            height: 15px;
            background: url(/images/analytics/ico-arrow-right.png) no-repeat center !important;
            pointer-events: none; }
          .section.energy .section-content .energy__content_client_sub .analysis .energy-card-item.turnOff {
            background-image: url(/images/analytics/ico-energy-waste01.png) !important; }
          .section.energy .section-content .energy__content_client_sub .analysis .energy-card-item.roomTemp {
            background-image: url(/images/analytics/ico-energy-waste02.png) !important; }
          .section.energy .section-content .energy__content_client_sub .analysis .energy-card-item.setTemp {
            background-image: url(/images/analytics/ico-energy-waste03.png) !important; }
          .section.energy .section-content .energy__content_client_sub .analysis .energy-card-item.energyLeak {
            background-image: url(/images/analytics/ico-energy-waste04.png) !important; }
          .section.energy .section-content .energy__content_client_sub .analysis .energy-card-item.frequent {
            background-image: url(/images/analytics/ico-energy-waste05.png) !important; }
          .section.energy .section-content .energy__content_client_sub .analysis .energy-card-item.driveExc {
            background-image: url(/images/analytics/ico-energy-waste06.png) !important; }
          .section.energy .section-content .energy__content_client_sub .analysis .energy-card-item.comment {
            padding: 24px;
            margin-bottom: 0;
            font-size: 0; }
            .section.energy .section-content .energy__content_client_sub .analysis .energy-card-item.comment .energy-card-title {
              margin-bottom: 16px; }
            .section.energy .section-content .energy__content_client_sub .analysis .energy-card-item.comment .thumb {
              display: inline-block;
              margin: 0 16px 0 8px;
              width: 60px; }
              .section.energy .section-content .energy__content_client_sub .analysis .energy-card-item.comment .thumb img {
                width: 100%; }
              .section.energy .section-content .energy__content_client_sub .analysis .energy-card-item.comment .energy-comment-wrap {
                display: inline-block;
                width: calc(100% - 84px);
                vertical-align: top; }
                .section.energy .section-content .energy__content_client_sub .analysis .energy-card-item.comment .energy-comment-wrap .comment {
                  padding: 24px 20px 16px; 
                  background-color: #f7f7f7 !important;
                  border-radius: 12px;
                  border-top-left-radius: 0;
                  line-height: 1.5;
                  font-size: 16px;
                  color: #333; }
          .section.energy .section-content .energy__content_client_sub .analysis .energy-card-item:nth-child(odd) {
            margin-left: 0; }
            .section.energy .section-content .energy__content_client_sub .analysis .energy-card-item .energy-card-title {
              margin-bottom: 6px; }
            .section.energy .section-content .energy__content_client_sub .analysis .energy-card-item .energy-card-subtitle {
              font-size: 14px;
              color: #555; }
            .section.energy .section-content .energy__content_client_sub .analysis .energy-card-item .energy-card-info > p {
              margin: 20px 0 4px;
              font-size: 14px;
              color: #333;
              font-weight: 500; }
            .section.energy .section-content .energy__content_client_sub .analysis .energy-card-item .energy-waste-list {
              font-size: 0; }
              .section.energy .section-content .energy__content_client_sub .analysis .energy-card-item .energy-waste-list span {
                position: relative;
                display: inline-block;
                padding-right: 14px;
                font-size: 14px;
                color: #0db2b2;
                font-weight: bold; }
                .section.energy .section-content .energy__content_client_sub .analysis .energy-card-item .energy-waste-list span::after {
                  content: "";
                  position: absolute;
                  right: 6px;
                  top: 50%;
                  margin-top: -6px;
                  width: 1px;
                  height: 12px;
                  background-color: #a7a7a7 !important; }
                .section.energy .section-content .energy__content_client_sub .analysis .energy-card-item .energy-waste-list span:last-child {
                  padding-right: 0; }
                  .section.energy .section-content .energy__content_client_sub .analysis .energy-card-item .energy-waste-list span:last-child::after {
                    display: none; }
      .section.energy .section-content .energy__content_client_sub .energy-data-guide span {
        position: relative;
        display: inline-block;
        margin: 20px 20px 0 0;
        padding-left: 16px;
        font-size: 14px;
        color: #3f3f3f; }
        .section.energy .section-content .energy__content_client_sub .energy-data-guide span:after {
          content: "";
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -6px;
          width: 12px;
          height: 12px;
          border-radius: 100%; }
          .section.energy .section-content .energy__content_client_sub .energy-data-guide .control:after {
            background-color: #33dcdc !important; }
          .section.energy .section-content .energy__content_client_sub .energy-data-guide .non-control:after {
            background-color: #dae1e8 !important; }
      .section.energy .section-content .energy__content_client_sub .energy-tbl-inner {
        overflow: auto;
        margin: 20px 0;
        padding: 24px;
        border-radius: 12px;
        background-color: #fff !important; }
        .section.energy .section-content .energy__content_client_sub .energy-tbl-inner .tbl-title {
          padding-bottom: 12px;
          font-size: 18px;
          color: #333;
          font-weight: bold; }
        .section.energy .section-content .energy__content_client_sub .energy-tbl-inner .table {
          margin: 0;
          table-layout: fixed; }
          .section.energy .section-content .energy__content_client_sub .energy-tbl-inner .table thead th {
            padding: 7px !important;
            border-left: 1px solid #e5e5e5 !important;
            border-bottom: 2px solid #ddd !important;
            border-top: 1px solid #e5e5e5 !important;
            background-color: #f8f8f9 !important; }
            .section.energy .section-content .energy__content_client_sub .energy-tbl-inner .table thead th:first-child {
              border-left: 0 !important; }
          .section.energy .section-content .energy__content_client_sub .energy-tbl-inner .table tbody td {
            height: 48px;
            font-size: 14px;
            color: #383838; }
          .section.energy .section-content .energy__content_client_sub .energy-tbl-inner .table tbody .detect td {
            color: #0db2b2;
            font-weight: bold; }
          .section.energy .section-content .energy__content_client_sub .energy-tbl-inner .table .detail {
            min-width: 180px;
            font-size: 0; }
          .section.energy .section-content .energy__content_client_sub .energy-tbl-inner .table .chart-area {
            display: inline-block;
            width: calc(100% - 70px);
            vertical-align: middle; }
            .section.energy .section-content .energy__content_client_sub .energy-tbl-inner .table .chart-area .bar {
              position: relative;
              height: 20px; }
              .section.energy .section-content .energy__content_client_sub .energy-tbl-inner .table .chart-area .bar .value {
                height: 100%; }
                .section.energy .section-content .energy__content_client_sub .energy-tbl-inner .table .chart-area .bar .value.control {
                  background-color: #33dcdc !important; }
                .section.energy .section-content .energy__content_client_sub .energy-tbl-inner .table .chart-area .bar .value.non-control {
                  background-color: #dae1e8 !important; }
              .section.energy .section-content .energy__content_client_sub .energy-tbl-inner .table .chart-area .bar .txt {
                position: absolute;
                left: 10px;
                top: 50%;
                font-size: 14px;
                font-weight: 500;
                transform: translateY(-50%); }
          .section.energy .section-content .energy__content_client_sub .energy-tbl-inner .table .percent {
            display: inline-block;
            width: 70px;
            text-align: right;
            font-size: 14px;
            font-weight: 500;
            vertical-align: middle; }
          .section.energy .section-content .energy__content_client_sub .energy-tbl-inner.typeMtm .table thead th {
            width: 100px; }
            .section.energy .section-content .energy__content_client_sub .energy-tbl-inner.typeMtm .table thead th.active {
              border-top: 2px solid #33dcdc !important;
              border-left: 2px solid #33dcdc !important;
              border-right: 2px solid #33dcdc !important;
              background-color: rgba(51, 220, 220, 0.15) !important; }
          .section.energy .section-content .energy__content_client_sub .energy-tbl-inner.typeMtm .table tbody td.active {
            border-left: 2px solid #33dcdc !important;
            border-right: 2px solid #33dcdc !important;
            background-color: rgba(51, 220, 220, 0.15) !important; }
            .section.energy .section-content .energy__content_client_sub .energy-tbl-inner.typeMtm .table tbody tr:last-child td.active {
              border-bottom: 2px solid #33dcdc !important; }
    .section.energy .section-content .energy__content_client_sub .energy-tbl-inner .calendar .fc-toolbar.fc-header-toolbar {
      margin: 0; }
    .section.energy .section-content .energy__content_client_sub .energy-tbl-inner .calendar .fc-head-container {
      border-color: #ddd !important;
      border-left: 0;
      border-right: 0; }
    .section.energy .section-content .energy__content_client_sub .energy-tbl-inner .calendar .fc-day-header {
      padding: 0 !important;
      border: 1px solid #ddd !important;
      background-color: #f8f8f9 !important; }
      .section.energy .section-content .energy__content_client_sub .energy-tbl-inner .calendar .fc-day-header:first-child {
        border-left: 0 !important; }
      .section.energy .section-content .energy__content_client_sub .energy-tbl-inner .calendar .fc-day-header:last-child {
        border-right: 0 !important; }
    .section.energy .section-content .energy__content_client_sub .energy-tbl-inner .calendar .fc-day-top {
      border-color: #ddd !important; }
    .section.energy .section-content .energy__content_client_sub .energy-tbl-inner .calendar tbody > tr > td {
      padding-bottom: 8px;
      border-color: #ddd !important; }
    .section.energy .section-content .energy__content_client_sub .energy-tbl-inner .calendar .fc-widget-content {
      padding-bottom: 0; }
    .section.energy .section-content .energy__content_client_sub .energy-tbl-inner .calendar .fc-day-grid-event {
      display: block; }
      .section.energy .section-content .energy__content_client_sub .energy-tbl-inner .calendar .fc-day-grid-event .fc-title {
        display: block; }
      .section.energy .section-content .energy__content_client_sub .energy-tbl-inner .calendar .fc-day-grid-event .fc-content {
        white-space: normal; }
      .section.energy .section-content .energy__content_client_sub .energy-tbl-guide p {
        margin: 0;
        font-size: 12px;
        color: #777 !important; }
        .section.energy .section-content .energy__content_client_sub .energy-tbl-guide .onlyReport {
          display: none; }
    .section.energy .onlyPrint { 
      position: absolute;
      left: -3000%;
      top: -3000%; }
    .section.energy .post-slider .post-wrapper{
      /* width: calc(100% - 180px); */
      margin:0px auto; }
      .section.energy .post-slider .post-wrapper .post {
        overflow: auto;
        display:inline-block;
        margin:0 85px;
        font-size: 24px; }
        .section.energy .post-slider .post-wrapper .post .page-number {
          display: none;
          position: absolute;
          right: 30px;
          top: 20px;
          font-size: 12px;
          color: #555 !important; }
      .section.energy .post-slider .post-wrapper .post-row {
        display: flex; }
        .section.energy .post-slider .post-wrapper .post-row .slider-title-wrap {
          margin-left: 20px;
          min-width: calc(50% - 10px); }
          .section.energy .post-slider .post-wrapper .post-row .slider-title-wrap:first-child {
            margin-left: 0; }
        .section.energy .post-slider .post-wrapper .post-row .energy-tbl-wrap {
          margin-left: 20px;
          width: 100%;
          min-width: calc(50% - 10px); }
          .section.energy .post-slider .post-wrapper .post-row .energy-tbl-wrap:first-child {
            margin-left: 0; }
          .section.energy .post-slider .post-wrapper .post-row .energy-tbl-wrap .energy-tbl-guide {
            margin-top: 10px;
            font-size: 12px;
            color: #777; }
  .section.energy .post-slider .fc-header {
    display: none !important; }
  .section.energy .post-slider .fc-sun {
  color: #ff2121; }
    .section.energy .post-slider .fc-sun .fc-day-number {
      color: inherit; }
  .section.energy .post-slider .fc-day {
    padding-bottom: 8px; }
    .section.energy .post-slider .fc-day > div {
      min-height: auto !important; }
  .section.energy .post-slider .fc-day-number {
    float: none !important;
    display: block;
    padding: 8px;
    font-size: 14px;
    color: #383838; }
  .section.energy .post-slider .fc-border-separate {
    table-layout: fixed !important; }
  .section.energy .post-slider .items {
    overflow: hidden;
    display: inline-block;
    padding: 0 8px;
    width: 50%;
    height: auto !important;
    text-align: center;
    font-size: 14px;
    color: #383838;
    vertical-align: top;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box !important; }
    .section.energy .post-slider .items.detect {
      color: #0db2b2 !important;
      font-weight: 500; }
  .section.energy .post-slider .fc-state-highlight {
    background-color: #fcf8e3 !important; }
  .section.energy .post-slider .fc-other-month .items {
    display: none; }
    
      .section.energy .post-slider .post-wrapper .slick-arrow {
        position: fixed;
        top: 50%;
        z-index: 5;
        transform: translateY(50%);
        width: 48px;
        height: 48px;
        border: 1px solid #eceef0;
        background: no-repeat center / 12px auto;
        background-color: #fff;
        border-radius: 100%;
        font-size: 0px; }
        .section.energy .post-slider .post-wrapper .slick-arrow.slick-disabled {
          opacity: 0.4; }
        .section.energy .post-slider .post-wrapper .slick-arrow.slick-prev {
          left: 125px;
          background-image: url(/images/common/btn-move-left2.png); }
        .with-nav-l .section.energy .post-slider .post-wrapper .slick-arrow.slick-prev {
          left: 417px; }
        .expand-left .with-nav-l .section.energy .post-slider .post-wrapper .slick-arrow.slick-prev {
          left: 577px; }
        .expand-left .section.energy .post-slider .post-wrapper .slick-arrow.slick-prev { 
          left: 280px; }
        .section.energy .post-slider .post-wrapper .slick-arrow.slick-next {
          right: 45px;
          background-image: url(/images/common/btn-move-right2.png); }
      .section.energy .post-slider .post-wrapper .slick-dots {
        margin-top: 28px;
        font-size: 0;
        text-align: center; }
        .section.energy .post-slider .post-wrapper .slick-dots li {
          display: inline-block;
          width: 8px;
          height: 8px;
          border-radius: 4px;
          background-color: #b0b7bf; }
          .section.energy .post-slider .post-wrapper .slick-dots li + li {
            margin-left: 6px; }
          .section.energy .post-slider .post-wrapper .slick-dots li.slick-active {
            background-color: #0b233f; }
          .section.energy .post-slider .post-wrapper .slick-dots li button {
            display: block;
            width: 100%;
            height: 100%;
            background: transparent; }
  .modal.energy-popup .modal-dialog {
    width: 1024px;
    max-width: 92%; }
    .modal.energy-popup .modal-dialog .modal-content {
      border-radius: 15px; }
  .modal.energy-popup .modal-header {
    padding: 13px 20px;
    border-bottom: 1px solid #e5e5e5; }
    .modal.energy-popup .modal-header .modal-title {
      text-align: left;
      font-size: 20px;
      color: #010101; }
  .modal.energy-popup .modal-body {
    overflow: auto;
    padding: 32px 40px 22px;
    max-height: 74vh;
    text-align: left; }
    .modal.energy-popup .modal-body .content-title {
      font-size: 24px;
      color: #333;
      font-weight: bold; }
    .modal.energy-popup .modal-body .content-sub-title {
      padding: 10px 0 36px;
      line-height: 1.5;
      font-size: 16px;
      color: #555;
      font-weight: normal; }
      .modal.energy-popup .modal-body .content-sub-title .detect {
        color: #0db2b2;
        font-weight: 500; }
  .modal.energy-popup .energy-tbl-inner .table {
    margin-bottom: 10px;
    table-layout: fixed; }
    .modal.energy-popup .energy-tbl-inner .table tbody .detect td {
      color: #0db2b2;
      font-weight: bold; }
  .modal.energy-popup .energy-tbl-inner .tbl-title {
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: bold; }
  .modal.energy-popup .energy-tbl-inner .energy-tbl-guide {
    margin: 0;
    font-size: 12px;
    color: #777; }
  .modal.energy-popup .energy-tbl-inner .fc-header {
    display: none !important; }
  .modal.energy-popup .energy-tbl-inner .fc-sun {
  color: #ff2121; }
  .modal.energy-popup .energy-tbl-inner .fc-sun .fc-day-number {
    color: inherit; }
    .modal.energy-popup .energy-tbl-inner .fc-day {
      padding-bottom: 8px; }
  .modal.energy-popup .energy-tbl-inner .fc-day-number {
    float: none !important;
    display: block;
    padding: 8px;
    font-size: 14px;
    color: #383838; }
  .modal.energy-popup .energy-tbl-inner .items {
    overflow: hidden;
    padding: 0 8px;
    height: auto !important;
    text-align: center;
    font-size: 14px !important;
    color: #383838;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .modal.energy-popup .energy-tbl-inner .items:hover {
      overflow: visible;
      text-overflow: initial;
      white-space: normal; }
    .modal.energy-popup .energy-tbl-inner .items.detect {
      color: #0db2b2;
      font-weight: 500; }
    .modal.energy-popup .energy-tbl-inner .fc-other-month .items {
    display: none; }
  .modal.energy-popup .energy-tbl-inner .calendar .fc-toolbar.fc-header-toolbar {
    margin: 0; }
  .modal.energy-popup .energy-tbl-inner .calendar .fc-head-container {
    border-color: #ddd !important;
    border-left: 0;
    border-right: 0; }
  .modal.energy-popup .energy-tbl-inner .calendar .fc-day-header {
    padding: 0 !important;
    border: 1px solid #ddd !important;
    background-color: #f8f8f9 !important; }
    .modal.energy-popup .energy-tbl-inner .calendar .fc-day-header:first-child {
      border-left: 0 !important; }
    .modal.energy-popup .energy-tbl-inner .calendar .fc-day-header:last-child {
      border-right: 0 !important; }
  .modal.energy-popup .energy-tbl-inner .calendar .fc-day-top {
    border-color: #ddd !important; }
  .modal.energy-popup .energy-tbl-inner .calendar tbody > tr > td {
    padding-bottom: 8px;
    border-color: #ddd !important; }
  .modal.energy-popup .energy-tbl-inner .calendar .fc-event-container {
    padding-bottom: 8px !important; }
  .modal.energy-popup .energy-tbl-inner .calendar .fc-widget-content {
    padding-bottom: 0; }
  .modal.energy-popup .energy-tbl-inner .calendar .fc-day-grid-event {
    display: block; }
    .modal.energy-popup .energy-tbl-inner .calendar .fc-day-grid-event .fc-title {
      display: block; }
    .modal.energy-popup .energy-tbl-inner .calendar .fc-day-grid-event .fc-content {
      white-space: normal; }
  .modal.energy-popup .modal-footer {
    padding: 20px 0;
    border: 0;
    text-align: center; }
    .modal.energy-popup .modal-footer .btn {
      min-width: 240px;
      height: 50px;
      border-radius: 50px; }
  .energy_address_area {
    display: none !important; }

@media (max-width: 1280px) {
  .section.energy .section-content .energy__content_client_main .client_foot {
    bottom: 16px; }
}

/* // minjae.jeon �뿉�꼫吏�由ы룷�듃 Css */