@charset "UTF-8";
/*************************
****** foresight ******
**************************/
#body-content.engineer-body { overflow: hidden;}
#body-content.engineer-body .body { padding-top: 14px;}
#body-content.engineer-body #page-title .title { line-height: 40px;}
#body-content.engineer-body #page-title .right-items { right: 14px;}

.engineer-body .left-nav .left-nav-header {
  display: flex;
  padding: 0 20px;
  height: 55px;
  border-bottom: 1px solid #e5e5e5;
  align-items: center; }
  .engineer-body .left-nav .left-nav-header .num {
    margin-right: 10px;
    width: 40px;
    font-size: 16px;
    color: #333; }
  .engineer-body .left-nav .left-nav-header .date {
    font-size: 16px;
    color: #333; }
.engineer-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; }
  .engineer-body .left-nav .left-nav-content .issue-list li.active a {
    font-weight: bold; }
  .engineer-body .left-nav .left-nav-content .issue-list li .num {
    margin-right: 10px;
    width: 40px;
    font-size: 16px;
    color: #333; }
    .engineer-body .left-nav .left-nav-content .issue-list li .date {
    font-size: 16px;
    color: #333; }
.engineer-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; }

.engineer__update-txt {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 12px;
  color: #666;
  vertical-align: middle;
}
.engineer__update-txt:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 22px;
  background-color: #ccc;
  transform: translateY(-50%);
}
.engineer__update-txt a { margin-left: 5px;}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.section.engineer .target-select {
  margin-top: 0;
  padding: 14px 20px;
}
.section.engineer .target-select__period {
  margin-right: 20px;
}
.section .section-content .engineer-report-tbl-wrap {
  padding: 0px;
}
.section .engineer-report-tbl-wrap .engineer-comment-wrap {
  position: relative;
}
.section .engineer-report-tbl-wrap .engineer-comment-wrap .engineer-comment-tooltip {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  margin-top: -10px;
  padding: 10px;
  max-width: 260px;
  background-color: #333;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
}
.section .engineer-report-tbl-wrap .engineer-comment-wrap .engineer-comment-tooltip:after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  width: 0;
  height: 0;
  border-bottom: 7px solid transparent;
  border-top: 7px solid #333;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.section .engineer-report-tbl-wrap .target-table {
  table-layout: fixed; }
.section .engineer-report-tbl-wrap .target-table th:not(:first-child) {
  font-size: 14px;
  color: #383838;
  font-weight: bold; }
.section .engineer-report-tbl-wrap .target-table .checkbox + label { vertical-align: middle;}
.section .engineer-report-tbl-wrap .target-table .th__drop {
  vertical-align: middle; }
.section .engineer-report-tbl-wrap .target-table .th__drop--icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }
.section .engineer-report-tbl-wrap .target-table td {
  font-size: 14px;
  color: #383838;
  word-break: break-all; }
