/*****************************
******** SETTING EMS *********
******************************/
.setting {
  padding: 0; }
  .setting__tabs {
    background-color: #ffffff;
    height: 50px;
    position: relative;
    margin: 0 !important;
    border-bottom: 0; }
  .setting__tab {
    display: block;
    float: left;
    max-width: 250px;
    min-width: 200px !important;
    padding: 0 !important;
    position: relative; }
    .setting__tab.active button {
      display: block; }
    .setting__tab.min_auto {
      min-width: auto !important; }
  .setting__tabLink {
    display: block;
    padding: 13px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden; }
  .setting__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; }
  .setting__tabAdd {
    position: absolute;
    top: 0;
    right: 0; }
    .setting__tabAdd span {
      margin-left: 10px;
      color: #000000; }
    .setting__tabAdd img {
      position: absolute;
      left: 0px;
      top: 15px;
      width: 20px;
      height: 20px; }
  .setting .section-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 21px;
    position: relative; }
    .setting .section-header > * {
      display: inline-block; }
    .setting .section-header .title {
      position: relative;
      font-size: 16.5px;
      padding-right: 15px; }
      .setting .section-header .title:before {
        content: '';
        position: absolute;
        right: 0;
        width: 1px;
        height: 15px;
        top: 5px;
        background: #d9d9d9; }
    .setting .section-header img {
      margin-left: 11px;
      vertical-align: baseline; }
      .setting .section-header img.btn--reset {
        width: 15px; }
    .setting .section-header .resetArea {
      position: absolute;
      right: 21px; }
      .setting .section-header .resetArea .resetSearch {
        right: 0px;
        transform: translateY(0%); }
        .setting .section-header.newTab {
          border-bottom: 0px;
          padding: 0px; }
          .setting .section-header.newTab .row {
            display: block;
            margin: 0 20px !important;
            border-bottom: 1px solid #e5e5e5; }
      .setting .section-content-header {
        margin-top: 20px;
        padding: 15px;
        position: relative;
        background-color: #f6f6f6; }
        .setting .section-content-header .title {
          position: relative;
          display: inline-block;
          font-size: 16.5px;
          padding-right: 15px; }
          .setting .section-content-header .title:before {
            content: '';
            position: absolute;
            right: 0;
            width: 1px;
            height: 15px;
            top: 5px;
            background: #d9d9d9; }
        .setting .section-content-header img {
          margin-left: 11px;
          vertical-align: baseline; }
          .setting .section-content-header img.btn--reset {
            width: 15px; }
        .setting .section-content-header .resetArea {
          position: absolute;
          top: 16px;
          right: 21px; }
          .setting .section-content-header .resetArea .resetSearch {
            right: 0px;
            transform: translateY(0%); }
  .setting .section-content .table {
    margin-top: 10px; }
    .setting .section-content .table th, .setting .section-content .table td {
      border: 0; }
    .setting .section-content .table th {
      color: #555555;
      font-size: 16.5px;
      text-align: right;
      width: 185px;
      vertical-align: top; }
    .setting .section-content .table td {
      font-size: 16px;
      text-align: left;
      vertical-align: top; }
      .setting .section-content .table__inner th, .setting .section-content .table__inner td {
        border: 0; }
      .setting .section-content .table__inner th {
        color: #555555;
        font-size: 13.5px;
        text-align: center;
        vertical-align: middle;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5; }
      .setting .section-content .table__inner td {
        border: 1px solid #e5e5e5;
        color: #333333;
        font-size: 14px;
        text-align: center;
        vertical-align: middle; }
        .setting .section-content .table__inner td:first-child {
          border-left: 0; }
        .setting .section-content .table__inner td:last-child {
          border-right: 0; }
  .setting__elec-goal .section-content .table__inner th, .setting__elec-goal .section-content .table__inner td {
    border: 0; }
  .setting__elec-goal .section-content .table__inner th {
    color: #555555;
    font-size: 13.5px;
    text-align: center;
    vertical-align: middle;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; }
  .setting__elec-goal .section-content .table__inner td {
    border: 1px solid #e5e5e5;
    color: #333333;
    font-size: 14px;
    text-align: center;
    vertical-align: middle; }
    .setting__elec-goal .section-content .table__inner td:first-child {
      border-left: 0; }
    .setting__elec-goal .section-content .table__inner td:last-child {
      border-right: 0; }
  .setting__elec-goal--method .title {
    font-size: 16.5px; }
    .setting__elec-goal-edit .section-content .title {
      font-size: 16.5px; }
    .setting__elec-goal-edit .section-content .table th, .setting__elec-goal-edit .section-content .table td {
      border: 1px solid #e5e5e5;
      font-size: 14px;
      font-weight: normal;
      text-align: center;
      vertical-align: middle; }
      .setting__elec-goal-edit .section-content .table th:first-child, .setting__elec-goal-edit .section-content .table td:first-child {
        border-left: 0; }
      .setting__elec-goal-edit .section-content .table th:last-child, .setting__elec-goal-edit .section-content .table td:last-child {
        border-right: 0; }
      .setting__elec-goal-edit .section-content .table th label, .setting__elec-goal-edit .section-content .table td label {
        margin-bottom: 5px; }
    .setting__elec-goal-edit .section-content .table th {
      color: #777777; }
    .setting__elec-goal-edit .section-content .table td:first-child {
      color: #777777; }
    .setting__elec-goal-edit--method {
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 20px; }
      .setting__elec-goal-edit--method .title {
        margin-bottom: 20px; }
    .setting__elec-goal-edit--table {
      padding-top: 20px; }
      .setting__elec-goal-edit--table .title {
        display: inline-block;
        margin-right: 10px; }
        .setting__elec-goal-edit--table .title__info {
          cursor: pointer;
          position: relative; }
          .setting__elec-goal-edit--table .title__info--box {
            display: none;
            font-size: 13px;
            text-align: center;
            position: absolute;
            z-index: 1;
            left: -80px;
            bottom: 25px;
            width: 180px;
            height: 70px;
            border-radius: 3px;
            background-color: #25292d;
            color: #ffffff;
            padding: 9px 13px; }
            .setting__elec-goal-edit--table .title__info--box:after {
              top: 100%;
              left: 50%;
              border: solid transparent;
              content: " ";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none;
              border-top-color: #25292d;
              border-width: 5px;
              margin-left: -5px; }
      .setting__elec-goal-edit--table-wrap {
        margin-top: 15px; }
      .setting__elec-goal-edit--table .table th:nth-child(1) {
        width: 15%; }
    .setting__elec-goal-edit--step1 .table th:nth-child(1) {
      width: 5%; }
    .setting__elec-goal-edit--step1 .table td input {
      height: 32px; }
    .setting__elec-goal-edit--step2 .table td input {
      color: #777777;
      height: 32px;
      text-align: center; }
    .setting__elec-goal-price .section-content .title {
      font-size: 16.5px; }
    .setting__elec-goal-price .section-content .table th, .setting__elec-goal-price .section-content .table td {
      border-top: 1px solid #e5e5e5;
      border-right: 1px solid #e5e5e5;
      font-size: 14px;
      font-weight: normal;
      text-align: center;
      vertical-align: middle; }
      .setting__elec-goal-price .section-content .table th:first-child, .setting__elec-goal-price .section-content .table td:first-child {
        border-left: 0; }
      .setting__elec-goal-price .section-content .table th:last-child, .setting__elec-goal-price .section-content .table td:last-child {
        border-right: 0; }
      .setting__elec-goal-price .section-content .table th label, .setting__elec-goal-price .section-content .table td label {
        margin-bottom: 5px; }
    .setting__elec-goal-price .section-content .table th {
      color: #777777; 
      background-color: #f8f8f9; }
    .setting__elec-goal-price--basedate {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .setting__elec-goal-price--basedate > * {
        margin-right: 14px; }
      .setting__elec-goal-price--basedate .fr {
        position: absolute;
        right: 30px; }
      .setting__elec-goal-price--basedate input {
        color: #333333;
        width: 50px;
        padding: 10px; }
      .setting__elec-goal-price--basedate .help-text {
        color: #3b9e00;
        font-size: 12px; }
    .setting__elec-goal-price--present {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-top: 12px; }
      .setting__elec-goal-price--present > * {
        margin-right: 14px; }
      .setting__elec-goal-price--present input {
        color: #333333;
        width: 100px;
        padding: 10px; }
      .setting__elec-goal-price--present button {
        min-width: 40px;
        margin-right: 14px; }
      .setting__elec-goal-price--present .help-text {
        color: #555555;
        font-size: 12px; }
    .setting__elec-goal-price--table-wrap {
      margin-top: 15px; }
    .setting__elec-goal-price--table .table td input {
      color: #777777;
      height: 32px;
      text-align: center; }
    .setting__elec-goal-price--table .table td .box {
      width: 16px;
      height: 16px; }
      .setting__elec-goal-price--table .table td .box + span {
        margin-left: 16px;
        width: 40%;
        text-align: left; }
    .setting__elec-goal-price--table .table td.has-icon {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
    .setting__elec-goal-price--table .table td[rowspan="3"] {
      border-bottom: 1px solid #e5e5e5; }
    .setting__elec-goal-price--table .table tr:last-child td {
      border-bottom: 1px solid #e5e5e5;
      word-break: break-all; }
      .setting__elec-goal-price--table .table tbody tr:last-child th {
        border-bottom: 1px solid #e5e5e5; }
    .setting__elec-goal-price--timeflow .legend span {
      padding: 0 7px; }
    .setting__elec-goal-price--timeflow table.table th, .setting__elec-goal-price--timeflow table.table td {
      border: 0 !important;
      background-color: transparent; }
    .setting__elec-goal-price--timeflow table.table th {
      width: 30px !important;
      font-size: 11.5px !important; }
      .setting__elec-goal-price--timeflow table.table th:first-child {
        width: 100px; }
    .setting__elec-goal-price--timeflow table.table td {
      background-color: #ffffff;
      padding: 0 0.5px; }
      .setting__elec-goal-price--timeflow table.table td:first-child {
        min-width: 80px;
        text-align: right !important;
        cursor: default;
        padding-right: 15px; }
      .setting__elec-goal-price--timeflow table.table td > div {
        height: 20px; }
      .setting__elec-goal-price--timeflow table.table td .load {
        cursor: pointer; }
      .setting__elec-goal-price--timeflow table.table td .light-load {
        background-color: #36bc8e; }
      .setting__elec-goal-price--timeflow table.table td .middle-load {
        background-color: #fbaa21; }
      .setting__elec-goal-price--timeflow table.table td .over-load {
        background-color: #e03939; }
  .setting__except-list .section-content .row {
    margin: 20px 0; }
  .setting__except-list .section-content .title {
    font-size: 15.5px; }
  .setting__except-list .section-content .table.except-list--table tr.nodata label {
    display: none; }
  .setting__except-list .section-content .table.except-list--table th, .setting__except-list .section-content .table.except-list--table td {
    border-bottom: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5; }
  .setting__except-list .section-content .table.except-list--table th:first-child, .setting__except-list .section-content .table.except-list--table td:first-child {
    border-left: solid 0px; }
  .setting__except-list .section-content .table.except-list--table th {
    color: #555555;
    font-size: 13.5px;
    font-weight: normal;
    text-align: center;
    line-height: 45px; }
    .setting__except-list .section-content .table.except-list--table th label {
      margin-bottom: 5px; }
  .setting__except-list .section-content .table.except-list--table td {
    text-align: center;
    height: auto;
    padding: 15px 8px; }
  .setting__except-idu .section-content {
    padding: 21px; }
    .setting__except-idu .section-content .table.except-idu--table {
      display: block;
      margin: 0; }
      .setting__except-idu .section-content .table.except-idu--table thead, .setting__except-idu .section-content .table.except-idu--table tbody {
        display: block; }
      .setting__except-idu .section-content .table.except-idu--table tbody {
        height: 500px;
        overflow: auto; }
      .setting__except-idu .section-content .table.except-idu--table tr {
        display: flex;
        align-items: center;
        text-align: center; }
      .setting__except-idu .section-content .table.except-idu--table th, .setting__except-idu .section-content .table.except-idu--table td {
        display: flex;
        align-items: center;
        justify-content: center; }
      .setting__except-idu .section-content .table.except-idu--table th {
        color: rgba(85, 85, 85, 0.8);
        font-size: 13.5px;
        font-weight: normal;
        width: 30%;
        text-align: center;
        border-left: 1px solid #e5e5e5; }
        .setting__except-idu .section-content .table.except-idu--table th:first-child {
          border-left: 0;
          width: 10% !important; }
      .setting__except-idu .section-content .table.except-idu--table td {
        font-size: 14px;
        font-weight: normal;
        width: 30%;
        border-left: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        text-align: center;
        vertical-align: middle; }
        .setting__except-idu .section-content .table.except-idu--table td:first-child {
          border-left: 0;
          width: 10% !important; }
        .setting__except-idu .section-content .table.except-idu--table td:last-child {
          border-right: 0; }
  .setting__except-idu .title__left, .setting__except-idu .title__right {
    font-size: 16px;
    line-height: 1.59;
    text-align: left;
    color: #5c6063;
    line-height: 34px;
    padding-left: 0;
    margin-bottom: 10px; }
    .setting__except-idu .title__left .count, .setting__except-idu .title__right .count {
      color: #a50034; }
  .setting__except-idu .row {
    margin: 0; }
    .setting__except-idu .row > .col-sm-5 {
      width: 45.8%;
      padding: 0; }
  .setting__except-idu .contents-wrapper {
    border-radius: 10px;
    border: solid 1px #e5e5e5;
    padding: 20px; }
    .setting__except-idu .contents-wrapper .contents {
      max-height: 536px; }
  .setting__except-idu .change-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 600px; }
    .setting__except-idu .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%; }
    .setting__except-idu .change-button button.right {
      background: url(/images/common/btn-move-right.png) no-repeat center transparent;
      width: 50px;
      height: 50px;
      background-size: 100%; }
  .setting__except-idu .mCSB_scrollTools {
    right: -5px; }
      .setting__sensor .section-content .row {
    margin: 20px 0; }
  .setting__sensor .section-content .title {
    font-size: 15.5px; }
  .setting__sensor .section-content .table.setting__sensor--table tr.nodata label {
    display: none; }
  .setting__sensor .section-content .table.setting__sensor--table th, .setting__sensor .section-content .table.setting__sensor--table td {
    border-bottom: solid 1px #e5e5e5;
    border-left: solid 1px #e5e5e5; }
  .setting__sensor .section-content .table.setting__sensor--table th:first-child, .setting__sensor .section-content .table.setting__sensor--table td:first-child {
    border-left: solid 0px; }
  .setting__sensor .section-content .table.setting__sensor--table th {
    color: #555555;
    font-size: 13.5px;
    font-weight: normal;
    text-align: center;
    line-height: 45px; }
    .setting__sensor .section-content .table.setting__sensor--table th label {
      margin-bottom: 5px; }
  .setting__sensor .section-content .table.setting__sensor--table td {
    text-align: center;
    height: auto;
    padding: 15px 8px; }
  .setting__sensor--table.table tr.nodata label {
    display: none; }
  .setting__sensor--table.table th, .setting__sensor--table.table td {
    border: solid 1px #e5e5e5; }
  .setting__sensor--table.table th {
    color: #555555;
    font-size: 13.5px;
    font-weight: normal;
    text-align: center;
    line-height: 45px; }
    .setting__sensor--table.table th label {
      margin-bottom: 5px; }
  .setting__sensor--table.table td {
    text-align: center; }
    .setting__sensor--table.table td input + span {
      color: #333333;
      font-size: 16.5px;
      margin-left: 18px; }
    .setting__sensor--table.table td input[type="text"] {
      max-width: 40%; }
    .setting__sensor--table.table td label {
      margin-bottom: 5px; }
  .setting__sensor .table__sensor th, .setting__sensor .table__sensor td {
    border: 0; }
  .setting__sensor .table__sensor th {
    color: #5c6063;
    font-size: 16.5px;
    font-weight: normal;
    text-align: right;
    width: 162px;
    line-height: 45px;
    padding-right: 15px; }
  .setting__sensor .table__sensor td {
    padding-left: 15px;
    padding-right: 0;
    text-align: left; }
    .setting__sensor .table__sensor td.td__dropdown .dropdown {
      max-width: 40%; }
      .setting__sensor .table__sensor td.td__dropdown .dropdown.open {
        background: transparent; }
    .setting__sensor .table__sensor td input[type="text"] {
      width: 40%; }
    .setting__sensor .table__sensor td.inner-table {
      padding-right: 15px !important; }
      .setting__sensor .table__sensor td.inner-table th {
        text-align: center !important;
        border-bottom: 2px solid #ddd !important; }
      .setting__sensor .table__sensor td.inner-table td {
        padding-right: 15px !important;
        border: solid 1px #e5e5e5 !important;
        border-top: none !important;
        border-right: none !important; }
        .setting__sensor .table__sensor td.inner-table td:first-child {
          border-left: none !important; }
  .setting .box {
    width: 10px;
    height: 10px;
    border-radius: 4px; }
    .setting .box__green {
      background-color: #36bc8e; }
    .setting .box__yellow {
      background-color: #fbaa21; }
    .setting .box__red {
      background-color: #e03939; }
  .setting .has-icon {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-end; }

    .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: 10; }

.price-modal .modal-body {
  padding: 15px 25px !important;
  max-height: 550px;
  overflow-y: auto; }
  .price-modal .modal-body .contents .table th, .price-modal .modal-body .contents .table td {
    border: 0; }
  .price-modal .modal-body .contents .table th {
    color: #5c6063;
    font-size: 16.5px;
    text-align: right;
    width: 9  0px;
    line-height: 45px;
    padding-right: 15px; }
  .price-modal .modal-body .contents .table td {
    padding-left: 15px;
    padding-right: 0;
    text-align: left; }
    .price-modal .modal-body .contents .table td .dropdown-menu {
      max-height: 85px;
      overflow-y: auto; }
    .price-modal .modal-body .contents .table td button {
      margin-left: 15px;
      min-width: 88px; }
    .price-modal .modal-body .contents .table td input[type="radio"] + label {
      margin-right: 30px; }
    .price-modal .modal-body .contents .table td span {
      margin-left: 20px;
      margin-right: 10px;
      display: inline-block; }
    .price-modal .modal-body .contents .table td .box {
      display: flex;
      justify-content: center;
      align-items: center; }
      .price-modal .modal-body .contents .table td .box__green {
        padding-left: 40px !important;
        position: relative; }
        .price-modal .modal-body .contents .table td .box__green:after {
          position: absolute;
          content: '';
          margin-top: 5px;
          width: 10px;
          left: 25px;
          height: 10px;
          background-color: #36bc8e; }
      .price-modal .modal-body .contents .table td .box__yellow {
        padding-left: 40px !important;
        position: relative; }
        .price-modal .modal-body .contents .table td .box__yellow:after {
          position: absolute;
          margin-top: 5px;
          content: '';
          width: 10px;
          left: 25px;
          height: 10px;
          background-color: #fbaa21; }
      .price-modal .modal-body .contents .table td .box__red {
        padding-left: 40px !important;
        position: relative; }
        .price-modal .modal-body .contents .table td .box__red:after {
          position: absolute;
          margin-top: 5px;
          content: '';
          width: 10px;
          left: 25px;
          height: 10px;
          background-color: #e03939; }

.price-modal .modal-footer {
  padding: 18px 0 !important;
  box-shadow: 0px -2px 5px 0 rgba(0, 0, 0, 0.15); }

  #emsSensorModal {
  pointer-events: none; }
  #emsSensorModal .modal-dialog {
    width: 750px;
    pointer-events: all; }
    #emsSensorModal .modal-dialog .modal-content {
      border-radius: 15px; }
    #emsSensorModal .modal-dialog .modal-header {
      padding: 10px 27px;
      position: relative;
      border-bottom: 1px solid #e5e5e5;
      font-size: 19.5px;
      line-height: 2.08;
      text-align: left;
      color: #010101; }
      #emsSensorModal .modal-dialog .modal-header .modal-title {
        font-size: 19.5px;
        line-height: 2.08;
        text-align: left;
        color: #010101; }
    #emsSensorModal .modal-dialog .modal-body table {
      margin-bottom: 0px; }
    #emsSensorModal .modal-dialog .modal-body.row {
      margin: 0px;
      padding: 0 24px 40px; }
    #emsSensorModal .modal-dialog .modal-body.setting--table.table tr.nodata label {
      display: none; }
    #emsSensorModal .modal-dialog .modal-body.setting--table.table th, #emsSensorModal .modal-dialog .modal-body.setting--table.table td {
      border: solid 1px #e5e5e5; }
    #emsSensorModal .modal-dialog .modal-body.setting--table.table th {
      color: #555555;
      font-size: 13.5px;
      font-weight: normal;
      text-align: center;
      line-height: 45px; }
      #emsSensorModal .modal-dialog .modal-body.setting--table.table th label {
        margin-bottom: 5px; }
    #emsSensorModal .modal-dialog .modal-body.setting--table.table td {
      text-align: center; }
      #emsSensorModal .modal-dialog .modal-body.setting--table.table td input + span {
        color: #333333;
        font-size: 16.5px;
        margin-left: 18px; }
      #emsSensorModal .modal-dialog .modal-body.setting--table.table td input[type="text"] {
        max-width: 40%; }
      #emsSensorModal .modal-dialog .modal-body.setting--table.table td label {
        margin-bottom: 5px; }
    #emsSensorModal .modal-dialog .modal-body.setting .table__sensor th, #emsSensorModal .modal-dialog .modal-body.setting .table__sensor td {
      border: 0; }
    #emsSensorModal .modal-dialog .modal-body.setting .table__sensor th {
      color: #5c6063;
      font-size: 16.5px;
      font-weight: normal;
      text-align: right;
      width: 162px;
      line-height: 45px;
      padding-right: 15px; }
    #emsSensorModal .modal-dialog .modal-body.setting .table__sensor td {
      padding-left: 15px;
      padding-right: 0;
      text-align: left; }
      #emsSensorModal .modal-dialog .modal-body.setting .table__sensor td.td__dropdown .dropdown {
        max-width: 60%; }
        #emsSensorModal .modal-dialog .modal-body.setting .table__sensor td.td__dropdown .dropdown.open {
          background: transparent; }
      #emsSensorModal .modal-dialog .modal-body.setting .table__sensor td input[type="text"] {
        width: 60%; }
      #emsSensorModal .modal-dialog .modal-body.setting .table__sensor td.inner-table {
        padding-right: 15px !important; }
        #emsSensorModal .modal-dialog .modal-body.setting .table__sensor td.inner-table label.chk {
          font-size: 14.5px;
          text-align: right;
          color: #555555;
          font-weight: normal;
          padding: 8px; }
        #emsSensorModal .modal-dialog .modal-body.setting .table__sensor td.inner-table th {
          text-align: center !important;
          border-bottom: 2px solid #ddd !important;
          border-left: solid 1px #e5e5e5 !important; }
          #emsSensorModal .modal-dialog .modal-body.setting .table__sensor td.inner-table th:first-child {
            border-left: none !important; }
        #emsSensorModal .modal-dialog .modal-body.setting .table__sensor td.inner-table td {
          padding-right: 15px !important;
          border: solid 1px #e5e5e5 !important;
          border-top: none !important;
          border-right: none !important;
          text-align: center !important; }
          #emsSensorModal .modal-dialog .modal-body.setting .table__sensor td.inner-table td:first-child {
            border-left: none !important; }
        #emsSensorModal .modal-dialog .modal-body.setting .table__sensor td.inner-table .table-wrap {
          overflow-y: auto;
          max-height: 275px; }
          #emsSensorModal .modal-dialog .modal-body.setting .table__sensor td.inner-table .table-wrap.no-data {
            color: #555555;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center; }
    #emsSensorModal .modal-dialog .modal-body .contents.no--overflow {
      overflow: hidden; }
    #emsSensorModal .modal-dialog .modal-body .contents .table-wrap {
      overflow-y: auto;
      max-height: 275px; }
      #emsSensorModal .modal-dialog .modal-body .contents .table-wrap.no-data {
        color: #555555;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center; }
    #emsSensorModal .modal-dialog .modal-body .contents .table {
      margin: 0; }
      #emsSensorModal .modal-dialog .modal-body .contents .table__select thead th {
        color: rgba(85, 85, 85, 0.8);
        font-weight: normal;
        height: 40px;
        text-align: center; }
        #emsSensorModal .modal-dialog .modal-body .contents .table__select thead th:nth-child(1) {
          width: 40px; }
          #emsSensorModal .modal-dialog .modal-body .contents .table__select thead th:nth-child(1) input[type="checkbox"] + label {
            margin-bottom: 4px;
            padding-left: 20px; }
        #emsSensorModal .modal-dialog .modal-body .contents .table__select thead th:nth-child(2) {
          width: 170px; }
      #emsSensorModal .modal-dialog .modal-body .contents .table__select tbody td {
        color: #333333;
        font-weight: normal; }
        #emsSensorModal .modal-dialog .modal-body .contents .table__select tbody td input[type="checkbox"] + label {
          margin-bottom: 4px;
          padding-left: 20px; }
        #emsSensorModal .modal-dialog .modal-body .contents .table__select tbody td.add-input-date, #emsSensorModal .modal-dialog .modal-body .contents .table__select tbody td.add-input-explain {
          padding: 0; }
          #emsSensorModal .modal-dialog .modal-body .contents .table__select tbody td.add-input-date input, #emsSensorModal .modal-dialog .modal-body .contents .table__select tbody td.add-input-explain input {
            width: 100%;
            padding: 15px 0;
            border: 0;
            border-radius: 0;
            text-align: center; }
            #emsSensorModal .modal-dialog .modal-body .contents .table__select tbody td.add-input-date input:active, #emsSensorModal .modal-dialog .modal-body .contents .table__select tbody td.add-input-date input:focus, #emsSensorModal .modal-dialog .modal-body .contents .table__select tbody td.add-input-explain input:active, #emsSensorModal .modal-dialog .modal-body .contents .table__select tbody td.add-input-explain input:focus {
              border: 1px solid #a50034; }
      #emsSensorModal .modal-dialog .modal-body .contents .table__add-row {
        cursor: pointer;
        width: calc(100% - 6px);
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        text-align: center;
        line-height: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 48px; }
        #emsSensorModal .modal-dialog .modal-body .contents .table__add-row button {
          min-width: 30px;
          height: 30px;
          width: 30px; }
          #emsSensorModal .modal-dialog .modal-body .contents .table__add-row button img {
            display: block;
            margin: 0 auto; }
        #emsSensorModal .modal-dialog .modal-body .contents .table__add-row span {
          font-size: 18px;
          margin-left: 16px; }
    #emsSensorModal .modal-dialog .modal-footer {
      padding: 0 0 19px;
      text-align: center;
      border: none;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px; }
      #emsSensorModal .modal-dialog .modal-footer button {
        width: 228px;
        height: 51px; }
  .last-update { 
    padding-top: 10px;
    text-align: right;}
  .setting .inspection_wrap {
    padding-bottom: 30px; }
  .setting .inspection_wrap .row {
    text-align: left; }
  .setting .inspection_wrap .inspection_title {
    display: inline-block;
    margin-top: 30px;
    padding-right: 10px;
    font-size: 16.5px; }
  .setting .inspection_wrap .setting__inspection--table-wrap .table {
    margin-top: 10px; 
    border-bottom: 1px solid #e5e5e5; }
  .setting .setting__inspection--table-wrap .table th:first-child, .setting .setting__inspection--table-wrap .table td:first-child {
    border-left: 0; }
  .setting .setting__inspection--table-wrap .table th:last-child, .setting .setting__inspection--table-wrap .table td:last-child {
    border-right: 0; }
  .setting .setting__inspection--table-wrap .table th {
    background-color: #f8f8f9;
    color: #777; }
  .setting .setting__inspection--table-wrap .table th, .setting .setting__inspection--table-wrap .table td {
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle; }
  .setting .setting__inspection--table-wrap .ip_spec_wrap {
    display: flex;
    align-items: center;
    justify-content: center; }
  .modal-dialog .setting .setting__inspection--table-wrap .ip_spec_wrap {
    display: block; }
  .setting .setting__inspection--table-wrap .ip_spec_wrap .clip {
    margin-right: 5px;
    min-width: 30px; }
  .modal-dialog .setting .setting__inspection--table-wrap .ip_spec_wrap .clip {
    margin-left: 5px; }
  .setting .setting__inspection--table-wrap input + label { 
    margin: 0 10px;
    font-weight: normal; }
  .setting .setting__inspection--table-wrap input + label.noTxt {
    margin: 0; 
    padding: 0 !important; }
  .setting .setting__inspection--table-wrap input + label.noTxt::before {
    position: static;
    transform: translateY(0);
    -webkit-transform: translateY(0); }
  .setting .button_fixed {
    position: fixed;
    right: 20px;
    bottom: 40px; }
  .setting .button_fixed .btn {
    padding: 0 10px;
    min-width: 88px;
    height: 38px;
    border-radius: 20px;
    border: 1px solid #d0d1d2;
    background-color: #fff; }
  .setting .button_fixed .btn:hover, .setting .button_fixed .btn:focus {
    background-color: #f5f5f5; }
  .setting .setting__inspection--textbox textarea {
    margin-top: 10px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    resize: vertical; }
  .setting .setting__inspection--imgbox .coordinate_item {
    position: relative; }
    .setting .setting__inspection--imgbox .coordinate_item img {
      max-width: 100%; }
    .setting .setting__inspection--imgbox .coordinate_tip {
      margin-top: 10px; }
    .setting .setting__inspection--imgbox .coordinate_tip span {
      position: relative;
      display: inline-block;
      margin-left: 10px;
      padding-left: 24px;
      line-height: 20px; }
    .setting .setting__inspection--imgbox .coordinate_tip span:first-child {
      margin-left: 0; }
    .setting .setting__inspection--imgbox .coordinate_tip span:after {
      content:"";
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      border-radius: 100%; }
    .setting .setting__inspection--imgbox .coordinate_tip .type_vibrate:after {
      background-color: #0094ff; }
    .setting .setting__inspection--imgbox .coordinate_tip .type_noise:after {
      background-color: #ff3d00; }
  .modal .setting .setting__inspection--imgbox .coordinate_item img {
    width: 100% !important; }