@charset "utf-8";

@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');

* {
  font-family: 'NanumSquare', sans-serif !important;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
}
#root {
  width: 100%;
  height: 100%;
}
.wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1600px;
  overflow-x: auto;
}
.wrap.home {
  /* background-color: #f4f4f4; */
  padding: 50px;
}

.login_wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 50px 100px;
}
.video_bg.login {
  width: 100%;
  height: 100vh;
}
.video_bg {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
}
.video_bg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: rgba(9, 33, 51, 0.7);
}
.video_bg video {
  width: 140%;
  margin-left: -15%;
}

h1.bi span {
  display: block;
  color: #fff;
  width: 100%;
  height: 42px;
}
h1.bi .tl {
  background: url('../images/bi_aimon_kdhc_wt.svg') 0 center no-repeat;
  background-size: 272px 42px;
  font-size: 42px;
  font-weight: 600;
  padding-left: 55px;
}
/* h1.bi .tl:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  width: 25px;
  height: 4px;
  background-color: #FA6400;
} */
h1.bi .con {
  font-size: 16px;
  opacity: 0.3;
}

.login_util {
  position: absolute;
  right: 100px;
  top: 50px;
}
.login_util li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  opacity: 0.5;
  margin-left: 20px;
  cursor: pointer;
}

.login_input {
  position: absolute;
  z-index: 10;
  width: 550px;
  height: auto !important;
  min-height: 400px !important;
  top: 50%;
  left: 100px;
  transform: translate(0, -50%);
}
.login_input .login_tl {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #fff;
}

.id_pass_input {
  height: 60px !important;
  line-height: 60px !important;
  background-color: #333;
  border: 0 !important;
  border-radius: 10px !important;
  font-size: 24px !important;
  padding-left: 30px !important;
  color: #fff;
}
.id_input {
  position: relative;
}
.id_input:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  font-family: 'remixicon' !important;
  content: '\f264';
}
.pass_input {
  position: relative;
}
.pass_input:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  font-family: 'remixicon' !important;
  content: '\EED0';
}
.pass_input .alert {
  width: 100%;
  position: absolute;
  color: #f7e600;
  font-size: 20px;
  line-height: 60px;
  padding-left: 20px;
}

.id_pass_input::placeholder {
  color: #999;
}

.name_input {
  position: relative;
}
.name_input:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  font-family: 'remixicon' !important;
  content: '\EC8D';
}
.mail_input {
  position: relative;
}
.mail_input:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  font-family: 'remixicon' !important;
  content: '\EEF6';
}
.phone_input {
  position: relative;
}
.phone_input:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  font-family: 'remixicon' !important;
  content: '\F15A';
}
.company_input {
  position: relative;
}
.company_input:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  font-family: 'remixicon' !important;
  content: '\EBBA';
}

.button.login {
  position: relative;
  height: 60px !important;
  line-height: 60px !important;
  background-color: #fa6400;
  border: 0 !important;
  border-radius: 10px !important;
  font-size: 24px !important;
  font-weight: bold !important;
  text-align: left;
  color: #fff;
  padding: 0 !important;
  padding-left: 30px !important;
}
.button.login::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  font-family: 'remixicon' !important;
  content: '\EED6';
}
.button.pass {
  position: relative;
  height: 60px !important;
  line-height: 60px !important;
  background-color: #0091ff;
  border: 0 !important;
  border-radius: 10px !important;
  font-size: 24px !important;
  font-weight: bold !important;
  text-align: left;
  color: #fff;
  padding: 0 !important;
  padding-left: 30px !important;
}
.button.pass::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  font-family: 'remixicon' !important;
  content: '\EED0';
}
.button.single {
  min-width: 200px;
  line-height: 60px !important;
  background-color: #666;
  border: 0 !important;
  border-radius: 10px !important;
  font-size: 20px !important;
  font-weight: normal !important;
  text-align: center;
  color: #fff;
  padding: 0 !important;
}

.login_footer {
  position: absolute;
  left: 100px;
  bottom: 50px;
  color: #53585d;
  font-size: 20px;
}