.section .engineer-report-tbl-wrap .target-table .dimmed { background-color: rgba(0,0,0,0.1);}
.section .engineer-report-tbl-wrap .target-table .dimmed label { opacity: 0.4;}
.section .engineer-report-tbl-wrap .target-table .ellipsis {
  display: block;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
  .section .engineer-report-tbl-wrap .target-table td .btn_underline {
    text-decoration: underline;
    color:inherit; }
  .section .engineer-report-tbl-wrap .target-table .btn-comment {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: no-repeat center / 100% auto;
    background-image: url(/images/becon_comm_img/analytics/ico_comment.png);
    font-size: 0; }
    .section .engineer-report-tbl-wrap .target-table .btn-comment:hover { background-image: url(/images/becon_comm_img/analytics/ico_comment_hover.png);}
    .section .engineer-report-tbl-wrap .target-table .btn-comment:active { background-image: url(/images/becon_comm_img/analytics/ico_comment_press.png);}
    .section .engineer-report-tbl-wrap .target-table .btn-comment:disabled { background-image: url(/images/becon_comm_img/analytics/ico_comment_dis.png);}
  .section .target-table.border tbody th { font-weight: normal;}
  .section .target-table.border td { border-left: 1px solid #e5e5e5; }
  .section .target-table.border td:first-child { border-left: 0;}
  .section .target-table td .ellipsis {
    display: inline-block;
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .section .target-table td .td__link {
    margin-left: 5px;
    cursor: pointer; }
  .section .target-table td .td__search, .section .target-table td .td__newwin {
    display: inline-block;
    margin-left: 6px;
    font-size: 0;
    vertical-align: top;
   }
  .section .target-table td.po_rel {
    position: relative;
    padding-top: 10px; }
  .section .target-table td .td-btn {
    font-size: 13.7px;
    line-height: 1.4;
    text-align: center;
    width: auto;
    height: 38px;
    border-radius: 20px;
    padding: 5px 15px;
    border: 1px solid #cccccc !important;
    background-color: #ffffff !important;
    color: #333333 !important; }
.section .section-header.type_horizontal {
  overflow-x:auto;
  overflow-y:hidden;
  white-space:nowrap;
}
.section.engineer {
  margin-top: 14px;
  padding: 0;
  overflow: hidden; }
  .section.engineer .section-header.type_horizontal {
    padding: 0;
    position: relative;
  }
  .section.engineer .section-header.type_horizontal .right-area {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 0;
  }
  .section.engineer .section-header.type_horizontal .right-area button:hover {
    background-color: #f5f5f5 !important; }
  .section.engineer .section-header.type_horizontal .right-area button:focus {
  color: #333333 !important; }
  .section.engineer .section-header.type_horizontal .right-area button:active {
  background-color: #cccccc !important; }
  .section.engineer .section-header.type_horizontal .right-area button:disabled {
  border-color: #ebebeb !important;
  background-color: #ffffff !important;
  color: #adadad !important; }
  .section.engineer .section-header.type_horizontal .right-area button[disabled] {
  opacity: 0.55; }
  .section.engineer .section-header.type_horizontal .right-area .btns {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    vertical-align: top; }
  /*
  .section.engineer .section-header.type_horizontal .right-area .btns:not(:first-child):after {
    content: "";
    position: absolute;
    left: -10px;
    top: 10px;
    width: 1px;
    height: 20px;
    background-color: #ccc;
  }
  */
  .section.engineer .section-header.type_horizontal .right-area .btn_send { 
    padding: 0 16px;
    height: 40px;
    border: 1px solid #d3d4d5;
    border-radius: 40px;
    background-color: #fff;
    font-size: 14px;
    color: #383838;
  }
    
  .section.engineer .section-header.type_horizontal .tabs.engineer__tabs {
    margin: 0px;
    padding-top: 17px;
  }
  .section.engineer .section-header.type_horizontal .tab.engineer__tab {
    padding: 0;
  }
  .section.engineer .section-header.type_horizontal .tab.engineer__tab a {
    display: block;
    padding: 0 36px;
    height: 40px;
    line-height: 40px;
  }
  .section.engineer .section-content {
    padding: 0;
  }

  .section.engineer .section-content .flex-between .col { font-size: 0;}
  .section.engineer .section-content .engineer__content {
    font-size: 0;
  }
  .section.engineer .section-content .engineer__content.engineer_scroll {
    overflow: auto;
  }
  .section.engineer .section-content .left-nav {
    display: inline-block;
    position: static;
  }
  .section.engineer .section-content .left-nav .search-box {
    margin: 0px;
  }
  .section.engineer .section-content .left-nav .item__radio .content {
    padding: 0 20px;
  }
  .section.engineer .section-content .left-nav .item__radio input + label {
    width:calc(50% - 20px);
  }
  .section.engineer .section-content .left-nav .listItem {
    /*height: 100%;*/
  }
  .section.engineer .section-content .left-nav .listItem > header {
    padding: 14px 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #383838;
    background-color: #e4e4e4;
    border: solid 2px #e5e5e5;
  }
  .section.engineer .section-content .left-nav .listItem > header.active {
    border-color: #a50034; }
  .section.engineer .section-content .left-nav .listItem .item label {
    line-height: 47px;
    font-size: 14px;
    font-weight: normal;
  }
  .section.engineer .section-content .left-nav .listItem .item > header {
    margin-left: 0;
    padding: 0 28px;
    height: 47px;
    border-bottom: 1px solid #e5e5e5;
  }
  .section.engineer .section-content .left-nav .listItem .item > header .toggle-btn {
    top: 50%;
    margin-top: -5px;
  }
  .section.engineer .section-content .left-nav .listItem .item.active > header {
    /* background-color: #e4e4e4; */
  }
  .section.engineer .section-content .left-nav .listItem .item + .item {
    border-top: solid 1px #e5e5e5;
  }
  .section.engineer .section-content .left-nav .error-count {
    height: 20px;
    background-image: url(/images/becon_comm_img/analytics/ico-error2.png);
    background-size: 22px 20px;
  }
  .section.engineer .section-content .left-nav .listItem .item .tooltip { 
    /* left: 25px !important; */
    top: auto !important;
    bottom: calc(100% - 12px) !important;
    pointer-events: none;
  }
  .section.engineer .section-content .left-nav .third-item header {
    margin: 0 20px;
  }
  .section.engineer .section-content .left-nav .third-item:first-child header {
    border-top: 0;
  }
  .section.engineer .section-content .left-nav .third-item .fixed-dimmed-area {
    background-color: none;
  }
  .section.engineer .section-content .left-nav .third-item .fixed-dimmed-area ~ header label {
    color: #cdcdcd;
  }
  .section.engineer .section-content .engineer__content_body {
    display: inline-block;
    padding: 40px;
    width: calc(100% - 295px);
    vertical-align: top;
    font-size: 14px;
  }
  .section.engineer .section-content .engineer__content_body .sub-Title {
    padding-top: 24px;
    font-size: 18px;
  }
  .section.engineer .section-content .engineer__content_body .operOn {
    padding-top: 10px;
  }

  .section.engineer .section-content .engineer__content_body .inner-title {
    margin-bottom: 20px;
    align-items: center;
  }
  .section.engineer .section-content .engineer__content_body_inner > .inner-title {
    position: relative;
    padding: 11px 20px;
    margin-bottom: 24px;
    background-color: #faf7f8 !important;
  }
  .section.engineer .section-content .engineer__content_body_inner > .inner-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: #a50034 !important;
  }
  .section.engineer .section-content .engineer__content_body .inner-title .title {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    color: #191919;
  }
  .section.engineer .section-content .engineer__content_body .inner-title .title .step {
    position: relative;
    display: inline-block;
    padding-left: 26px;
  }
  .section.engineer .section-content .engineer__content_body .inner-title .title .step:after {
    content: "";
    position: absolute;
    left: 11px;
    top: 50%;
    margin-top: -9px;
    width: 1px;
    height: 18px;
    background-color: #cccbcb;
  }
  .section.engineer .section-content .engineer__content_body .inner-title span {
    color: #383838;
    font-weight: normal;
  }
  .section.engineer .section-content .engineer__content_body .inner-title .sub-title {
    margin-top: 20px;
  }
  .section.engineer .section-content .engineer__content_body .engineer__content_body_inner {
    position: relative;
    margin-top: 40px;
  }
  .section.engineer .section-content .engineer__content_body .engineer__content_body_inner:first-child {
    margin-top: 0px;
  }
  .section.engineer .address_area {
    display: none;
  }
  .section.engineer .address_area p { 
    margin-bottom: 2px !important;
    font-size: 10px !important;
    color: #a9a9a9 !important;
    font-weight: normal !important; }
  .section.engineer .section-content .engineer__content_body_inner .table-head {
    position: relative;
    /* margin-bottom: 10px; */
    margin: 0 auto 10px;
    /* width: 96%; */
    color: #555;
  }
  .section.engineer .section-content .engineer__content_body_inner .table-head .tit {
    display: block;
    margin-top: 46px;
    font-size: 16px;
    color: #383838;
  }
  .section.engineer .section-content .engineer__content_body_inner .table-head .right_area {
    position: absolute;
    top:0;
    right: 0;
  }
  .section.engineer .section-content .engineer__content_body_inner .table-head .right_area span + span {
    margin-left: 10px;
  }
  .section.engineer .section-content .engineer__content_body_inner .table-head .right_area span em {
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    vertical-align: middle;
  }
  .section.engineer .section-content .engineer__content_body_inner .table-head .right_area span em.ic-w {
    background-color: #fff;
  }
  .section.engineer .section-content .engineer__content_body_inner .table-head .right_area span em.ic-o {
    background-color: #ff9000;
  }
  .section.engineer .section-content .engineer__content_body_inner .table-head .right_area span em.ic-g {
    background-color: #a8a8a8;
  }
  .section.engineer .section-content .engineer__content_body_inner .target-table td {
    padding: 7px;
    height: 35px;
  }

  .section.engineer .section-content .engineer__content_body_inner .inner-content .table-detail {
    padding-top: 20px; }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .table-detail p {
    position: relative;
    font-size: 14px; 
    color: #777;
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .table-detail > strong {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #777;
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .table-detail .unit {
    position: relative;
    padding-left: 12px;
    font-size: 14px;
    color: #777;
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .table-detail .unit:after {
    content: "*";
    position: absolute;
    left: 0;
    top: 0;
    font-size: inherit;
    color: inherit;
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .table-detail .unit img { 
    margin-right: 2px;
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .table-detail .unit ol > li {
    position: relative;
    margin-top: 2px;
    padding-left: 8px;
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .table-detail .unit ol > li:after {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
  }
  .section.engineer .section-content .engineer__content_body_inner .bg_orange {
    background-color: #ffead3;
  }
  .section.engineer .section-content .engineer__content_body_inner .bg_gray {
    background-color: #a8a8a8;
  }
  .section.engineer .section-content .engineer__content_body_inner .bg_blue {
    background-color: #dcf7f7;
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .align-right { text-align: right;}
  .section.engineer .section-content .engineer__content_body_inner .inner-content p {
    color: #383838;
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .target-table ~ p {
    padding-top: 14px;
  }
  .section.engineer .section-content .engineer__content_body_inner ol {
    padding-left: 0;
    color: #777;
  }
  .section.engineer .section-content .engineer__content_body_inner ol > li {
    margin-top: 20px;
  }
  .section.engineer .section-content .engineer__content_body_inner ol ul {
    padding-left: 12px;
  }
  .section.engineer .section-content .engineer__content_body_inner ol ul li {
    line-height: 1.7;
  }

  .section.engineer .section-content .engineer__content_body table {
    /* margin-top: 20px; */
    margin: 20px auto 0;
    /* width: 96%; */
    table-layout: fixed;
  }
  .section.engineer .section-content .engineer__content_body table tr.rowspan th:first-child,
  .section.engineer .section-content .engineer__content_body table tr.rowspan td:first-child {
    border-left: solid 1px #e5e5e5;
  }
  .section.engineer .section-content .engineer__content_body .dyn-table thead th:first-child {
    width:11%;
  }
  .section.engineer .section-content .engineer__content_body table tbody tr th {
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    background-color: #f8f8f9;
    border-top: 0px;
    border-bottom: 1px solid #ddd;
  }
  .section.engineer .section-content .engineer__content_body table tbody .unit-address {
    position: relative;
    display: inline-block;
    padding-left: 14px;
    font-size: 14px;
    font-weight: normal;
  }
  .section.engineer .section-content .engineer__content_body table tbody .unit-address:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }
  .section.engineer .section-content .engineer__content_body table tbody .unit-address.typeA:after { background-color: #23a499;}
  .section.engineer .section-content .engineer__content_body table tbody .unit-address.typeB:after { background-color: #ff9000;}
  .section.engineer .section-content .engineer__content_body table tbody .unit-address.typeC:after { background-color: #eb4237;}
  .section.engineer .section-content .engineer__content_body_inner .inner-content .detail-box-gray {
    padding: 24px;
    border-radius: 10px;
    background-color: #ecf1f2;
    font-size: 16px;
    color: #383838;
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .detail-list {
    margin-bottom: 0;
    padding: 20px 0; }
    .section.engineer .section-content .engineer__content_body_inner .inner-content .detail-list.drain { 
      padding-bottom: 0;
    }
    .section.engineer .section-content .engineer__content_body_inner .inner-content .detail-list li {
      position: relative;
      margin-bottom: 10px;
      padding-left: 12px;
      font-size: 16px;
      color: #383838;
    }
    .section.engineer .section-content .engineer__content_body_inner .inner-content .detail-list li:last-child {
      margin-bottom: 0;
    }
    .section.engineer .section-content .engineer__content_body_inner .inner-content .detail-list.drain li {
      font-size: 14px;
      color: #777;
    }
    .section.engineer .section-content .engineer__content_body_inner .inner-content .detail-list li:after {
      content: "";
      position: absolute;
      left: 0;
      top: 9px;
      width: 4px;
      height: 4px;
      border-radius: 100%;
      background-color: #383838;
    }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area {
    position: relative;
    margin-top: 0px;
    font-size: 0;
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area:not(.driving) {
    /*width: 70%;*/
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area ~ .chart-sub {
    margin-right: 30%;
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area .chart-label-wrap {
    position: absolute;
    left: 0;
    top: 59px;
    width: 54px;
    height: 217px; }
    .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area .chart-label-wrap:after {
      content: "냉매량 상태";
      position: absolute;
      left:0;
      top: -30px;
      z-index: 2;
      min-width: 100px;
      font-size: 14px;
    }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area .chart-label-item {
    display: flex;
    margin-top: 3px;
   /* height: calc(50% - 1.5px); */
    font-size: 14px;
    font-weight: bold;
    align-items: center;
    justify-content: center;
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area .chart-label-item:first-child { margin-top: 0;}
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area .chart-label-item.shortage {
    background-color: #fbd9d7 !important;
    color: #c0241a !important;
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area .chart-label-item.normal {
    background-color: #d3edeb !important;
    color: #0c7067 !important;
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area.driving .col {
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-left: 20px;
    padding: 14px 20px 14px 46px;
    width: calc(50% - 10px);
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    font-size: 0;
    vertical-align: top;
  }
  /*
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area.driving.full .col {
    margin-left: 0;
    padding: 14px 30px 14px 70px;
    width: 100%;
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area.driving.full .col ~ .col { margin-top: 20px; }
  */
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area.driving .col:first-child {
    margin-left: 0; }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area.driving .type {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    width: 36px;
    height: 100%;
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
    font-size: 14px !important;
    color: #fff !important;
    font-weight: bold;
    justify-content: center;
    align-items: center;
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area.driving.full .type {
    width: 54px; }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area.driving .chart-item {
    display: inline-block;
    width: calc(50% - 10px);
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area.driving .chart-item ~ .chart-item {
    margin-left: 20px; }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area.driving .air-con .type { background-color: #349cd7 !important;}
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area.driving .heat .type { background-color: #dc3a6b !important;}
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area.driving .label {
    display: block;
    padding: 0 0 8px;
    font-size: 16px;
    color: #383838;
    font-weight: 500;
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area .chart-sub {
    display: block;
    padding-top: 20px;
    font-size: 12px;
    color: #383838;
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area.flex-box {
    display: flex;
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area.flex-box .col { flex: 1;}
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area.flex-box .col:not(:first-child) { margin-left: 4%;}
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area.flex-box .state { 
    margin-bottom: 20px;
    align-items: center; }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area.flex-box .state .tit {
    font-size: 18px;
    color: #383838;
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area.flex-box .state_guide .type {
    position: relative;
    display: inline-block;
    margin-left: 12px;
    padding-left: 14px;
    font-size: 14px;
    color: #555;
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area.flex-box .state_guide .type:after { 
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area.flex-box .state_guide .type.good:after {
    background-color: #23a499; }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area.flex-box .state_guide .type.need-check:after {
    background-color: #ff9000; }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area.flex-box .state_guide .type.change:after {
    background-color: #eb4237; }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area .circle-chart ul { 
    display: inline-block;
    padding-left: 24px;
    vertical-align: bottom;
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area .circle-chart ul li {
    margin-top: 10px;
    font-size: 16px;
    color: #383838;
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area .circle-chart ul li.on {
    color: #279bc8;
  }
  .section.engineer .section-content .engineer__content_body_inner .inner-content .chart-area .chart-title {
    position: absolute;
    top: 30px;
    left: 0;
    font-size: 14px;
    color: #383838;
    font-weight: 500;
  }

  .section.engineer .section-content .engineer__content_client_main {
    overflow: auto;
    position: relative;
    /* display: table; */
    padding: 60px 80px 80px;
    width: 100%;
    min-height: 100%;
    background: url(/images/becon_comm_img/analytics/engineer_img001.png) no-repeat 100% 53%;
    background-size: auto 60%;
  }
  .section.engineer .section-content .engineer__content_client_main .client_header > img {
    height: 16px; }
  .section.engineer .section-content .engineer__content_client_main .client_header span {
    padding-left: 10px;
    line-height: 16px;
    font-size: 20px;
    color: #5b5a5d;
    vertical-align: middle;
  }
  .section.engineer .section-content .engineer__content_client_main .client_main_content {
    /* display: table-cell;
    vertical-align: middle; */
  }
  .section.engineer .section-content .engineer__content_client_main .client_main_text {
    padding: 80px 0;
    font-size: 40px;
  }
  .section.engineer .section-content .engineer__content_client_main .client_main_text p {
    padding-top: 20px;
    margin: 0;
    font-size: 20px;
    color: #555;
  }
  .section.engineer .section-content .engineer__content_client_main .btn_more {
    margin-top: 40px;
    padding: 0 20px;
    height: 60px;
    border-radius: 60px;
    background-color: #0db2b2;
    line-height: 60px;
  }
  .section.engineer .section-content .engineer__content_client_main .btn_more span {
    padding-right: 20px;    
    background: url(/images/becon_comm_img/analytics/ico_arrow2.png) no-repeat right center / 9px auto;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    vertical-align: top;
  }
  .section.engineer .section-content .engineer__content_client_main .client_foot {
    position: absolute;
    left: 0;
    bottom: 10px;
    display: flex;
    padding: 0 80px;
    width: 100%;
    font-size: 12px;
    color: #777;
    justify-content: space-between;
    align-items: flex-end;
  }
  .section.engineer .section-content .engineer__content_client_main .client_main_notice {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #e8222e;
    background-color: #fdebed;
  }
  .section.engineer .section-content .engineer__content_client_main .client_main_notice span {
    vertical-align: middle;
  }

  .section.engineer .section-content .engineer__content_client_sub {
    position: relative;
    padding: 0 0px 36px;
    min-height: 100%;
    background: #f7f7f7;
  }
  .section.engineer .section-content .engineer__content_client_sub .client_header span {
    display: inline-block;
    padding-left: 10px;
    line-height: 16px;
    font-size: 20px;
    color: #5b5a5d;
    vertical-align: middle;
  }
  .section.engineer .section-content .engineer__content_client_sub .slide-content {
    display: none; }
    .section.engineer .section-content .engineer__content_client_sub .slide-content.active {
      display: block; }
  .section.engineer .section-content .engineer__content_client_sub .slider-sub-title {
    padding-bottom: 20px;
    width: 100%;
    font-size: 16px;
    color: #484848;
    font-weight: normal;
  }
  .section.engineer .post-slider .post-wrapper{
    /* width: calc(100% - 180px); */
    margin:0px auto;
  }
  .section.engineer .post-slider .post-wrapper .post{
    overflow: auto;
    display:inline-block;
    margin:0 85px;
    min-height: 400px;
    font-size: 24px;
  }
  .section.engineer .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.engineer .post-slider .post-wrapper .slick-arrow.slick-disabled {
    opacity: 0.4;
  }
  .section.engineer .post-slider .post-wrapper .slick-arrow.slick-prev {
    left: 125px;
    background-image: url(/images/becon_comm_img/analytics/btn-move-left2.png);
  }
  .with-nav-l .section.engineer .post-slider .post-wrapper .slick-arrow.slick-prev {
    left: 426px; }
  .expand-left .section.engineer .post-slider .post-wrapper .slick-arrow.slick-prev { 
    left: 280px; }
    .expand-left .with-nav-l .section.engineer .post-slider .post-wrapper .slick-arrow.slick-prev {
      left: 588px; }
  .section.engineer .post-slider .post-wrapper .slick-arrow.slick-next {
    right: 45px;
    background-image: url(/images/becon_comm_img/analytics/btn-move-right2.png);
  }
  .section.engineer .post-slider .post-wrapper .slick-dots {
    margin-top: 28px;
    font-size: 0;
    text-align: center;
  }
  .section.engineer .post-slider .post-wrapper .slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #b0b7bf;
  }
  .section.engineer .post-slider .post-wrapper .slick-dots li + li {
    margin-left: 6px;
  }
  .section.engineer .post-slider .post-wrapper .slick-dots li.slick-active {
    background-color: #0b233f;
  }
  .section.engineer .post-slider .post-wrapper .slick-dots li button {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent;
  }

  .section.engineer .section-content .engineer__content_client_sub .client_header {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 30px 85px 0;
    background-color: #f7f7f7;
  }
  .section.engineer .section-content .engineer__content_client_sub .client_header > img { 
    height: 18px; }
  .section.engineer .section-content .engineer__content_client_sub .client_header .location {
    position: absolute;
    top: 30px;
    right: 80px;
    font-size: 0;
  }
  .section.engineer .section-content .engineer__content_client_sub .client_header .location li {
    position: relative;
    display: inline-block; }
    .section.engineer .section-content .engineer__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.engineer .section-content .engineer__content_client_sub .client_header .location li:nth-child(1) a { 
      background-image: url(/images/becon_comm_img/analytics/ic_step_01_n.png); }
      .section.engineer .section-content .engineer__content_client_sub .client_header .location li:nth-child(1).active a { 
        background-image: url(/images/becon_comm_img/analytics/ic_step_01_s.png); }
    .section.engineer .section-content .engineer__content_client_sub .client_header .location li:nth-child(2) a { 
      background-image: url(/images/becon_comm_img/analytics/ic_step_02_n.png); }
      .section.engineer .section-content .engineer__content_client_sub .client_header .location li:nth-child(2).active a { 
        background-image: url(/images/becon_comm_img/analytics/ic_step_02_s.png); }
    .section.engineer .section-content .engineer__content_client_sub .client_header .location li:nth-child(3) a { 
      background-image: url(/images/becon_comm_img/analytics/ic_step_03_n.png); }
      .section.engineer .section-content .engineer__content_client_sub .client_header .location li:nth-child(3).active a { 
        background-image: url(/images/becon_comm_img/analytics/ic_step_03_s.png); }
    .section.engineer .section-content .engineer__content_client_sub .client_header .location li.active a {
      color: #11142d; }
    .section.engineer .section-content .engineer__content_client_sub .client_header .location li:first-child a { 
      margin-left: 0; }
    .section.engineer .section-content .engineer__content_client_sub .client_header .location li + li a::before {
      content: "";
      position: absolute;
      left: -22px;
      top: 50%;
      width: 14px;
      height: 1px;
      background-color: #777; }
  .section.engineer .section-content .engineer__content_client_sub .client_header .slider-title {
    padding:24px 0 14px;
    line-height: 1;
    font-size: 36px;
    color: #11142d;
    font-weight: bold;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-wrap {
    margin-top: 20px; }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-row {
    display: flex; }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-row.comment {
    margin-right: 20px;
    width: 33.33%;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-row.comment .engineer-card-item {
    display: block;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-row.comment ~ .engineer-card-row {
    margin-top: 0;
    width: 66.66%;
    flex-wrap: wrap;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item {
    flex: 1;
    display: flex;
    padding: 24px 32px;
    border-radius: 16px;
    background-color: #fff;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item:not(.check) { min-width: calc(50% - 10px);}
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item.check {
    width: calc(50% - 10px);
    min-width: 700px; }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item + .engineer-card-item { margin-left: 20px; }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item.full-width {
    margin: 20px 0 0;
    min-width: 100%;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item .engineer-card-title {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    font-size: 18px;
    color: #37363f;
    font-weight: bold;
    flex-wrap: wrap;
    align-items: center;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item .engineer-card-title .standard {
    padding-top: 3px;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #6a6a6a;
    font-weight: normal;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-info-area {
    position: relative;
    display: flex;
    margin: 16px 0;
    padding-left: 80px;
    min-height: 60px;
    flex-wrap: wrap;
    align-items: center;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-info-area .thumb {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 100%;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-info-area .thumb img {
    width: 100%;
    height: 100%;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-info-area .name {
    margin: 0;
    width: 100%;
    font-size: 18px;
    color: #2a2c40;
    font-weight: bold;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-info-area .num {
    font-size: 16px;
    color: #2a2c40;
    vertical-align: top;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-info .thumb img {
    width: 100%;
    height: 100%;
  }
  .section.engineer .section-content .engineer__content_client_sub .enginner-comment-wrap {
    position: relative;
    padding: 24px 12px 84px 32px;
    height: calc(100% - 130px);
    border-radius: 16px;
    border-top-left-radius: 0;
    background-color: #f7f7f7;
  }
  .section.engineer .section-content .engineer__content_client_sub .enginner-comment-wrap .comment {
    overflow: auto;
    padding: 0 20px 0 0;
    height: 100%;
    line-height: 1.5;
    font-size: 18px;
    color: #2a2c40;
    vertical-align: top;
    word-break: break-all; }
  .section.engineer .section-content .engineer__content_client_sub .enginner-comment-wrap .comment::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.1); }
  .section.engineer .section-content .engineer__content_client_sub .enginner-comment-wrap textarea::placeholder { opacity: 0.4;}
  .section.engineer .section-content .engineer__content_client_sub .enginner-comment-wrap .controls {
    position: absolute;
    right: 24px;
    bottom: 24px; }
    .section.engineer .section-content .engineer__content_client_sub .enginner-comment-wrap .controls .btn_edit {
    display: block;
    width: 48px;
    height: 48px;
    border: solid 1px #d0d1d2;
    border-radius: 100%;
    background: url(/images/becon_comm_img/analytics/ico_edit.png) no-repeat center;
    background-color: #fff;
    font-size: 0;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item .engineer-card-chart {
    margin: 0 auto;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item .engineer-card-status {
    position: relative;
    display: table;
    width: 100%;
    /* min-height: calc(100% - 72px); */
    text-align: center; }
    .section.engineer .section-content .engineer__content_client_sub .engineer-card-item .engineer-card-status .cell {
      display: table-cell;
      vertical-align: middle;}
    .section.engineer .section-content .engineer__content_client_sub .engineer-card-item .engineer-card-status img {
      margin: 0 auto;
      max-width: 550px; }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item .engineer-card-status strong {
    display: block;
    padding: 20px 0 14px;
    font-size: 20px;
    color: #45444a;
    font-weight: bold;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item .engineer-card-status p {
    font-size: 14px;
    color: #2a2c40;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item .engineer-card-status .status-pointer {
    position: absolute;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item .engineer-card-status .status-pointer .dot {
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    font-size: 0;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item .engineer-card-status .status-pointer .dot:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: no-repeat center / 100% auto;
    background-image: url(/images/becon_comm_img/analytics/dot.png);
  }

  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item .engineer-card-status .status-pointer.left .dot { 
    right: 0;
    bottom: 0; }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item .engineer-card-status .status-pointer.right .dot { 
    left: 0;
    bottom: 0; }
    .section.engineer .section-content .engineer__content_client_sub .engineer-card-item .engineer-card-status .status-pointer.top .dot { 
      bottom: auto;
      top:0; }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item .engineer-card-status .status-pointer.active .dot { 
    -webkit-animation: blink 0.5s ease-in-out infinite alternate;
    -moz-animation: blink 0.5s ease-in-out infinite alternate;
    animation: blink 0.5s ease-in-out infinite alternate; }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item .engineer-card-status .status-pointer.active .dot:before { background-image: url(/images/becon_comm_img/analytics/dot_active.png);}
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item .engineer-card-status .status-pointer.active .dot:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 68px;
    border-radius: 100%;
    background-color: rgba(230, 62, 73, 0.3);
    pointer-events: none;
    transform: translate(-50%, -50%);
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item .engineer-card-status .status-pointer .line {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #8d8d90;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item .engineer-card-status .status-pointer .line:before {
    display: none; }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item .engineer-card-status .status-pointer .txt {
    position: relative;
    display: block;
    padding-bottom: 8px;
    line-height: 1;
    font-size: 16px;
    color: #4c4e54;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item .engineer-card-status .status-pointer .txt:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #8d8d90;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item .engineer-card-status .status-pointer.left .txt { text-align: left; }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item .engineer-card-status .status-pointer.right .txt { text-align: right; }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item .engineer-card-status .status-pointer .count { 
    display: none;
    padding: 0;
    padding-left: 8px;
    font-size: 16px;
    color: #ea3f4a;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-card-item .engineer-card-status .status-pointer.active .count { display: inline; }
  .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-state {
    padding-bottom: 16px; }
  .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-state.flex-between {
    flex-wrap: wrap; }
  .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-state .col {
    width: 100%; }
  .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-state .dropdown {
    display: inline-block;
    min-width: 160px;
    vertical-align: middle; }
  .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-state .sub-inner {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-size: 18px;
    color: #0d0d0d;
    vertical-align: middle;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-state .sub-inner:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 4px;
    width: 1px;
    height: 14px;
    background-color: #999;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-state .sub-inner:first-child { padding-left: 0;}
  .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-state .sub-inner:first-child:after { display: none;}
  .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-state .dropdown {
    display: inline-block;
    min-width: 160px;
    vertical-align: middle; }
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-state .dropdown button.dropdown-toggle:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    padding: 5px;
    background: url(/images/common/ic-drop-cell.png) no-repeat center transparent;
    transform: translateY(-50%); }
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-state .dropdown.open button.dropdown-toggle:after {
    background-image: url(/images/common/ic-drop-up-cell.png); }
  .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-state .txt {
    padding-top: 8px;
    font-size: 16px;
    color: #555; }
  .section.engineer .section-content .engineer__content_client_sub .engineer-tbl.fixed-header .table { 
    table-layout: fixed;
    margin-bottom: 0;}
  .section.engineer .section-content .engineer__content_client_sub .engineer-tbl .table thead th {
    border: 1px solid #ddd;
    background-color: #ededed;
    height: 30px;
    font-size: 14px;
    color: #494949;
    font-weight: 500;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-tbl .table tbody td {
    padding: 9px;
    border: 1px solid #ededed;
    background-color: #fff;
    font-size: 16px;
    color: #313132;
    word-break: break-all;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-tbl .table tbody .info {
    display: block;
    padding: 0 0 8px;
    line-height: 1.5;
    text-align: left;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-tbl .engineer-check-wrap {
    padding: 6px 10px 0;
    /* min-height: calc(100% - 32px); */
    min-height: 100%;
    border-radius: 4px;
    text-align: left;
    font-size: 0;
  }
  .section.engineer .section-content .engineer__content_client_sub .engineer-tbl .engineer-check-wrap.good {
    background-color: #dbf6f6; }
/*     .section.engineer .section-content .engineer__content_client_sub .engineer-tbl .engineer-check-wrap.good .engineer-check-item.ic-good {
      background-image: url(/images/becon_comm_img/analytics/ic_cell_ok.png); } */
  .section.engineer .section-content .engineer__content_client_sub .engineer-tbl .engineer-check-wrap.un-judge {
    background-color: #e8e6e6; }
/*     .section.engineer .section-content .engineer__content_client_sub .engineer-tbl .engineer-check-wrap.un-judge .engineer-check-item.ic-nodata {
      background-image: url(/images/becon_comm_img/analytics/ic_cell_nodata.png); } */
  .section.engineer .section-content .engineer__content_client_sub .engineer-tbl .engineer-check-wrap.need-check {
    background-color: #ffead3; }
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl .engineer-check-wrap.need-check .engineer-check-item.ic-fan {
      background-image: url(/images/becon_comm_img/analytics/ic_cell_Fan.png); }
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl .engineer-check-wrap.need-check .engineer-check-item.ic-compress {
      background-image: url(/images/becon_comm_img/analytics/ic_cell_compressor.png); }
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl .engineer-check-wrap.need-check .engineer-check-item.ic-refrigerant {
      background-image: url(/images/becon_comm_img/analytics/ic_cell_refrigerant.png); }
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl .engineer-check-wrap.need-check .engineer-check-item.ic-sensor {
      background-image: url(/images/becon_comm_img/analytics/ic_cell_sensor.png); }
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl .engineer-check-wrap.need-check .engineer-check-item.ic-drive {
      background-image: url(/images/becon_comm_img/analytics/ic_cell_drive.png); }
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl .engineer-check-wrap.need-check .engineer-check-item.ic-drain {
      background-image: url(/images/becon_comm_img/analytics/ic_cell_drain.png); }
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl .engineer-check-wrap .engineer-check-item {
      display: inline-block;
      margin: 0 6px 6px 0;
      width: 20px;
      height: 20px;
      background: no-repeat center / 100% auto;
      font-size: 0;
      vertical-align: top;
    }
      .section.engineer .section-content .engineer__content_client_sub .engineer-tbl .engineer-check-wrap .engineer-check-item.ic-fan {
        background-image: url(/images/becon_comm_img/analytics/ic_Fan.png); }
      .section.engineer .section-content .engineer__content_client_sub .engineer-tbl .engineer-check-wrap .engineer-check-item.ic-compress {
        background-image: url(/images/becon_comm_img/analytics/ic_compressor.png); }
      .section.engineer .section-content .engineer__content_client_sub .engineer-tbl .engineer-check-wrap .engineer-check-item.ic-refrigerant {
        background-image: url(/images/becon_comm_img/analytics/ic_refrigerant.png); }
      .section.engineer .section-content .engineer__content_client_sub .engineer-tbl .engineer-check-wrap .engineer-check-item.ic-sensor {
        background-image: url(/images/becon_comm_img/analytics/ic_sensor.png); }
      .section.engineer .section-content .engineer__content_client_sub .engineer-tbl .engineer-check-wrap .engineer-check-item.ic-drive {
        background-image: url(/images/becon_comm_img/analytics/ic_drive.png); }
      .section.engineer .section-content .engineer__content_client_sub .engineer-tbl .engineer-check-wrap .engineer-check-item.ic-drain {
        background-image: url(/images/becon_comm_img/analytics/ic_drain.png); }
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-guide {
      /*margin-bottom: 24px;*/ }
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-guide > .flex-between {
      padding: 0 0 12px; 
      align-items: end; }
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-guide > .flex-between .col + .col {
      margin-left: 20px;
      text-align: right; }
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-guide > .flex-between .col .txt {
      margin-top: 8px; }
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-guide .type {
      position: relative;
      display: inline-block;
      margin-left: 16px;
      padding-left: 16px;
      font-size: 16px;
      color: #3f3f3f;
    }
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-guide .type:after { 
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -5px;
      width: 10px;
      height: 10px;
      border-radius: 100%;
    }
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-guide .type.good:after { background-color: #00a3a3;}
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-guide .type.un-judge:after { background-color: #bcbcbc;}
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-guide .type.need-check:after { background-color: #ff9000;}
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-guide .engineer-guide-item {
      display: inline-block;
      margin-right: 16px;
      padding-left: 20px;
      background: no-repeat left center / 16px auto;
      line-height: 24px;
      font-size: 16px;
      color: #3f3f3f; 
    }
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-guide .engineer-guide-item.ic-fan { background-image: url(/images/becon_comm_img/analytics/ic_Fan.png);}
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-guide .engineer-guide-item.ic-compress { background-image: url(/images/becon_comm_img/analytics/ic_compressor.png);}
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-guide .engineer-guide-item.ic-refrigerant { background-image: url(/images/becon_comm_img/analytics/ic_refrigerant.png);}
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-guide .engineer-guide-item.ic-sensor { background-image: url(/images/becon_comm_img/analytics/ic_sensor.png);}
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-guide .engineer-guide-item.ic-drive { background-image: url(/images/becon_comm_img/analytics/ic_drive.png);}
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-guide .engineer-guide-item.ic-drain { background-image: url(/images/becon_comm_img/analytics/ic_drain.png);}
    .section.engineer .section-content .engineer__content_client_sub .engineer-tbl-guide .txt {
      font-size: 14px;
      color: #555;
    }

    .section.engineer .pagination-wrap > .pagination > li > a {
      font-size: 12px; }
    .section.engineer .pagination-wrap > .pagination > li > .button {
      display: block;
      background: no-repeat center;
      font-size: 0;
    }
    .section.engineer .pagination-wrap > .pagination > li > .button.btn_first {
      background-image: url(/images/becon_comm_img/analytics/btn_first.png); }
      .section.engineer .pagination-wrap > .pagination > li > .button.btn_first:hover,
      .section.engineer .pagination-wrap > .pagination > li > .button.btn_first:focus {
        background-image: url(/images/becon_comm_img/analytics/btn_first_on.png); }
    .section.engineer .pagination-wrap > .pagination > li > .button.btn_last {
      background-image: url(/images/becon_comm_img/analytics/btn_last.png); }
      .section.engineer .pagination-wrap > .pagination > li > .button.btn_last:hover,
      .section.engineer .pagination-wrap > .pagination > li > .button.btn_last:focus {
      background-image: url(/images/becon_comm_img/analytics/btn_last_on.png); }
    .section.engineer .pagination-wrap > .pagination > li > .button.btn_prev {
      background-image: url(/images/becon_comm_img/analytics/btn_prev.png); }
      .section.engineer .pagination-wrap > .pagination > li > .button.btn_prev:hover,
      .section.engineer .pagination-wrap > .pagination > li > .button.btn_prev:focus {
      background-image: url(/images/becon_comm_img/analytics/btn_prev_on.png); }
    .section.engineer .pagination-wrap > .pagination > li > .button.btn_next {
      background-image: url(/images/becon_comm_img/analytics/btn_next.png); }
      .section.engineer .pagination-wrap > .pagination > li > .button.btn_next:hover,
      .section.engineer .pagination-wrap > .pagination > li > .button.btn_next:focus {
      background-image: url(/images/becon_comm_img/analytics/btn_next_on.png); }

  @media (max-width: 1280px) {
    .section.engineer .section-content .engineer__content_client_main .client_header span {
      font-size: 16px;
    }
    .section.engineer .section-content .engineer__content_client_main .client_main_text {
      padding-top: 100px;
    }
    .section.engineer .section-content .engineer__content_client_main .client_main_text p {
      padding-top: 18px;
      font-size: 16px;
    }
    .section.engineer .section-content .engineer__content_client_main .btn_more span {
      padding-right: 16px;
      background-size: 8px auto;
      font-size: 16px;
    }
  }
  @media (max-width: 960px) {
    .section.engineer .section-content .engineer__content_client_main {
      background-size: auto 40%;
    }
    .section.engineer .section-content .engineer__content_client_main .client_header span {
      font-size: 14px;
    }
    .section.engineer .section-content .engineer__content_client_main .client_main_text {
      font-size: 32px;
    }
    .section.engineer .section-content .engineer__content_client_main .client_main_text p {
      font-size: 14px;
    }
    .section.engineer .section-content .engineer__content_client_main .btn_more {
      margin-top: 30px;
      padding: 0 16px;
      height: 44px;
      border-radius: 44px;
      line-height: 44px;
    }
    .section.engineer .section-content .engineer__content_client_main .btn_more span {
      font-size: 14px;
    }
  }

.modal-alert.engineer .modal-dialog .modal-header {
  padding: 20px 32px; }
.modal-alert.engineer .modal-dialog .modal-header .modal-title {
  font-size: 28px;
  color: #202020;
  font-weight: bold;
}
.modal-alert.engineer .modal-dialog .modal-header button.close {
  right: 32px;
  top: 28.5px;
  width: 24px;
  height: 25px;
  background: url(/images/becon_comm_img/analytics/ic_popup_close.png) no-repeat center;
  transform: translateY(0);
}
.modal-alert.engineer .modal-dialog .modal-body {
  margin: 0;
  padding: 32px 0 64px;
  min-height: 575px;
}
.modal-alert.engineer .modal-dialog .modal-body .thumb-area {
  /*
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  */ 
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 0;
  vertical-align: top; }
  .modal-alert.engineer .modal-dialog .modal-body .thumb-area .thumb {
    position: relative;
  }
  .modal-alert.engineer .modal-dialog .modal-body .thumb-area .pointer {
    position: absolute;
    z-index: 1;
  }
  .modal-alert.engineer .modal-dialog .modal-body .thumb-area .pointer.circle {
    border: 2px solid #ff0010;
    border-radius: 100%;
  }
  .modal-alert.engineer .modal-dialog .modal-body .thumb-area .pointer.multi .dot {
    display: block;
    border: 2px solid #ff0010;
    border-radius: 100%;
  }
  .modal-alert.engineer .modal-dialog .modal-body .thumb-area .pointer.multi .line {
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background-color: #ff0010;
  }
  .modal-alert.engineer .modal-dialog .modal-body .thumb-area .pointer.multi.vertical .line {
    width: 2px;
  }  
  .modal-alert.engineer .modal-dialog .modal-body .thumb-area .pointer.multi .line:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: no-repeat center;
  }
 .modal-alert.engineer .modal-dialog .modal-body .thumb-area .pointer.multi.vertical .line:before {
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%) rotate(-90deg);
    background: no-repeat center;
  }
  .modal-alert.engineer .modal-dialog .modal-body .thumb-area .pointer.multi.vertical .line:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 15px;
    height: 15px;
    background: no-repeat center;
    background-image: url(/images/becon_comm_img/analytics/ico_pointer.png);
    transform: translate(-50%, 100%) rotate(90deg);
  }  
  .modal-alert.engineer .modal-dialog .modal-body .thumb-area .pointer.multi .line.arrow:before {
    width: 15px;
    height: 15px;
    background-image: url(/images/becon_comm_img/analytics/ico_pointer.png);
  }
  .modal-alert.engineer .modal-dialog .modal-body .thumb-area .pointer.multi .line.cir:before {
    width: 9px;
    height: 9px;
    border: 2px solid #ff0010;
    border-radius: 100%;
  }
  .modal-alert.engineer .modal-dialog .modal-body .thumb-area .pointer.temp {
    padding: 6px 0 0 11px;
  }
  .modal-alert.engineer .modal-dialog .modal-body .thumb-area .pointer.temp .value {
    padding: 0 8px;
    min-width: 52px;
    height: 20px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
  }
  .modal-alert.engineer .modal-dialog .modal-body .thumb-area .pointer.temp .value:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    border-radius: 100%;
  }
  .modal-alert.engineer .modal-dialog .modal-body .thumb-area .pointer.temp .value.type_high:after {
    background-color: #ff0010;
  }
  .modal-alert.engineer .modal-dialog .modal-body .thumb-area .pointer.temp .value.type_low:after {
    background-color: #00a3ff;
  }
  .modal-alert.engineer .modal-dialog .modal-body .thumb-area .pointer.dashed {
    border: 2px dashed #ff0010;
  }  
  .modal-alert.engineer .modal-dialog .modal-body .thumb-area .thumb.round {
    overflow: hidden;
    display: inline-block;
    border-radius: 10px; }
    .modal-alert.engineer .modal-dialog .modal-body .thumb-area .thumb.round + .thumb.round {
      margin-left: 24px; }
  .modal-alert.engineer .modal-dialog .modal-body .thumb-area .col {
    display: inline-block;
    margin:0 12px;
    vertical-align: top; }
    .modal-alert.engineer .modal-dialog .modal-body .thumb-area .col .txt {
      display: block;
      padding-top: 10px;
      width: 100%;
      font-size: 20px;
      color: #202020;
    }
    .modal-alert.engineer .modal-dialog .modal-body .thumb-area .col .txt .inline {
      float: left;
      margin-left: 24px;
      font-size: inherit;
      color: inherit;
    }
    .modal-alert.engineer .modal-dialog .modal-body .thumb-area .col .txt .inline:first-child { margin-left: 0;}
.modal-alert.engineer .modal-dialog .modal-body .engineer-modal-status {
  padding: 20px 0 32px;
  font-size: 44px;
  color: #202020;
  font-weight: bold;
}
  .modal-alert.engineer .modal-dialog .modal-body .engineer-modal-status .count { 
    color: #e4202c; }
  .modal-alert.engineer .modal-dialog .modal-body .engineer-modal-status .condition {
    font-size: 20px;
    color: #555;
    font-weight: normal; }

.modal-alert.engineer .modal-dialog .modal-body .engineer-modal-sub {
  padding:0 40px;
  line-height: 1.5;
  font-size: 20px;
  color: #202020;
  word-break: keep-all;
}
.modal-alert.engineer .modal-dialog .modal-body .engineer-modal-guide {
  position: absolute;
  left: 0;
  bottom: 36px;
  padding:0 40px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #696d78;
}
.modal-alert.engineer-comment .modal-dialog {
  max-width: 510px;
  width: 100%;
}
.modal-alert.engineer-comment .modal-dialog .modal-body {
  margin: 0;
  padding: 20px 20px 0; }
  .modal-alert.engineer-comment .modal-dialog .modal-body .enginner-manage-comment {
    margin-top: 3px;
    padding: 14px 16px;
    min-height: 84px;
    border-radius: 10px;
    background-color: #f8f8f8;
    line-height: 1.5;
    text-align: left;
    font-size: 14px;
    color: #383838;
  }
  .modal-alert.engineer-comment .modal-dialog .modal-body .enginner-comment-wrap {
    margin-top: 20px;
    padding: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background-color: #fff;
    text-align: left;
  }
  .modal-alert.engineer-comment .modal-dialog .modal-body .enginner-comment-wrap textarea {
    width: 100%;
    height: 84px;
    border: 0;
    font-size: 14px;
    color: #383838;
    vertical-align: top;
    resize: none;
  }
  .modal-alert.engineer-comment .modal-dialog .modal-body .enginner-comment-wrap textarea::placeholder { opacity: 0.4;}
  .modal-alert.engineer-comment .modal-dialog .modal-body .enginner-comment-history-wrap {
    overflow: auto;
    margin-top: 16px;
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 10px; }
    .modal-alert.engineer-comment .modal-dialog .modal-body .enginner-comment-history-wrap.scroll { max-height: 230px; }
  .modal-alert.engineer-comment .modal-dialog .modal-body .enginner-comment-history-inner {
    margin-top: 12px; }
    .modal-alert.engineer-comment .modal-dialog .modal-body .enginner-comment-history-inner:first-child { margin-top: 0; }
  .modal-alert.engineer-comment .modal-dialog .modal-body .controls {
    align-items: center; }
  .modal-alert.engineer-comment .modal-dialog .modal-body .controls span {
    font-size: 13px;
    color: #383838; }
  .modal-alert.engineer-comment .modal-dialog .modal-body .controls .btn_add {
    margin-left: 4px;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    background: no-repeat center;
    background-image: url(/images/becon_comm_img/analytics/ico_add.png);
    font-size: 0;
    vertical-align: middle;
  }
  .modal-alert.engineer-comment .modal-dialog .modal-body .controls .btn_add:hover, .modal-alert.engineer-comment .modal-dialog .modal-body .controls .btn_add:focus { background-image: url(/images/becon_comm_img/analytics/ico_add_hover.png); }
  .modal-alert.engineer-comment .modal-dialog .modal-body .controls .btn_add:active { background-image: url(/images/becon_comm_img/analytics/ico_add_press.png); }
  .modal-alert.engineer-comment .modal-dialog .modal-body .controls .btn_add[disabled] { background-image: url(/images/becon_comm_img/analytics/ico_add_disabled.png); }
  .modal-alert.engineer-comment .modal-dialog .modal-body .enginner-comment-history {
    margin-top: 3px;
    padding: 14px 16px;
    min-height: 84px;
    border-radius: 10px;
    background-color: #f8f8f8;
    line-height: 1.5;
    text-align: left;
    font-size: 14px;
    color: #383838;
    word-break: break-all;
  }
  .modal-alert.engineer-comment .modal-dialog .modal-footer { padding-top: 20px;}
  .modal-alert.engineer-comment .modal-dialog button.btn-red { border: 0 !important;}
  
  @-webkit-keyframes blink{
    0% {opacity: 0;}
    100% {opacity: 1;}
  }
  
  @-moz-keyframes blink{
    0% {opacity: 0;}
    100% {opacity: 1;}
  }
  
  @keyframes blink{
    0% {opacity: 0;}
    100% {opacity: 1;}
  }