/* modal */
.modal_popup {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
}

.modal_popup .join_wrap {
  width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal_popup .join_wrap h1 {
  color: #fff;
}

.modal_popup .joincomp_wrap {
  width: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal_popup .joincomp_wrap h1 {
  color: #fff;
}

.modal_popup .search_id_wrap {
  width: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal_popup .search_id_wrap h1 {
  color: #fff;
}
.modal_popup .view {
  width: 800px;
}

.modal_popup .mymenu_wrap {
  width: 500px;
  position: absolute;
  top: 150px;
  right: 50px;
  text-align: right;
}
.modal_popup .mymenu_wrap h1 {
  color: #fff;
  font-size: 42px;
}
.modal_popup .mymenu_wrap li {
  cursor: pointer;
}
.right_list li {
  font-size: 28px;
  line-height: 100px;
  color: #fff;
}

.modal_popup .popup_block {
  position: absolute;
  z-index: 100;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 16px;
  padding: 30px;
}
.modal_popup .popup_block h1 {
  font-size: 28px;
}

/* header */
.header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(256, 256, 256, 0.7);
  /* background-color: rgba(0,0,0,0.7); */
  padding: 30px 50px;
  z-index: 10;
}
.header .timer {
  position: relative;
  width: 110px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background-color: #ccc;
  color: #fff;
  padding-left: 15px;
  font-size: 14px;
  font-weight: bold;
}
.header .notimer {
  position: relative;
  width: 110px;
  height: 40px;
  /* line-height: 40px; */
  /* border-radius: 20px; */
  /* background-color: #ccc; */
  /* color: #fff; */
  padding-left: 15px;
  /* font-size: 14px; */
  /* font-weight: bold; */
}
.header .timer .toggle {
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background-color: #fff;
  right: 5px;
  top: 5px;
  color: #ccc;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
}

.header .timer.on {
  background-color: #295baa;
  padding-left: 50px;
  font-size: 16px;
}
.header .timer.on .toggle {
  color: #295baa;
  right: auto;
  left: 5px;
}

.header .timer.on .toggle {
  animation: timer 3s 0s linear infinite;
}
@keyframes timer {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.header .gnb {
  display: flex;
  /* align-items: center; */
  position: relative;
}

.header .gnb h1.bi span {
  display: block;
  color: #295baa;
  /* margin-top: 4px; */
  width: 272px;
  height: 40px;
}
.header .gnb h1.bi .tl {
  background: url('../images/bi_aimon_kdhc_bk.svg') 0 center no-repeat;
  background-size: 272px 40px;
  font-size: 30px;
  font-weight: bolder;
  padding-left: 55px;
}
.header .gnb .menu {
  position: relative;
  vertical-align: middle;
  background-color: #295baa;
  line-height: 50px;
  border-radius: 25px;
  margin-left: 30px;
  padding-left: 15px;
  padding-right: 55px;
  height: 50px;
}

.header .gnb .menu li {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  margin: 0 15px;
  cursor: pointer;
}
.header .gnb .menu li i {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
}
.header .gnb .btn_menu {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #295baa;
  border-radius: 100%;
  top: 0px;
  right: -55px;
  margin-right: 0;
}
.header .gnb .btn_menu:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  font-family: 'remixicon' !important;
  content: '\EF3E';
  transform: rotate(90deg);
}
.header .gnb .btn_menu.on {
  top: 5px;
  right: 5px;
  background: #113d82;
}
.header .gnb .btn_menu.on:after {
  font-family: 'remixicon' !important;
  content: '\EB99';
}

.myspace .name {
  font-size: 16px;
  border-bottom: solid 1px #000;
  padding: 3px 0;
}

.btn_admin_sett {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  background: #295baa;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-left: 10px;
}

.btn_close {
  position: absolute;
  top: 50px;
  right: 50px;
}
.btn_close:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 60px;
  color: #fff;
  font-family: 'remixicon' !important;
  content: '\EB99';
}

/* contents */
.contents {
  margin-top: 70px;
}
.contents h1 {
  font-size: 42px;
  vertical-align: middle;
}
.contents h1 i {
  font-weight: 100;
}
.contents h1.sub {
  color: #999;
}
.contents h1 .arrow {
  position: relative;
  width: 15px;
  height: 20px;
  color: #999;
  vertical-align: middle;
  margin: 0 10px;
}
.contents h1 .arrow:after {
  font-size: 45px;
  text-align: center;
  color: #999;
  font-family: 'remixicon' !important;
  content: '\EA6E';
}

h1 .arrow {
  position: relative;
  width: 15px;
  height: 20px;
  color: #999;
  vertical-align: middle;
  margin: 0 10px;
}
h2 .arrow:after {
  font-size: 35px;
  text-align: center;
  color: #999;
  font-family: 'remixicon' !important;
  content: '\EA6E';
  vertical-align: middle;
}

h1.sub .sub_title {
  font-size: 34px;
  color: #000;
  vertical-align: middle;
}

h2.sub {
  color: #999;
}
h2.sub .tl {
  color: #000;
}

.search_wrap {
  display: flex;
  flex-wrap: wrap;
}
.search_wrap .select {
  width: auto;
  min-width: 250px;
  height: 40px;
  margin: 0;
}
.search_wrap .select.min_width120 {
  min-width: 120px;
}
.search_wrap .select.min_width150 {
  min-width: 150px;
}
.search_wrap .select.min_width200 {
  min-width: 200px;
}

.search_wrap .block .tl {
  width: 150px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 60px;
}

.search_wrap h2 {
  font-size: 22px;
}

.w-20-20 {
  width: calc(20% - 20px) !important;
}
.w-40-20 {
  width: calc(40% - 40px) !important;
}

.select select {
  border: 0;
  background-color: #295baa !important;
  color: rgba(256, 256, 256, 0.4) !important;
  font-size: 16px;
  line-height: 20px;
  border-radius: 8px;
  padding: 10px 15px;
}
.select_arrow {
  position: absolute;
  top: 13px;
  right: 19px;
  width: 0px;
  height: 0px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
  border-color: #fff;
}
.select select:disabled ~ .select_arrow {
  border-top-color: #fff;
}

select.small {
  padding: 7px 15px;
  font-size: 18px;
}

.input_block {
  width: calc(50% - 120px);
  height: 60px !important;
  line-height: 60px !important;
  border: solid 1px #295baa !important;
  border-radius: 8px;
  font-size: 20px !important;
  padding: 0 10px 0 20px !important;
  color: #295baa;
}

.search_input {
  width: calc(100% - 100px);
  height: 55px !important;
  line-height: 55px !important;
  border: solid 0px #295baa !important;
  font-size: 20px !important;
  padding: 0 !important;
}

.button.btn_search {
  position: relative;
  width: 160px;
  height: 40px;
  line-height: 40px;
  background-color: #fa6400;
  color: #fff;
  border: 0;
  border-radius: 8px;
  font-size: 16px;
  text-align: left;
  padding: 0 20px;
}
.button.btn_search:after {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 25px;
  color: #fff;
  font-family: 'remixicon' !important;
  content: '\F0CD';
}

.list_wrap .list_sum {
  font-size: 20px;
}
.list_wrap .list_sum .btn_block > div,
select {
  cursor: pointer;
}
.list_wrap .list_sum .info {
  margin-left: 50px;
  color: #999;
}
.list_wrap.chart_on {
  width: 430px;
}
.list_wrap.chart_on .card_list_block .card {
  width: 430px;
  margin-right: 0 !important;
}

.card_list_block {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.card_list_block .card {
  width: 430px;
  margin-right: 25px;
  margin-bottom: 25px;
  box-shadow: 0px 0px 10px 0.5px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
}
/* .card_list_block .card:nth-child(4n) {
  margin-right: 0;
} */
.card_list_block .card .device {
  padding: 20px;
  border-bottom: solid 1px #eee;
}
.card_list_block .card .device .router {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card_list_block .card .device .line {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.card_list_block .card .device .router .name {
  font-size: 20px;
  font-weight: bold;
}
.card_list_block .card .device .router .count {
  font-size: 16px;
  font-weight: normal;
}
.card_list_block .card .device .line .wire {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  padding-left: 40px;
  padding-top: 8px;
}
.card_list_block .card .device .line .wire:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 30px;
  color: #6dd400;
  font-family: 'remixicon' !important;
  content: '\F0DD';
  font-weight: 100;
}
.card_list_block .card .device .line .wire:after {
  position: absolute;
  top: 35px;
  left: 0;
  display: block;
  font-size: 16px;
  color: #6dd400;
  content: '유선';
}
.card_list_block .card .device .line .wireless {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  padding-left: 40px;
  padding-top: 8px;
}
.card_list_block .card .device .line .wireless:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 30px;
  color: #32c5ff;
  font-family: 'remixicon' !important;
  content: '\EAF8';
  font-weight: 100;
}
.card_list_block .card .device .line .wireless:after {
  position: absolute;
  top: 35px;
  left: 0;
  display: block;
  font-size: 16px;
  color: #32c5ff;
  content: '무선';
}

.card_list_block .card .state {
  display: flex;
}
.card_list_block .card .state li {
  border-right: solid 1px #eee;
  flex-grow: 1;
  text-align: center;
  padding: 20px 0;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #666;
}
.card_list_block .card .state li:last-child {
  border: 0;
}

.card_list_block .card .state li span {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.card_list_block .card .state li span:before {
  font-size: 20px;
  font-family: 'remixicon' !important;
  font-weight: 100;
  margin-right: 5px;
}

.card_list_block .card .state .online span {
  color: #32c5ff;
}
.card_list_block .card .state .online span:before {
  color: #32c5ff;
  content: '\F12C';
}
.card_list_block .card .state .weak span {
  color: #f7b500;
}
.card_list_block .card .state .weak span:before {
  color: #f7b500;
  content: '\EAF8';
}
.card_list_block .card .state .offline span {
  color: #999;
}
.card_list_block .card .state .offline span:before {
  color: #999;
  content: '\F136';
}

.chart_area {
  position: fixed;
  width: calc(100% - 580px);
  background-color: #eee;
  height: 500px;
  top: 350px;
  left: 530px;
}

.card_detail {
  box-shadow: 0px 0px 10px 0.5px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 40px;
  display: flex;
}
.card_detail .device,
.card_detail .state {
  display: flex;
}

.card_detail .device {
  position: relative;
  width: 60%;
}
.card_detail .device:after {
  position: absolute;
  width: 1px;
  height: 80px;
  right: 0;
  top: 0;
  content: '';
  background-color: #eee;
}
.card_detail .device div {
  position: relative;
  width: 33.333%;
  padding-left: 85px;
}
.card_detail .device div:before {
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  content: '';
  left: 0;
  top: 5px;
}
.card_detail .device div:after {
  position: absolute;
  font-size: 35px;
  content: '';
  top: 19px;
  left: 15px;
  color: #fff;
  font-family: 'remixicon' !important;
}
.card_detail .device .all:before {
  background-color: #295baa;
}
.card_detail .device .all:after {
  content: '\F09C';
}
.card_detail .device .line:before {
  background-color: #6dd400;
}
.card_detail .device .line:after {
  content: '\F0DD';
}
.card_detail .device .wireless:before {
  background-color: #32c5ff;
}
.card_detail .device .wireless:after {
  content: '\EAF8';
}

.card_detail .device div span {
  display: block;
}
.card_detail .device div .tl {
  font-size: 18px;
  color: #999;
}
.card_detail .device div .count {
  font-size: 45px;
  color: #000;
  margin-top: 10px;
}
.card_detail .device .all .count {
  color: #295baa;
  font-weight: bold;
}

.card_detail .state {
  width: 40%;
  padding: 0 20px;
}
.card_detail .state div {
  position: relative;
  width: 33.333%;
  padding-left: 80px;
}
.card_detail .state div span {
  display: block;
}
.card_detail .state div .tl {
  font-size: 18px;
  color: #999;
}
.card_detail .state div .count {
  font-size: 45px;
  color: #000;
  margin-top: 10px;
}
.card_detail .state div:before {
  position: absolute;
  font-size: 35px;
  content: '';
  top: 19px;
  left: 25px;
  font-family: 'remixicon' !important;
}

.card_detail .state .online:before {
  content: '\F2C0';
  color: #32c5ff;
}
.card_detail .state .weak:before {
  content: '\F12C';
  color: #f7b500;
}
.card_detail .state .offline:before {
  content: '\F136';
  color: #999;
}

/* tab */
.tab_block {
  display: flex;
  width: 100%;
  border-bottom: solid 1px #cccccc;
}
.tab_block li {
  font-size: 24px;
  line-height: 62px;
  padding-right: 100px;
  /* color: #666; */
}
.tab_block li.on {
  border-bottom: solid 2px #295baa;
  /* color: #295baa;
  font-weight: 900; */
}
.tab_block li a {
  color: #666;
}
.tab_block li.on a {
  color: #295baa;
  font-weight: 900;
}

.button.btn_write {
  position: relative;
  background-color: #295baa;
  color: #fff;
  border: 0;
  border-radius: 8px;
  font-size: 16px;
  text-align: left;
  padding: 10px 64px 10px 20px;
}
.button.btn_write:after {
  position: absolute;
  top: 7px;
  right: 15px;
  font-size: 25px;
  color: #fff;
  font-family: 'remixicon' !important;
  content: '\EA13';
}

.button.point {
  background-color: #295baa !important;
  border: 0;
  color: #fff;
}

.detail_grid {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 2px #eee;
}
.detail_grid li {
  display: flex;
  width: 50%;
  border-bottom: solid 1px #eee;
  padding: 5px 20px;
}
.detail_grid li .tl {
  flex-shrink: 0;
  width: 150px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  vertical-align: middle;
  line-height: 45px;
}
.detail_grid li .con {
  font-size: 18px;
  line-height: 45px;
  width: calc(100% - 150px);
  color: #333;
  vertical-align: middle;
}
.detail_grid li .con div {
  line-height: 40px;
}

.button.basic {
  position: relative;
  height: 40px !important;
  line-height: 40px !important;
  background-color: #ccc;
  border: 0 !important;
  border-radius: 10px !important;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #fff;
  padding: 0 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

input.write {
  height: 40px !important;
  line-height: 40px !important;
  border: solid 1px #ccc !important;
  font-size: 16px !important;
  padding: 0 !important;
  padding-left: 20px !important;
}
textarea.write {
  line-height: 24px !important;
  border: solid 1px #ccc !important;
  font-size: 16px !important;
  padding: 20px !important;
}

.ui-checkbox {
  position: relative;
  padding: 12px 15px 12px 40px;
  font-size: 16px;
  color: #999;
  border-radius: 8px;
  background-color: #fff;
  border: solid 1px #ccc;
}

.ui-checkbox.checked {
  background-color: #295baa;
  border-color: #295baa;
}
.ui-checkbox:before {
  position: absolute;
  left: 10px;
  top: 7px;
}

.sel_bl {
  padding: 5px 10px;
  background-color: #295baa;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  font-size: 13px;
  margin: 0 10px 5px 0;
}
.sel_bl.del {
  position: relative;
  padding-right: 30px;
}
.sel_bl.del i {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #0091ff;
  text-align: center;
  line-height: 25px;
}

.ui_tree {
  width: 100%;
  max-height: 350px;
  overflow-y: auto;
}
.ui_tree .tree_block {
  width: 100%;
  border-bottom: solid1px #eee;
  padding-top: 7px;
  padding-bottom: 7px;
}
.Width-tree {
  width: calc(100% - 100px);
}
.tree_btn {
  display: inline-block;
  width: 50px;
  text-align: center;
  cursor: pointer;
}
.tree_btn i {
  font-size: 21px;
}
.ui_tree .tree_block.two {
  position: relative;
  width: calc(100% - 50px);
  margin-left: 50px;
}
.ui_tree .tree_block.two:after {
  position: absolute;
  top: 7px;
  left: -40px;
  width: 50px;
  font-size: 24px;
  color: #666;
  font-family: 'remixicon' !important;
  content: '\f309';
}
.ui_tree .tree_block.three {
  position: relative;
  width: calc(100% - 100px);
  margin-left: 100px;
}
.ui_tree .tree_block.three:after {
  position: absolute;
  top: 7px;
  left: -40px;
  width: 50px;
  font-size: 24px;
  color: #666;
  font-family: 'remixicon' !important;
  content: '\f309';
}

.react-datepicker__tab-loop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

/* 1214 수정 */
.ag-checkbox-input-wrapper input,
.ag-checkbox-input-wrapper input {
  opacity: 1 !important;
  width: 25px !important;
  height: 25px !important;
}
.ag-checkbox-input-wrapper::after {
  display: none !important;
}
.ag-checkbox .ag-input-wrapper,
.ag-radio-button .ag-input-wrapper {
  margin-top: -8px !important;
  margin-right: 5px !important;
  margin-left: -5px !important;
}
.react-datepicker__time-container {
  width: 120px !important;
}
.react-datepicker__time-box {
  width: 120px !important;
}
.react-datepicker__time-list-item {
  width: 100% !important;
}

/* 0109 수정 */
.ag-horizontal-left-spacer {
  display: none;
}
.ag-scroller-corner {
  display: none;
}
.ag-body-horizontal-scroll-container {
  /* width: 4350px !important; */
  /* width: 4530px !important; */
  width: 5120px !important;
}

/* 0123 수정 */
.min-width-unset {
  min-width: unset !important;
}
.num_find {
  height: 456px !important;
}
.h-520 {
  height: 520px !important;
}

.ag-icon {
  font-family: var(--ag-icon-font-family) !important;
}

.required::after {
  content: ' *';
  color: red;
}
.pagenation .first,
.pagenation .prev,
.pagenation .next,
.pagenation .last,
.pagenation .page,
.pagenation .page.on {
  cursor: pointer;
}
.cursor-pointer {
  cursor: pointer;
}
.button-confirm {
  padding: 4px 12px;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}

.button-active {
  background-color: #3b82f6;
  color: #ffffff;
  cursor: pointer;
}

.button-active:hover {
  background-color: #2563eb;
}

.button-disabled {
  background-color: #e2e8f0;
  color: #94a3b8;
  cursor: not-allowed;
}

/* 요금 그리드 스타일 수정 */
.dev-stat-grid.ag-theme-alpine .ag-header-cell-label {
  justify-content: center;
}

.dev-stat-grid.ag-theme-alpine .custom-header-group {
  justify-content: center;
  font-weight: bold;
  border: 1px solid #dde2eb;
}

.dev-stat-grid.ag-theme-alpine .ag-header-cell {
  border: 1px solid #dde2eb;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.loading-content {
  background-color: white;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.spinner-container {
  width: 48px;
  height: 48px;
  position: relative;
}

.spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 4px solid transparent;
  border-top-color: #3b82f6;
  border-right-color: #3b82f6;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.loading-message {
  color: #374151;
  font-size: 16px;
  font-weight: 500;
}
.device_detail_grid {
  display: grid;
  gap: 10px;
  border-top: 2px solid #eee;
}

.device_detail_grid li {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 5px 20px;
}

.device_detail_grid li .tl {
  flex-shrink: 0;
  width: 150px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  vertical-align: middle;
  line-height: 45px;
}

.device_detail_grid li .con {
  font-size: 18px;
  line-height: 45px;
  width: calc(100% - 150px);
  color: #333;
  vertical-align: middle;
}

.device_detail_grid li .con div {
  line-height: 40px;
}

.map_cell {
  grid-column: 2 / 3;
  grid-row: 1 / span 7;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.device_detail_grid .Width-100 {
  grid-column: 1 / 3;
}
.three-column-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  width: 100%;
}
.grid-info {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin-right: 20px;
  white-space: pre-line;
}
.pinned-bottom-row {
  background-color: #f8f8f8 !important;
}
.dashboard-card {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  box-shadow: 0px 0px 10px 0.5px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-description {
  font-size: 14px;
  color: #666;
  text-align: right;
  margin-right: 30px;
}
.card-title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  letter-spacing: -0.4px;
}
.card-content-with-title {
  flex: 1;
  padding: 0;
  margin-top: 20px;
  position: relative;
  min-height: 100px;
}
.card-content-without-title {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  position: relative;
  min-height: 100px;
}
.gauge-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 12px;
}

.chart-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.chart-wrapper {
  width: 70%;
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.status-info {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #eee;
  position: relative;
}

.status-label {
  font-size: 20px;
  font-weight: 600;
  margin-right: 12px;
}

.status-count {
  font-size: 22px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
}
.list-table-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.list-table {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  color: #000;
  border-top: 1px solid #999;
}

.list-table-header {
  display: grid;
  grid-template-columns: 70% 30%;
  background-color: #f4f4f4;
  border-bottom: 1px solid #999;
  position: sticky;
  padding: 0.625rem 0;
  top: 0;
  z-index: 1;
  color: #000;
}

.list-table-body {
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.list-table-body::-webkit-scrollbar {
  display: none;
}

.list-table-row {
  display: grid;
  grid-template-columns: 70% 30%;
  border-bottom: 1px solid #999;
  min-height: 32px;
  cursor: pointer;
  background-color: transparent;
  transition: background-color 0.2s;
}

.list-table-row:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.list-table-cell {
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  justify-content: center;
}

.list-table-header-cell {
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  justify-content: center;
  font-weight: 600;
}

.status-icon {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-left: 12px;
}

.eqpStatus-container {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f8f9fa;
}

.eqpStatus-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.eqpStatus-server {
  position: absolute;
  top: 55%;
  left: 45%;
  width: clamp(80px, 15vw, 140px);
  height: clamp(80px, 15vw, 140px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 3;
}

.eqpStatus-device {
  position: absolute;
  width: clamp(80px, 15vw, 140px);
  height: clamp(80px, 15vw, 140px);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.eqpStatus-device-inner {
  width: clamp(60px, 12vw, 120px);
  height: clamp(60px, 12vw, 120px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: clamp(8px, 2vw, 15px) solid transparent;
  position: relative;
}

.eqpStatus-device-image {
  width: clamp(15px, 15vw, 90px);
  height: clamp(15px, 15vw, 90px);
  margin-bottom: clamp(1px, 1vw, 5px);
}

.eqpStatus-device-name {
  text-align: center;
  font-size: clamp(10px, 1.2vw, 14px);
  font-weight: bold;
  white-space: nowrap;
}

.eqpStatus-tooltip {
  position: absolute;
  top: clamp(-40px, -5vw, -55px);
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.95);
  color: #333;
  padding: clamp(3px, 0.5vw, 5px) clamp(6px, 1vw, 10px);
  border-radius: clamp(3px, 0.5vw, 5px);
  font-size: clamp(11px, 1.4vw, 16px);
  font-weight: bold;
  white-space: nowrap;
  z-index: 10;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border: 1px solid #e0e0e0;
}

.eqpStatus-section {
  position: absolute;
  border: clamp(2px, 0.3vw, 3px) dashed;
  border-radius: clamp(8px, 1.2vw, 12px);
  display: flex;
  z-index: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.eqpStatus-section-label {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(6px, 1vw, 10px);
  font-size: clamp(12px, 1.5vw, 16px);
  color: #000000;
  text-align: center;
  z-index: 1;
}

.eqpStatus-section-icon {
  margin-bottom: clamp(8px, 1.5vw, 15px);
  width: clamp(20px, 2.5vw, 32px);
  height: clamp(20px, 2.5vw, 32px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.eqpStatus-section-icon i {
  font-size: clamp(16px, 2vw, 28px) !important;
}

.eqpStatus-section-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 추가 미디어 쿼리로 세밀한 조정 */
@media (max-width: 1800px) {
  .eqpStatus-device-image {
    width: clamp(20px, 18vw, 50px);
    height: clamp(20px, 18vw, 50px);
  }
}

/* 추가 미디어 쿼리로 세밀한 조정 */
@media (max-width: 768px) {
  .eqpStatus-device-name {
    font-size: clamp(8px, 1.8vw, 12px);
  }

  .eqpStatus-section-label {
    font-size: clamp(10px, 2vw, 14px);
  }

  .eqpStatus-device-image {
    width: clamp(20px, 18vw, 50px);
    height: clamp(20px, 18vw, 50px);
  }

  .eqpStatus-device {
    width: clamp(60px, 18vw, 100px);
    height: clamp(60px, 18vw, 100px);
  }

  .eqpStatus-device-inner {
    width: clamp(50px, 15vw, 80px);
    height: clamp(50px, 15vw, 80px);
  }
}

@media (max-width: 480px) {
  .eqpStatus-device-name {
    font-size: clamp(7px, 2.2vw, 10px);
  }

  .eqpStatus-section-label {
    font-size: clamp(9px, 2.5vw, 12px);
  }

  .eqpStatus-device-image {
    width: clamp(15px, 20vw, 40px);
    height: clamp(15px, 20vw, 40px);
  }

  .eqpStatus-device {
    width: clamp(40px, 22vw, 70px);
    height: clamp(40px, 22vw, 70px);
  }

  .eqpStatus-device-inner {
    width: clamp(35px, 20vw, 55px);
    height: clamp(35px, 20vw, 55px);
  }

  .eqpStatus-section-icon i {
    font-size: clamp(12px, 3vw, 20px) !important;
  }
}

@media (min-width: 1920px) {
  .eqpStatus-device-name {
    font-size: clamp(14px, 1vw, 18px);
  }

  .eqpStatus-section-label {
    font-size: clamp(16px, 1.2vw, 20px);
  }
}
/* 장애/해지 접수 모달 스타일 */

/* 모달 제목 */
.dabl-modal-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
}

/* 폼 컨테이너 */
.dabl-form-container {
  margin-top: 0;
}

/* 폼 행 */
.dabl-form-row {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}

.dabl-form-row.align-start {
  align-items: flex-start;
}

.dabl-form-row-gap {
  gap: 16px;
}

/* 레이블 */
.dabl-label {
  min-width: 130px;
  font-weight: 600;
  font-size: 14px;
}

.dabl-label.wide {
  min-width: 140px;
  color: #495057;
}

.dabl-label.padded {
  padding-top: 10px;
}

/* 값 표시 */
.dabl-value {
  flex: 1;
  font-size: 14px;
}

.dabl-value-container {
  flex: 1;
}

/* 입력 필드 */
.dabl-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.dabl-input:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
}

.dabl-input.textarea {
  resize: vertical;
  font-family: inherit;
}

/* 라디오 버튼 그룹 */
.dabl-radio-group {
  flex: 1;
  display: flex;
  gap: 20px;
}

.dabl-radio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.dabl-radio-label input {
  margin-right: 6px;
}

.dabl-radio-label span {
  font-size: 14px;
}

/* 버튼 컨테이너 */
.dabl-button-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.dabl-button-container.with-gap {
  gap: 10px;
}

/* 버튼 기본 스타일 */
.dabl-button {
  padding: 12px 40px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  border: none;
}

.dabl-button.cancel {
  background-color: #6c757d;
}

.dabl-button.primary {
  background-color: #007bff;
}

/* 이력 아이템 */
.dabl-history-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #e9ecef;
}

.dabl-history-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/* 이력 행 */
.dabl-history-row {
  display: flex;
  margin-bottom: 14px;
}

.dabl-history-row-gap {
  gap: 16px;
}

.dabl-history-field {
  display: flex;
  flex: 1;
}

/* 빈 상태 메시지 */
.dabl-empty-message {
  text-align: center;
  color: #6c757d;
  padding: 40px 20px;
  font-size: 14px;
}
.dabl-info-message {
  padding: 12px 16px;
  margin-bottom: 16px;
  background-color: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 4px;
  color: #856404;
  font-size: 14px;
  text-align: center;
}
.dabl-hint-text {
  font-size: 12px;
  color: #999;
  margin-left: 12px;
  align-self: center;
}
